Lines Matching refs:SdrUnoObj
78 SdrUnoObj* pObj;
81 SdrControlEventListenerImpl(SdrUnoObj* _pObj) in SdrControlEventListenerImpl()
124 void lcl_ensureControlVisibility( SdrView* _pView, const SdrUnoObj* _pObject, bool _bVisible ) in lcl_ensureControlVisibility()
161 TYPEINIT1(SdrUnoObj, SdrRectObj);
163 SdrUnoObj::SdrUnoObj(const String& rModelName, sal_Bool _bOwnUnoControlModel) in SdrUnoObj() function in SdrUnoObj
176 SdrUnoObj::SdrUnoObj(const String& rModelName, in SdrUnoObj() function in SdrUnoObj
191 SdrUnoObj::~SdrUnoObj() in ~SdrUnoObj()
214 void SdrUnoObj::SetModel(SdrModel* pNewModel) in SetModel()
219 void SdrUnoObj::SetPage(SdrPage* pNewPage) in SetPage()
224 void SdrUnoObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
243 sal_uInt16 SdrUnoObj::GetObjIdentifier() const in GetObjIdentifier()
248 void SdrUnoObj::SetContextWritingMode( const sal_Int16 _nContextWritingMode ) in SetContextWritingMode()
293 void SdrUnoObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
307 void SdrUnoObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
312 void SdrUnoObj::operator = (const SdrObject& rObj) in operator =()
319 const SdrUnoObj& rUnoObj = dynamic_cast< const SdrUnoObj& >( rObj ); in operator =()
355 void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize()
378 bool SdrUnoObj::hasSpecialDrag() const in hasSpecialDrag()
385 bool SdrUnoObj::supportsFullDrag() const in supportsFullDrag()
395 SdrObject* SdrUnoObj::getFullDragClone() const in getFullDragClone()
417 void SdrUnoObj::NbcSetLayer( SdrLayerID _nLayer ) in NbcSetLayer()
487 void SdrUnoObj::CreateUnoControlModel(const String& rModelName) in CreateUnoControlModel()
507 void SdrUnoObj::CreateUnoControlModel(const String& rModelName, in CreateUnoControlModel()
527 void SdrUnoObj::SetUnoControlModel( const uno::Reference< awt::XControlModel >& xModel) in SetUnoControlModel()
566 uno::Reference< awt::XControl > SdrUnoObj::GetUnoControl(const SdrView& _rView, const OutputDevice&… in GetUnoControl()
590 uno::Reference< awt::XControl > SdrUnoObj::GetTemporaryControlForWindow( in GetTemporaryControlForWindow()
603 bool SdrUnoObj::impl_getViewContact( ViewContactOfUnoControl*& _out_rpContact ) const in impl_getViewContact()
612 ::sdr::contact::ViewContact* SdrUnoObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()