|
| SvxTextEditSource (SdrObject *pObj, SdrText *pText) |
|
| SvxTextEditSource (SdrObject &rObj, SdrText *pText, SdrView &rView, const OutputDevice &rViewWindow) |
| Since the views don't broadcast their dying, make sure that this object gets destroyed if the view becomes invalid. More...
|
|
| SvxTextEditSource (const SvxTextEditSource &)=delete |
|
SvxTextEditSource & | operator= (const SvxTextEditSource &)=delete |
|
virtual | ~SvxTextEditSource () override |
|
virtual std::unique_ptr< SvxEditSource > | Clone () const override |
|
virtual SvxTextForwarder * | GetTextForwarder () override |
|
virtual SvxViewForwarder * | GetViewForwarder () override |
|
virtual SvxEditViewForwarder * | GetEditViewForwarder (bool bCreate=false) override |
|
virtual void | UpdateData () override |
|
virtual void | addRange (SvxUnoTextRangeBase *pNewRange) override |
|
virtual void | removeRange (SvxUnoTextRangeBase *pOldRange) override |
|
virtual const SvxUnoTextRangeBaseVec & | getRanges () const override |
|
virtual SfxBroadcaster & | GetBroadcaster () const override |
|
void | lock () |
|
void | unlock () |
|
virtual bool | IsValid () const override |
|
virtual Point | LogicToPixel (const Point &, const MapMode &) const override |
|
virtual Point | PixelToLogic (const Point &, const MapMode &) const override |
|
void | UpdateOutliner () |
|
| SvxEditSource ()=default |
|
| SvxEditSource (SvxEditSource const &)=default |
|
| SvxEditSource (SvxEditSource &&)=default |
|
SvxEditSource & | operator= (SvxEditSource const &)=default |
|
SvxEditSource & | operator= (SvxEditSource &&)=default |
|
virtual | ~SvxEditSource () |
|
virtual std::unique_ptr< SvxEditSource > | Clone () const=0 |
|
virtual SvxTextForwarder * | GetTextForwarder ()=0 |
|
virtual SvxViewForwarder * | GetViewForwarder () |
|
virtual SvxEditViewForwarder * | GetEditViewForwarder (bool bCreate=false) |
|
virtual void | UpdateData ()=0 |
|
virtual SfxBroadcaster & | GetBroadcaster () const |
|
virtual void | addRange (SvxUnoTextRangeBase *pNewRange) |
|
virtual void | removeRange (SvxUnoTextRangeBase *pOldRange) |
|
virtual const SvxUnoTextRangeBaseVec & | getRanges () const |
|
virtual | ~SvxViewForwarder () |
|
virtual bool | IsValid () const=0 |
|
virtual Point | LogicToPixel (const Point &rPoint, const MapMode &rMapMode) const=0 |
|
virtual Point | PixelToLogic (const Point &rPoint, const MapMode &rMapMode) const=0 |
|