Searched refs:bPureHomePath (Results 1 – 1 of 1) sorted by relevance
349 sal_Bool bPureHomePath = sal_False; in ReadFolder() local351 bPureHomePath = aText.Search( '~' ) == 0 && aText.Search( '/' ) == STRING_NOTFOUND; in ReadFolder()354 sal_Bool bExectMatch = bPureHomePath in ReadFolder()362 if ( bPureHomePath && rMatch.Equals( String::CreateFromAscii( "file:///." ) ) ) in ReadFolder()475 … if ((aText.Len() && aText.GetChar(aText.Len() - 1) == '.') || bPureHomePath) in ReadFolder()
Completed in 30 milliseconds