/aoo42x/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 108 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(_sURL) ) in cutPrefix() 132 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(sURL) ) in getPrefix() 164 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(sURL) ) in isConnectionUrlRequired() 312 return aWildCard.Matches(_sURL); in isEmbeddedDatabase() 523 if ( sOldPattern.getLength() < aIter->Len() && aWildCard.Matches(_sURL) ) in getType() 541 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(sURL) ) in getIndexOf()
|
/aoo42x/main/tools/inc/tools/ |
H A D | wldcrd.hxx | 51 sal_Bool Matches( const String& rStr ) const; 54 { return Matches( rString ); } in operator ==() 56 { return !( Matches( rString ) ); } in operator !=()
|
/aoo42x/main/ucbhelper/source/client/ |
H A D | proxydecider.cxx | 80 bool Matches( const rtl::OUString & rStr ) const; 179 bool WildCard::Matches( const rtl::OUString& rString ) const in Matches() function in ucbhelper::proxydecider_impl::WildCard 469 if ( (*it).second.Matches( aHostAndPort ) ) in shouldUseProxy() 474 if ( (*it).first.Matches( aHostAndPort ) ) in shouldUseProxy()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | DriversConfig.cxx | 166 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverFactoryName() 186 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverTypeDisplayName() 221 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in impl_get()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 505 sal_Bool Matches( OutputDevice* pOut, const Point& /*rPtPixel*/, const Size& rSzPixel, in Matches() function in GraphicDisplayCacheEntry 891 …if( ( (GraphicDisplayCacheEntry*) maDisplayCache.GetObject( i ) )->Matches( pOut, aPtPixel, aSzPix… in IsInDisplayCache() 999 if( pDisplayCacheEntry->Matches( pOut, aPtPixel, aSzPixel, pCacheEntry, rAttr ) ) in DrawDisplayCacheObj()
|
/aoo42x/main/framework/source/jobs/ |
H A D | jobdata.cxx | 588 sal_Bool bValidAdmin = aISOPattern.Matches(sAdminTime); in isEnabled() 589 sal_Bool bValidUser = aISOPattern.Matches(sUserTime ); in isEnabled()
|
/aoo42x/main/svl/inc/svl/ |
H A D | urlfilter.hxx | 53 return _rMatcher.Matches( m_rCompareString ) ? true : false; in operator ()()
|
/aoo42x/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 406 …if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) && GetDriv… in Init() 464 pDir->aNameMask.Matches( String(aLowerName, osl_getThreadTextEncoding()) ) ) in Read()
|
H A D | wldcrd.cxx | 116 sal_Bool WildCard::Matches( const String& rString ) const in Matches() function in WildCard
|
H A D | os2.cxx | 326 if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) in Init() 370 if ( pDir->aNameMask.Matches( aD_Name ) ) in Read()
|
H A D | unx.cxx | 428 if ( pDir->aNameMask.Matches( aD_Name ) ) in Read()
|
/aoo42x/main/framework/inc/dispatch/ |
H A D | interceptionhelper.hxx | 162 if (aPattern.Matches(sURL)) in findByPattern()
|
/aoo42x/main/sd/source/ui/framework/configuration/ |
H A D | ResourceFactoryManager.cxx | 234 if (aWildCard.Matches(rsURLBase)) in FindFactory()
|
/aoo42x/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 90 if (aPattern.Matches(sURL)) in findPatternKey()
|
/aoo42x/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 434 bool bMatch = aPattern.Matches(aHost); in FilterRuleSet() 463 bool bMatch = aPattern.Matches(aDomain); in FilterRuleSet()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 718 if (aCheck.Matches(sExt)) in GetFilter4Extension() 831 if( pFilter && !pFilter->GetWildcard().Matches( String() ) && in IMPL_STATIC_LINK()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | FilteredContainer.cxx | 103 bFilterMatch = aLoop->Matches( _rName ); in lcl_isElementAllowed()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | generalpage.cxx | 611 …f ( aFileDlg.GetCurrentFilter() != pFilter->GetUIName() || !pFilter->GetWildcard().Matches(sPath) )
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.src | 641 Text[ en-US ] = "Matches to field:" ;
|
/aoo42x/main/unotools/source/config/ |
H A D | securityoptions.cxx | 918 if( WildCard( sCheckURL ).Matches( sRef ) == sal_True ) in IsSecureURL()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | typedetection.cxx | 500 if (aCheck.Matches(aParsedURL.Main)) in impl_getPreselectionForType()
|
/aoo42x/main/svl/source/misc/ |
H A D | inettype.cxx | 1005 Matches(rURL)) // special folder in GetContentTypeFromURL()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 695 if ( (bWild && WildCard( rName ).Matches( aFile )) || aFile == rName ) in Find()
|
/aoo42x/main/svx/source/form/ |
H A D | fmsrcimp.cxx | 516 bFound = aSearchExpression.Matches(sCurrentCheck); in SearchWildcard()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 1034 if ( aPattern.Matches( aURL.Complete ) ) in OpenDocExec_Impl()
|