Searched refs:xRefColumn (Results 1 – 1 of 1) sorted by relevance
308 Reference< XPropertySet > xRefColumn( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in split_column() local310 xRefColumn->getPropertyValue( sWidth ) >>= nWidth; in split_column()314 xRefColumn->setPropertyValue( sWidth, Any( nWidth - (nNewWidth * nNewCols) ) ); in split_column()
Completed in 10 milliseconds