Searched refs:mxRows (Results 1 – 1 of 1) sorted by relevance
127 Reference< XTableRows > mxRows; member in XMLTableImportContext318 , mxRows( xColumnRowRange->getRows() ) in XMLTableImportContext()435 if( mxRows.is() ) in ImportRow()443 const sal_Int32 nRowCount = mxRows->getCount(); in ImportRow()447 mxRows->insertByIndex( nRowCount, nCount ); in ImportRow()450 Reference< XPropertySet > xRowSet( mxRows->getByIndex(mnCurrentRow), UNO_QUERY ); in ImportRow()
Completed in 19 milliseconds