Home
last modified time | relevance | path

Searched refs:nErrId (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1176 sal_uInt16 nErrId = 0; in DataPilotUpdate() local
1192 nErrId = STR_PROTECTIONERR; in DataPilotUpdate()
1194 if ( pOldObj && !nErrId ) in DataPilotUpdate()
1199 nErrId = aTester.GetMessageId(); in DataPilotUpdate()
1201 if ( pNewObj && !nErrId ) in DataPilotUpdate()
1210 nErrId = aTester.GetMessageId(); in DataPilotUpdate()
1214 if ( !nErrId ) in DataPilotUpdate()
1331 nErrId = STR_PIVOT_ERROR; in DataPilotUpdate()
1345 nErrId = aTester.GetMessageId(); in DataPilotUpdate()
1423 if ( nErrId && !bApi ) in DataPilotUpdate()
[all …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx710 if( sal_uLong nErrId = pDPObj->RefreshCache() ) in RefreshDPObject() local
711 return nErrId; in RefreshDPObject()
712 else if ( nErrId == 0 ) in RefreshDPObject()
727 return nErrId; in RefreshDPObject()
750 …sal_uLong nErrId = RefreshDPObject( pDPObj, pDoc, pDocSh, sal_True, sal_False );//pDPObj->RefreshC… in RecalcPivotTable() local
751 if ( nErrId == 0 ) in RecalcPivotTable()
757 else if (nErrId <= USHRT_MAX) in RecalcPivotTable()
758 ErrorMessage(static_cast<sal_uInt16>(nErrId)); in RecalcPivotTable()
759 return nErrId; in RecalcPivotTable()
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx244 sal_uLong nErrId = CheckValidate( pDoc ); in CreateCache() local
245 if ( !nErrId ) in CreateCache()
H A Ddpobject.cxx2542 sal_uLong nErrId = 0; in RefreshCache() local
2544 nErrId = pSheetDesc->CheckValidate( pDoc ); in RefreshCache()
2545 if ( nErrId == 0 ) in RefreshCache()
2581 return nErrId; in RefreshCache()
/trunk/main/svtools/source/misc/
H A Dehdl.cxx436 sal_Bool SfxErrorContext::GetString(sal_uLong nErrId, String &rStr) in GetString() argument
472 sal_uInt16 nId = ( nErrId & ERRCODE_WARNING_MASK ) ? ERRCTX_WARNING : ERRCTX_ERROR; in GetString()
/trunk/main/svtools/inc/svtools/
H A Dehdl.hxx47 virtual sal_Bool GetString(sal_uLong nErrId, String &rStr);
/trunk/main/tools/inc/tools/
H A Derrinf.hxx177 virtual sal_Bool GetString( sal_uIntPtr nErrId, String& rCtxStr ) = 0;
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx83 virtual sal_Bool GetString( sal_uLong nErrId, String& rCtxStr );

Completed in 66 milliseconds