Lines Matching refs:SdrObject
160 bool operator()( SdrObject* p1, SdrObject* p2 ) in operator ()()
167 SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearch /* = false */ ) in GetPresObj()
170 std::vector< SdrObject* > aMatches; in GetPresObj()
172 SdrObject* pObj = 0; in GetPresObj()
248 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj()
253 SdrObject* pSdrObj = NULL; in CreatePresObj()
695 void SdPage::Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& ) in Changed()
707 SdrObject* pObj = (SdrObject*) &rObj; in Changed()
796 SdrObject *pObj=NULL; in CreateTitleAndLayout()
807 SdrObject::Free( pObj ); // memory leak i120050 in CreateTitleAndLayout()
831 SdrObject* pMasterTitle = pMasterPage->GetPresObj( PRESOBJ_TITLE ); in CreateTitleAndLayout()
835 …SdrObject* pMasterOutline = pMasterPage->GetPresObj( mePageKind==PK_NOTES ? PRESOBJ_NOTES : PRESOB… in CreateTitleAndLayout()
846 SdrObject* pHeader = pMasterPage->GetPresObj( PRESOBJ_HEADER ); in CreateTitleAndLayout()
851 SdrObject* pDate = pMasterPage->GetPresObj( PRESOBJ_DATETIME ); in CreateTitleAndLayout()
855 SdrObject* pFooter = pMasterPage->GetPresObj( PRESOBJ_FOOTER ); in CreateTitleAndLayout()
859 SdrObject* pNumber = pMasterPage->GetPresObj( PRESOBJ_SLIDENUMBER ); in CreateTitleAndLayout()
866 SdrObject* SdPage::CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert) in CreateDefaultPresObj()
1190 SdrObject* pMasterTitle = rMasterPage.GetPresObj( PRESOBJ_TITLE ); in CalcAutoLayoutRectangles()
1191 SdrObject* pMasterSubTitle = rMasterPage.GetPresObj( PRESOBJ_TEXT ); in CalcAutoLayoutRectangles()
1192 …SdrObject* pMasterOutline = rMasterPage.GetPresObj( rPage.GetPageKind()==PK_NOTES ? PRESOBJ_NOTES … in CalcAutoLayoutRectangles()
1394 …sImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, boo… in findAutoLayoutShapesImpl()
1409 SdrObject* pObj = 0; in findAutoLayoutShapesImpl()
1435 SdrObject* pObj = 0; in findAutoLayoutShapesImpl()
1579 std::set< SdrObject* > aUsedPresentationObjects; in SetAutoLayout()
1582 std::vector< SdrObject* > aLayoutShapes(PRESOBJ_MAX, 0); in SetAutoLayout()
1591 …SdrObject* pObj = InsertAutoLayoutShape( aLayoutShapes[i], eKind, aDescriptor.mbVertical[i], aRect… in SetAutoLayout()
1599 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()
1603 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()
1615 SdrObject::Free( pObj ); in SetAutoLayout()
1642 void SdPage::NbcInsertObject(SdrObject* pObj, sal_uLong nPos, const SdrInsertReason* pReason) in NbcInsertObject()
1667 SdrObject* SdPage::RemoveObject(sal_uLong nObjNum) in RemoveObject()
1679 SdrObject* SdPage::NbcRemoveObject(sal_uLong nObjNum) in NbcRemoveObject()
1687 SdrObject* SdPage::NbcReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in NbcReplaceObject()
1695 SdrObject* SdPage::ReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in ReplaceObject()
1705 void SdPage::onRemoveObject( SdrObject* pObject ) in onRemoveObject()
1854 SdrObject* pObj = NULL; in ScaleObjects()
2112 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl()
2122 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2179 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2224 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2257 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape()
2375 PresObjKind SdPage::GetPresObjKind(SdrObject* pObj) const in GetPresObjKind()
2388 bool SdPage::IsPresObj(const SdrObject* pObj) in IsPresObj()
2390 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2393 void SdPage::RemovePresObj(const SdrObject* pObj) in RemovePresObj()
2395 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
2397 SdAnimationInfo* pInfo = SdDrawDocument::GetShapeUserData(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2400 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2404 void SdPage::InsertPresObj(SdrObject* pObj, PresObjKind eKind ) in InsertPresObj()
2829 SdrObject* pCandidate = 0; in setHeaderFooterSettings()
2874 SdrObject* pObj = rOriginal.GetViewContact().TryToGetSdrObject(); in checkVisibility()
2946 bool SdPage::RestoreDefaultText( SdrObject* pObj ) in RestoreDefaultText()