Home
last modified time | relevance | path

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

/aoo4110/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()
1324 maMfSizeX.SetValue( aSize.Width() ); in updateControls()
1332 maMfSizeX.SetDecimalDigits( 0 ); in updateControls()
1334 maMfSizeX.SetValue( maSize.Width ); in updateControls()
1339 maMfSizeX.SetDecimalDigits( 2 ); in updateControls()
1350maMfSizeX.SetValue( static_cast< sal_Int32 >( ( static_cast< double >( maSize.Width * 100 ) / fRat… in updateControls()
1437 case MAP_PIXEL : maSize.Width = maMfSizeX.GetValue(); break; in IMPL_LINK()
[all …]
H A Dexportdialog.hxx65 MetricField maMfSizeX; member in ExportDialog

Completed in 30 milliseconds