Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/fsys/
H A Dwldcrd.cxx118 ByteString aTmpWild = aWildString; in Matches() local
125 while ( (nSepPos = aTmpWild.Search( cSepSymbol )) != STRING_NOTFOUND ) in Matches()
128 if ( ImpMatch( aTmpWild.Copy( 0, nSepPos ).GetBuffer(), aString.GetBuffer() ) ) in Matches()
130 aTmpWild.Erase( 0, nSepPos + 1 ); // Trennsymbol entfernen in Matches()
135 if ( ImpMatch( aTmpWild.GetBuffer(), aString.GetBuffer() ) ) in Matches()

Completed in 10 milliseconds