/aoo42x/main/sfx2/inc/sfx2/ |
H A D | fcontnr.hxx | 91 …*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 D | filedlghelper.hxx | 144 SfxFilterFlags nMust, 150 SfxFilterFlags nMust, 157 SfxFilterFlags nMust = 0, 163 SfxFilterFlags nMust = 0, 170 SfxFilterFlags nMust,
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 163 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 …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 281 …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 D | docfilt.cxx | 203 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()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 213 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()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 1852 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 D | filedlgimpl.hxx | 112 SfxFilterFlags nMust,
|
/aoo42x/main/sfx2/source/view/ |
H A D | frmload.cxx | 174 const SfxFilterFlags nMust = SFX_FILTER_IMPORT; in impl_getFilterFromServiceName_nothrow() local 191 if ( ( ( nFlags & nMust ) == nMust ) in impl_getFilterFromServiceName_nothrow()
|
/aoo42x/main/sw/source/core/text/ |
H A D | frmform.cxx | 1025 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()
|
/aoo42x/main/starmath/inc/ |
H A D | smdll.hxx | 42 SfxFilterFlags nMust, SfxFilterFlags nDont );
|
/aoo42x/main/sc/inc/ |
H A D | scdll.hxx | 67 SfxFilterFlags nMust, SfxFilterFlags nDont );
|