Searched refs:rErr (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/xmloff/source/core/ |
H A D | xmlerror.cxx | 245 ErrorRecord& rErr = aErrors[0]; in ThrowErrorAsSAXException() local 247 aAny <<= rErr.aParams; in ThrowErrorAsSAXException() 249 rErr.sExceptionMessage, NULL, aAny, in ThrowErrorAsSAXException() 250 rErr.sPublicId, rErr.sSystemId, rErr.nRow, rErr.nColumn ); in ThrowErrorAsSAXException()
|
/aoo4110/main/sc/inc/ |
H A D | dociter.hxx | 105 sal_Bool GetThis(double& rValue, sal_uInt16& rErr); 117 sal_Bool GetFirst(double& rValue, sal_uInt16& rErr); 119 sal_Bool GetNext(double& rValue, sal_uInt16& rErr) in GetNext() argument 122 rErr = 0, nRow = nNextRow, in GetNext() 124 : ( ++nRow, GetThis(rValue, rErr) ); in GetNext() 474 bool GetNext( double& rValue, sal_uInt16& rErr );
|
H A D | dbtoken.hxx | 38 ( ScDocument* pDoc, SCTAB nTab, const String& r, sal_uInt16& rErr );
|
/aoo4110/main/sc/source/core/data/ |
H A D | dociter.cxx | 312 sal_Bool ScValueIterator::GetThis(double& rValue, sal_uInt16& rErr) in GetThis() argument 330 rErr = 0; in GetThis() 355 rErr = 0; in GetThis() 390 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetThis() 391 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetThis() 413 rErr = 0; in GetThis() 468 sal_Bool ScValueIterator::GetFirst(double& rValue, sal_uInt16& rErr) in GetFirst() argument 482 return GetThis(rValue, rErr); in GetFirst() 1870 rErr = 0; in GetNext() 1885 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetNext() [all …]
|
/aoo4110/main/tools/inc/tools/ |
H A D | errinf.hxx | 189 Window *, sal_uInt16 nMask, const String &rErr, const String &rAction); 192 const String &rErr, const String &rAction);
|
/aoo4110/main/rsc/inc/ |
H A D | rscerror.h | 103 ERRTYPE( const ERRTYPE & rErr ) { nError = rErr.nError; }; in ERRTYPE() argument
|
/aoo4110/main/svtools/source/misc/ |
H A D | ehdl.cxx | 49 const String &rErr, // Fehlertext in aWndFunc() argument 102 aErr.SearchAndReplace(String::CreateFromAscii( "$(ERROR)" ), rErr); in aWndFunc()
|
/aoo4110/main/tools/source/ref/ |
H A D | errinf.cxx | 209 static void aDspFunc(const String &rErr, const String &rAction) in aDspFunc() argument 214 aErr+= ByteString( rErr, RTL_TEXTENCODING_ASCII_US ); in aDspFunc()
|
/aoo4110/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 436 BasicError::BasicError( const BasicError& rErr ) : in BasicError() argument 437 aErrStr( rErr.aErrStr ) in BasicError() 439 nErrorId = rErr.nErrorId; in BasicError() 440 nReason = rErr.nReason; in BasicError()
|
/aoo4110/main/basic/inc/basic/ |
H A D | basmgr.hxx | 73 BasicError( const BasicError& rErr );
|
/aoo4110/main/rsc/doku/feinkonz.43/ |
H A D | rscerror.doc | 1644 AliERRTYPE & ERRTYPE::operator &( const ERRTYPE & rErr ); 1648 Der Zuweisungsoperator kopiert den Fehler oder die Warnung von rErr in die Instanz. Ein kopieren
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 318 void SetError( sal_uInt32 rErr, const ::rtl::OUString& aLogMessage );
|
Completed in 86 milliseconds