Home
last modified time | relevance | path

Searched refs:pTableBoxes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1531 if(!pTableBoxes){ in GetBox()
1535 if( nx >= pTableBoxes->Count() ){ // Notbremse in GetBox()
1537 nx = pTableBoxes->Count() - 1; in GetBox()
1539 SwTableBox* pTableBox = (*pTableBoxes)[nx]; in GetBox()
1560 if (++usTableX >= pTableBoxes->Count()) in NextTableCell()
1567 pTableBoxes->Count()); in NextTableCell()
1569 pTableBox = (*pTableBoxes)[usTableX]; in NextTableCell()
1572 (*pTableBoxes)[usTableX]->ClaimFrmFmt(); in NextTableCell()
1759 pTableBoxes = &pTableLine->GetTabBoxes(); in SeekCell()
1760 if (nCol >= pTableBoxes->Count()) in SeekCell()
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1214 TableBoxVectorPtr pTableBoxes(new TableBoxVector); in connectCells() local
1267 pTableBoxes->push_back(pNodeInfo->getTableBox()); in connectCells()
1269 pTableBoxes->push_back(NULL); in connectCells()
1300 pRow->setTableBoxVector(pTableBoxes); in connectCells()
H A Dwrtww8.cxx2280 ww8::TableBoxVectorPtr pTableBoxes = pTableTextNodeInfoInner->getTableBoxesOfRow(); in TableDefinition() local
2283 pTableBoxes->size() > ww8::MAXTABLECELLS in TableDefinition()
2285 : static_cast< sal_uInt16 >(pTableBoxes->size()); in TableDefinition()
2349 ww8::TableBoxVector::const_iterator aItEnd = pTableBoxes->end(); in TableDefinition()
2353 size_t nTableBoxes = pTableBoxes->size(); in TableDefinition()
2358 for( aIt = pTableBoxes->begin(); aIt != aItEnd; ++aIt, ++aItRowSpans) in TableDefinition()

Completed in 70 milliseconds