Lines Matching refs:nDont

281 …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()
856 sal_Int32 nDont = getDontFlags( nStoreMode ); in OutputFileDialog() local
875 …DialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust, nDont, rStandardDir, rBl… in OutputFileDialog()
906 …DialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust, nDont, rStandardDir, rBl… in OutputFileDialog()
934 if ( bSetStandardName || ( nOldFiltFlags & nMust ) != nMust || nOldFiltFlags & nDont ) in OutputFileDialog()