LibreOffice Module sw (master) 1
|
#include <fchrfmt.hxx>
Public Member Functions | |
SwFormatCharFormat (SwCharFormat *pFormat) | |
single argument ctors shall be explicit. More... | |
virtual | ~SwFormatCharFormat () override |
SwFormatCharFormat (const SwFormatCharFormat &rAttr) | |
@@ public copy ctor, but no copy assignment? More... | |
virtual bool | operator== (const SfxPoolItem &) const override |
"pure virtual methods" of SfxPoolItem More... | |
virtual SwFormatCharFormat * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &rIntl) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
virtual bool | GetInfo (SfxPoolItem &rInfo) const override |
void | SetCharFormat (SwFormat *pFormat) |
SwCharFormat * | GetCharFormat () const |
void | dumpAsXml (xmlTextWriterPtr pWriter) 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 |
Public Member Functions inherited from SwClient | |
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 &) |
virtual bool | GetInfo (SfxPoolItem &) const |
Public Member Functions inherited from sw::WriterListener | |
bool | IsLast () const |
virtual const SwCellFrame * | DynCastCellFrame () const |
virtual const SwTabFrame * | DynCastTabFrame () const |
virtual const SwRowFrame * | DynCastRowFrame () const |
virtual const SwTable * | DynCastTable () const |
Private Member Functions | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
SwFormatCharFormat & | operator= (const SwFormatCharFormat &)=delete |
@@ public copy ctor, but no copy assignment? More... | |
Private Attributes | |
SwTextCharFormat * | m_pTextAttribute |
My text attribute. More... | |
Friends | |
class | SwTextCharFormat |
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) | |
Protected Member Functions inherited from SwClient | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
Protected Member Functions inherited from sw::WriterListener | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint)=0 |
Definition at line 30 of file fchrfmt.hxx.
|
explicit |
single argument ctors shall be explicit.
Definition at line 60 of file fmtatr2.cxx.
Referenced by Clone().
|
overridevirtual |
Definition at line 74 of file fmtatr2.cxx.
SwFormatCharFormat::SwFormatCharFormat | ( | const SwFormatCharFormat & | rAttr | ) |
@@ public copy ctor, but no copy assignment?
Definition at line 67 of file fmtatr2.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 116 of file fmtatr2.cxx.
References GetCharFormat(), GetName(), and m_pTextAttribute.
Referenced by SwTextAttr::dumpAsXml().
|
inline |
Definition at line 70 of file fchrfmt.hxx.
References SwClient::GetRegisteredIn().
Referenced by SwpHints::BuildPortions(), CanSkipOverRedline(), sw::util::ClearOverridesFromSet(), SwTextNode::DeleteAttributes(), dumpAsXml(), SwEditShell::GetCurCharFormat(), SwUnoCursorHelper::getCursorPropertyValue(), GetPresentation(), SwWW8AttrIter::handleToggleProperty(), lcl_CopyHint(), MakeTextAttr(), SwLanguageIterator::Next(), operator==(), OutHTML_SwTextCharFormat(), SwFormatClipboard::Paste(), QueryValue(), SwWW8ImplReader::ReadText(), SwHistorySetText::SetInDoc(), SwHistorySetText::SwHistorySetText(), DocxAttributeOutput::TextCharFormat(), WW8AttributeOutput::TextCharFormat(), RtfAttributeOutput::TextCharFormat(), SwpHints::TryInsertHint(), and SwTOXBaseSection::UpdatePageNum_().
|
overridevirtual |
Reimplemented from SwClient.
Definition at line 98 of file fmtatr2.cxx.
References SwTextCharFormat::GetInfo(), and m_pTextAttribute.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 87 of file attrdesc.cxx.
References aStr, GetCharFormat(), SwFormat::GetPresentation(), and SwResId().
|
privatedelete |
@@ public copy ctor, but no copy assignment?
|
overridevirtual |
"pure virtual methods" of SfxPoolItem
Implements SfxPoolItem.
Definition at line 76 of file fmtatr2.cxx.
References GetCharFormat().
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 110 of file fmtatr2.cxx.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 102 of file fmtatr2.cxx.
References ChrFmt, SwStyleNameMapper::FillProgName(), GetCharFormat(), and GetName().
|
inline |
Definition at line 65 of file fchrfmt.hxx.
References SwFormat::IsDefault().
Referenced by SwAttrSet::CopyToModify(), and MakeTextAttr().
|
overrideprivatevirtual |
Reimplemented from SwClient.
Definition at line 88 of file fmtatr2.cxx.
References SfxHint::GetId(), m_pTextAttribute, and SwTextCharFormat::TriggerNodeUpdate().
|
friend |
Definition at line 32 of file fchrfmt.hxx.
|
private |
My text attribute.
Definition at line 33 of file fchrfmt.hxx.
Referenced by dumpAsXml(), GetInfo(), SwClientNotify(), and SwTextCharFormat::SwTextCharFormat().