Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.cxx430 IntVectorPtr pTableGrid = getCurrentGrid( ); in endOfRowAction() local
432 && pTableGrid->size() > 0 ) in endOfRowAction()
434 ::std::vector<sal_Int32>::const_iterator aCellIter = pTableGrid->begin(); in endOfRowAction()
440 while( aCellIter != pTableGrid->end() ) in endOfRowAction()
494 if( pTableGrid->size() == nGrids ) in endOfRowAction()
512 fGridWidth += (*pTableGrid.get())[nBorderGridIndex++]; in endOfRowAction()

Completed in 11 milliseconds