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

#include <xmlstyle.hxx>

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

Public Member Functions

 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)
 
void SetFamily (XmlStyleFamily nSet)
 
void SetAutoName (const css::uno::Any &rName)
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Private Attributes

OUString maName
 
OUString maDisplayName
 
css::uno::Any maAutoName
 
OUString maParentName
 
OUString maFollow
 
OUString maLinked
 
bool mbHidden
 
XmlStyleFamily mnFamily
 
bool mbValid: 1
 
bool mbNew: 1
 
bool mbDefaultStyle: 1
 

Detailed Description

Definition at line 40 of file xmlstyle.hxx.

Constructor & Destructor Documentation

◆ SvXMLStyleContext()

SvXMLStyleContext::SvXMLStyleContext ( SvXMLImport rImport,
XmlStyleFamily  nFamily = XmlStyleFamily::DATA_STYLE,
bool  bDefaultStyle = false 
)

Definition at line 111 of file xmlstyle.cxx.

References mbValid.

◆ ~SvXMLStyleContext()

SvXMLStyleContext::~SvXMLStyleContext ( )
overridevirtual

Definition at line 123 of file xmlstyle.cxx.

Member Function Documentation

◆ CreateAndInsert()

void SvXMLStyleContext::CreateAndInsert ( bool  bOverwrite)
virtual

◆ CreateAndInsertLate()

void SvXMLStyleContext::CreateAndInsertLate ( bool  bOverwrite)
virtual

Reimplemented in SvxXMLListStyleContext.

Definition at line 143 of file xmlstyle.cxx.

Referenced by SvXMLStylesContext::CopyStylesToDoc().

◆ Finish()

void SvXMLStyleContext::Finish ( bool  bOverwrite)
virtual

◆ GetAutoName()

const css::uno::Any & SvXMLStyleContext::GetAutoName ( ) const
inline

Definition at line 80 of file xmlstyle.hxx.

Referenced by XMLTextStyleContext::FillPropertySet().

◆ GetDisplayName()

const OUString & SvXMLStyleContext::GetDisplayName ( ) const
inline

◆ GetFamily()

XmlStyleFamily SvXMLStyleContext::GetFamily ( ) const
inline

◆ GetFollow()

const OUString & SvXMLStyleContext::GetFollow ( ) const
inline

Definition at line 82 of file xmlstyle.hxx.

Referenced by XMLPropStyleContext::Finish().

◆ GetLinked()

const OUString & SvXMLStyleContext::GetLinked ( ) const
inline

Definition at line 83 of file xmlstyle.hxx.

Referenced by XMLPropStyleContext::Finish().

◆ GetName()

const OUString & SvXMLStyleContext::GetName ( ) const
inline

◆ GetParentName()

const OUString & SvXMLStyleContext::GetParentName ( ) const
inline

◆ IsDefaultStyle()

bool SvXMLStyleContext::IsDefaultStyle ( ) const
inline

◆ IsHidden()

bool SvXMLStyleContext::IsHidden ( ) const
inline

◆ IsNew()

bool SvXMLStyleContext::IsNew ( ) const
inline

◆ IsTransient()

bool SvXMLStyleContext::IsTransient ( ) const
virtual

if this method returns true, its parent styles context should not add it to its container.


Transient styles can't be accessed from its parent SvXMLStylesContext after they are imported and the methods CreateAndInsert(), CreateAndInsertLate() and Finish() will not be called. The default return value is false

Reimplemented in SdXMLHeaderFooterDeclContext, XMLGradientStyleContext, XMLHatchStyleContext, XMLBitmapStyleContext, XMLTransGradientStyleContext, XMLMarkerStyleContext, and XMLDashStyleContext.

Definition at line 151 of file xmlstyle.cxx.

Referenced by SvXMLStylesContext::createFastChildContext().

◆ IsValid()

bool SvXMLStyleContext::IsValid ( ) const
inline

Definition at line 87 of file xmlstyle.hxx.

References mbValid.

Referenced by SvXMLStylesContext::FinishStyles().

◆ SetAttribute()

void SvXMLStyleContext::SetAttribute ( sal_Int32  nElement,
const OUString &  rValue 
)
protectedvirtual

◆ SetAutoName()

void SvXMLStyleContext::SetAutoName ( const css::uno::Any &  rName)
inlineprotected

Definition at line 64 of file xmlstyle.hxx.

Referenced by XMLPropStyleContext::CreateAndInsert().

◆ SetDefaults()

void SvXMLStyleContext::SetDefaults ( )
virtual

◆ SetFamily()

void SvXMLStyleContext::SetFamily ( XmlStyleFamily  nSet)
inlineprotected

◆ SetNew()

void SvXMLStyleContext::SetNew ( bool  b)
inline

◆ SetValid()

void SvXMLStyleContext::SetValid ( bool  b)
inline

◆ startFastElement()

void SvXMLStyleContext::startFastElement ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 127 of file xmlstyle.cxx.

References sax_fastparser::castToFastAttributeList(), and SetAttribute().

Member Data Documentation

◆ maAutoName

css::uno::Any SvXMLStyleContext::maAutoName
private

Definition at line 44 of file xmlstyle.hxx.

◆ maDisplayName

OUString SvXMLStyleContext::maDisplayName
private

Definition at line 43 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ maFollow

OUString SvXMLStyleContext::maFollow
private

Definition at line 46 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ maLinked

OUString SvXMLStyleContext::maLinked
private

Definition at line 47 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ maName

OUString SvXMLStyleContext::maName
private

Definition at line 42 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ maParentName

OUString SvXMLStyleContext::maParentName
private

Definition at line 45 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ mbDefaultStyle

bool SvXMLStyleContext::mbDefaultStyle
private

Definition at line 57 of file xmlstyle.hxx.

◆ mbHidden

bool SvXMLStyleContext::mbHidden
private

Definition at line 48 of file xmlstyle.hxx.

Referenced by SetAttribute().

◆ mbNew

bool SvXMLStyleContext::mbNew
private

Definition at line 55 of file xmlstyle.hxx.

◆ mbValid

bool SvXMLStyleContext::mbValid
private

Definition at line 52 of file xmlstyle.hxx.

◆ mnFamily

XmlStyleFamily SvXMLStyleContext::mnFamily
private

Definition at line 50 of file xmlstyle.hxx.

Referenced by SetAttribute().


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