/aoo42x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 162 oslFileHandle *pIn, oslFileHandle *pOut, oslFileHandle *pErr) in runProcessWithPathSearch() argument 188 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch() 192 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch() 223 oslFileHandle pErr = NULL; in RenderAsEMF() local 226 &aProcess, &pIn, &pOut, &pErr); in RenderAsEMF() 247 if (pErr) osl_closeFile(pErr); in RenderAsEMF() 265 oslFileHandle pErr = NULL; in RenderAsPNGThroughHelper() local 268 &aProcess, &pIn, &pOut, &pErr); in RenderAsPNGThroughHelper() 298 if (pErr) osl_closeFile(pErr); in RenderAsPNGThroughHelper()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 355 SCCOL ScDBInternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr) const in findFieldColumn() 376 if (pErr) in findFieldColumn() 377 *pErr = nErr; in findFieldColumn() 476 SCCOL ScDBExternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr) const in findFieldColumn() 478 if (pErr) in findFieldColumn() 479 pErr = 0; in findFieldColumn()
|
/aoo42x/main/basic/inc/basic/ |
H A D | testtool.hxx | 44 ErrorEntry *pErr; \ 51 pErr = new ErrorEntry(nNr, aStr, \ 56 pErr = new ErrorEntry(nNr, aStr); \ 58 P_FEHLERLISTE->C40_INSERT(ErrorEntry, pErr, P_FEHLERLISTE->Count());\
|
/aoo42x/main/svtools/source/misc/ |
H A D | ehdl.cxx | 183 const ErrorInfo *pErr, String &rStr, sal_uInt16& nFlags) const in CreateString() argument 192 sal_uLong nErrCode = pErr->GetErrorCode() & ERRCODE_ERROR_MASK; in CreateString() 195 MessageInfo *pMsgInfo=PTR_CAST(MessageInfo,pErr); in CreateString() 213 StringErrorInfo *pStringInfo=PTR_CAST(StringErrorInfo,pErr); in CreateString() 226 pErr); in CreateString()
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 188 oslFileHandle pErr, in Parser() argument 192 m_pErr(pErr), in Parser() 1041 oslFileHandle pErr = NULL; in xpdf_ImportFromFile() local 1049 &aProcess, &pIn, &pOut, &pErr); in xpdf_ImportFromFile() 1068 if( pOut && pErr ) in xpdf_ImportFromFile() 1073 Parser aParser(rSink,pErr,xContext); in xpdf_ImportFromFile() 1089 if( pErr ) in xpdf_ImportFromFile() 1090 osl_closeFile(pErr); in xpdf_ImportFromFile()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | doubleref.hxx | 75 virtual SCCOL findFieldColumn(const ::rtl::OUString& rStr, sal_uInt16* pErr = NULL) const = 0; 131 virtual SCCOL findFieldColumn(const ::rtl::OUString& rStr, sal_uInt16* pErr = NULL) const; 173 virtual SCCOL findFieldColumn(const ::rtl::OUString& rStr, sal_uInt16* pErr = NULL) const;
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basicmanagerrepository.cxx | 454 BasicError* pErr = _out_rpBasicManager->GetFirstError(); in impl_createManagerForModel() local 455 while ( pErr ) in impl_createManagerForModel() 458 if ( ERRCODE_BUTTON_CANCEL == ErrorHandler::HandleError( pErr->GetErrorId() ) ) in impl_createManagerForModel() 465 pErr = _out_rpBasicManager->GetNextError(); in impl_createManagerForModel()
|
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstplayer.cxx | 690 GError* pErr; in busCallback() local 692 gst_message_parse_error( pMsg, &pErr, &pDebug ); in busCallback() 693 fprintf( stderr, "Error: %s\n", pErr->message ); in busCallback() 696 g_error_free( pErr ); in busCallback()
|
/aoo42x/main/sw/source/core/except/ |
H A D | dbgloop.cxx | 120 void AssertFail( const char *pErr, const char *pFile, sal_uInt16 nLine ) in AssertFail() argument 122 cout << pErr << '\n'; in AssertFail()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 531 SwFltShell& AddError( const sal_Char* pErr );
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1172 SwFltShell& SwFltShell::AddError( const sal_Char* pErr ) in AddError() argument 1183 String::CreateFromAscii( pErr )); in AddError()
|
/aoo42x/main/starmath/source/ |
H A D | parse.cxx | 2407 SmErrorNode *pErr = new SmErrorNode(eError, m_aCurToken); in Error() local 2408 pSNode->SetSubNodes(pErr, 0); in Error()
|