Searched refs:mnCurrentRow (Results 1 – 1 of 1) sorted by relevance
130 sal_Int32 mnCurrentRow; member in XMLTableImportContext319 , mnCurrentRow( -1 ) in XMLTableImportContext()334 if( mxColumns.is() && (mnCurrentRow == -1) ) try in ImportColumn()437 mnCurrentRow++; in ImportRow()438 if( mnCurrentRow == 0 ) in ImportRow()444 if( ( nRowCount - 1) < mnCurrentRow ) in ImportRow()446 const sal_Int32 nCount = mnCurrentRow - nRowCount + 1; in ImportRow()450 Reference< XPropertySet > xRowSet( mxRows->getByIndex(mnCurrentRow), UNO_QUERY ); in ImportRow()523 …Reference< XMergeableCell > xCell( mxTable->getCellByPosition( mnCurrentColumn, mnCurrentRow ), UN… in ImportCell()529 …back( boost::shared_ptr< MergeInfo >( new MergeInfo( mnCurrentColumn, mnCurrentRow, nColumnSpan, n… in ImportCell()
Completed in 17 milliseconds