| /aoo41x/main/svtools/source/misc/ | 
| H A D | ehdl.cxx | 211 	else if(GetErrorString(nErrCode, rStr, nFlags))  in CreateString()218 										  pStringInfo->GetErrorString(), i);  in CreateString()
 221 				i = i + pStringInfo->GetErrorString().Len();  in CreateString()
 366 sal_Bool SfxErrorHandler::GetErrorString(  in GetErrorString()  function in SfxErrorHandler
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | errinf.hxx | 117     const String&           GetErrorString() const { return aString; }  in GetErrorString()  function in StringErrorInfo216     static sal_Bool         GetErrorString( sal_uIntPtr lId, String& rStr );
 
 | 
| /aoo41x/main/extensions/source/bibliography/ | 
| H A D | general.hxx | 158 	inline const String&		GetErrorString() const;182 inline const String& BibGeneralPage::GetErrorString() const  in GetErrorString()  function in BibGeneralPage
 
 | 
| H A D | bibview.cxx | 138 		String sErrorString( m_pGeneralPage->GetErrorString() );  in UpdatePages()
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | ehdl.hxx | 63 	virtual sal_Bool     GetErrorString(sal_uLong lErrId, String &, sal_uInt16&) const;
 | 
| /aoo41x/main/sc/source/core/tool/ | 
| H A D | cellform.cxx | 128 							rString = ScGlobal::GetErrorString(nErrCode);  in GetString()
 | 
| H A D | scmatrix.cxx | 460         return ScGlobal::GetErrorString( nError);  in GetString()
 | 
| H A D | compiler.cxx | 5103                         rBuffer.append( ScGlobal::GetErrorString( nErr ) );  in CreateStringFromMatrix()
 | 
| /aoo41x/main/svl/source/numbers/ | 
| H A D | zforscan.hxx | 83 	const String& GetErrorString() const  	{ return sErrStr; }  in GetErrorString()  function in ImpSvNumberformatScan
 | 
| H A D | zformat.cxx | 2241                     OutString = rScan.GetErrorString();  in GetOutputString()2416                         OutString = rScan.GetErrorString();  in GetOutputString()
 2599             OutString = rScan.GetErrorString();  in ImpGetTimeOutput()
 2627         OutString = rScan.GetErrorString();  in ImpGetTimeOutput()
 3467             OutString = rScan.GetErrorString();  in ImpGetNumberOutput()
 
 | 
| /aoo41x/main/tools/source/ref/ | 
| H A D | errinf.cxx | 378 sal_Bool ErrorHandler::GetErrorString(sal_uIntPtr lId, String& rStr)  in GetErrorString()  function in ErrorHandler
 | 
| /aoo41x/main/uui/source/ | 
| H A D | iahndl.cxx | 1279             ErrorHandler::GetErrorString(nErrorCode, aErrorString);  in handleGenericErrorRequest()1300             ErrorHandler::GetErrorString( nErrorCode, aErrorString );  in handleGenericErrorRequest()
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | global.hxx | 644 	static String			GetErrorString(sal_uInt16 nErrNumber);
 | 
| /aoo41x/main/sc/source/ui/formdlg/ | 
| H A D | formula.cxx | 389 		rStrResult += ScGlobal::GetErrorString(nErrCode);  in calculateValue()
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | validat.cxx | 764                     aValStr = ScGlobal::GetErrorString( nErr );  in GetSelectionFromFormula()
 | 
| H A D | global.cxx | 390 String ScGlobal::GetErrorString(sal_uInt16 nErrNumber)  in GetErrorString()  function in ScGlobal
 | 
| H A D | cell.cxx | 840         rBuffer = rtl::OUStringBuffer( ScGlobal::GetErrorString( pCode->GetCodeError()));  in GetFormula()
 | 
| /aoo41x/main/sc/source/ui/app/ | 
| H A D | transobj.cxx | 811 					pNew = new ScStringCell( ScGlobal::GetErrorString(nErrCode) );  in StripRefs()
 | 
| H A D | inputhdl.cxx | 1289 			aValue = ScGlobal::GetErrorString(nErrCode);  in lcl_Calculate()
 | 
| /aoo41x/main/sc/source/ui/docshell/ | 
| H A D | docsh.cxx | 1853                         aString = ScGlobal::GetErrorString( nErrCode );  in AsciiSave()
 |