Home
last modified time | relevance | path

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

12345678

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx436 void SfxMedium::SetError( sal_uInt32 nError, const ::rtl::OUString& aLogMessage ) in SetError() argument
438 eError = nError; in SetError()
/trunk/main/sc/inc/
H A Dtable.hxx313 void SetError( SCCOL nCol, SCROW nRow, sal_uInt16 nError);
H A Ddocument.hxx799 void SetError( SCCOL nCol, SCROW nRow, SCTAB nTab, const sal_uInt16 nError);
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3381 ErrCode nError = ERRCODE_NONE; in CreateSdrObject() local
3386 rAnchorRect, aVisArea, 0, nError, mnOleImpFlags, nAspects ) ); in CreateSdrObject()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx462 ErrCode nError = ERRCODE_NONE; in ImportOLE() local
464 rGrf, rBoundRect, rVisArea, pStData, nError, nSvxMSDffOLEConvFlags, nAspect ); in ImportOLE()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1900 void ScCompiler::SetError(sal_uInt16 nError) in SetError() argument
1903 pArr->SetCodeError( nError); in SetError()
/trunk/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()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch100 return( HRESULT_FROM_WIN32( nError ) );
/trunk/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()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6605 sal_uInt16 nError = 0; in getError() local
6611 nError = ((ScFormulaCell*)pCell)->GetErrCode(); in getError()
6619 return nError; in getError()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6840 ErrCode nError = ERRCODE_NONE; in ImportOLE() local
6844 rGrf, rBoundRect, rVisArea, pStData, nError, in ImportOLE()

Completed in 287 milliseconds

12345678