Searched refs:bAllowWildCards (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/unotools/inc/unotools/ |
H A D | ucbhelper.hxx | 76 …Path, const String& rName, String& rFile, char cDelim = ';', sal_Bool bAllowWildCards = sal_True ); 77 … const String& rFolder, const String& rName, String& rFile, sal_Bool bAllowWildCards = sal_False );
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 678 …Helper::Find( const String& rFolder, const String& rName, String& rFile, sal_Bool bAllowWildCards ) in Find() argument 680 …sal_Bool bWild = bAllowWildCards && ( rName.Search( '*' ) != STRING_NOTFOUND || rName.Search( '?' … in Find() 758 …h( const String& rPath, const String& rName, String& rFile, char cDelim, sal_Bool bAllowWildCards ) in FindInPath() argument 765 if ( Find( aPath, rName, rFile, bAllowWildCards ) ) in FindInPath()
|
Completed in 11 milliseconds