Searched refs:xColSet (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | tablelayouter.cxx | 595 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in LayoutTableWidth() local 597 xColSet->getPropertyValue( sOptimalSize ) >>= bOptimal; in LayoutTableWidth() 604 xColSet->getPropertyValue( msSize ) >>= nColWidth; in LayoutTableWidth() 681 Reference< XPropertySet > xColSet( xCols->getByIndex(nCol), UNO_QUERY_THROW ); in LayoutTableWidth() local 682 xColSet->setPropertyValue( msSize, Any( maColumns[nCol].mnSize ) ); in LayoutTableWidth() 1134 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in DistributeColumns() local 1135 xColSet->setPropertyValue( msSize, Any( nWidth ) ); in DistributeColumns()
|
H A D | svdotable.cxx | 497 Reference< XPropertySet > xColSet( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge() local 498 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge() 514 xColSet = Reference< XPropertySet >( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge() 515 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 824 Reference< XPropertySet > xColSet; in DbGridRow() local 825 ::cppu::extractInterface(xColSet, xColumns->getByIndex(i)); in DbGridRow() 826 pColumn = new DataColumn(xColSet); in DbGridRow()
|
Completed in 137 milliseconds