Lines Matching refs:SdrObject

156 	bool operator()( SdrObject* p1, SdrObject* p2 )  in operator ()()
163 SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearch /* = false */ ) in GetPresObj()
166 std::vector< SdrObject* > aMatches; in GetPresObj()
168 SdrObject* pObj = 0; in GetPresObj()
244 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj()
249 SdrObject* pSdrObj = NULL; in CreatePresObj()
687 void SdPage::Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& ) in Changed()
699 SdrObject* pObj = (SdrObject*) &rObj; in Changed()
786 SdrObject *pObj=NULL; in CreateTitleAndLayout()
797 SdrObject::Free( pObj ); // memory leak i120050 in CreateTitleAndLayout()
821 SdrObject* pMasterTitle = pMasterPage->GetPresObj( PRESOBJ_TITLE ); in CreateTitleAndLayout()
825SdrObject* pMasterOutline = pMasterPage->GetPresObj( mePageKind==PK_NOTES ? PRESOBJ_NOTES : PRESOB… in CreateTitleAndLayout()
836 SdrObject* pHeader = pMasterPage->GetPresObj( PRESOBJ_HEADER ); in CreateTitleAndLayout()
841 SdrObject* pDate = pMasterPage->GetPresObj( PRESOBJ_DATETIME ); in CreateTitleAndLayout()
845 SdrObject* pFooter = pMasterPage->GetPresObj( PRESOBJ_FOOTER ); in CreateTitleAndLayout()
849 SdrObject* pNumber = pMasterPage->GetPresObj( PRESOBJ_SLIDENUMBER ); in CreateTitleAndLayout()
856 SdrObject* SdPage::CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert) in CreateDefaultPresObj()
1174 SdrObject* pMasterTitle = rMasterPage.GetPresObj( PRESOBJ_TITLE ); in CalcAutoLayoutRectangles()
1175 SdrObject* pMasterSubTitle = rMasterPage.GetPresObj( PRESOBJ_TEXT ); in CalcAutoLayoutRectangles()
1176SdrObject* pMasterOutline = rMasterPage.GetPresObj( rPage.GetPageKind()==PK_NOTES ? PRESOBJ_NOTES … in CalcAutoLayoutRectangles()
1378 …sImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, boo… in findAutoLayoutShapesImpl()
1393 SdrObject* pObj = 0; in findAutoLayoutShapesImpl()
1419 SdrObject* pObj = 0; in findAutoLayoutShapesImpl()
1563 std::set< SdrObject* > aUsedPresentationObjects; in SetAutoLayout()
1566 std::vector< SdrObject* > aLayoutShapes(PRESOBJ_MAX, 0); in SetAutoLayout()
1575SdrObject* pObj = InsertAutoLayoutShape( aLayoutShapes[i], eKind, aDescriptor.mbVertical[i], aRect… in SetAutoLayout()
1583 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()
1587 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()
1599 SdrObject::Free( pObj ); in SetAutoLayout()
1624 void SdPage::NbcInsertObject(SdrObject* pObj, sal_uLong nPos, const SdrInsertReason* pReason) in NbcInsertObject()
1647 SdrObject* SdPage::RemoveObject(sal_uLong nObjNum) in RemoveObject()
1657 SdrObject* SdPage::NbcRemoveObject(sal_uLong nObjNum) in NbcRemoveObject()
1665 SdrObject* SdPage::NbcReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in NbcReplaceObject()
1673 SdrObject* SdPage::ReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in ReplaceObject()
1683 void SdPage::onRemoveObject( SdrObject* pObject ) in onRemoveObject()
1816 SdrObject* pObj = NULL; in ScaleObjects()
2074 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl()
2084 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2141 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2186 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2219 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape()
2335 PresObjKind SdPage::GetPresObjKind(SdrObject* pObj) const in GetPresObjKind()
2348 bool SdPage::IsPresObj(const SdrObject* pObj) in IsPresObj()
2350 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2353 void SdPage::RemovePresObj(const SdrObject* pObj) in RemovePresObj()
2355 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
2357 SdAnimationInfo* pInfo = SdDrawDocument::GetShapeUserData(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2360 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2364 void SdPage::InsertPresObj(SdrObject* pObj, PresObjKind eKind ) in InsertPresObj()
2775 SdrObject* pCandidate = 0; in setHeaderFooterSettings()
2820 SdrObject* pObj = rOriginal.GetViewContact().TryToGetSdrObject(); in checkVisibility()
2892 bool SdPage::RestoreDefaultText( SdrObject* pObj ) in RestoreDefaultText()