Searched refs:ErrorInfo (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/tools/source/ref/ |
| H A D | errinf.cxx | 66 static ErrorInfo *GetDynamicErrorInfo(sal_uIntPtr lId); 69 friend class ErrorInfo; 133 TYPEINIT0(ErrorInfo); 134 TYPEINIT1(DynamicErrorInfo, ErrorInfo); 141 ErrorInfo *ErrorInfo::GetErrorInfo(sal_uIntPtr lId) in GetErrorInfo() 146 return new ErrorInfo(lId); in GetErrorInfo() 155 : ErrorInfo(lArgUserId) in DynamicErrorInfo() 168 ErrorInfo* EDcr_Impl::GetDynamicErrorInfo(sal_uIntPtr lId) in GetDynamicErrorInfo() 175 return new ErrorInfo(lId & ~ERRCODE_DYNAMIC_MASK); in GetDynamicErrorInfo() 205 const ErrorInfo*, String&, sal_uInt16&); [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | errinf.hxx | 43 class ErrorInfo class 51 ErrorInfo( sal_uIntPtr lArgUserId ) : in ErrorInfo() function in ErrorInfo 53 virtual ~ErrorInfo(){} in ~ErrorInfo() 57 static ErrorInfo* GetErrorInfo(sal_uIntPtr); 65 class TOOLS_DLLPUBLIC DynamicErrorInfo : public ErrorInfo 206 virtual sal_Bool CreateString( const ErrorInfo *, 208 sal_Bool ForwCreateString( const ErrorInfo*, 230 virtual sal_Bool CreateString( const ErrorInfo*, String &,
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | ehdl.hxx | 78 const ErrorInfo *, String &, sal_uInt16 &) const;
|
| /AOO41X/main/svtools/source/misc/ |
| H A D | ehdl.cxx | 183 const ErrorInfo *pErr, String &rStr, sal_uInt16& nFlags) const in CreateString()
|