/// This pool item subclass can appear in the hint array of a text node. It refers to a character /// style. It's owned by SwTextCharFormat. class SW_DLLPUBLIC SwFormatCharFormat final : public SfxPoolItem, public SvtListener
{ friendclass SwTextCharFormat;
SwTextCharFormat* m_pTextAttribute; ///< My text attribute.
SwCharFormat* m_pCharFormat;
public: /// single argument ctors shall be explicit.
DECLARE_ITEM_TYPE_FUNCTION(SwFormatCharFormat) explicit SwFormatCharFormat( SwCharFormat *pFormat ); virtual ~SwFormatCharFormat() override;
/// @@@ public copy ctor, but no copy assignment?
SwFormatCharFormat( const SwFormatCharFormat& rAttr );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.