Searched refs:aDequoted (Results 1 – 1 of 1) sorted by relevance
1221 String aDequoted; in lcl_IsAtStart() local1226 bParsed = lcl_Dequote( rList, 0, nQuoteEnd, aDequoted ); in lcl_IsAtStart()1238 if ( lcl_Dequote( rList, nStartPos, nQuoteEnd, aDequoted ) ) in lcl_IsAtStart()1275 aDequoted = rList.Copy( nStartPos, nNameEnd - nStartPos ); in lcl_IsAtStart()1276 … aDequoted.EraseTrailingChars( ' ' ); // spaces before the closing bracket or semicolon in lcl_IsAtStart()1283 if ( bParsed && ScGlobal::GetpTransliteration()->isEqual( aDequoted, rSearch ) ) in lcl_IsAtStart()
Completed in 27 milliseconds