Home
last modified time | relevance | path

Searched refs:WW8TableCellGridRow (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1071 WW8TableCellGridRow::Pointer_t pResult; in getRow()
1079 pResult = WW8TableCellGridRow::Pointer_t(new WW8TableCellGridRow); in getRow()
1396 WW8TableCellGridRow::Pointer_t pRow = in getTableBoxesOfRow()
1412 WW8TableCellGridRow::Pointer_t pRow = in getWidthsOfRow()
1428 WW8TableCellGridRow::Pointer_t pRow = in getRowSpansOfRow()
1439 WW8TableCellGridRow::WW8TableCellGridRow() in WW8TableCellGridRow() function in ww8::WW8TableCellGridRow
1444 WW8TableCellGridRow::~WW8TableCellGridRow() in ~WW8TableCellGridRow()
1448 void WW8TableCellGridRow::insert(const CellInfo & rCellInfo) in insert()
1475 void WW8TableCellGridRow::setWidths(WidthsPtr pWidths) in setWidths()
1490 WidthsPtr WW8TableCellGridRow::getWidths() const in getWidths()
[all …]
H A DWW8TableInfo.hxx234 class WW8TableCellGridRow class
242 typedef boost::shared_ptr<WW8TableCellGridRow> Pointer_t;
243 WW8TableCellGridRow();
244 ~WW8TableCellGridRow();
262 typedef ::std::map<long, WW8TableCellGridRow::Pointer_t> Rows_t;
267 WW8TableCellGridRow::Pointer_t getRow(long nTop, bool bCreate = true);

Completed in 28 milliseconds