Home
last modified time | relevance | path

Searched refs:nError (Results 101 – 125 of 186) sorted by relevance

12345678

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2227 UErrorCode nError(U_ZERO_ERROR); in IsRTL() local
2228 UBiDi* pBidi = ubidi_openSized(mrText.Len(), 0, &nError); in IsRTL()
2229 nError = U_ZERO_ERROR; in IsRTL()
2234 …st<const UChar *>(mrText.GetBuffer()), mrText.Len(), nDefaultDir, NULL, &nError); // UChar != sal_… in IsRTL()
2235 nError = U_ZERO_ERROR; in IsRTL()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx142 int nError(aDlg.GetGraphic(aGraphic)); in InsertPictureFromFile() local
144 if(GRFILTER_OK == nError) in InsertPictureFromFile()
/trunk/main/basic/source/inc/
H A Druntime.hxx319 SbError nError; // letzter Fehler member in SbiRuntime
449 static sal_Int32 translateErrorToVba( SbError nError, String& rMsg );
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1319 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToToken() local
1320 if (nError) in lcl_convertToToken()
1321 return new FormulaErrorToken( nError); in lcl_convertToToken()
1424 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToTokenArray() local
1425 if (nError) in lcl_convertToTokenArray()
1426 xMat->PutDouble( CreateDoubleError( nError), nC, nR); in lcl_convertToTokenArray()
H A Ddocsh.cxx504 ErrCode nError = ERRCODE_NONE; in LoadXML() local
506 bRet = aImport.Import(sal_False, nError); in LoadXML()
508 bRet = aImport.Import(sal_True, nError); in LoadXML()
510 if ( nError ) in LoadXML()
511 … pLoadMedium->SetError( nError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); in LoadXML()
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx455 ErrCode nError = ERRCODE_NONE; in ImportOleBase() local
457 … aSrcStgName, xSrc0, mpDocShell->GetStorage(), rGraph, aRect, aVisArea, pTmpData, nError, in ImportOleBase()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx1415 sal_uInt32 nError = aMedium.GetError(); in storeMetadataToMedium() local
1416 if ( nError == ERRCODE_NONE ) { in storeMetadataToMedium()
1417 nError = ERRCODE_IO_GENERAL; in storeMetadataToMedium()
1420 uno::Reference< uno::XInterface >(), nError); in storeMetadataToMedium()
/trunk/main/starmath/source/
H A Ddocument.cxx838 sal_uLong nError = aEquation.Import(rMedium); in Load() local
839 bRet = 0 == nError; in Load()
840 SetError( nError, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); in Load()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx302 sal_uInt16 nError = 0; in HasError() local
310 nError = ((ScFormulaCell*)pCell)->GetErrCode(); in HasError()
311 if (nError) in HasError()
317 return (nError != 0); in HasError()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx247 UErrorCode nError = U_ZERO_ERROR; in CheckScript() local
248 UBiDi* pBidi = ubidi_openSized( aTxt.Len(), 0, &nError ); in CheckScript()
249 …ra( pBidi, reinterpret_cast<const UChar *>(aTxt.GetBuffer()), aTxt.Len(), nFldDir, NULL, &nError ); in CheckScript()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1326 short SvxDicError( Window *pParent, sal_Int16 nError ) in SvxDicError() argument
1329 if (DIC_ERR_NONE != nError) in SvxDicError()
1332 switch (nError) in SvxDicError()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx306 int nError = aDlg.GetGraphic(aGraphic); in ExecuteDialog() local
307 if( nError == GRFILTER_OK ) in ExecuteDialog()
/trunk/main/linguistic/source/
H A Dconvdic.cxx109 sal_uLong nError = sal::static_int_cast< sal_uLong >(-1); in ReadThroughDic() local
144 nError = 0; in ReadThroughDic()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx468 rtlDigestError nError = rtl_digest_SHA1( aByteStrPass.getStr(), in CreatePackageEncryptionData() local
473 if ( nError != rtl_Digest_E_None ) in CreatePackageEncryptionData()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1001 int nError; in _MoveNodes() local
1004 aWriter.Write( &nError, pWriter ); in _MoveNodes()
2197 int nError; in _CopyNodes() local
2200 aWriter.Write( &nError, pWriter ); in _CopyNodes()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx254 int nError = 0; in CheckPosition() local
268 nError = 1; in CheckPosition()
270 nError |= 2; in CheckPosition()
271 if( nError ) in CheckPosition()
272 nError += 10; in CheckPosition()
273 return nError != 0; in CheckPosition()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3098 UErrorCode nError = U_ZERO_ERROR; in ImpInitWritingDirections() local
3099 UBiDi* pBidi = ubidi_openSized( aText.Len(), 0, &nError ); in ImpInitWritingDirections()
3100 nError = U_ZERO_ERROR; in ImpInitWritingDirections()
3102 …_cast<const UChar *>(aText.GetBuffer()), aText.Len(), nBidiLevel, NULL, &nError ); // UChar != sal… in ImpInitWritingDirections()
3103 nError = U_ZERO_ERROR; in ImpInitWritingDirections()
3105 long nCount = ubidi_countRuns( pBidi, &nError ); in ImpInitWritingDirections()
/trunk/main/sd/inc/
H A Dsdxmlwrp.hxx51 sal_Bool Import( ErrCode& nError );
/trunk/main/soltools/ldump/
H A Dldump.hxx72 static void DumpError(unsigned long nError);
/trunk/main/sfx2/source/appl/
H A Dimpldde.hxx48 sal_uInt8 nError : 7; // Error Code fuer den Dialog member in sfx2::SvDDEObject
/trunk/main/l10ntools/inc/
H A Dlngmerge.hxx42 sal_uInt16 nError; member in LngParser
/trunk/main/vcl/inc/os2/
H A Dsalsound.hxx59 void ImplNotify( SoundNotification eNotification, ULONG nError );
H A Dsalsound.h60 void ImplNotify( SoundNotification eNotification, ULONG nError );
/trunk/main/cui/source/inc/
H A Dhlmarkwn.hxx103 sal_uInt16 SetError( sal_uInt16 nError);
/trunk/main/vcl/unx/generic/printergfx/
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()

Completed in 156 milliseconds

12345678