22 #include <com/sun/star/container/XIndexReplace.hpp>
23 #include <com/sun/star/uno/Reference.h>
28 namespace text {
class XTextRange; }
29 namespace xml::sax {
class XAttributeList; }
32 #define CONV_FROM_STAR_BATS 1
33 #define CONV_FROM_STAR_MATH 2
34 #define CONV_STAR_FONT_FLAGS_VALID 4
38 css::uno::Reference < css::text::XTextRange >
xStart;
63 const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
68 sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList )
override;
70 virtual void SAL_CALL
characters(
const OUString& rChars )
override;
83 css::uno::Reference< css::container::XIndexReplace >
m_xNumRules;
90 const css::uno::Reference< css::xml::sax::XFastAttributeList > & i_xAttrList );
95 sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList )
override;
98 const css::uno::Reference< css::container::XIndexReplace >&
GetNumRules()
const
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override
endFastElement is called before a context will be destructed, but after an elements context has been ...
css::uno::Reference< css::container::XIndexReplace > m_xNumRules
text:style-name
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override
endFastElement is called before a context will be destructed, but after an elements context has been ...
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
bool mbOutlineContentVisible
sal_Int16 m_StartValue
text:start-value
XMLParaContext(SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
sal_uInt8 nStarFontsConvFlags
exports com.sun.star. text
std::unique_ptr< XMLHints_Impl > m_xHints
bool mbOutlineLevelAttrFound
virtual void SAL_CALL characters(const OUString &rChars) override
This method is called for all characters that are contained in the current element.
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 css::uno::Reference< css::container::XIndexReplace > & GetNumRules() const
sal_Int16 m_Level
text:list-level MINUS 1
This class deliberately does not support XWeak, to improve performance when loading large documents...
OUString m_ListId
text:list-id
const OUString & GetListId() const
sal_Int16 GetStartValue() const
sal_Int16 GetLevel() const
css::uno::Reference< css::text::XTextRange > xStart
XMLNumberedParaContext(SvXMLImport &i_rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &i_xAttrList)