Searched refs:lErr (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | objserv.cxx | 677 sal_uIntPtr lErr=GetErrorCode(); in ExecFile_Impl() local 679 if ( !lErr && nErrorCode ) in ExecFile_Impl() 680 lErr = nErrorCode; in ExecFile_Impl() 682 if ( lErr && nErrorCode == ERRCODE_NONE ) in ExecFile_Impl() 686 nErrorCode = lErr; in ExecFile_Impl() 690 if ( lErr != ERRCODE_IO_ABORT ) in ExecFile_Impl() 693 ErrorHandler::HandleError( lErr ); in ExecFile_Impl() 701 nErrorCode = ( lErr != ERRCODE_IO_ABORT ) && ( nErrorCode == ERRCODE_NONE ) ? nErrorCode : lErr; in ExecFile_Impl() 794 sal_uIntPtr lErr = GetErrorCode(); in ExecFile_Impl() local 795 ErrorHandler::HandleError(lErr); in ExecFile_Impl()
|
H A D | objmisc.cxx | 262 void SfxObjectShell::SetError( sal_uInt32 lErr, const ::rtl::OUString& aLogMessage ) in SetError() argument 264 if(pImp->lErr==ERRCODE_NONE) in SetError() 266 pImp->lErr=lErr; in SetError() 268 if( lErr != ERRCODE_NONE && aLogMessage.getLength() ) in SetError() 284 sal_uInt32 lError=pImp->lErr; in GetErrorCode() 294 if( pImp->lErr != ERRCODE_NONE ) in ResetError() 297 pImp->lErr=0; in ResetError()
|
H A D | new.cxx | 365 sal_uIntPtr lErr; in IMPL_LINK() local 369 lErr = pSfxApp->LoadTemplate( xDocShell, aFileName, sal_True, pSet ); in IMPL_LINK() 370 if( lErr ) in IMPL_LINK() 371 ErrorHandler::HandleError(lErr); in IMPL_LINK()
|
H A D | doctempl.cxx | 1922 sal_uIntPtr lErr; in CreateObjectShell() local 1924 lErr = pSfxApp->LoadTemplate( mxObjShell,aTargetURL); in CreateObjectShell() 1925 if( lErr != ERRCODE_NONE ) in CreateObjectShell() 1926 ErrorHandler::HandleError(lErr); in CreateObjectShell()
|
H A D | objxtor.cxx | 254 ,lErr(ERRCODE_NONE) in SfxObjectShell_Impl()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 623 sal_uIntPtr lErr = 0; in NewDocExec_Impl() local 633 lErr = ERRCODE_SFX_TEMPLATENOTFOUND; in NewDocExec_Impl() 639 if ( lErr != ERRCODE_NONE ) in NewDocExec_Impl() 641 sal_uIntPtr lFatalErr = ERRCODE_TOERROR(lErr); in NewDocExec_Impl() 643 ErrorHandler::HandleError(lErr); in NewDocExec_Impl()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 536 sal_uLong lErr = SFX_APP()->LoadTemplate( xDocShell, rTemplatePath, sal_True, pSet ); in CreateFromTemplate() local 540 if( lErr ) in CreateFromTemplate() 542 ErrorHandler::HandleError(lErr); in CreateFromTemplate()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgass.cxx | 1525 sal_uLong lErr; in UpdatePreview() local 1579 if( (lErr = pSfxApp->LoadTemplate( xDocShell, aDocFile, sal_True, pSet )) != 0 ) in UpdatePreview() 1580 ErrorHandler::HandleError(lErr); in UpdatePreview() 1626 … if( (lErr = pSfxApp->LoadTemplate( xLayoutDocShell, aLayoutFile, sal_True, pSet )) != 0 ) in UpdatePreview() 1627 ErrorHandler::HandleError(lErr); in UpdatePreview()
|
/aoo41x/main/sfx2/source/inc/ |
H A D | objshimp.hxx | 110 sal_uInt32 lErr; member
|
Completed in 82 milliseconds