Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/core/
H A Dshapelist.cxx34 ShapeList::ShapeList() in ShapeList() function in ShapeList
39 ShapeList::~ShapeList() in ~ShapeList()
45 void ShapeList::addShape( SdrObject& rObject ) in addShape()
60 SdrObject* ShapeList::removeShape( SdrObject& rObject ) in removeShape()
85 void ShapeList::clear() in clear()
98 bool ShapeList::isEmpty() const in isEmpty()
104 bool ShapeList::hasShape( SdrObject& rObject ) const in hasShape()
109 SdrObject* ShapeList::getNextShape(SdrObject* pObj) const in getNextShape()
131 void ShapeList::ObjectInDestruction(const SdrObject& rObject) in ObjectInDestruction()
149 SdrObject* ShapeList::getNextShape() in getNextShape()
[all …]
H A Ddrawdoc.cxx752 const sd::ShapeList& rPresentationShapes( pPage->GetPresentationShapeList() ); in NewOrLoadCompleted()
H A Ddrawdoc4.cxx837 mpOnlineSpellingList = new ShapeList; in StartOnlineSpelling()
/AOO42X/main/sd/inc/
H A Dshapelist.hxx33 class ShapeList : public sdr::ObjectUser class
36 ShapeList();
37 virtual ~ShapeList();
H A Dsdpage.hxx126 sd::ShapeList maPresentationShapeList; // Praesentationsobjekte
189 sd::ShapeList& GetPresentationShapeList() { return maPresentationShapeList; } in GetPresentationShapeList()
H A Ddrawdoc.hxx109 class ShapeList;
174 sd::ShapeList* mpOnlineSpellingList;
/AOO42X/main/sd/source/ui/view/
H A Ddrviews1.cxx1235 sd::ShapeList& rShapeList = pMaster->GetPresentationShapeList(); in SwitchPage()