Home
last modified time | relevance | path

Searched refs:xRefColumn (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/table/
H A Dcellcursor.cxx308 Reference< XPropertySet > xRefColumn( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in split_column() local
310 xRefColumn->getPropertyValue( sWidth ) >>= nWidth; in split_column()
314 xRefColumn->setPropertyValue( sWidth, Any( nWidth - (nNewWidth * nNewCols) ) ); in split_column()

Completed in 12 milliseconds