Home
last modified time | relevance | path

Searched refs:GetErrorCode (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/tools/source/ref/
H A Derrinf.cxx105 pDcr->GetErrorCode(); in RegisterEDcr()
305 pCtx->GetString(pInfo->GetErrorCode(), aAction); in HandleError_Impl()
367 if(pInfo->GetErrorCode()!=1) { in HandleError_Impl()
426 sal_uIntPtr nId = pInfo->GetErrorCode(); in CreateString()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1361 if( rMedium.GetErrorCode() || pMedium->GetErrorCode() || GetErrorCode() ) in SaveTo_Impl()
1370 if ( rMedium.GetErrorCode() ) in SaveTo_Impl()
1404 if( rMedium.GetErrorCode() || pMedium->GetErrorCode() || GetErrorCode() ) in SaveTo_Impl()
2043 …SetError(rMedium.GetErrorCode(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) … in DoSaveAs()
2053 …SetError(rMedium.GetErrorCode(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) … in DoSaveAs()
2661 if ( pMediumTmp->GetErrorCode() != ERRCODE_NONE ) in DoSave_Impl()
2693 …SetError(pMediumTmp->GetErrorCode(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX … in DoSave_Impl()
2967 if ( pNewFile->GetErrorCode() != ERRCODE_NONE ) in PreDoSaveAs_Impl()
2995 if ( !pNewFile->GetErrorCode() && SaveTo_Impl( *pNewFile, NULL ) ) in PreDoSaveAs_Impl()
3000 …SetError( pNewFile->GetErrorCode(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX )… in PreDoSaveAs_Impl()
[all …]
H A Doleprops.cxx375 SetError( rStrm.GetErrorCode() ); in Load()
383 SetError( rStrm.GetErrorCode() ); in Save()
711 …for( sal_Int32 nIdx = 0; (nIdx < nNameCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !rStrm.Is… in ImplLoad()
942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()
1023 return rStrm.GetErrorCode() == SVSTREAM_OK; in SeekToPropertyPos()
1159 …for( sal_Int32 nSectIdx = 0; (nSectIdx < nSectCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()
1169 if( rStrm.GetErrorCode() == SVSTREAM_OK ) in ImplLoad()
/trunk/main/shell/source/all/zipfile/
H A Dzipexcptn.cxx47 int RuntimeException::GetErrorCode() const in GetErrorCode() function in RuntimeException
101 GetErrorCode(), in what()
H A Dzipexcptn.hxx40 int GetErrorCode() const;
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h107 sal_uLong GetErrorCode() const;
152 virtual sal_uLong GetErrorCode();
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx679 sal_uLong AquaSalInfoPrinter::GetErrorCode() const in GetErrorCode() function in AquaSalInfoPrinter
752 sal_uLong AquaSalPrinter::GetErrorCode() in GetErrorCode() function in AquaSalPrinter
754 return mpInfoPrinter->GetErrorCode(); in GetErrorCode()
/trunk/main/sc/source/ui/miscdlgs/
H A Dlinkarea.cxx170 sal_uLong nErr = pSourceShell->GetErrorCode(); in LoadDocument()
257 sal_uLong nErr = pSourceShell->GetErrorCode(); in IMPL_LINK()
/trunk/main/tools/source/stream/
H A Dstream.cxx195 return m_pStream->GetErrorCode(); in ReadAt()
213 return m_pStream->GetErrorCode(); in WriteAt()
227 return m_pStream->GetErrorCode(); in Flush()
241 return m_pStream->GetErrorCode(); in SetSize()
489 SetError( pStrm->GetErrorCode() ); in SvStream()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx288 return pDLMedium && pDLMedium->GetErrorCode()==0 && in GetFileDownloadMIME()
296 sal_Bool bOK = pDLMedium && pDLMedium->GetErrorCode()==0; in FinishFileDownload()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx230 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
234 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
237 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
240 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
243 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
246 if(ERRCODE_NONE != m_pFileStream->GetErrorCode()) in readHeader()
604 …if ((m_pMemoStream->GetErrorCode() != ERRCODE_NONE) || ((sal_uInt8)sHeader[0]) != 0xFF || ((sal_uI… in ReadMemoHeader()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx201 if ( aMedium.GetErrorCode() == ERRCODE_NONE ) in detect()
321 if ( aMedium.GetErrorCode() == ERRCODE_NONE ) in detect()
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx191 sal_uInt32 GetErrorCode() const;
193 { return ERRCODE_TOERROR(GetErrorCode()); } in GetError()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx117 sal_uInt16 GetErrorCode() const { return nFilterError; }; in GetErrorCode() function in SdGRFFilter_ImplInteractionHdl
371 … static_cast< SdGRFFilter_ImplInteractionHdl* >( mXInteractionHandler.get() )->GetErrorCode(), in Export()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1262 pStream->GetErrorCode() != SVSTREAM_OK || pStream->IsEof() ) in OpenRec()
1309 if( pStream->GetErrorCode() != SVSTREAM_OK ) in CloseRec()
1346 if( pStream->GetErrorCode() != SVSTREAM_OK ) in Peek()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx415 return aMedium.GetErrorCode(); in LoadTemplate()
466 ErrCode nErrCode = xDoc->GetErrorCode(); in LoadTemplate()
526 return xDoc->GetErrorCode(); in LoadTemplate()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryexception.hxx55 long GetErrorCode() const;
H A Dregistryexception.cxx74 long RegistryException::GetErrorCode() const in GetErrorCode() function in RegistryException
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx771 …DBG_ASSERT( !m_pCacheStream->GetErrorCode(), "TemplateFolderCacheImpl::readPreviousState: unknown … in readPreviousState()
801 if ( m_pCacheStream && m_pCacheStream->GetErrorCode() ) in openCacheStream()
/trunk/main/vcl/inc/
H A Dsalprn.hxx129 virtual sal_uLong GetErrorCode() = 0;
H A Dprinterjob.hxx139 sal_uInt32 GetErrorCode ();
/trunk/main/tools/inc/tools/
H A Diparser.hxx136 sal_uInt16 GetErrorCode();
/trunk/main/vcl/unx/headless/
H A Dsvpprn.hxx97 virtual sal_uLong GetErrorCode();
/trunk/main/vcl/inc/win/
H A Dsalprn.h119 virtual sal_uIntPtr GetErrorCode();
/trunk/main/automation/source/app/
H A Dtestbasi.cxx131 if ( pTestObject && IS_ERROR() && GetErrorCode() == GET_ERROR()->nError ) in GetSpecialErrorText()

Completed in 134 milliseconds

123