Home
last modified time | relevance | path

Searched refs:pDestObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1213 ScDPObject* pDestObj = NULL; in DataPilotUpdate() local
1272 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 …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1535 void ScDPObject::ToggleDetails(const DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj) in ToggleDetails() argument
1627 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() local
2472 if ( pDestObj->GetName() == aName ) in WriteRefsTo()
2474 pSourceObj->WriteRefsTo( *pDestObj ); // found object, copy refs in WriteRefsTo()
2482 ScDPObject* pDestObj = new ScDPObject( *pSourceObj ); in WriteRefsTo() local
2483 pDestObj->SetAlive(sal_True); in WriteRefsTo()
2484 if ( !r.InsertNewTable(pDestObj) ) in WriteRefsTo()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx241 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() local
242 if(pDestObj == NULL) in getByIndex()
245 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex()
H A Dunoshap2.cxx341 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() local
343 if(pDestObj == NULL) in getByIndex()
346 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1884 ScDPObject* pDestObj = new ScDPObject( *pOldDPObject ); in Undo() local
1885 pDestObj->SetAlive(sal_True); in Undo()
1886 if ( !pDoc->GetDPCollection()->InsertNewTable(pDestObj) ) in Undo()
1889 DELETEZ( pDestObj ); in Undo()
/trunk/main/basic/source/classes/
H A Dsb.cxx572 SbxObject* pDestObj = NULL; in cloneTypeObjectImpl() local
574 pDestObj = cloneTypeObjectImpl( *pSrcObj ); in cloneTypeObjectImpl()
575 pNewProp->PutObject( pDestObj ); in cloneTypeObjectImpl()
/trunk/main/sc/inc/
H A Ddpobject.hxx202 …eDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj);

Completed in 63 milliseconds