Home
last modified time | relevance | path

Searched refs:bIsPixelFormat (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx82 bIsPixelFormat = bIsInternalFilter = sal_False; in CreateFilterName()
90 bIsPixelFormat = sal_True; in CreateFilterName()
100 for ( pPtr = ExternalPixelFilterNameList; *pPtr && ( bIsPixelFormat == sal_False ); pPtr++ ) in CreateFilterName()
103 bIsPixelFormat = sal_True; in CreateFilterName()
463 return (nFormat < aImport.size()) && aImport[ nFormat ].bIsPixelFormat; in IsImportPixelFormat()
585 return (nFormat < aExport.size()) && aExport[ nFormat ].bIsPixelFormat; in IsExportPixelFormat()
H A DSvFilterOptionsDialog.cxx224 sal_Bool bIsPixelFormat( aGraphicFilter.pConfig->IsExportPixelFormat( nFormat ) ); in execute() local
225 …if ( ExportDialog( aFltCallDlgPara, mxMgr, mxSourceDocument, mbExportSelection, bIsPixelFormat ).E… in execute()
H A DFilterConfigCache.hxx62 sal_Bool bIsPixelFormat : 1; member
H A Dexportdialog.cxx575 sal_Bool bExportSelection, sal_Bool bIsPixelFormat ) : in ExportDialog() argument
648 mbIsPixelFormat ( bIsPixelFormat ), in ExportDialog()
678 if ( bIsPixelFormat ) in ExportDialog()

Completed in 47 milliseconds