Home
last modified time | relevance | path

Searched refs:nMust (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx91 …*SfxDetectFilter)( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust, SfxFilterFlags nD…
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…
109 …const SfxFilter* GetFilter4EA( const String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFi…
111 …const SfxFilter* GetFilter4FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFl…
112 …const SfxFilter* GetFilter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags …
145 …const SfxFilter* GetFilter4Mime( const String& rMime, SfxFilterFlags nMust = SFX_FILTER_IMPORT, Sf…
147 …const SfxFilter* GetFilter4EA( const String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, Sfx…
149 …const SfxFilter* GetFilter4FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilter…
150 …const SfxFilter* GetFilter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlag…
[all …]
H A Dfiledlghelper.hxx144 SfxFilterFlags nMust,
150 SfxFilterFlags nMust,
157 SfxFilterFlags nMust = 0,
163 SfxFilterFlags nMust = 0,
170 SfxFilterFlags nMust,
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx163 return aMatch.aMethod( aArg, nMust, nDont ); \
176 return aMatch.GetAnyFilter( nMust, nDont ); in GetAnyFilter()
361 if ( (nFlags & nMust) == nMust && !(nFlags & nDont ) ) in GetAnyFilter()
615 …if ( !pFilter || (pFilter->GetFilterFlags() & nMust) != nMust || (pFilter->GetFilterFlags() & nDon… in GetFilterForProps()
654 … if ( (nFlags & nMust) == nMust && !(nFlags & nDont ) && pFilter->GetMimeType() == rMediaType ) in GetFilter4Mime()
664 return GetFilterForProps( aSeq, nMust, nDont ); in GetFilter4Mime()
677 if ( (nFlags & nMust) == nMust && !(nFlags & nDont ) && pFilter->GetTypeName() == rType ) in GetFilter4EA()
694 return GetFilterForProps( aSeq, nMust, nDont ); in GetFilter4EA()
706 if ( (nFlags & nMust) == nMust && !(nFlags & nDont ) ) in GetFilter4Extension()
736 return GetFilterForProps( aSeq, nMust, nDont ); in GetFilter4Extension()
[all …]
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx281 …uno::Sequence< beans::PropertyValue > GetDocServiceDefaultFilterCheckFlags( sal_Int32 nMust, sal_I…
282 uno::Sequence< beans::PropertyValue > GetDocServiceAnyFilter( sal_Int32 nMust, sal_Int32 nDont );
482 …ence< beans::PropertyValue > ModelData_Impl::GetDocServiceDefaultFilterCheckFlags( sal_Int32 nMust, in GetDocServiceDefaultFilterCheckFlags() argument
492 if ( ( ( nFlags & nMust ) == nMust ) && !( nFlags & nDont ) ) in GetDocServiceDefaultFilterCheckFlags()
501 uno::Sequence< beans::PropertyValue > ModelData_Impl::GetDocServiceAnyFilter( sal_Int32 nMust, sal_… in GetDocServiceAnyFilter() argument
507 …meConfigurationHelper::SearchForFilter( m_pOwner->GetFilterQuery(), aSearchRequest, nMust, nDont ); in GetDocServiceAnyFilter()
515 sal_Int32 nMust = getMustFlags( nStoreMode ); in GetPreselectedFilter_Impl() local
531 aFilterProps = GetDocServiceDefaultFilterCheckFlags( nMust, nDont ); in GetPreselectedFilter_Impl()
536 aFilterProps = GetDocServiceAnyFilter( nMust, nDont ); in GetPreselectedFilter_Impl()
855 sal_Int32 nMust = getMustFlags( nStoreMode ); in OutputFileDialog() local
[all …]
H A Ddocfilt.cxx203 SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED; in GetTypeFromStorage() local
206 nMust |= 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/sc/source/core/inc/
H A Dinterpre.hxx213 inline sal_Bool MustHaveParamCount( short nAct, short nMust );
214 inline sal_Bool MustHaveParamCount( short nAct, short nMust, short nMax );
895 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust ) in MustHaveParamCount() argument
897 if ( nAct == nMust ) in MustHaveParamCount()
899 if ( nAct < nMust ) in MustHaveParamCount()
907 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust, short nMax ) in MustHaveParamCount() argument
909 if ( nMust <= nAct && nAct <= nMax ) in MustHaveParamCount()
911 if ( nAct < nMust ) in MustHaveParamCount()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1852 SfxFilterFlags nMust, in addFilters() argument
1880 m_nMustFlags |= nMust; in addFilters()
2376 SfxFilterFlags nMust, in FileDialogHelper() argument
2383 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2390 SfxFilterFlags nMust, in FileDialogHelper() argument
2399 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2406 SfxFilterFlags nMust, in FileDialogHelper() argument
2413 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
2430 SfxFilterFlags nMust, in FileDialogHelper() argument
2437 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper()
[all …]
H A Dfiledlgimpl.hxx112 SfxFilterFlags nMust,
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx174 const SfxFilterFlags nMust = SFX_FILTER_IMPORT; in impl_getFilterFromServiceName_nothrow() local
191 if ( ( ( nFlags & nMust ) == nMust ) in impl_getFilterFromServiceName_nothrow()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1025 const SwTwips nMust = (GetUpper()->*fnRect->fnGetPrtBottom)(); in CalcPreps() local
1028 if( bVert && nIs < nMust ) in CalcPreps()
1030 Shrink( nMust - nIs ); in CalcPreps()
1035 else if ( ! bVert && nIs > nMust ) in CalcPreps()
1037 Shrink( nIs - nMust ); in CalcPreps()
/trunk/main/starmath/inc/
H A Dsmdll.hxx42 SfxFilterFlags nMust, SfxFilterFlags nDont );
/trunk/main/sc/inc/
H A Dscdll.hxx67 SfxFilterFlags nMust, SfxFilterFlags nDont );

Completed in 96 milliseconds