Searched refs:aVText (Results 1 – 1 of 1) sorted by relevance
2265 String aVText; in Read_F_Macro() local2280 else if( !aVText.Len() || bBracket ) in Read_F_Macro()2285 aVText += ' '; in Read_F_Macro()2286 aVText += aReadParam.GetResult(); in Read_F_Macro()2289 bBracket = aVText.EqualsIgnoreCaseAscii('[', 1, 0) in Read_F_Macro()2293 else if( aVText.GetChar( aVText.Len()-1 ) == ']' ) in Read_F_Macro()2303 bool bApplyWingdings = ConvertMacroSymbol( aName, aVText ); in Read_F_Macro()2307 rDoc.GetSysFldType( RES_MACROFLD ), aName, aVText ); in Read_F_Macro()
Completed in 39 milliseconds