Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx595 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 Dsvdotable.cxx497 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()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx824 Reference< XPropertySet > xColSet; in DbGridRow() local
825 ::cppu::extractInterface(xColSet, xColumns->getByIndex(i)); in DbGridRow()
826 pColumn = new DataColumn(xColSet); in DbGridRow()

Completed in 54 milliseconds