LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
XMLTextStyleContext Class Reference

#include <txtstyli.hxx>

Inheritance diagram for XMLTextStyleContext:
[legend]
Collaboration diagram for XMLTextStyleContext:
[legend]

Public Member Functions

 XMLTextStyleContext (SvXMLImport &rImport, SvXMLStylesContext &rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false)
 
 ~XMLTextStyleContext () override
 
 XMLTextStyleContext (const XMLTextStyleContext &)=delete
 
XMLTextStyleContext operator= (const XMLTextStyleContext &)=delete
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
 
const OUString & GetListStyle () const
 
bool IsListStyleSet () const
 
const OUString & GetMasterPageName () const
 
bool HasMasterPageName () const
 
const OUString & GetDropCapStyleName () const
 
const OUString & GetDataStyleName () const
 
virtual void CreateAndInsert (bool bOverwrite) override
 
virtual void Finish (bool bOverwrite) override
 
virtual void SetDefaults () override
 
virtual void FillPropertySet (const css::uno::Reference< css::beans::XPropertySet > &rPropSet) override
 
bool HasCombinedCharactersLetter () const
 
const ::std::vector< XMLPropertyState > & GetProperties_ ()
 
- Public Member Functions inherited from XMLPropStyleContext
bool doNewDrawingLayerFillStyleDefinitionsExist (std::u16string_view rFillStyleTag) const
 
 XMLPropStyleContext (SvXMLImport &rImport, SvXMLStylesContext &rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false)
 
virtual ~XMLPropStyleContext () override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
 
virtual void FillPropertySet (const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
 
virtual bool isEmptyDataStyleName ()
 
const SvXMLStylesContextGetStyles () const
 
const ::std::vector< XMLPropertyState > & GetProperties () const
 
const css::uno::Reference< css::style::XStyle > & GetStyle () const
 
void SetStyle (const css::uno::Reference< css::style::XStyle > &xStl)
 
virtual void SetDefaults () override
 
virtual void CreateAndInsert (bool bOverwrite) override
 
virtual void Finish (bool bOverwrite) override
 
- Public Member Functions inherited from SvXMLStyleContext
 SvXMLStyleContext (SvXMLImport &rImport, XmlStyleFamily nFamily=XmlStyleFamily::DATA_STYLE, bool bDefaultStyle=false)
 
virtual ~SvXMLStyleContext () override
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &) override
 
const OUString & GetName () const
 
const OUString & GetDisplayName () const
 
const css::uno::Any & GetAutoName () const
 
const OUString & GetParentName () const
 
const OUString & GetFollow () const
 
const OUString & GetLinked () const
 
XmlStyleFamily GetFamily () const
 
bool IsValid () const
 
void SetValid (bool b)
 
bool IsNew () const
 
void SetNew (bool b)
 
bool IsHidden () const
 
virtual void SetDefaults ()
 
virtual void CreateAndInsert (bool bOverwrite)
 
virtual void CreateAndInsertLate (bool bOverwrite)
 
virtual void Finish (bool bOverwrite)
 
bool IsDefaultStyle () const
 
virtual bool IsTransient () const
 if this method returns true, its parent styles context should not add it to its container. More...
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 A contexts constructor does anything that is required if an element starts. More...
 
virtual ~SvXMLImportContext ()
 A contexts destructor does anything that is required if an element ends. More...
 
virtual void SAL_CALL startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL endFastElement (sal_Int32 Element) override
 endFastElement is called before a context will be destructed, but after an elements context has been parsed. More...
 
virtual void SAL_CALL endUnknownElement (const OUString &Namespace, const OUString &Name) override
 
virtual css::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL characters (const OUString &aChars) override
 This method is called for all characters that are contained in the current element. More...
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) final override
 
virtual void SAL_CALL acquire () noexcept final override
 
virtual void SAL_CALL release () noexcept final override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () final override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () final override
 

Protected Member Functions

virtual void SetAttribute (sal_Int32 nElement, const OUString &rValue) override
 
- Protected Member Functions inherited from XMLPropStyleContext
void deactivateOldFillStyleDefinitions (const OldFillStyleDefinitionSet &rHashSetOfTags)
 
void translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames ()
 
virtual void SetAttribute (sal_Int32 nElement, const OUString &rValue) override
 
SvXMLStylesContextGetStyles ()
 
::std::vector< XMLPropertyState > & GetProperties ()
 
virtual css::uno::Reference< css::style::XStyle > Create ()
 
- Protected Member Functions inherited from SvXMLStyleContext
virtual void SetAttribute (sal_Int32 nElement, const OUString &rValue)
 
void SetFamily (XmlStyleFamily nSet)
 
void SetAutoName (const css::uno::Any &rName)
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Private Attributes

OUString m_sListStyleName
 
OUString m_sCategoryVal
 
OUString m_sDropCapTextStyleName
 
OUString m_sMasterPageName
 
OUString m_sDataStyleName
 
sal_Int8 m_nOutlineLevel
 
bool m_isAutoUpdate: 1
 
bool m_bHasMasterPageName: 1
 
bool m_bHasCombinedCharactersLetter: 1
 
bool m_bListStyleSet: 1
 
rtl::Reference< XMLEventsImportContextm_xEventContext
 
std::optional< sal_Int16 > m_aListLevel
 Reads <style:style style:list-level="...">. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from XMLPropStyleContext
static const OldFillStyleDefinitionSetgetStandardSet ()
 
static const OldFillStyleDefinitionSetgetHeaderSet ()
 
static const OldFillStyleDefinitionSetgetFooterSet ()
 

Detailed Description

Definition at line 31 of file txtstyli.hxx.

Constructor & Destructor Documentation

◆ XMLTextStyleContext() [1/2]

XMLTextStyleContext::XMLTextStyleContext ( SvXMLImport rImport,
SvXMLStylesContext rStyles,
XmlStyleFamily  nFamily,
bool  bDefaultStyle = false 
)

Definition at line 132 of file txtstyli.cxx.

◆ ~XMLTextStyleContext()

XMLTextStyleContext::~XMLTextStyleContext ( )
override

Definition at line 145 of file txtstyli.cxx.

◆ XMLTextStyleContext() [2/2]

XMLTextStyleContext::XMLTextStyleContext ( const XMLTextStyleContext )
delete

Member Function Documentation

◆ CreateAndInsert()

void XMLTextStyleContext::CreateAndInsert ( bool  bOverwrite)
overridevirtual

◆ createFastChildContext()

css::uno::Reference< css::xml::sax::XFastContextHandler > XMLTextStyleContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  AttrList 
)
overridevirtual

◆ FillPropertySet()

void XMLTextStyleContext::FillPropertySet ( const css::uno::Reference< css::beans::XPropertySet > &  rPropSet)
overridevirtual

◆ Finish()

void XMLTextStyleContext::Finish ( bool  bOverwrite)
overridevirtual

◆ GetDataStyleName()

const OUString & XMLTextStyleContext::GetDataStyleName ( ) const
inline

Definition at line 82 of file txtstyli.hxx.

Referenced by xmloff::OElementImport::endFastElement().

◆ GetDropCapStyleName()

const OUString & XMLTextStyleContext::GetDropCapStyleName ( ) const
inline

Definition at line 81 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ GetListStyle()

const OUString & XMLTextStyleContext::GetListStyle ( ) const
inline

Definition at line 72 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ GetMasterPageName()

const OUString & XMLTextStyleContext::GetMasterPageName ( ) const
inline

Definition at line 79 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ GetProperties_()

const ::std::vector< XMLPropertyState > & XMLTextStyleContext::GetProperties_ ( )
inline

Definition at line 95 of file txtstyli.hxx.

References XMLPropStyleContext::GetProperties().

Referenced by XMLTextImportHelper::ConvertStarFonts().

◆ HasCombinedCharactersLetter()

bool XMLTextStyleContext::HasCombinedCharactersLetter ( ) const
inline

Definition at line 92 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ HasMasterPageName()

bool XMLTextStyleContext::HasMasterPageName ( ) const
inline

Definition at line 80 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ IsListStyleSet()

bool XMLTextStyleContext::IsListStyleSet ( ) const
inline

Definition at line 74 of file txtstyli.hxx.

Referenced by XMLTextImportHelper::SetStyleAndAttrs().

◆ operator=()

XMLTextStyleContext XMLTextStyleContext::operator= ( const XMLTextStyleContext )
delete

◆ SetAttribute()

void XMLTextStyleContext::SetAttribute ( sal_Int32  nElement,
const OUString &  rValue 
)
overrideprotectedvirtual

◆ SetDefaults()

void XMLTextStyleContext::SetDefaults ( )
overridevirtual

Member Data Documentation

◆ m_aListLevel

std::optional<sal_Int16> XMLTextStyleContext::m_aListLevel
private

Reads <style:style style:list-level="...">.

Definition at line 52 of file txtstyli.hxx.

Referenced by Finish(), and SetAttribute().

◆ m_bHasCombinedCharactersLetter

bool XMLTextStyleContext::m_bHasCombinedCharactersLetter
private

Definition at line 44 of file txtstyli.hxx.

Referenced by FillPropertySet().

◆ m_bHasMasterPageName

bool XMLTextStyleContext::m_bHasMasterPageName
private

Definition at line 42 of file txtstyli.hxx.

Referenced by Finish(), and SetAttribute().

◆ m_bListStyleSet

bool XMLTextStyleContext::m_bListStyleSet
private

Definition at line 47 of file txtstyli.hxx.

Referenced by Finish(), and SetAttribute().

◆ m_isAutoUpdate

bool XMLTextStyleContext::m_isAutoUpdate
private

Definition at line 41 of file txtstyli.hxx.

Referenced by CreateAndInsert(), and SetAttribute().

◆ m_nOutlineLevel

sal_Int8 XMLTextStyleContext::m_nOutlineLevel
private

Definition at line 39 of file txtstyli.hxx.

Referenced by CreateAndInsert(), Finish(), and SetAttribute().

◆ m_sCategoryVal

OUString XMLTextStyleContext::m_sCategoryVal
private

Definition at line 34 of file txtstyli.hxx.

Referenced by CreateAndInsert(), and SetAttribute().

◆ m_sDataStyleName

OUString XMLTextStyleContext::m_sDataStyleName
private

Definition at line 37 of file txtstyli.hxx.

Referenced by SetAttribute().

◆ m_sDropCapTextStyleName

OUString XMLTextStyleContext::m_sDropCapTextStyleName
private

Definition at line 35 of file txtstyli.hxx.

Referenced by createFastChildContext(), and Finish().

◆ m_sListStyleName

OUString XMLTextStyleContext::m_sListStyleName
private

Definition at line 33 of file txtstyli.hxx.

Referenced by Finish(), and SetAttribute().

◆ m_sMasterPageName

OUString XMLTextStyleContext::m_sMasterPageName
private

Definition at line 36 of file txtstyli.hxx.

Referenced by Finish(), and SetAttribute().

◆ m_xEventContext

rtl::Reference<XMLEventsImportContext> XMLTextStyleContext::m_xEventContext
private

Definition at line 49 of file txtstyli.hxx.

Referenced by CreateAndInsert(), and createFastChildContext().


The documentation for this class was generated from the following files: