Lines Matching refs:pTable

114 void WW8TableNodeInfoInner::setTable(const SwTable * pTable)  in setTable()  argument
116 mpTable = pTable; in setTable()
437 void WW8TableNodeInfo::setTable(const SwTable * pTable) in setTable() argument
439 getInnerForDepth(mnDepth)->setTable(pTable); in setTable()
585 WW8TableInfo::processSwTableByLayout(const SwTable * pTable) in processSwTableByLayout() argument
587 SwTableCellInfo aTableCellInfo(pTable); in processSwTableByLayout()
615 insertTableNodeInfo(&rNode, pTable, pTableBox, 0, 0, 1, & aRect); in processSwTableByLayout()
636 pPrev = reorderByLayout(pTable); in processSwTableByLayout()
641 void WW8TableInfo::processSwTable(const SwTable * pTable) in processSwTable() argument
649 SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in processSwTable()
650 if (pFrmFmt != NULL && pTable->IsTblComplex()) in processSwTable()
652 pPrev = processSwTableByLayout(pTable); in processSwTable()
655 WW8TableCellGrid::Pointer_t pCellGrid(getCellGridForTable(pTable)); in processSwTable()
661 const SwTableLines & rLines = pTable->GetTabLines(); in processSwTable()
667 pPrev = processTableLine(pTable, pLine, n, 1, pPrev); in processSwTable()
674 SwTableNode * pTableNode = pTable->GetTableNode(); in processSwTable()
685 WW8TableInfo::processTableLine(const SwTable * pTable, in processTableLine() argument
703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine()
715 const SwTable * pTable, in processTableBoxLines() argument
737 …pNodeInfo = processTableBoxLines(rBoxes[nBox], pTable, pBoxToSet, nRow, nCell, nDepth); … in processTableBoxLines()
752 … pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBoxToSet, nRow, nCell, nDepth); in processTableBoxLines()
769 WW8TableInfo::processTableBox(const SwTable * pTable, in processTableBox() argument
789 pNodeInfo = processTableBoxLines(pBox, pTable, pBox, nRow, nCell, nDepth); in processTableBox()
798 pPrev = processTableLine(pTable, pLine, n, 1, pPrev); in processTableBox()
820 pNodeInfo = insertTableNodeInfo(&rNode, pTable, pBox, nRow, nCell, nDepth); in processTableBox()
865 const SwTable * pTable, in insertTableNodeInfo() argument
883 pNodeInfo->setTable(pTable); in insertTableNodeInfo()
891 FirstInTableMap_t::const_iterator aIt = mFirstInTableMap.find(pTable); in insertTableNodeInfo()
894 mFirstInTableMap[pTable] = pNode; in insertTableNodeInfo()
901 WW8TableCellGrid::Pointer_t pCellGrid = getCellGridForTable(pTable); in insertTableNodeInfo()
915 (const SwTable * pTable, bool bCreate) in getCellGridForTable() argument
918 CellGridMap_t::iterator aIt = mCellGridMap.find(pTable); in getCellGridForTable()
925 mCellGridMap[pTable] = pResult; in getCellGridForTable()
929 pResult = mCellGridMap[pTable]; in getCellGridForTable()
1046 WW8TableNodeInfo * WW8TableInfo::reorderByLayout(const SwTable * pTable) in reorderByLayout() argument
1049 WW8TableCellGrid::Pointer_t pCellGrid = getCellGridForTable(pTable); in reorderByLayout()