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.cxx155 uno::Any convertToException(GError *pError, const uno::Reference< uno::XInterface >& rContext, bool… in convertToException() argument
159 gint eCode = pError->code; in convertToException()
160 rtl::OUString sMessage(pError->message, strlen(pError->message), RTL_TEXTENCODING_UTF8); in convertToException()
161 g_error_free(pError); in convertToException()
289 uno::Any Content::mapGIOError( GError *pError ) in mapGIOError() argument
291 if (!pError) in mapGIOError()
294 return convertToException(pError, static_cast< cppu::OWeakObject * >(this), false); in mapGIOError()
513 GError *pError = NULL; in getPropertyValues() local
514 GFileInfo *pInfo = getGFileInfo(xEnv, &pError); in getPropertyValues()
516 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in getPropertyValues()
[all …]
H A Dgio_seekable.cxx56 GError *pError=NULL; in truncate() local
57 if (!g_seekable_truncate(mpStream, 0, NULL, &pError)) in truncate()
58 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in truncate()
70 GError *pError=NULL; in seek() local
71 if (!g_seekable_seek(mpStream, location, G_SEEK_SET, NULL, &pError)) in seek()
72 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in seek()
107 GError *pError=NULL; in getLength() local
109 if (!g_seekable_seek(mpStream, 0, G_SEEK_END, NULL, &pError)) in getLength()
110 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in getLength()
H A Dgio_outputstream.cxx53 GError *pError=NULL; in writeBytes() local
54 …rite_all(G_OUTPUT_STREAM(mpStream), rData.getConstArray(), rData.getLength(), NULL, NULL, &pError)) in writeBytes()
55 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in writeBytes()
63 GError *pError=NULL; in flush() local
64 if (!g_output_stream_flush(G_OUTPUT_STREAM(mpStream), NULL, &pError)) in flush()
65 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in flush()
H A Dgio_inputstream.cxx68 GError *pError=NULL; in skipBytes() local
69 if (!g_seekable_seek(G_SEEKABLE(mpStream), nBytesToSkip, G_SEEK_CUR, NULL, &pError)) in skipBytes()
70 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in skipBytes()
88 GError *pError=NULL; in readBytes() local
89 …eam_read_all(G_INPUT_STREAM(mpStream), aData.getArray(), nBytesToRead, &nBytesRead, NULL, &pError)) in readBytes()
90 convertToException(pError, static_cast< cppu::OWeakObject * >(this)); in readBytes()
H A Dgio_content.hxx61 com::sun::star::uno::Any convertToException(GError *pError,
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx262 static OUString make_error_message(const xmlError *pError) in make_error_message() argument
264 static OUString make_error_message(xmlError *pError) in make_error_message()
268 if (pError->message) { in make_error_message()
269 buf.appendAscii(pError->message); in make_error_message()
271 int line = pError->line; in make_error_message()
277 int column = pError->int2; in make_error_message()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx273 ADOError *pError = NULL; in ThrowException() local
274 pErrors->get_Item(OLEVariant(i),&pError); in ThrowException()
275 WpADOError aErr(pError); in ThrowException()
276 OSL_ENSURE(pError,"No error in collection found! BAD!"); in ThrowException()
277 if(pError) in ThrowException()
/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.cxx1959 const TextCharAttrib* pError = 0; in CreateSpellPortions() local
1970 pError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR); in CreateSpellPortions()
1971 if(pError && pLastError != pError) in CreateSpellPortions()
1973 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetStart(), eLang); in CreateSpellPortions()
1974 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetEnd(), eLang); in CreateSpellPortions()
1975 pLastError = pError; in CreateSpellPortions()
2031 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.cxx400 BasicError* pError = (BasicError*)aErrorList.First(); in Reset() local
401 while ( pError ) in Reset()
403 delete pError; in Reset()
404 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