Searched refs:msSize (Results 1 – 3 of 3) sorted by relevance
71 const OUString msSize; member in sdr::table::SdrTableRtfExporter84 , msSize( RTL_CONSTASCII_USTRINGPARAM("Size") ) in SdrTableRtfExporter()111 xSet->getPropertyValue( msSize ) >>= nWidth; in Write()143 xRowSet->getPropertyValue( msSize ) >>= nRowHeight; in WriteRow()
69 , msSize( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ) in TableLayouter()604 xColSet->getPropertyValue( msSize ) >>= nColWidth; in LayoutTableWidth()682 xColSet->setPropertyValue( msSize, Any( maColumns[nCol].mnSize ) ); in LayoutTableWidth()755 xRowSet->getPropertyValue( msSize ) >>= nRowHeight; in LayoutTableHeight()830 xRowSet->setPropertyValue( msSize, Any( maRows[nRow].mnSize ) ); in LayoutTableHeight()1135 xColSet->setPropertyValue( msSize, Any( nWidth ) ); in DistributeColumns()1187 xRowSet->setPropertyValue( msSize, Any( nHeight ) ); in DistributeRows()
169 const rtl::OUString msSize; member in sdr::table::TableLayouter
Completed in 23 milliseconds