LibreOffice Module sw (master) 1
|
#include <hints.hxx>
Public Member Functions | |
SwAttrSetChg (const SwAttrSet &rTheSet, SwAttrSet &rSet) | |
SwAttrSetChg (const SwAttrSetChg &) | |
virtual | ~SwAttrSetChg () override |
const SwAttrSet * | GetChgSet () const |
What has changed. More... | |
SwAttrSet * | GetChgSet () |
const SwAttrSet * | GetTheChgdSet () const |
Where it has changed. More... | |
sal_uInt16 | Count () const |
void | ClearItem (sal_uInt16 nWhichL) |
Public Member Functions inherited from SwMsgPoolItem | |
SwMsgPoolItem (sal_uInt16 nWhich) | |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SwMsgPoolItem * | Clone (SfxItemPool *pPool=nullptr) const override |
Public Member Functions inherited from SfxPoolItem | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
virtual bool | operator== (const SfxPoolItem &) const=0 |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Private Attributes | |
bool | m_bDelSet |
SwAttrSet * | m_pChgSet |
what has changed More... | |
const SwAttrSet * | m_pTheChgdSet |
is only used to compare More... | |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
SwAttrSetChg::SwAttrSetChg | ( | const SwAttrSetChg & | rChgSet | ) |
|
overridevirtual |
void SwAttrSetChg::ClearItem | ( | sal_uInt16 | nWhichL | ) |
Definition at line 122 of file hints.cxx.
References SfxItemSet::ClearItem(), m_bDelSet, and m_pChgSet.
Referenced by SwTextFrame::SwClientNotify(), SwContentFrame::UpdateAttr_(), SwFlyFrame::UpdateAttr_(), SwPageFrame::UpdateAttr_(), SwSectionFrame::UpdateAttr_(), and SwTabFrame::UpdateAttr_().
|
inline |
Definition at line 353 of file hints.hxx.
References SfxItemSet::Count(), and m_pChgSet.
Referenced by SwContentFrame::SwClientNotify(), SwPageFrame::SwClientNotify(), SwSectionFrame::SwClientNotify(), SwTabFrame::SwClientNotify(), SwFlyFrame::SwClientNotify(), and SwTextFrame::SwClientNotify().
|
inline |
|
inline |
What has changed.
Definition at line 347 of file hints.hxx.
References m_pChgSet.
Referenced by SwSection::Notify(), SwTextFormatColl::SwClientNotify(), SwFormat::SwClientNotify(), SwFrameFormat::SwClientNotify(), SwSectionFormat::SwClientNotify(), SwTable::SwClientNotify(), SwFrame::SwClientNotify(), SwNoTextFrame::SwClientNotify(), SwUndoSetFlyFormat::SwClientNotify(), and SwFlyFrame::SwClientNotify().
|
inline |
Where it has changed.
Definition at line 351 of file hints.hxx.
References m_pTheChgdSet.
Referenced by SwTextFormatColl::SwClientNotify(), and SwFrameFormat::SwClientNotify().
|
private |
Definition at line 338 of file hints.hxx.
Referenced by ClearItem(), and ~SwAttrSetChg().
|
private |
what has changed
Definition at line 339 of file hints.hxx.
Referenced by ClearItem(), Count(), GetChgSet(), SwAttrSetChg(), and ~SwAttrSetChg().
|
private |