80         void addTo(librevenge::RVNGPropertyList &propList) 
const;
   219                         return c1.
compare(c2, 
true) < 0;
   225         static bool convertDTFormat(std::string 
const &dtFormat, librevenge::RVNGPropertyListVector &propListVector);
   261         void addTo(librevenge::RVNGPropertyList &propList) 
const;
   276                 return m_verticalSet;
   281                 m_verticalSet = verticalSet;
   302                 return m_numberCellSpanned;
   307                 m_numberCellSpanned=numSpanned;
   331                                         return m_cell->box().max()[coord];
   332                                 return m_cell->box().min()[coord];
   336                                 return m_cell->box().size()[coord];
   346                         if (diffF < 0) 
return true;
   347                         if (diffF > 0) 
return false;
   349                         if (diff) 
return (diff < 0);
   352                         if (diffF < 0) 
return true;
   353                         if (diffF > 0) 
return false;
 
void setBox(Box2f const &b)
set the bounding box (units in point) 
Definition: WPSCell.h:264
a border list 
Definition: libwps_internal.h:372
a comparaison structure used retrieve the rows and the columns 
Definition: WPSCell.h:321
Point(int wh, WPSCell const *cell)
Definition: WPSCell.h:327
Vec2i m_numberCellSpanned
the cell spanned : by default (1,1) 
Definition: WPSCell.h:373
virtual ~WPSCell()
destructor 
Definition: WPSCell.h:258
define the font properties 
Definition: WPSFont.h:36
WPSCell()
constructor 
Definition: WPSCell.h:256
void setVerticalSet(bool verticalSet)
fixes or not the vertical size 
Definition: WPSCell.h:279
float getSize(int coord) const 
Definition: WPSCell.h:334
Vec2i const & numSpannedCells() const 
returns the number of spanned cells 
Definition: WPSCell.h:300
a structure used to defined the cell position, and a format 
Definition: WPSCell.h:251
void setNumSpannedCells(Vec2i numSpanned)
sets the number of spanned cells : Vec2i(1,1) means 1 cellule 
Definition: WPSCell.h:305
bool isVerticalSet() const 
returns true if the vertical is fixed 
Definition: WPSCell.h:274
shared_ptr< WPSListener > WPSListenerPtr
shared pointer to WPSListener 
Definition: libwps_internal.h:104
Box2f m_box
the cell bounding box (unit in point) 
Definition: WPSCell.h:367
int m_coord
the coord to compare 
Definition: WPSCell.h:363
Vec2i const & position() const 
position accessor 
Definition: WPSCell.h:289
Compare(int dim)
Definition: WPSCell.h:323
bool operator()(Point const &c1, Point const &c2) const 
comparaison function 
Definition: WPSCell.h:343
small structure to define a cell point 
Definition: WPSCell.h:325
float getPos(int coord) const 
Definition: WPSCell.h:328
Box2f const & box() const 
return the bounding box 
Definition: WPSCell.h:269
void setPosition(Vec2i posi)
set the cell positions : 0,0 -> A1, 0,1 -> A2 
Definition: WPSCell.h:294
the class to store a color 
Definition: libwps_internal.h:266
Vec2i m_position
the cell row and column : 0,0 -> A1, 0,1 -> A2 
Definition: WPSCell.h:371
WPSCell const * m_cell
Definition: WPSCell.h:339
int m_which
Definition: WPSCell.h:338
Definition: WPSTable.h:39
bool m_verticalSet
true if y size is fixed 
Definition: WPSCell.h:369
Vec2< T > size() const 
the box size 
Definition: libwps_internal.h:764
Vec2i & position()
position accessor 
Definition: WPSCell.h:284