LibreOffice Module sw (master)
1
|
#include <fmtrfmrk.hxx>
Public Member Functions | |
SwFormatRefMark (const OUString &rText) | |
SwFormatRefMark (const SwFormatRefMark &rRefMark) | |
virtual | ~SwFormatRefMark () override |
virtual bool | operator== (const SfxPoolItem &) const override |
"Pure virtual methods" of SfxPoolItem. More... | |
virtual SwFormatRefMark * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
void | InvalidateRefMark () |
const SwTextRefMark * | GetTextRefMark () const |
OUString & | GetRefName () |
const OUString & | GetRefName () const |
css::uno::WeakReference< css::text::XTextContent > const & | GetXRefMark () const |
void | SetXRefMark (css::uno::Reference< css::text::XTextContent > const &xMark) |
![]() | |
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 |
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) |
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 |
![]() | |
virtual void | CallSwClientNotify (const SfxHint &rHint) const override |
![]() | |
SwModify () | |
virtual | ~SwModify () override |
void | Add (SwClient *pDepend) |
SwClient * | Remove (SwClient *pDepend) |
bool | HasWriterListeners () const |
bool | HasOnlyOneListener () const |
virtual bool | GetInfo (SfxPoolItem &) const override |
void | LockModify () |
void | UnlockModify () |
bool | IsModifyLocked () const |
![]() | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::optional< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
![]() | |
bool | IsLast () const |
virtual const SwCellFrame * | DynCastCellFrame () const |
virtual const SwTabFrame * | DynCastTabFrame () const |
virtual const SwRowFrame * | DynCastRowFrame () const |
![]() | |
BroadcasterMixin ()=default | |
BroadcasterMixin (BroadcasterMixin const &)=default | |
BroadcasterMixin & | operator= (const BroadcasterMixin &) |
SvtBroadcaster & | GetNotifier () |
Private Member Functions | |
SwFormatRefMark & | operator= (const SwFormatRefMark &rRefMark)=delete |
Private Attributes | |
SwTextRefMark * | m_pTextAttr |
OUString | m_aRefName |
css::uno::WeakReference< css::text::XTextContent > | m_wXReferenceMark |
Friends | |
class | SwTextRefMark |
Additional Inherited Members | |
![]() | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
Definition at line 33 of file fmtrfmrk.hxx.
SwFormatRefMark::SwFormatRefMark | ( | const OUString & | rText | ) |
Definition at line 30 of file atrref.cxx.
Referenced by Clone().
SwFormatRefMark::SwFormatRefMark | ( | const SwFormatRefMark & | rRefMark | ) |
Definition at line 38 of file atrref.cxx.
|
overridevirtual |
Definition at line 26 of file atrref.cxx.
|
overridevirtual |
|
inline |
Definition at line 61 of file fmtrfmrk.hxx.
Referenced by SwTextNode::CopyAttr(), SwTextNode::CopyText(), SwXReferenceMark::Impl::Impl(), SwWW8AttrIter::OutSwFormatRefMark(), and SwContentTree::UpdateTracking().
|
inline |
Definition at line 62 of file fmtrfmrk.hxx.
|
inline |
Definition at line 59 of file fmtrfmrk.hxx.
Referenced by SwGetRefFieldType::FindAnchor().
|
inline |
Definition at line 64 of file fmtrfmrk.hxx.
Referenced by SwXReferenceMark::CreateXReferenceMark().
void SwFormatRefMark::InvalidateRefMark | ( | ) |
Definition at line 67 of file atrref.cxx.
References sw::BroadcastingModify::CallSwClientNotify(), and RES_REMOVE_UNO_OBJECT().
|
privatedelete |
|
overridevirtual |
"Pure virtual methods" of SfxPoolItem.
Implements SfxPoolItem.
Definition at line 46 of file atrref.cxx.
References m_aRefName.
|
inline |
Definition at line 66 of file fmtrfmrk.hxx.
Referenced by SwXReferenceMark::CreateXReferenceMark(), and SwClientNotify().
Reimplemented from SwModify.
Definition at line 57 of file atrref.cxx.
References sw::BroadcastingModify::CallSwClientNotify(), SfxHint::GetId(), RES_REMOVE_UNO_OBJECT(), and SetXRefMark().
|
friend |
Definition at line 37 of file fmtrfmrk.hxx.
|
private |
Definition at line 41 of file fmtrfmrk.hxx.
Referenced by operator==().
|
private |
Definition at line 38 of file fmtrfmrk.hxx.
Referenced by SwTextRefMark::SwTextRefMark().
|
private |
Definition at line 43 of file fmtrfmrk.hxx.