Home
last modified time | relevance | path

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

/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx983 typename RowData<T, PropertiesPointer>::Pointer_t pRowData = pTableData->getRow(nRow); in resolveCurrentTable() local
985 unsigned int nCells = pRowData->getCellCount(); in resolveCurrentTable()
987 mpTableDataHandler->startRow(nCells, pRowData->getProperties()); in resolveCurrentTable()
992 (pRowData->getCellStart(nCell), in resolveCurrentTable()
993 pRowData->getCellProperties(nCell)); in resolveCurrentTable()
995 mpTableDataHandler->endCell(pRowData->getCellEnd(nCell)); in resolveCurrentTable()

Completed in 18 milliseconds