Searched defs:Cell (Results 1 – 10 of 10) sorted by relevance
39 struct Cell struct41 sal_Int32 nColumn;42 sal_Int32 nRow;43 bool bRelativeColumn;44 bool bRelativeRow;45 bool bIsEmpty;47 Cell() : in Cell() function55 inline bool empty() const { return bIsEmpty; } in empty()
35 struct OOO_DLLPUBLIC_CHARTTOOLS Cell struct37 sal_Int32 nColumn;38 sal_Int32 nRow;39 bool bRelativeColumn;40 bool bRelativeRow;41 bool bIsEmpty;43 Cell() : in Cell() argument51 inline bool empty() const { return bIsEmpty; } in empty()
40 struct Cell struct42 Style maLeft;43 Style maRight;44 Style maTop;45 Style maBottom;46 Style maTLBR;47 Style maBLTR;48 long mnAddLeft;49 long mnAddRight;50 long mnAddTop;[all …]
62 class Cell : public Node class67 Cell(QName_t tag, Row &parent) : Node(tag), parent(parent) {}; in Cell() function in Cell
55 class SVX_DLLPUBLIC Cell : public SdrText, class
305 Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw() in Cell() function in sdr::table::Cell
114 struct Cell struct in ScExternalRefCache116 TokenRef mxToken;117 sal_uInt32 mnFmtIndex;
170 class Cell class in sdext::presenter::PresenterTextParagraph
1509 PresenterTextParagraph::Cell::Cell ( in Cell() function in sdext::presenter::PresenterTextParagraph::Cell
39 Cell::Cell() : in Cell() function in svx::frame::Cell
Completed in 61 milliseconds