Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx256 sal_Int32 nColor = maLbColorDepth.GetSelectEntryPos(); in GetFilterData()
282 …tions->WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Color" ) ), maLbColorDepth.GetSelectEntry… in GetFilterData()
537 String aEntry( maLbColorDepth.GetSelectEntry() ); in GetRawFileSize()
592 maLbColorDepth ( this, ResId( LB_COLOR_DEPTH, *rPara.pResMgr ) ), in ExportDialog()
701 maLbColorDepth.SetSelectHdl( LINK( this, ExportDialog, UpdateHdl ) ); in ExportDialog()
833 xRows->addWindow( &maLbColorDepth ); in createColorDepthControls()
866 maLbColorDepth.InsertEntry( ms8BitGrayscale ); in createFilterOptions()
867 maLbColorDepth.InsertEntry( ms24BitColor ); in createFilterOptions()
868 maLbColorDepth.SelectEntryPos( nColor ); in createFilterOptions()
957 maLbColorDepth.InsertEntry( ms1BitTreshold ); in createFilterOptions()
[all …]
H A Dexportdialog.hxx74 ListBox maLbColorDepth; member in ExportDialog