Home
last modified time | relevance | path

Searched refs:nError (Results 1 – 25 of 187) sorted by last modified time

12345678

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2878 HRESULT nError = pSalData->mpDwmIsCompositionEnabled( &aResult ); in ImplDwmIsCompositionEnabled() local
2879 return nError == S_OK && aResult; in ImplDwmIsCompositionEnabled()
/aoo41x/main/vcl/workben/
H A Doutdevgrind.cxx73 virtual sal_uInt16 Exception( sal_uInt16 nError );
901 sal_uInt16 GrindApp::Exception( sal_uInt16 nError ) in Exception() argument
903 switch( nError & EXC_MAJORTYPE ) in Exception()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalprn.cxx2134 long nError = GetLastError(); in StartJob() local
2135 … ( (nRet == SP_USERABORT) || (nRet == SP_APPABORT) || (nError == ERROR_PRINT_CANCELLED) || (nError in StartJob()
2169 long nError = GetLastError(); in StartJob() local
2170 … ( (nRet == SP_USERABORT) || (nRet == SP_APPABORT) || (nError == ERROR_PRINT_CANCELLED) || (nError in StartJob()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx99 osl::File::RC nError = osl::File::E_None; in CreateSpoolFile() local
104 nError = osl::File::getFileURLFromSystemPath( aFile, aFileURL ); in CreateSpoolFile()
105 if (nError != osl::File::E_None) in CreateSpoolFile()
110 nError = pFile->open (OpenFlag_Read | OpenFlag_Write | OpenFlag_Create); in CreateSpoolFile()
111 if (nError != osl::File::E_None) in CreateSpoolFile()
581 osl::File::RC nError = (*pPageHead)->open(OpenFlag_Read); in EndJob() local
582 if (nError == osl::File::E_None) in EndJob()
592 osl::File::RC nError = (*pPageBody)->open(OpenFlag_Read); in EndJob() local
593 if (nError == osl::File::E_None) in EndJob()
H A Dtext_gfx.cxx811 osl::File::RC nError = aFontFile.open (OpenFlag_Read); in writeResources() local
812 if (nError == osl::File::E_None) in writeResources()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3251 FileBase::RC nError; in importFonts() local
3288nError = (FileBase::RC)symlink( aLinkFromPath.GetBuffer(), aLinkToPath.GetBuffer() ); in importFonts()
3291nError = File::copy( aFromAfm.GetMainURL(INetURLObject::DECODE_TO_IURI), aToAfm.GetMainURL(INetURL… in importFonts()
3292 if( nError ) in importFonts()
3305 nError = (FileBase::RC)symlink( aFromPath.GetBuffer(), in importFonts()
3309nError = File::copy( aFrom.GetMainURL(INetURLObject::DECODE_TO_IURI), aTo.GetMainURL(INetURLObject… in importFonts()
3311 if( nError ) in importFonts()
/aoo41x/main/vcl/test/
H A Dcanvasbitmaptest.cxx113 virtual USHORT Exception( USHORT nError );
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2002 rtlDigestError nError = rtl_digest_updateMD5( aDigest, &aGMT, sizeof( aGMT ) ); in computeDocumentIdentifier() local
2003 if( nError == rtl_Digest_E_None ) in computeDocumentIdentifier()
2004 nError = rtl_digest_updateMD5( aDigest, aInfoValuesOut.getStr(), aInfoValuesOut.getLength() ); in computeDocumentIdentifier()
2005 if( nError == rtl_Digest_E_None ) in computeDocumentIdentifier()
H A Dpdfwriter_impl2.cxx1339 rtlDigestError nError = rtl_Digest_E_None; in computeEncryptionKey() local
1355 if( nError == rtl_Digest_E_None ) in computeEncryptionKey()
1356 nError = rtl_digest_updateMD5( aDigest, nPerm , sizeof( nPerm ) ); in computeEncryptionKey()
1359 if( nError == rtl_Digest_E_None ) in computeEncryptionKey()
1362 if( nError == rtl_Digest_E_None ) in computeEncryptionKey()
1371 nError = rtl_digest_updateMD5( aDigest, &nMD5Sum, sizeof( nMD5Sum ) ); in computeEncryptionKey()
1372 if( nError != rtl_Digest_E_None ) in computeEncryptionKey()
1422 if( nError == rtl_Digest_E_None ) in computeODictionaryValue()
1433 nError = rtl_digest_updateMD5( aDigest, nMD5Sum, sizeof( nMD5Sum ) ); in computeODictionaryValue()
1434 if( nError != rtl_Digest_E_None ) in computeODictionaryValue()
[all …]
H A Dprint.cxx1432 sal_uLong Printer::ImplSalPrinterErrorCodeToVCL( sal_uLong nError ) in ImplSalPrinterErrorCodeToVCL() argument
1435 switch ( nError ) in ImplSalPrinterErrorCodeToVCL()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx376 sal_uInt16 Application::Exception( sal_uInt16 nError ) in Exception() argument
378 switch ( nError & EXC_MAJORTYPE ) in Exception()
/aoo41x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java489 int nError = processID.getExitCode(); in getOfficeMemoryUsage() local
490 assertTrue("Execute of " + sOfficeMemoryCommand + " failed", nError == 0); in getOfficeMemoryUsage()
526 int nError = processID.getExitCode(); in createExecutableFile() local
527 assertTrue("chmod failed. ", nError == 0); in createExecutableFile()
/aoo41x/main/vcl/inc/vcl/
H A Dprint.hxx262 static SAL_DLLPRIVATE sal_uLong ImplSalPrinterErrorCodeToVCL( sal_uLong nError );
H A Dsvapp.hxx271 virtual sal_uInt16 Exception( sal_uInt16 nError );
/aoo41x/main/vcl/inc/os2/
H A Dsalsound.h60 void ImplNotify( SoundNotification eNotification, ULONG nError );
H A Dsalsound.hxx59 void ImplNotify( SoundNotification eNotification, ULONG nError );
/aoo41x/main/uui/source/
H A Diahndl.cxx1292 ErrCode nError = static_cast< ErrCode >(nErrorCode); in handleGenericErrorRequest() local
1293 sal_Bool bWarning = !ERRCODE_TOERROR(nError); in handleGenericErrorRequest()
1295 if ( nError == ERRCODE_SFX_BROKENSIGNATURE in handleGenericErrorRequest()
1296 || nError == ERRCODE_SFX_INCOMPLETE_ENCRYPTION ) in handleGenericErrorRequest()
1319 = String( ResId( nError == ERRCODE_SFX_BROKENSIGNATURE in handleGenericErrorRequest()
/aoo41x/main/unotools/source/streaming/
H A Dstreamhelper.cxx58 ErrCode nError = m_xLockBytes->ReadAt(m_nActPos, (void*)aData.getArray(), nBytesToRead, &nRead); in readBytes() local
62 if (nError != ERRCODE_NONE) in readBytes()
163 …ErrCode nError = m_xLockBytes->WriteAt( m_nActPos, aData.getConstArray(), aData.getLength(), &nWri… in writeBytes() local
167 if (nError != ERRCODE_NONE || in writeBytes()
182 ErrCode nError = m_xLockBytes->Flush(); in flush() local
183 if (nError != ERRCODE_NONE) in flush()
/aoo41x/main/unotools/source/ucbhelper/
H A Dtempfile.cxx100 osl::FileBase::RC nError = aDirectory.open(); in ensuredir() local
105 if( nError == osl::File::E_None ) in ensuredir()
109 nError = osl::Directory::create( aPath ); in ensuredir()
110 sal_Bool bSuccess = ( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()
123 nError = osl::Directory::create( aPath ); in ensuredir()
124 bSuccess =( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()
/aoo41x/main/unotools/inc/unotools/
H A Ducblockbytes.hxx157 void SetError( ErrCode nError ) in SetError() argument
158 { m_nError = nError; } in SetError()
/aoo41x/main/ucb/source/ucp/file/
H A Dshell.cxx1138 osl::FileBase::RC nError; in move() local
1146 if( nError != osl::FileBase::E_None && nError != osl::FileBase::E_EXIST ) in move()
1274 nError ); in move()
1283 nError ); in move()
1348 osl::FileBase::RC nError; in copy() local
1387 if( nError != osl::FileBase::E_None && nError != osl::FileBase::E_EXIST ) in copy()
1527 osl::FileBase::RC nError; in remove() local
1548 nError != osl::FileBase::E_None ? nError : TASKHANDLER_NO_ERROR ); in remove()
1696 switch ( nError ) in mkdir()
2114 sal_Bool bSuccess = ( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()
[all …]
/aoo41x/main/tools/source/stream/
H A Dstream.cxx290 return !nCount || nTheCount == nCount || nError ? nError : in ReadAt()
307 return !nCount || nTheCount == nCount || nError ? nError : in WriteAt()
320 if (!nError) in FillAppend()
324 return nError; in FillAppend()
536 nError = SVSTREAM_OK; in ClearError()
2057 if( bIsEof || nError ) in ReadNumber()
2066 if( !nTemp || nError ) in ReadNumber()
2082 if( bIsEof || nError ) in ReadNumber()
2091 if( !nTemp || nError ) in ReadNumber()
2107 if( bIsEof || nError ) in ReadNumber()
[all …]
/aoo41x/main/tools/source/fsys/
H A Dwntmsc.cxx519 nError = FSYS_ERR_OK; in ImpInit()
822 nError = FSYS_ERR_UNKNOWN; in Update()
832 nError = FSYS_ERR_OK; in Update()
878 nError = FSYS_ERR_NOTEXISTS; in Update()
888 nError = FSYS_ERR_NOTEXISTS; in Update()
902 nError = ERRCODE_NONE; in Update()
957 nError = FSYS_ERR_OK; in Update()
982 nError = FSYS_ERR_OK; in Update()
988 nError = FSYS_ERR_NOTEXISTS; in Update()
1000 if ( 0 != nError ) in Update()
[all …]
H A Ddirent.cxx509 nErr = aStack.Top()->nError; in ImpParseOs2Name()
744 nError = FSYS_ERR_OK; in DirEntry()
768 nError = rOrig.nError; in DirEntry()
840 if ( nError != FSYS_ERR_OK ) in DirEntry()
886 if ( nError != FSYS_ERR_OK ) in DirEntry()
1468 if ( nError && ( nError == rEntry.nError ) ) in operator ==()
1470 if ( nError || rEntry.nError || in operator ==()
1510 if ( rEntry.nError != FSYS_ERR_OK ) { in operator =()
1512 nError = rEntry.nError; in operator =()
1672 nError = FSYS_ERR_NOTSUPPORTED; in SetExtension()
[all …]
/aoo41x/main/tools/source/generic/
H A Dconfig.cxx108 int nError = 0; in ImplSysGetConfigTimeStamp() local
109 if( ( nError = ::osl::DirectoryItem::get( rFileName, aItem ) ) == ::osl::FileBase::E_None && in ImplSysGetConfigTimeStamp()

Completed in 387 milliseconds

12345678