Searched refs:SFX_FILTER_EXPORT (Results 1 – 15 of 15) sorted by relevance
160 return ( SFX_FILTER_EXPORT in getMustFlags()738 if ( ( !aFiltPropsHM.size() || !( nFiltFlags & SFX_FILTER_EXPORT ) ) in CheckFilter()739 …&& ( !aDefFiltPropsHM.size() || !( nDefFiltFlags & SFX_FILTER_EXPORT ) || nDefFiltFlags & SFX_FILT… in CheckFilter()743 if ( !aFiltPropsHM.size() || !( nFiltFlags & SFX_FILTER_EXPORT ) ) in CheckFilter()750 && ( nDefFiltFlags & SFX_FILTER_EXPORT ) && !( nDefFiltFlags & SFX_FILTER_INTERNAL )) in CheckFilter()
311 …i(GetFactory().GetShortName()) ).GetFilter4Mime( pContentTypeItem->GetValue(), SFX_FILTER_EXPORT ); in APISaveAs_Impl()
1159 …pFilter = GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER_EXPORT ); in SaveTo_Impl()2965 …Filter( GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER_EXPORT ) ); in PreDoSaveAs_Impl()
1970 …mxObjShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_EXPORT | SFX_FILTER_IMPORT… in DeleteObjectShell()
755 … sal_Int32 nRequired = ( SFX_FILTER_OWN | SFX_FILTER_EXPORT | SFX_FILTER_IMPORT ); in GetDefaultFilterFromServiceName()802 if ( nFlags & SFX_FILTER_EXPORT ) in GetExportFilterFromImportFilter()823 SFX_FILTER_EXPORT, in GetExportFilterFromImportFilter()
487 pFilter = pFCntnr->GetFilter4EA( pFilter->GetTypeName(), SFX_FILTER_EXPORT ); in SplitDoc()831 pFilter = pFCntnr->GetFilter4EA( pFilter->GetTypeName(), SFX_FILTER_EXPORT ); in SplitDoc()
78 bool CanExport() const { return nFormatType & SFX_FILTER_EXPORT; } in CanExport()
113 #define SFX_FILTER_EXPORT 0x00000002L macro
190 …etFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER_EXPORT )->GetFilter… in SV_IMPL_OP_PTRARR_SORT()
534 sCommand += String::CreateFromInt32(SFX_FILTER_IMPORT|SFX_FILTER_EXPORT); in Reset()
358 pFilterCont->GetFilter4Extension( C2S("html"), SFX_FILTER_EXPORT ); in Execute()
439 sCommand += String::CreateFromInt32(SFX_FILTER_EXPORT); in SwMailMergeDlg()
1183 pSfxFlt = pFilterContainer->GetFilter4Extension(sExtension, SFX_FILTER_EXPORT); in IMPL_LINK()
920 … pStoreToFilter = pFilterContainer->GetFilter4Extension(sExtension, SFX_FILTER_EXPORT); in MergeMailFiles()
943 m_nMustFlags = SFX_FILTER_EXPORT; in FileDialogHelper_Impl()
Completed in 119 milliseconds