/aoo42x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 162 gint eCode = pError->code; in convertToException() 163 rtl::OUString sMessage(pError->message, strlen(pError->message), RTL_TEXTENCODING_UTF8); in convertToException() 164 g_error_free(pError); in convertToException() 294 if (!pError) in mapGIOError() 516 GError *pError = NULL; in getPropertyValues() local 624 GError *pError=NULL; in setPropertyValues() local 635 if (pError) in setPropertyValues() 814 GError *pError=NULL; in feedSink() local 973 GError *pError = NULL; in execute() local 1021 GError *pError = NULL; in insert() local [all …]
|
H A D | gio_seekable.cxx | 57 GError *pError=NULL; in truncate() local 58 if (!g_seekable_truncate(mpStream, 0, NULL, &pError)) in truncate() 59 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in truncate() 72 GError *pError=NULL; in seek() local 73 if (!g_seekable_seek(mpStream, location, G_SEEK_SET, NULL, &pError)) in seek() 74 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in seek() 109 GError *pError=NULL; in getLength() local 111 if (!g_seekable_seek(mpStream, 0, G_SEEK_END, NULL, &pError)) in getLength() 112 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in getLength()
|
H A D | gio_outputstream.cxx | 55 GError *pError=NULL; in writeBytes() local 56 …rite_all(G_OUTPUT_STREAM(mpStream), rData.getConstArray(), rData.getLength(), NULL, NULL, &pError)) in writeBytes() 57 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in writeBytes() 67 GError *pError=NULL; in flush() local 68 if (!g_output_stream_flush(G_OUTPUT_STREAM(mpStream), NULL, &pError)) in flush() 69 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in flush()
|
H A D | gio_inputstream.cxx | 72 GError *pError=NULL; in skipBytes() local 73 if (!g_seekable_seek(G_SEEKABLE(mpStream), nBytesToSkip, G_SEEK_CUR, NULL, &pError)) in skipBytes() 74 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in skipBytes() 94 GError *pError=NULL; in readBytes() local 95 …eam_read_all(G_INPUT_STREAM(mpStream), aData.getArray(), nBytesToRead, &nBytesRead, NULL, &pError)) in readBytes() 96 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in readBytes()
|
H A D | gio_content.hxx | 61 com::sun::star::uno::Any convertToException(GError *pError,
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 274 ADOError *pError = NULL; in ThrowException() local 275 pErrors->get_Item(OLEVariant(i),&pError); in ThrowException() 276 WpADOError aErr(pError); in ThrowException() 277 OSL_ENSURE(pError,"No error in collection found! BAD!"); in ThrowException() 278 if(pError) in ThrowException()
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 270 static OUString make_error_message(xmlErrorPtr pError) in make_error_message() argument 273 if (pError->message) { in make_error_message() 274 buf.appendAscii(pError->message); in make_error_message() 276 int line = pError->line; in make_error_message() 282 int column = pError->int2; in make_error_message()
|
/aoo42x/main/basic/workben/ |
H A D | mgrtest.cxx | 439 BasicError* pError = pBasMgr->GetFirstError(); in CheckError() local 440 while ( pError ) in CheckError() 444 switch ( pError->GetErrorId() ) in CheckError() 477 switch ( pError->GetReason() ) in CheckError() 505 pError = pBasMgr->GetNextError(); in CheckError()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | directsql.hxx | 142 const sal_Char* pError = impl_CheckInvariants(); \ 143 if (pError) \ 144 …OSL_ENSURE(sal_False, (ByteString(methodname) += ByteString(": ") += ByteString(pError)).GetBuffer…
|
/aoo42x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1961 const TextCharAttrib* pError = 0; in CreateSpellPortions() local 1972 pError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR); in CreateSpellPortions() 1973 if(pError && pLastError != pError) in CreateSpellPortions() 1975 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetStart(), eLang); in CreateSpellPortions() 1976 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetEnd(), eLang); in CreateSpellPortions() 1977 pLastError = pError; in CreateSpellPortions() 2033 if (pError) in CreateSpellPortions()
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 551 pError = NULL; in SbiRuntime() 792 else if( pError ) // On Error Goto ... in Step() 793 pCode = pError; in Step() 800 pError = NULL; //terminate the handler in Step() 813 if( pRt->bError == sal_False || pRt->pError != NULL ) in Step()
|
H A D | step1.cxx | 352 pError = pCode; in StepERRHDL() 379 if ( pError ) // current in error handler ( and got a Resume Next statement ) in StepRESUME()
|
H A D | step0.cxx | 1272 pError = NULL; bError = sal_True; in StepSTDERROR() 1296 if ( bInError && pError ) in StepLEAVE()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.cxx | 734 const ::rtl::OUString* pError ) in DocumentSent() 737 if(pError && in DocumentSent() 758 if(pError) in DocumentSent() 760 SwSendWarningBox_Impl* pDlg = new SwSendWarningBox_Impl(0, *pError); in DocumentSent()
|
H A D | mmoutputpage.hxx | 232 const ::rtl::OUString* pError );
|
/aoo42x/main/sw/source/core/except/ |
H A D | errhdl.cxx | 56 void AssertFail( const sal_Char* pError, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() argument 71 aErr += pError; in AssertFail()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.cxx | 219 rtl::OString &rPassword, GError **pError) in executeQuery() argument 231 bAuthSuccess = e_book_authenticate_user( pBook, aUser, rPassword, pAuth, pError ); in executeQuery() 235 bSuccess = e_book_get_contacts( pBook, pQuery, ppList, pError ); in executeQuery()
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 408 BasicError* pError = (BasicError*)aErrorList.First(); in Reset() local 409 while ( pError ) in Reset() 411 delete pError; in Reset() 412 pError = (BasicError*)aErrorList.Next(); in Reset()
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 302 const sal_uInt8* pError; // Adresse des aktuellen Error-Handlers member in SbiRuntime
|