Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 25 of 305) sorted by path

12345678910>>...13

/trunk/main/automation/source/server/
H A DXMLParser.cxx259 if ( pStream->GetError() ) in Parse()
H A Dstatemnt.cxx2940 nErrorcode = aFile.GetError(); in Execute()
2950 nErrorcode = aDir.GetError(); in Execute()
2960 nErrorcode = aDir.GetError(); in Execute()
3109 nErrorcode = aFile.GetError(); in Execute()
3114 nErrorcode = aFS.GetError(); in Execute()
3121 nErrorcode = aFile.GetError(); in Execute()
3127 nErrorcode = aStat.GetError(); in Execute()
3283 if ( xStorage->GetError() ) in Execute()
3443 if ( xSubStorage->GetError() ) in UnpackStorage()
3460 if ( aDestination.GetError() != ERRCODE_NONE ) in UnpackStorage()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx498 sal_uLong nError = aMedium.GetError(); in LoadBasic()
555 sal_uLong nError = aMedium.GetError(); in SaveBasicSource()
H A Dbaside2b.cxx1623 SbxError eOld = SbxBase::GetError(); in IMPL_LINK_INLINE_END()
2146 SbxError eOld = SbxBase::GetError(); in UpdateWatches()
/trunk/main/basic/inc/basic/
H A Dsbxcore.hxx121 static SbxError GetError();
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx734 if( xBasicStorage.Is() && !xBasicStorage->GetError() ) in BasicManager()
947 …if ( !xManagerStream.Is() || xManagerStream->GetError() || ( xManagerStream->Seek( STREAM_SEEK_TO_… in LoadBasicManager()
1039 …if ( !xManagerStream.Is() || xManagerStream->GetError() || ( xManagerStream->Seek( STREAM_SEEK_TO_… in LoadOldBasicManager()
1051 DBG_ASSERT( !xManagerStream->GetError(), "Ungueltiger Manager-Stream!" ); in LoadOldBasicManager()
1096 if ( xStorageRef->GetError() != ERRCODE_NONE ) in LoadOldBasicManager()
1192 if ( !xBasicStorage.Is() || xBasicStorage->GetError() ) in ImpLoadLibary()
1201 if ( !xBasicStream.Is() || xBasicStream->GetError() ) in ImpLoadLibary()
1448 if ( !xBasicStorage.Is() || xBasicStorage->GetError() ) in RemoveLib()
1656 if( !xStorage->GetError() ) in CreateLib()
1976 return SbxBase::GetError(); in ExecuteMacro()
/trunk/main/basic/source/classes/
H A Dimage.cxx83 return sal_Bool( !r.IsEof() && r.GetError() == SVSTREAM_OK ); in SbiGood()
151 if( r.GetError() == SVSTREAM_OK ) in Load()
H A Dsb.cxx989 SbxError eOld = SbxBase::GetError(); in ~StarBASIC()
1384 SbxError eErr = SbxBase::GetError(); in Call()
H A Dsbxmod.cxx1073 sal_Bool bWasError = SbxBase::GetError() != 0; in Run()
1075 if ( !bWasError && (SbxBase::GetError() == SbxERR_PROC_UNDEFINED) ) in Run()
2080 ErrCode nErr = SbxBase::GetError(); in Call()
/trunk/main/basic/source/comp/
H A Dparser.cxx442 SbxError nSbxErr = SbxBase::GetError(); in Parse()
H A Dsbcomp.cxx317 SbxError eOld = SbxBase::GetError(); in lcl_dumpMethodParameters()
882 SbxError eOld = SbxBase::GetError(); in RTL_Impl_TraceCommand()
887 SbxError eErr = SbxBase::GetError(); in RTL_Impl_TraceCommand()
/trunk/main/basic/source/inc/
H A Diosys.hxx91 SbError GetError();
/trunk/main/basic/source/runtime/
H A Dddectrl.cxx64 long nErr = pConv->GetError(); in GetLastErr()
H A Diosys.cxx157 switch( pStrm->GetError() ) in MapError()
850 SbError SbiIoSystem::GetError() in GetError() function in SbiIoSystem
H A Dmethods.cxx2410 SbxError nPrevError = SbxBase::GetError(); in RTLFUNC()
2804 if(!aStat.GetError() && (aStat.GetKind() & FSYS_KIND_FILE)) in RTLFUNC()
4438 if( aStrm.GetError() != SVSTREAM_OK ) in RTLFUNC()
H A Dmethods1.cxx399 if( SbxBase::GetError() == SbxERR_OK && Error != SbxERR_OK ) in RTLFUNC()
2686 err = pIosys->GetError(); in RTLFUNC()
H A Druntime.cxx754 SbError nSbError = SbxBase::GetError(); in Step()
H A Dstep0.cxx1109 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1120 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1152 err = SbxBase::GetError(); in StepINPUT()
1158 err = SbxBase::GetError(); in StepINPUT()
1163 err = SbxBase::GetError(); in StepINPUT()
1172 err = SbxBase::GetError(); in StepINPUT()
1210 Error( pIosys->GetError() ); in StepLINPUT()
1305 Error( pIosys->GetError() ); in StepCHANNEL()
1323 Error( pIosys->GetError() ); in StepPRINT()
1337 Error( pIosys->GetError() ); in StepPRINTF()
[all …]
H A Dstep1.cxx404 err = pIosys->GetError(); in StepCLOSE()
410 err = pIosys->GetError(); in StepCLOSE()
420 Error( pIosys->GetError() ); in StepPRCHAR()
H A Dstep2.cxx938 Error( pIosys->GetError() ); in StepOPEN()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx833 for( short i = 0; i < nDimension && rStrm.GetError() == SVSTREAM_OK; i++ ) in LoadData()
H A Dsbxbase.cxx124 SbxError SbxBase::GetError() in GetError() function in SbxBase
328 if( rStrm.GetError() != SVSTREAM_OK ) in Store()
H A Dsbxvalue.cxx513 SbxError eOld = GetError(); in Get()
655 ErrCode eErr = GetError(); in HasObject()
700 SbxError eOld = GetError(); in GET()
1136 SbxError eOld = GetError(); in Compute()
1469 SbxError eOld = GetError(); in Compare()
1607 if ( bVBAInterop && eOp == SbxEQ && GetError() == SbxERR_CONVERSION ) in Compare()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx392 if( xStorage.Is() && xStorage->GetError() == ERRCODE_NONE ) in importFromOldStorage()
965 if ( !pStream || pStream->GetError() ) in implLoadPasswordLibrary()
967 sal_Int32 nError = pStream ? pStream->GetError() : ERRCODE_IO_GENERAL; in implLoadPasswordLibrary()
1072 if ( !pStream || pStream->GetError() ) in implLoadPasswordLibrary()
1074 sal_Int32 nError = pStream ? pStream->GetError() : ERRCODE_IO_GENERAL; in implLoadPasswordLibrary()
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx156 bRet = ( rxOStm->GetError() == ERRCODE_NONE ); in WriteObject()

Completed in 204 milliseconds

12345678910>>...13