Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/filter/
H A Dexportdialog.cxx208 …tring( RTL_CONSTASCII_USTRINGPARAM( "PixelExportResolutionUnit" ) ), maLbResolution.GetSelectEntry… in GetFilterData()
590 maLbResolution ( this, ResId( LB_RESOLUTION, *rPara.pResMgr ) ), in ExportDialog()
699 maLbResolution.SetSelectHdl( LINK( this, ExportDialog, UpdateHdl ) ); in ExportDialog()
750 aLbMax.Width() = Max( aLbMax.Width(), maLbResolution.GetSizePixel().Width() ); in createSizeControls()
779 nIndex = xColumn->addWindow( &maLbResolution ); in createSizeControls()
810 maLbResolution.SelectEntryPos( static_cast< sal_uInt16 >( nResolutionUnit ) ); in createSizeControls()
1355 switch( maLbResolution.GetSelectEntryPos() ) in updateControls()
1495 if ( maLbResolution.GetSelectEntryPos() == 0 ) // pixels / cm in IMPL_LINK()
1497 else if ( maLbResolution.GetSelectEntryPos() == 1 ) // pixels / inch in IMPL_LINK()
H A Dexportdialog.hxx72 ListBox maLbResolution; member in ExportDialog

Completed in 30 milliseconds