Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/table/
H A Dtablertfexporter.cxx71 const OUString msSize; member in sdr::table::SdrTableRtfExporter
84 , msSize( RTL_CONSTASCII_USTRINGPARAM("Size") ) in SdrTableRtfExporter()
111 xSet->getPropertyValue( msSize ) >>= nWidth; in Write()
143 xRowSet->getPropertyValue( msSize ) >>= nRowHeight; in WriteRow()
H A Dtablelayouter.cxx69 , 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()
H A Dtablelayouter.hxx169 const rtl::OUString msSize; member in sdr::table::TableLayouter

Completed in 22 milliseconds