Searched refs:nErrId (Results 1 – 8 of 8) sorted by relevance
1176 sal_uInt16 nErrId = 0; in DataPilotUpdate() local1192 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 …]
710 if( sal_uLong nErrId = pDPObj->RefreshCache() ) in RefreshDPObject() local711 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() local751 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()
244 sal_uLong nErrId = CheckValidate( pDoc ); in CreateCache() local245 if ( !nErrId ) in CreateCache()
2542 sal_uLong nErrId = 0; in RefreshCache() local2544 nErrId = pSheetDesc->CheckValidate( pDoc ); in RefreshCache()2545 if ( nErrId == 0 ) in RefreshCache()2581 return nErrId; in RefreshCache()
436 sal_Bool SfxErrorContext::GetString(sal_uLong nErrId, String &rStr) in GetString() argument472 sal_uInt16 nId = ( nErrId & ERRCODE_WARNING_MASK ) ? ERRCTX_WARNING : ERRCTX_ERROR; in GetString()
47 virtual sal_Bool GetString(sal_uLong nErrId, String &rStr);
177 virtual sal_Bool GetString( sal_uIntPtr nErrId, String& rCtxStr ) = 0;
83 virtual sal_Bool GetString( sal_uLong nErrId, String& rCtxStr );
Completed in 183 milliseconds