Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx178 WW8TableCellGrid::Pointer_t pCellGrid = in getTableBoxesOfRow()
238 WW8TableCellGrid::Pointer_t pCellGrid = in getWidthsOfRow()
271 WW8TableCellGrid::Pointer_t pCellGrid = in getRowSpansOfRow()
655 WW8TableCellGrid::Pointer_t pCellGrid(getCellGridForTable(pTable)); in processSwTable()
901 WW8TableCellGrid::Pointer_t pCellGrid = getCellGridForTable(pTable); in insertTableNodeInfo()
914 WW8TableCellGrid::Pointer_t WW8TableInfo::getCellGridForTable in getCellGridForTable()
917 WW8TableCellGrid::Pointer_t pResult; in getCellGridForTable()
924 pResult = WW8TableCellGrid::Pointer_t(new WW8TableCellGrid); in getCellGridForTable()
1049 WW8TableCellGrid::Pointer_t pCellGrid = getCellGridForTable(pTable); in reorderByLayout()
1061 WW8TableCellGrid::WW8TableCellGrid() in WW8TableCellGrid() function in ww8::WW8TableCellGrid
[all …]
H A DWW8TableInfo.hxx259 class WW8TableCellGrid class
274 typedef ::boost::shared_ptr<WW8TableCellGrid> Pointer_t;
276 WW8TableCellGrid();
277 ~WW8TableCellGrid();
297 typedef hash_map<const SwTable *, WW8TableCellGrid::Pointer_t, hashTable > CellGridMap_t;
333 WW8TableCellGrid::Pointer_t getCellGridForTable(const SwTable * pTable,