Searched refs:xRefRow (Results 1 – 1 of 1) sorted by relevance
424 Reference< XPropertySet > xRefRow( xRows->getByIndex( nRow ), UNO_QUERY_THROW ); in split_row() local426 xRefRow->getPropertyValue( sHeight ) >>= nHeight; in split_row()430 xRefRow->setPropertyValue( sHeight, Any( nHeight - (nNewHeight * nNewRows) ) ); in split_row()
Completed in 25 milliseconds