Lines Matching refs:aErrorTitle
105 aErrorTitle( r.aErrorTitle ), in ScValidationData()
121 aErrorTitle( r.aErrorTitle ), in ScValidationData()
150 aErrorTitle == r.aErrorTitle && in EqualEntries()
176 aErrorTitle = rTitle; in SetError()
183 rTitle = aErrorTitle; in GetErrMsg()
238 aErrorTitle, aParams, aRet, aOutArgsIndex, aOutArgs ); in DoScript()
275 if ( SfxApplication::IsXScriptURL( aErrorTitle ) ) in DoMacro()
298 String aMacroName = aErrorTitle.GetToken(0, '.'); in DoMacro()
299 String aModulName = aErrorTitle.GetToken(1, '.'); in DoMacro()
300 String aLibName = aErrorTitle.GetToken(2, '.'); in DoMacro()
301 String aDocName = aErrorTitle.GetToken(3, '.'); in DoMacro()
308 SbxVariable* pVar = pRoot->Find( aErrorTitle, SbxCLASS_METHOD ); in DoMacro()
406 String aTitle = aErrorTitle; in DoError()