Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww1/
H A Dfltshell.cxx1534 if(!pTableBoxes){ in GetBox()
1538 if( nx >= pTableBoxes->Count() ){ // Notbremse in GetBox()
1540 nx = pTableBoxes->Count() - 1; in GetBox()
1542 SwTableBox* pTableBox = (*pTableBoxes)[nx]; in GetBox()
1563 if (++usTableX >= pTableBoxes->Count()) in NextTableCell()
1570 pTableBoxes->Count()); in NextTableCell()
1572 pTableBox = (*pTableBoxes)[usTableX]; in NextTableCell()
1575 (*pTableBoxes)[usTableX]->ClaimFrmFmt(); in NextTableCell()
1762 pTableBoxes = &pTableLine->GetTabBoxes(); in SeekCell()
1763 if (nCol >= pTableBoxes->Count()) in SeekCell()
[all …]
/aoo4110/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.cxx2294 ww8::TableBoxVectorPtr pTableBoxes = pTableTextNodeInfoInner->getTableBoxesOfRow(); in TableDefinition() local
2297 pTableBoxes->size() > ww8::MAXTABLECELLS in TableDefinition()
2299 : static_cast< sal_uInt16 >(pTableBoxes->size()); in TableDefinition()
2363 ww8::TableBoxVector::const_iterator aItEnd = pTableBoxes->end(); in TableDefinition()
2367 size_t nTableBoxes = pTableBoxes->size(); in TableDefinition()
2372 for( aIt = pTableBoxes->begin(); aIt != aItEnd; ++aIt, ++aItRowSpans) in TableDefinition()

Completed in 36 milliseconds