Home
last modified time | relevance | path

Searched refs:bWild (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx680 …sal_Bool bWild = bAllowWildCards && ( rName.Search( '*' ) != STRING_NOTFOUND || rName.Search( '?' … in Find() local
695 if ( (bWild && WildCard( rName ).Matches( aFile )) || aFile == rName ) in Find()
/aoo41x/main/tools/source/fsys/
H A Ddirent.cxx1773 sal_Bool bWild = aName.Search( '*' ) != STRING_NOTFOUND || in Find() local
1793 ( ( !bWild && aEntry.Exists() ) || ( bWild && aEntry.First() ) ) ) in Find()

Completed in 32 milliseconds