LibreOffice Module xmloff (master) 1
|
#include <txtstyli.hxx>
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 SvXMLStylesContext * | GetStyles () 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 |
SvXMLStylesContext * | GetStyles () |
::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 | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () 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< XMLEventsImportContext > | m_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 OldFillStyleDefinitionSet & | getStandardSet () |
static const OldFillStyleDefinitionSet & | getHeaderSet () |
static const OldFillStyleDefinitionSet & | getFooterSet () |
Definition at line 31 of file txtstyli.hxx.
XMLTextStyleContext::XMLTextStyleContext | ( | SvXMLImport & | rImport, |
SvXMLStylesContext & | rStyles, | ||
XmlStyleFamily | nFamily, | ||
bool | bDefaultStyle = false |
||
) |
Definition at line 132 of file txtstyli.cxx.
|
override |
Definition at line 145 of file txtstyli.cxx.
|
delete |
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 189 of file txtstyli.cxx.
References aCategoryMap, Any, SvXMLUnitConverter::convertEnum(), XMLPropStyleContext::CreateAndInsert(), SvXMLStyleContext::GetDisplayName(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), XMLPropStyleContext::GetStyle(), SvXMLStyleContext::IsNew(), m_isAutoUpdate, m_nOutlineLevel, m_sCategoryVal, m_xEventContext, TEXT_PARAGRAPH, and u.
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 148 of file txtstyli.cxx.
References XMLPropStyleContext::createFastChildContext(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), SvXMLStylesContext::GetImportPropertyMapper(), XMLPropStyleContext::GetProperties(), XMLPropStyleContext::GetStyles(), SvXMLStyleContext::IsDefaultStyle(), IsTokenInNamespace(), m_sDropCapTextStyleName, m_xEventContext, OFFICE, TOKEN_MASK, XML_ELEMENT, xmloff::token::XML_EVENT_LISTENERS, XML_NAMESPACE_STYLE, xmloff::token::XML_PARAGRAPH_PROPERTIES, xmloff::token::XML_SECTION_PROPERTIES, xmloff::token::XML_TABLE_PROPERTIES, xmloff::token::XML_TABLE_ROW_PROPERTIES, xmloff::token::XML_TEXT_PROPERTIES, XML_TYPE_PROP_PARAGRAPH, XML_TYPE_PROP_SECTION, XML_TYPE_PROP_TABLE, XML_TYPE_PROP_TABLE_ROW, and XML_TYPE_PROP_TEXT.
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 375 of file txtstyli.cxx.
References Any, aSeq, CTF_BORDER_MODEL, CTF_COMBINED_CHARACTERS_FIELD, CTF_FILLBITMAPNAME, CTF_FILLGRADIENTNAME, CTF_FILLHATCHNAME, CTF_FILLTRANSNAME, CTF_FONTFAMILYNAME, CTF_FONTFAMILYNAME_CJK, CTF_FONTFAMILYNAME_CTL, CTF_KEEP_TOGETHER, CTF_TEXT_DISPLAY, DBG_ASSERT, DBG_UNHANDLED_EXCEPTION, Exception, SvXMLStyleContext::GetAutoName(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), SvXMLStylesContext::GetImportPropertyMapper(), XMLPropStyleContext::GetProperties(), XMLPropStyleContext::GetStyles(), i, SvXMLStylesContext::IsAutomaticStyle(), SvXMLStyleContext::IsDefaultStyle(), xmloff::IsIgnoreFillStyleNamedItem(), m_bHasCombinedCharactersLetter, maValue, XMLPropertyState::maValue, XMLPropertyState::mnIndex, ContextID_Index_Pair::nContextID, nIndex, ContextID_Index_Pair::nIndex, SAL_INFO, SAL_WARN_IF, SD_FILL_IMAGE_ID, SD_GRADIENT_ID, SD_HATCH_ID, TABLE_ROW, TABLE_TABLE, TEXT_PARAGRAPH, TEXT_TEXT, XMLERROR_FLAG_WARNING, and XMLERROR_STYLE_PROP_VALUE.
Referenced by SetDefaults(), and XMLTextImportHelper::SetStyleAndAttrs().
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 249 of file txtstyli.cxx.
References Any, XMLPropStyleContext::Finish(), SvXMLImportContext::GetImport(), XMLPropStyleContext::GetStyle(), SvXMLStyleContext::IsNew(), m_aListLevel, m_bHasMasterPageName, m_bListStyleSet, m_nOutlineLevel, m_sDropCapTextStyleName, m_sListStyleName, m_sMasterPageName, MASTER_PAGE, sDisplayName, TEXT_LIST, TEXT_TEXT, and u.
|
inline |
Definition at line 82 of file txtstyli.hxx.
Referenced by xmloff::OElementImport::endFastElement().
|
inline |
Definition at line 81 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
inline |
Definition at line 72 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
inline |
Definition at line 79 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
inline |
Definition at line 95 of file txtstyli.hxx.
References XMLPropStyleContext::GetProperties().
Referenced by XMLTextImportHelper::ConvertStarFonts().
|
inline |
Definition at line 92 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
inline |
Definition at line 80 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
inline |
Definition at line 74 of file txtstyli.hxx.
Referenced by XMLTextImportHelper::SetStyleAndAttrs().
|
delete |
|
overrideprotectedvirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 77 of file txtstyli.cxx.
References sax::Converter::convertNumber(), xmloff::token::IsXMLToken(), m_aListLevel, m_bHasMasterPageName, m_bListStyleSet, m_isAutoUpdate, m_nOutlineLevel, m_sCategoryVal, m_sDataStyleName, m_sListStyleName, m_sMasterPageName, XMLPropStyleContext::SetAttribute(), STYLE, xmloff::token::XML_AUTO_UPDATE, xmloff::token::XML_CLASS, xmloff::token::XML_DATA_STYLE_NAME, xmloff::token::XML_DEFAULT_OUTLINE_LEVEL, XML_ELEMENT, xmloff::token::XML_LIST_LEVEL, xmloff::token::XML_LIST_STYLE_NAME, xmloff::token::XML_MASTER_PAGE_NAME, and xmloff::token::XML_TRUE.
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 232 of file txtstyli.cxx.
References FillPropertySet(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), TABLE_ROW, TABLE_TABLE, TEXT_PARAGRAPH, and xFactory.
|
private |
Reads <style:style style:list-level="...">.
Definition at line 52 of file txtstyli.hxx.
Referenced by Finish(), and SetAttribute().
|
private |
Definition at line 44 of file txtstyli.hxx.
Referenced by FillPropertySet().
|
private |
Definition at line 42 of file txtstyli.hxx.
Referenced by Finish(), and SetAttribute().
|
private |
Definition at line 47 of file txtstyli.hxx.
Referenced by Finish(), and SetAttribute().
|
private |
Definition at line 41 of file txtstyli.hxx.
Referenced by CreateAndInsert(), and SetAttribute().
|
private |
Definition at line 39 of file txtstyli.hxx.
Referenced by CreateAndInsert(), Finish(), and SetAttribute().
|
private |
Definition at line 34 of file txtstyli.hxx.
Referenced by CreateAndInsert(), and SetAttribute().
|
private |
Definition at line 37 of file txtstyli.hxx.
Referenced by SetAttribute().
|
private |
Definition at line 35 of file txtstyli.hxx.
Referenced by createFastChildContext(), and Finish().
|
private |
Definition at line 33 of file txtstyli.hxx.
Referenced by Finish(), and SetAttribute().
|
private |
Definition at line 36 of file txtstyli.hxx.
Referenced by Finish(), and SetAttribute().
|
private |
Definition at line 49 of file txtstyli.hxx.
Referenced by CreateAndInsert(), and createFastChildContext().