Home
last modified time | relevance | path

Searched refs:Matches (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx108 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()
/trunk/main/tools/inc/tools/
H A Dwldcrd.hxx51 sal_Bool Matches( const String& rStr ) const;
54 { return Matches( rString ); } in operator ==()
56 { return !( Matches( rString ) ); } in operator !=()
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx80 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()
/trunk/main/connectivity/source/commontools/
H A DDriversConfig.cxx166 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()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx505 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()
/trunk/main/framework/source/jobs/
H A Djobdata.cxx588 sal_Bool bValidAdmin = aISOPattern.Matches(sAdminTime); in isEnabled()
589 sal_Bool bValidUser = aISOPattern.Matches(sUserTime ); in isEnabled()
/trunk/main/svl/inc/svl/
H A Durlfilter.hxx53 return _rMatcher.Matches( m_rCompareString ) ? true : false; in operator ()()
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx406 …if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) && GetDriv… in Init()
464 pDir->aNameMask.Matches( String(aLowerName, osl_getThreadTextEncoding()) ) ) in Read()
H A Dwldcrd.cxx116 sal_Bool WildCard::Matches( const String& rString ) const in Matches() function in WildCard
H A Dos2.cxx326 if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) in Init()
370 if ( pDir->aNameMask.Matches( aD_Name ) ) in Read()
H A Dunx.cxx428 if ( pDir->aNameMask.Matches( aD_Name ) ) in Read()
/trunk/main/framework/inc/dispatch/
H A Dinterceptionhelper.hxx162 if (aPattern.Matches(sURL)) in findByPattern()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx234 if (aWildCard.Matches(rsURLBase)) in FindFactory()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx90 if (aPattern.Matches(sURL)) in findPatternKey()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx434 bool bMatch = aPattern.Matches(aHost); in FilterRuleSet()
463 bool bMatch = aPattern.Matches(aDomain); in FilterRuleSet()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx718 if (aCheck.Matches(sExt)) in GetFilter4Extension()
831 if( pFilter && !pFilter->GetWildcard().Matches( String() ) && in IMPL_STATIC_LINK()
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx103 bFilterMatch = aLoop->Matches( _rName ); in lcl_isElementAllowed()
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx611 …f ( aFileDlg.GetCurrentFilter() != pFilter->GetUIName() || !pFilter->GetWildcard().Matches(sPath) )
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src641 Text[ en-US ] = "Matches to field:" ;
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx918 if( WildCard( sCheckURL ).Matches( sRef ) == sal_True ) in IsSecureURL()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx500 if (aCheck.Matches(aParsedURL.Main)) in impl_getPreselectionForType()
/trunk/main/svl/source/misc/
H A Dinettype.cxx1005 Matches(rURL)) // special folder in GetContentTypeFromURL()
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx516 bFound = aSearchExpression.Matches(sCurrentCheck); in SearchWildcard()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx695 if ( (bWild && WildCard( rName ).Matches( aFile )) || aFile == rName ) in Find()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx1029 if( ( aFileStat.GetKind() & FSYS_KIND_FILE ) && aTmpMask.Matches( aTmpName ) ) in UpdateEntries()

Completed in 146 milliseconds

123