Home
last modified time | relevance | path

Searched refs:nDont (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx91 …etectFilter)( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust, SfxFilterFlags nDont );
106 … GetAnyFilter( SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
107 …t String& rMime, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
108 … sal_uInt32 nId, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
109 …nst String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
110 …st String& rExt, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
111 …FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
112 …ter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
140 …st SfxFilter **, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
141 …st SfxFilter **, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTIN…
[all …]
H A Dfiledlghelper.hxx145 SfxFilterFlags nDont );
151 SfxFilterFlags nDont,
158 SfxFilterFlags nDont = 0 );
164 SfxFilterFlags nDont = 0 );
171 SfxFilterFlags nDont,
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx160 …er* SfxFilterContainer::aMethod( ArgType aArg, SfxFilterFlags nMust, SfxFilterFlags nDont ) const \
163 return aMatch.aMethod( aArg, nMust, nDont ); \
173 const SfxFilter* SfxFilterContainer::GetAnyFilter( SfxFilterFlags nMust, SfxFilterFlags nDont ) con… in GetAnyFilter()
176 return aMatch.GetAnyFilter( nMust, nDont ); in GetAnyFilter()
353 const SfxFilter* SfxFilterMatcher::GetAnyFilter( SfxFilterFlags nMust, SfxFilterFlags nDont ) const in GetAnyFilter()
361 if ( (nFlags & nMust) == nMust && !(nFlags & nDont ) ) in GetAnyFilter()
412 …( SfxMedium& rMedium, const SfxFilter**ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont ) const in GuessFilter()
414 return GuessFilterControlDefaultUI( rMedium, ppFilter, nMust, nDont, sal_True ); in GuessFilter()
419 …rMedium, const SfxFilter** ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont, sal_Bool /*bDefUI… in GuessFilterControlDefaultUI() argument
473 const SfxFilter* pFilter = GetFilterForProps(lQuery, nMust, nDont); in GuessFilterControlDefaultUI()
[all …]
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx281 …e< beans::PropertyValue > GetDocServiceDefaultFilterCheckFlags( sal_Int32 nMust, sal_Int32 nDont );
282 … uno::Sequence< beans::PropertyValue > GetDocServiceAnyFilter( sal_Int32 nMust, sal_Int32 nDont );
483 … sal_Int32 nDont ) in GetDocServiceDefaultFilterCheckFlags() argument
492 if ( ( ( nFlags & nMust ) == nMust ) && !( nFlags & nDont ) ) in GetDocServiceDefaultFilterCheckFlags()
501 …< beans::PropertyValue > ModelData_Impl::GetDocServiceAnyFilter( sal_Int32 nMust, sal_Int32 nDont ) in GetDocServiceAnyFilter() argument
507 …meConfigurationHelper::SearchForFilter( m_pOwner->GetFilterQuery(), aSearchRequest, nMust, nDont ); in GetDocServiceAnyFilter()
516 sal_Int32 nDont = getDontFlags( nStoreMode ); in GetPreselectedFilter_Impl() local
527 …meConfigurationHelper::SearchForFilter( m_pOwner->GetFilterQuery(), aSearchRequest, nMust, nDont ); in GetPreselectedFilter_Impl()
531 aFilterProps = GetDocServiceDefaultFilterCheckFlags( nMust, nDont ); in GetPreselectedFilter_Impl()
536 aFilterProps = GetDocServiceAnyFilter( nMust, nDont ); in GetPreselectedFilter_Impl()
[all …]
H A Ddocfilt.cxx203 SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED; in GetTypeFromStorage() local
209 nDont |= SFX_FILTER_TEMPLATEPATH; in GetTypeFromStorage()
214 pFilter = aMatcher.GetFilter4FilterName( aName, nMust, nDont ); in GetTypeFromStorage()
219 pFilter = aMatcher.GetFilter4ClipBoardId( nClipId, nMust, nDont ); in GetTypeFromStorage()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1853 SfxFilterFlags nDont ) in addFilters() argument
1881 m_nDontFlags |= nDont; in addFilters()
2377 SfxFilterFlags nDont ) in FileDialogHelper() argument
2383 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2391 SfxFilterFlags nDont, in FileDialogHelper() argument
2399 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2407 SfxFilterFlags nDont ) in FileDialogHelper() argument
2413 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2431 SfxFilterFlags nDont ) in FileDialogHelper() argument
2437 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
[all …]
H A Dfiledlgimpl.hxx113 SfxFilterFlags nDont );
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx175 const SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED; in impl_getFilterFromServiceName_nothrow() local
192 && ( ( nFlags & nDont ) == 0 ) in impl_getFilterFromServiceName_nothrow()
/trunk/main/starmath/inc/
H A Dsmdll.hxx42 SfxFilterFlags nMust, SfxFilterFlags nDont );
/trunk/main/sc/inc/
H A Dscdll.hxx67 SfxFilterFlags nMust, SfxFilterFlags nDont );