Searched refs:pSourceObject (Results 1 – 2 of 2) sorted by relevance
1643 SdrObject* pSourceObject = reinterpret_cast<SdrObject*>(pEntry->GetUserData()); in NotifyMoving() local1644 if (pSourceObject == reinterpret_cast<SdrObject*>(1)) in NotifyMoving()1645 pSourceObject = NULL; in NotifyMoving()1647 if (pTargetObject != NULL && pSourceObject != NULL) in NotifyMoving()1649 SdrPage* pObjectList = pSourceObject->GetPage(); in NotifyMoving()1657 pObjectList->SetObjectNavigationPosition(*pSourceObject, nNewPosition); in NotifyMoving()
790 ::std::auto_ptr< ICopyTableSourceObject > pSourceObject; in impl_extractSourceObject_throw()818 pSourceObject.reset( new ObjectCopySource( m_xSourceConnection, in impl_extractSourceObject_throw()833 pSourceObject.reset( new NamedTableCopySource( m_xSourceConnection, sCommand ) ); in impl_extractSourceObject_throw()836 return pSourceObject; in impl_extractSourceObject_throw()
Completed in 29 milliseconds