Lines Matching refs:SdrHint

266 	Broadcast(SdrHint(HINT_MODELCLEARED));  in ~SdrModel()
951 Broadcast(SdrHint(HINT_REFDEVICECHG)); in RefDeviceChanged()
959 Broadcast(SdrHint(HINT_DEFFONTHGTCHG)); in SetDefaultFontHeight()
970 Broadcast(SdrHint(HINT_DEFAULTTABCHG)); in SetDefaultTabulator()
1441 SdrHint aHint(HINT_PAGEORDERCHG); in InsertPage()
1462 SdrHint aHint(HINT_PAGEORDERCHG); in RemovePage()
1493 SdrHint aHint(HINT_PAGEORDERCHG); in InsertMasterPage()
1525 SdrHint aHint(HINT_PAGEORDERCHG); in RemoveMasterPage()
1544 SdrHint aHint(HINT_PAGEORDERCHG); in MoveMasterPage()
2210 TYPEINIT1(SdrHint,SfxHint);
2212 SdrHint::SdrHint() in SdrHint() function in SdrHint
2220 SdrHint::SdrHint(SdrHintKind eNewHint) in SdrHint() function in SdrHint
2228 SdrHint::SdrHint(const SdrObject& rNewObj) in SdrHint() function in SdrHint
2237 SdrHint::SdrHint(const SdrObject& rNewObj, const Rectangle& rRect) in SdrHint() function in SdrHint
2246 void SdrHint::SetPage(const SdrPage* pNewPage) in SetPage()
2251 void SdrHint::SetObjList(const SdrObjList* pNewOL) in SetObjList()
2256 void SdrHint::SetObject(const SdrObject* pNewObj) in SetObject()
2261 void SdrHint::SetKind(SdrHintKind eNewKind) in SetKind()
2266 void SdrHint::SetRect(const Rectangle& rNewRect) in SetRect()
2271 const SdrPage* SdrHint::GetPage() const in GetPage()
2276 const SdrObjList* SdrHint::GetObjList() const in GetObjList()
2281 const SdrObject* SdrHint::GetObject() const in GetObject()
2286 SdrHintKind SdrHint::GetKind() const in GetKind()
2291 const Rectangle& SdrHint::GetRect() const in GetRect()