Searched refs:mbExportSelection (Results 1 – 10 of 10) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swfexporter.cxx | 116 mbExportSelection(false), in FlashExporter() 127 mbExportSelection = true; in FlashExporter() 170 if(mbExportSelection) in exportAll() 197 const sal_Int32 nPageCount = mbExportSelection ? 1 : xDrawPages->getCount(); in exportAll() 215 if(!mbExportSelection) in exportAll() 233 if(!mbExportSelection) in exportAll() 242 if(mbExportSelection) in exportAll()
|
H A D | swffilter.cxx | 166 bool mbExportSelection; member in swf::FlashExportFilter 201 mbExportSelection(false), in FlashExportFilter() 305 mbExportSelection = true; in filter() 309 if (!mbExportSelection && findPropertyValue<sal_Bool>(aFilterData, "ExportMultipleFiles", false )) in filter()
|
H A D | swfexporter.hxx | 191 bool mbExportSelection; member in swf::FlashExporter
|
/trunk/main/svtools/source/filter/ |
H A D | SvFilterOptionsDialog.cxx | 87 mbExportSelection ( sal_False ) in SvFilterOptionsDialog() 170 maMediaDescriptor[ i ].Value >>= mbExportSelection; in setPropertyValues() 225 …if ( ExportDialog( aFltCallDlgPara, mxMgr, mxSourceDocument, mbExportSelection, bIsPixelFormat ).E… in execute()
|
H A D | SvFilterOptionsDialog.hxx | 56 sal_Bool mbExportSelection; member in SvFilterOptionsDialog
|
H A D | exportdialog.hxx | 152 sal_Bool mbExportSelection; member in ExportDialog
|
H A D | exportdialog.cxx | 412 if ( mbExportSelection ) // check if there is a selection in GetGraphicSource() 649 mbExportSelection ( bExportSelection ), in ExportDialog()
|
/trunk/main/filter/source/svg/ |
H A D | svgexport.cxx | 417 mbExportSelection = maShapeSelection.is() && maShapeSelection->getCount(); in implExportDocument() 425 if(mbExportSelection) in implExportDocument() 494 if(mbExportSelection) in implExportDocument() 585 if(mbExportSelection) in implExportDocument() 710 if(mbExportSelection) in implExportPages() 995 if(mbExportSelection) in implCreateObjects()
|
H A D | svgfilter.cxx | 64 mbExportSelection(false), in SVGFilter()
|
H A D | svgfilter.hxx | 252 bool mbExportSelection; member in SVGFilter
|
Completed in 30 milliseconds