|
LibreOffice Module svx (master) 1
|
#include <circleproperties.hxx>
Public Member Functions | |
| CircleProperties (SdrObject &rObj) | |
| CircleProperties (const CircleProperties &rProps, SdrObject &rObj) | |
| virtual | ~CircleProperties () override |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override |
| virtual void | ForceDefaultAttributes () override |
Public Member Functions inherited from sdr::properties::RectangleProperties | |
| RectangleProperties (SdrObject &rObj) | |
| RectangleProperties (const RectangleProperties &rProps, SdrObject &rObj) | |
| virtual | ~RectangleProperties () override |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override |
Public Member Functions inherited from sdr::properties::TextProperties | |
| TextProperties (SdrObject &rObj) | |
| TextProperties (const TextProperties &rProps, SdrObject &rObj) | |
| virtual | ~TextProperties () override |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override |
| virtual void | ForceDefaultAttributes () override |
| virtual void | ForceStyleToHardAttributes () override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| void | SetObjectItemNoBroadcast (const SfxPoolItem &rItem) |
| virtual sal_uInt32 | getVersion () const override |
| void | increaseVersion () |
Public Member Functions inherited from sdr::properties::AttributeProperties | |
| AttributeProperties (SdrObject &rObj) | |
| AttributeProperties (const AttributeProperties &rProps, SdrObject &rObj) | |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
| virtual const SfxItemSet & | GetObjectItemSet () const override |
| virtual | ~AttributeProperties () override |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override |
| virtual SfxStyleSheet * | GetStyleSheet () const override |
| virtual void | ForceStyleToHardAttributes () override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| virtual bool | isUsedByModel () const override |
Public Member Functions inherited from sdr::properties::DefaultProperties | |
| DefaultProperties (SdrObject &rObj) | |
| DefaultProperties (const DefaultProperties &rProps, SdrObject &rObj) | |
| virtual | ~DefaultProperties () override |
| void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
| virtual const SfxItemSet & | GetObjectItemSet () const override |
| virtual void | SetObjectItem (const SfxPoolItem &rItem) override |
| virtual void | SetObjectItemDirect (const SfxPoolItem &rItem) override |
| virtual void | ClearObjectItem (const sal_uInt16 nWhich=0) override |
| virtual void | ClearObjectItemDirect (const sal_uInt16 nWhich) override |
| virtual void | SetObjectItemSet (const SfxItemSet &rSet) override |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override |
| virtual SfxStyleSheet * | GetStyleSheet () const override |
| virtual void | ForceDefaultAttributes () |
Public Member Functions inherited from sdr::properties::BaseProperties | |
| BaseProperties (SdrObject &rObj) | |
| virtual | ~BaseProperties () |
| virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &pPool)=0 |
| virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const =0 |
| virtual const SfxItemSet & | GetObjectItemSet () const =0 |
| virtual const SfxItemSet & | GetMergedItemSet () const |
| virtual void | SetObjectItemSet (const SfxItemSet &rSet)=0 |
| virtual void | SetMergedItemSet (const SfxItemSet &rSet, bool bClearAllItems=false) |
| virtual void | SetObjectItem (const SfxPoolItem &rItem)=0 |
| virtual void | SetObjectItemDirect (const SfxPoolItem &rItem)=0 |
| virtual void | ClearObjectItem (const sal_uInt16 nWhich=0)=0 |
| virtual void | SetMergedItem (const SfxPoolItem &rItem) |
| virtual void | ClearMergedItem (const sal_uInt16 nWhich) |
| virtual void | ClearObjectItemDirect (const sal_uInt16 nWhich)=0 |
| virtual void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast)=0 |
| virtual SfxStyleSheet * | GetStyleSheet () const =0 |
| virtual void | ForceStyleToHardAttributes () |
| void | SetMergedItemSetAndBroadcast (const SfxItemSet &rSet, bool bClearAllItems=false) |
| const SfxPoolItem & | GetItem (const sal_uInt16 nWhich) const |
| template<class T > | |
| const T & | GetItem (TypedWhichId< T > nWhich) const |
| void | BroadcastItemChange (const ItemChangeBroadcaster &rChange) |
| virtual sal_uInt32 | getVersion () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Public Member Functions inherited from SfxListener | |
| SfxListener () | |
| SfxListener (const SfxListener &rCopy) | |
| virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
| void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
| void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
| void | EndListeningAll () |
| bool | IsListening (SfxBroadcaster &rBroadcaster) const |
| sal_uInt16 | GetBroadcasterCount () const |
| SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
| void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
| virtual bool | IsSdrView () const |
Private Member Functions | |
| virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &rPool) override |
| virtual void | ItemSetChanged (o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override |
Additional Inherited Members | |
| virtual void | ItemSetChanged (o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override |
Protected Member Functions inherited from sdr::properties::TextProperties | |
| virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &rPool) override |
| virtual void | ItemChange (const sal_uInt16 nWhich, const SfxPoolItem *pNewItem=nullptr) override |
| virtual void | ItemSetChanged (o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override |
| virtual const svx::ITextProvider & | getTextProvider () const |
| Get the TextProvider related to our SdrObject. More... | |
Protected Member Functions inherited from sdr::properties::AttributeProperties | |
| virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &pPool) override |
| virtual void | ItemChange (const sal_uInt16 nWhich, const SfxPoolItem *pNewItem=nullptr) override |
| virtual void | ItemSetChanged (o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override |
| virtual void | applyDefaultStyleSheetFromSdrModel () |
Protected Member Functions inherited from sdr::properties::DefaultProperties | |
| virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &pPool) override |
| virtual bool | AllowItemChange (const sal_uInt16 nWhich, const SfxPoolItem *pNewItem=nullptr) const |
| virtual void | ItemChange (const sal_uInt16 nWhich, const SfxPoolItem *pNewItem=nullptr) |
| virtual void | PostItemChange (const sal_uInt16 nWhich) |
| virtual void | ItemSetChanged (o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) |
| bool | HasSfxItemSet () const |
Protected Member Functions inherited from sdr::properties::BaseProperties | |
| const SdrObject & | GetSdrObject () const |
| SdrObject & | GetSdrObject () |
Protected Attributes inherited from sdr::properties::DefaultProperties | |
| std::optional< SfxItemSet > | mxItemSet |
Definition at line 28 of file circleproperties.hxx.
|
explicit |
Definition at line 50 of file circleproperties.cxx.
Referenced by Clone().
| sdr::properties::CircleProperties::CircleProperties | ( | const CircleProperties & | rProps, |
| SdrObject & | rObj | ||
| ) |
Definition at line 55 of file circleproperties.cxx.
|
overridevirtual |
Definition at line 60 of file circleproperties.cxx.
|
overridevirtual |
Reimplemented from sdr::properties::RectangleProperties.
Definition at line 64 of file circleproperties.cxx.
References CircleProperties().
|
overrideprivatevirtual |
Reimplemented from sdr::properties::TextProperties.
Definition at line 35 of file circleproperties.cxx.
References EE_ITEMS_END(), EE_ITEMS_START(), svl::Items, SDRATTR_CIRC_FIRST(), SDRATTR_CIRC_LAST(), SDRATTR_MISC_FIRST(), SDRATTR_MISC_LAST(), SDRATTR_SHADOW_LAST(), SDRATTR_START(), SDRATTR_TEXTCOLUMNS_FIRST(), SDRATTR_TEXTCOLUMNS_LAST(), and SDRATTR_TEXTDIRECTION().
|
overridevirtual |
Reimplemented from sdr::properties::TextProperties.
Definition at line 94 of file circleproperties.cxx.
References sdr::properties::TextProperties::ForceDefaultAttributes(), Full, SdrCircObj::GetCircleKind(), SdrCircObj::GetEndAngle(), sdr::properties::AttributeProperties::GetObjectItemSet(), sdr::properties::BaseProperties::GetSdrObject(), SdrCircObj::GetStartAngle(), makeSdrCircEndAngleItem(), makeSdrCircStartAngleItem(), and sdr::properties::DefaultProperties::mxItemSet.
|
overrideprivatevirtual |
Reimplemented from sdr::properties::RectangleProperties.
Definition at line 69 of file circleproperties.cxx.
References sdr::properties::BaseProperties::GetSdrObject(), SdrCircObj::ImpSetAttrToCircInfo(), and sdr::properties::RectangleProperties::ItemSetChanged().
|
overridevirtual |
Reimplemented from sdr::properties::RectangleProperties.
Definition at line 80 of file circleproperties.cxx.
References sdr::properties::BaseProperties::GetSdrObject(), SdrCircObj::ImpSetAttrToCircInfo(), sdr::properties::RectangleProperties::SetStyleSheet(), and SdrRectObj::SetXPolyDirty().