LibreOffice Module svx (master) 1
|
#include <emptyproperties.hxx>
Public Member Functions | |
EmptyProperties (SdrObject &rObj) | |
virtual std::unique_ptr< BaseProperties > | Clone (SdrObject &rObj) const override |
virtual SfxItemSet | CreateObjectSpecificItemSet (SfxItemPool &pPool) 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 |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from sdr::properties::BaseProperties | |
const SdrObject & | GetSdrObject () const |
SdrObject & | GetSdrObject () |
Definition at line 33 of file emptyproperties.hxx.
|
explicit |
Definition at line 29 of file emptyproperties.cxx.
Referenced by Clone().
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 61 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 66 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 34 of file emptyproperties.cxx.
References EmptyProperties().
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 45 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 39 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 82 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 51 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 56 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 71 of file emptyproperties.cxx.
|
overridevirtual |
Implements sdr::properties::BaseProperties.
Definition at line 76 of file emptyproperties.cxx.