Searched refs:pDestObj (Results 1 – 7 of 7) sorted by relevance
1213 ScDPObject* pDestObj = NULL; in DataPilotUpdate() local1272 pDestObj = pOldObj; in DataPilotUpdate()1273 pDestObj->SetAllowMove( bAllowMove ); in DataPilotUpdate()1279 pDestObj = new ScDPObject( *pNewObj ); in DataPilotUpdate()1287 pDestObj->SetAlive(sal_True); in DataPilotUpdate()1291 DELETEZ( pDestObj ); in DataPilotUpdate()1294 if ( pDestObj ) in DataPilotUpdate()1300 pDestObj->InvalidateSource(); in DataPilotUpdate()1305 if ( !pDestObj->GetName().Len() ) in DataPilotUpdate()1381 pDestObj->Output( aNewOut.aStart ); in DataPilotUpdate()[all …]
1535 void ScDPObject::ToggleDetails(const DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj) in ToggleDetails() argument1627 ScDPSaveData* pModifyData = pDestObj ? ( pDestObj->pSaveData ) : pSaveData; in ToggleDetails()1635 if ( pDestObj ) in ToggleDetails()1636 pDestObj->InvalidateData(); // re-init source from SaveData in ToggleDetails()2471 ScDPObject* pDestObj = static_cast<ScDPObject*>(r.At(nDestPos)); in WriteRefsTo() local2472 if ( pDestObj->GetName() == aName ) in WriteRefsTo()2474 pSourceObj->WriteRefsTo( *pDestObj ); // found object, copy refs in WriteRefsTo()2482 ScDPObject* pDestObj = new ScDPObject( *pSourceObj ); in WriteRefsTo() local2483 pDestObj->SetAlive(sal_True); in WriteRefsTo()2484 if ( !r.InsertNewTable(pDestObj) ) in WriteRefsTo()[all …]
241 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() local242 if(pDestObj == NULL) in getByIndex()245 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex()
341 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() local343 if(pDestObj == NULL) in getByIndex()346 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex()
1884 ScDPObject* pDestObj = new ScDPObject( *pOldDPObject ); in Undo() local1885 pDestObj->SetAlive(sal_True); in Undo()1886 if ( !pDoc->GetDPCollection()->InsertNewTable(pDestObj) ) in Undo()1889 DELETEZ( pDestObj ); in Undo()
572 SbxObject* pDestObj = NULL; in cloneTypeObjectImpl() local574 pDestObj = cloneTypeObjectImpl( *pSrcObj ); in cloneTypeObjectImpl()575 pNewProp->PutObject( pDestObj ); in cloneTypeObjectImpl()
202 …eDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj);
Completed in 275 milliseconds