Searched refs:xSet2 (Results 1 – 1 of 1) sorted by relevance
1126 …Reference< XPropertySet > xSet2( static_cast< XCellRange* >( maColumns[nCol-1].get() ), UNO_QUERY_… in optimize() local1128 xSet2->getPropertyValue( sWidth ) >>= nWidth2; in optimize()1130 xSet2->setPropertyValue( sWidth, Any( nWidth1 ) ); in optimize()1163 …Reference< XPropertySet > xSet2( static_cast< XCellRange* >( maRows[nRow-1].get() ), UNO_QUERY_THR… in optimize() local1165 xSet2->getPropertyValue( sHeight ) >>= nHeight2; in optimize()1167 xSet2->setPropertyValue( sHeight, Any( nHeight1 ) ); in optimize()
Completed in 14 milliseconds