Searched refs:SFX_FILTER_IMPORT (Results 1 – 17 of 17) sorted by relevance
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | fcontnr.hxx | 106 …const SfxFilter* GetAnyFilter( SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = S… 107 …const SfxFilter* GetFilter4Mime( const String& rMime, SfxFilterFlags nMust = SFX_FILTER_IMPORT, S… 108 …const SfxFilter* GetFilter4ClipBoardId( sal_uInt32 nId, SfxFilterFlags nMust = SFX_FILTER_IMPORT,… 109 …const SfxFilter* GetFilter4EA( const String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFi… 110 …r* GetFilter4Extension( const String& rExt, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFl… 140 …ent( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFl… 141 …ter( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFl… 145 …const SfxFilter* GetFilter4Mime( const String& rMime, SfxFilterFlags nMust = SFX_FILTER_IMPORT, Sf… 146 …r* GetFilter4ClipBoardId( sal_uInt32 nId, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFl… 147 …const SfxFilter* GetFilter4EA( const String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, Sfx… [all …]
|
H A D | docfilt.hxx | 77 bool CanImport() const { return nFormatType & SFX_FILTER_IMPORT; } in CanImport()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 184 …er = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARIMPRESS_60, SFX_FILTER_IMPORT, SFX_FILTER_… in DoExecute() 192 …ilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_60, SFX_FILTER_IMPORT, SFX_FILTER_… in DoExecute() 200 …er = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARIMPRESS_50, SFX_FILTER_IMPORT, SFX_FILTER_… in DoExecute() 208 …ilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_50, SFX_FILTER_IMPORT, SFX_FILTER_… in DoExecute() 216 …ilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_40, SFX_FILTER_IMPORT, SFX_FILTER_… in DoExecute() 224 …pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW, SFX_FILTER_IMPORT, SFX_FILTER_T… in DoExecute() 272 …SFX_APP()->GetFilterMatcher().GuessFilter( *pMedium, &pFilter, SFX_FILTER_IMPORT, SFX_FILTER_NOTIN… in DoExecute()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 564 GuessFilter( rMedium, &pInstallFilter, SFX_FILTER_IMPORT, SFX_FILTER_CONSULTSERVICE ); in DetectFilter() 574 GuessFilter( rMedium, &pInstallFilter, SFX_FILTER_IMPORT, 0 ); in DetectFilter() 830 const SfxFilter* pFilter = pThis->GetFilter4Extension( *pString, SFX_FILTER_IMPORT ); in IMPL_STATIC_LINK()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | documentconstants.hxx | 112 #define SFX_FILTER_IMPORT 0x00000001L macro
|
/aoo42x/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 755 … sal_Int32 nRequired = ( SFX_FILTER_OWN | SFX_FILTER_EXPORT | SFX_FILTER_IMPORT ); in GetDefaultFilterFromServiceName() 796 if ( !( nFlags & SFX_FILTER_IMPORT ) ) in GetExportFilterFromImportFilter()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 203 SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED; in GetTypeFromStorage()
|
H A D | guisaveas.cxx | 161 …eMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) ? 0 : SFX_FILTER_IMPORT ) ); in getMustFlags() 169 …eMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) ? SFX_FILTER_IMPORT : 0 ) ); in getDontFlags()
|
H A D | objstor.cxx | 1159 …pFilter = GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER_EXPORT ); in SaveTo_Impl() 2965 …pNewFile->SetFilter( GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILT… in PreDoSaveAs_Impl()
|
H A D | doctempl.cxx | 1970 …etFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_EXPORT | SFX_FILTER_IMPORT, SFX_FILTER_… in DeleteObjectShell()
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 190 …aTitle, aDocShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER… in SV_IMPL_OP_PTRARR_SORT()
|
H A D | frmload.cxx | 174 const SfxFilterFlags nMust = SFX_FILTER_IMPORT; in impl_getFilterFromServiceName_nothrow()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview4.cxx | 416 …_APP()->GetFilterMatcher().GuessFilter( aSfxMedium, &pFoundFilter, SFX_FILTER_IMPORT, SFX_FILTER_… in IMPL_LINK()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 241 ,SFX_FILTER_IMPORT);
|
/aoo42x/main/cui/source/options/ |
H A D | optsave.cxx | 534 sCommand += String::CreateFromInt32(SFX_FILTER_IMPORT|SFX_FILTER_EXPORT); in Reset()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 1728 …SFX_APP()->GetFilterMatcher().GuessFilter( aSfxMedium, &pSfxFilter, SFX_FILTER_IMPORT, SFX_FILTER_… in setPropertyValueImpl()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 941 m_nMustFlags = SFX_FILTER_IMPORT; in FileDialogHelper_Impl()
|
Completed in 112 milliseconds