Home
last modified time | relevance | path

Searched refs:pError (Results 1 – 19 of 19) sorted by relevance

/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx162 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 Dgio_seekable.cxx57 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 Dgio_outputstream.cxx55 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 Dgio_inputstream.cxx72 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 Dgio_content.hxx61 com::sun::star::uno::Any convertToException(GError *pError,
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx274 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()
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx270 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()
/trunk/main/basic/workben/
H A Dmgrtest.cxx439 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()
/trunk/main/dbaccess/source/ui/inc/
H A Ddirectsql.hxx142 const sal_Char* pError = impl_CheckInvariants(); \
143 if (pError) \
144 …OSL_ENSURE(sal_False, (ByteString(methodname) += ByteString(": ") += ByteString(pError)).GetBuffer…
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1961 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()
/trunk/main/basic/source/runtime/
H A Druntime.cxx551 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 Dstep1.cxx352 pError = pCode; in StepERRHDL()
379 if ( pError ) // current in error handler ( and got a Resume Next statement ) in StepRESUME()
H A Dstep0.cxx1272 pError = NULL; bError = sal_True; in StepSTDERROR()
1296 if ( bInError && pError ) in StepLEAVE()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx734 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 Dmmoutputpage.hxx232 const ::rtl::OUString* pError );
/trunk/main/sw/source/core/except/
H A Derrhdl.cxx56 void AssertFail( const sal_Char* pError, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() argument
71 aErr += pError; in AssertFail()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx219 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()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx408 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()
/trunk/main/basic/source/inc/
H A Druntime.hxx302 const sal_uInt8* pError; // Adresse des aktuellen Error-Handlers member in SbiRuntime

Completed in 106 milliseconds