Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/filter/
H A Dexportdialog.cxx583 maMfSizeX ( this, ResId( MF_SIZEX, *rPara.pResMgr ) ), in ExportDialog()
695 maMfSizeX.SetModifyHdl( LINK( this, ExportDialog, UpdateHdlMtfSizeX ) ); in ExportDialog()
758 Size aMinSize( maMfSizeX.GetSizePixel() ); in createSizeControls()
759 nIndex = xColumn->addWindow( &maMfSizeX ); in createSizeControls()
1322 maMfSizeX.SetValue( aSize.Width() ); in updateControls()
1330 maMfSizeX.SetDecimalDigits( 0 ); in updateControls()
1332 maMfSizeX.SetValue( maSize.Width ); in updateControls()
1337 maMfSizeX.SetDecimalDigits( 2 ); in updateControls()
1348maMfSizeX.SetValue( static_cast< sal_Int32 >( ( static_cast< double >( maSize.Width * 100 ) / fRat… in updateControls()
1432 …st< sal_Int32 >( static_cast< double >( maResolution.Width ) * 0.0254 * maMfSizeX.GetValue() / 100… in IMPL_LINK()
[all …]
H A Dexportdialog.hxx65 MetricField maMfSizeX; member in ExportDialog