Home
last modified time | relevance | path

Searched defs:Cell (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A DXMLRangeHelper.hxx39 struct Cell struct
41 sal_Int32 nColumn;
42 sal_Int32 nRow;
43 bool bRelativeColumn;
44 bool bRelativeRow;
45 bool bIsEmpty;
47 Cell() : in Cell() function
55 inline bool empty() const { return bIsEmpty; } in empty()
/trunk/main/chart2/source/inc/
H A DXMLRangeHelper.hxx35 struct OOO_DLLPUBLIC_CHARTTOOLS Cell struct
37 sal_Int32 nColumn;
38 sal_Int32 nRow;
39 bool bRelativeColumn;
40 bool bRelativeRow;
41 bool bIsEmpty;
43 Cell() : in Cell() function
51 inline bool empty() const { return bIsEmpty; } in empty()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx40 struct Cell struct
42 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 …]
/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx62 class Cell : public Node class
67 Cell(QName_t tag, Row &parent) : Node(tag), parent(parent) {}; in Cell() function in Cell
/trunk/main/svx/source/table/
H A Dcell.hxx55 class SVX_DLLPUBLIC Cell : public SdrText, class
H A Dcell.cxx305 Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw() in Cell() function in sdr::table::Cell
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx114 struct Cell struct in ScExternalRefCache
116 TokenRef mxToken;
117 sal_uInt32 mnFmtIndex;
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.hxx170 class Cell class in sdext::presenter::PresenterTextParagraph
H A DPresenterTextView.cxx1509 PresenterTextParagraph::Cell::Cell ( in Cell() function in sdext::presenter::PresenterTextParagraph::Cell
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx39 Cell::Cell() : in Cell() function in svx::frame::Cell

Completed in 311 milliseconds