Searched defs:Row (Results 1 – 11 of 11) sorted by relevance
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Row.java | 38 public class Row implements BIFFRecord { class 53 public Row(int rw, int miyRw, boolean userDefined) { in Row() method in Row 70 public Row(InputStream is) throws IOException { in Row() method in Row
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 59 struct Row struct 61 bool mbUseLeftRowPad, mbUseRightRowPad, mbUseTopRowPad, mbUseBottomRowPad; argument 62 long mnLeftRowPad, mnRightRowPad, mnTopRowPad, mnBottomRowPad; argument 64 Row() : in Row() argument
|
/trunk/main/writerfilter/qa/cppunittests/xxml/ |
H A D | testXXML.cxx | 54 class Row : public Node class 59 Row(QName_t tag, Table &parent) : Node(tag), parent(parent) {}; in Row() function in Row
|
/trunk/main/sc/inc/ |
H A D | dpoutputgeometry.hxx | 35 enum FieldType { Column, Row, Page, Data, None }; enumerator
|
H A D | clipparam.hxx | 39 enum Direction { Unspecified, Column, Row }; enumerator
|
H A D | bigrange.hxx | 52 sal_Int32 Row() const { return nRow; } in Row() function in ScBigAddress
|
H A D | address.hxx | 299 inline SCROW Row() const { return nRow; } in Row() function in ScAddress 720 inline SCROW Row() const { return aAdr.Row(); } in Row() function in ScRefAddress
|
/trunk/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 711 const int Row = rPos.Y() - 1; in MarkError() local
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1657 sal_uInt16 Row; in LoadCol() local
|
/trunk/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 294 inline size_t Row() const { return mnRow; } in Row() function in svx::frame::MergedCellIterator
|
/trunk/main/sc/source/filter/inc/ |
H A D | scflt.hxx | 404 sal_uInt16 Row; member
|
Completed in 74 milliseconds