Home
last modified time | relevance | path

Searched refs:rErr (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx245 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()
/trunk/main/sc/inc/
H A Ddociter.hxx105 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 Ddbtoken.hxx38 ( ScDocument* pDoc, SCTAB nTab, const String& r, sal_uInt16& rErr );
/trunk/main/sc/source/core/data/
H A Ddociter.cxx312 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 …]
/trunk/main/tools/inc/tools/
H A Derrinf.hxx189 Window *, sal_uInt16 nMask, const String &rErr, const String &rAction);
192 const String &rErr, const String &rAction);
/trunk/main/rsc/inc/
H A Drscerror.h103 ERRTYPE( const ERRTYPE & rErr ) { nError = rErr.nError; }; in ERRTYPE() argument
/trunk/main/svtools/source/misc/
H A Dehdl.cxx49 const String &rErr, // Fehlertext in aWndFunc() argument
102 aErr.SearchAndReplace(String::CreateFromAscii( "$(ERROR)" ), rErr); in aWndFunc()
/trunk/main/tools/source/ref/
H A Derrinf.cxx209 static void aDspFunc(const String &rErr, const String &rAction) in aDspFunc() argument
214 aErr+= ByteString( rErr, RTL_TEXTENCODING_ASCII_US ); in aDspFunc()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx436 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()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx74 BasicError( const BasicError& rErr );
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1644 AliERRTYPE & ERRTYPE::operator &( const ERRTYPE & rErr );
1648 Der Zuweisungsoperator kopiert den Fehler oder die Warnung von rErr in die Instanz. Ein kopieren
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx318 void SetError( sal_uInt32 rErr, const ::rtl::OUString& aLogMessage );

Completed in 92 milliseconds