Searched refs:WW8TableCellGridRow (Results 1 – 2 of 2) sorted by relevance
1069 WW8TableCellGridRow::Pointer_t WW8TableCellGrid::getRow(long nTop, bool bCreate) in getRow()1071 WW8TableCellGridRow::Pointer_t pResult; in getRow()1079 pResult = WW8TableCellGridRow::Pointer_t(new WW8TableCellGridRow); in getRow()1119 WW8TableCellGridRow::Pointer_t pRow = getRow(rRect.Top()); in insert()1192 WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt); in addShadowCells()1299 WW8TableCellGridRow::Pointer_t pRow(getRow(*aTopsIt)); in connectCells()1342 WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt); in toString()1396 WW8TableCellGridRow::Pointer_t pRow = in getTableBoxesOfRow()1412 WW8TableCellGridRow::Pointer_t pRow = in getWidthsOfRow()1428 WW8TableCellGridRow::Pointer_t pRow = in getRowSpansOfRow()[all …]
234 class WW8TableCellGridRow class242 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);