LibreOffice Module xmloff (master) 1
|
Public Member Functions | |
SvxXMLListLevelStyleContext_Impl (SvXMLImport &rImport, sal_Int32 nElement, const Reference< xml::sax::XFastAttributeList > &xAttrList) | |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
sal_Int32 | GetLevel () const |
Sequence< beans::PropertyValue > | GetProperties () |
void | SetPosAndSpaceMode (sal_Int16 eValue) |
void | SetLabelFollowedBy (sal_Int16 eValue) |
void | SetListtabStopPosition (sal_Int32 nValue) |
void | SetFirstLineIndent (sal_Int32 nValue) |
void | SetIndentAt (sal_Int32 nValue) |
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 |
Private Member Functions | |
void | SetRelSize (sal_Int16 nRel) |
void | SetColor (Color nColor) |
void | SetSpaceBefore (sal_Int32 nSet) |
void | SetMinLabelWidth (sal_Int32 nSet) |
void | SetMinLabelDist (sal_Int32 nSet) |
void | SetAdjust (sal_Int16 eSet) |
void | SetBulletFontName (const OUString &rSet) |
void | SetBulletFontStyleName (const OUString &rSet) |
void | SetBulletFontFamily (sal_Int16 eSet) |
void | SetBulletFontPitch (sal_Int16 eSet) |
void | SetBulletFontEncoding (rtl_TextEncoding eSet) |
void | SetImageWidth (sal_Int32 nSet) |
void | SetImageHeight (sal_Int32 nSet) |
void | SetImageVertOrient (sal_Int16 eSet) |
Private Attributes | |
friend | SvxXMLListLevelStyleAttrContext_Impl |
OUString | sPrefix |
OUString | sSuffix |
std::optional< OUString > | sListFormat |
OUString | sTextStyleName |
OUString | sNumFormat |
OUString | sNumLetterSync |
OUString | sBulletFontName |
OUString | sBulletFontStyleName |
OUString | sImageURL |
Reference< XOutputStream > | xBase64Stream |
sal_Int32 | nLevel |
sal_Int32 | nSpaceBefore |
sal_Int32 | nMinLabelWidth |
sal_Int32 | nMinLabelDist |
sal_Int32 | nImageWidth |
sal_Int32 | nImageHeight |
sal_Int16 | nNumStartValue |
sal_Int16 | nNumDisplayLevels |
sal_Int16 | eAdjust |
sal_Int16 | eBulletFontFamily |
sal_Int16 | eBulletFontPitch |
rtl_TextEncoding | eBulletFontEncoding |
sal_Int16 | eImageVertOrient |
sal_UCS4 | cBullet |
sal_Int16 | nRelSize |
Color | m_nColor |
sal_Int16 | ePosAndSpaceMode |
sal_Int16 | eLabelFollowedBy |
sal_Int32 | nListtabStopPosition |
sal_Int32 | nFirstLineIndent |
sal_Int32 | nIndentAt |
bool | bBullet: 1 |
bool | bImage: 1 |
bool | bNum: 1 |
bool | bHasColor: 1 |
bool | m_bIsLegal = false |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 112 of file xmlnumi.cxx.
SvxXMLListLevelStyleContext_Impl::SvxXMLListLevelStyleContext_Impl | ( | SvXMLImport & | rImport, |
sal_Int32 | nElement, | ||
const Reference< xml::sax::XFastAttributeList > & | xAttrList | ||
) |
Definition at line 221 of file xmlnumi.cxx.
References bBullet, bImage, bNum, sax_fastparser::castToFastAttributeList(), cBullet, FAMILY_DONTKNOW, LEFT, m_bIsLegal, nLevel, nNumDisplayLevels, nNumStartValue, PITCH_DONTKNOW, sImageURL, sListFormat, sNumFormat, sNumLetterSync, sPrefix, sSuffix, sTextStyleName, STYLE, o3tl::temporary(), TEXT, TOKEN_MASK, xmloff::token::XML_ACTUATE, xmloff::token::XML_BULLET_CHAR, xmloff::token::XML_DISPLAY_LEVELS, XML_ELEMENT, xmloff::token::XML_HREF, xmloff::token::XML_IS_LEGAL, xmloff::token::XML_LEVEL, xmloff::token::XML_LIST_LEVEL_STYLE_BULLET, xmloff::token::XML_LIST_LEVEL_STYLE_IMAGE, xmloff::token::XML_LIST_LEVEL_STYLE_NUMBER, xmloff::token::XML_NUM_FORMAT, xmloff::token::XML_NUM_LETTER_SYNC, xmloff::token::XML_NUM_LIST_FORMAT, xmloff::token::XML_NUM_PREFIX, xmloff::token::XML_NUM_SUFFIX, xmloff::token::XML_OUTLINE_LEVEL_STYLE, xmloff::token::XML_SHOW, xmloff::token::XML_START_VALUE, xmloff::token::XML_STYLE_NAME, xmloff::token::XML_TYPE, and XMLOFF_WARN_UNKNOWN.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 341 of file xmlnumi.cxx.
References bImage, SvXMLImportContext::GetImport(), OFFICE, sImageURL, STYLE, SvxXMLListLevelStyleAttrContext_Impl, xBase64Stream, xmloff::token::XML_BINARY_DATA, XML_ELEMENT, xmloff::token::XML_LIST_LEVEL_PROPERTIES, xmloff::token::XML_TEXT_PROPERTIES, and XMLOFF_WARN_UNKNOWN_ELEMENT.
|
inline |
Definition at line 193 of file xmlnumi.cxx.
References nLevel.
Sequence< beans::PropertyValue > SvxXMLListLevelStyleContext_Impl::GetProperties | ( | ) |
Definition at line 366 of file xmlnumi.cxx.
References aProperties, bBullet, bHasColor, bImage, bNum, cBullet, comphelper::containerToSequence(), eAdjust, eBulletFontEncoding, eBulletFontFamily, eBulletFontPitch, eImageVertOrient, eLabelFollowedBy, ePosAndSpaceMode, eType, SvXMLImportContext::GetImport(), gsStarBats(), gsStarMath(), i, m_bIsLegal, m_nColor, comphelper::makePropertyValue(), nFirstLineIndent, nFirstLineOffset, nImageHeight, nImageWidth, nIndentAt, nLeftMargin, nLevel, nListtabStopPosition, nMinLabelDist, nMinLabelWidth, nNumDisplayLevels, nNumStartValue, nRelSize, nSpaceBefore, nVersion, sBulletFontName, sBulletFontStyleName, sImageURL, sListFormat, sNumFormat, sNumLetterSync, sPrefix, sSuffix, sTextStyleName, TEXT_TEXT, WEIGHT_DONTKNOW, and xBase64Stream.
|
inlineprivate |
Definition at line 168 of file xmlnumi.cxx.
References eAdjust.
|
inlineprivate |
Definition at line 175 of file xmlnumi.cxx.
References eBulletFontEncoding.
|
inlineprivate |
Definition at line 173 of file xmlnumi.cxx.
References eBulletFontFamily.
|
inlineprivate |
Definition at line 170 of file xmlnumi.cxx.
References rSet, and sBulletFontName.
|
inlineprivate |
Definition at line 174 of file xmlnumi.cxx.
References eBulletFontPitch.
|
inlineprivate |
Definition at line 171 of file xmlnumi.cxx.
References rSet, and sBulletFontStyleName.
|
inlineprivate |
Definition at line 163 of file xmlnumi.cxx.
|
inline |
Definition at line 208 of file xmlnumi.cxx.
References nFirstLineIndent, and nValue.
|
inlineprivate |
Definition at line 179 of file xmlnumi.cxx.
References nImageHeight.
|
inlineprivate |
Definition at line 180 of file xmlnumi.cxx.
References eImageVertOrient.
|
inlineprivate |
Definition at line 178 of file xmlnumi.cxx.
References nImageWidth.
|
inline |
Definition at line 212 of file xmlnumi.cxx.
|
inline |
Definition at line 200 of file xmlnumi.cxx.
References eLabelFollowedBy.
|
inline |
Definition at line 204 of file xmlnumi.cxx.
References nListtabStopPosition, and nValue.
|
inlineprivate |
Definition at line 167 of file xmlnumi.cxx.
References nMinLabelDist.
|
inlineprivate |
Definition at line 166 of file xmlnumi.cxx.
References nMinLabelWidth.
|
inline |
Definition at line 196 of file xmlnumi.cxx.
References ePosAndSpaceMode.
|
inlineprivate |
Definition at line 162 of file xmlnumi.cxx.
References nRelSize.
|
inlineprivate |
Definition at line 165 of file xmlnumi.cxx.
References nSpaceBefore.
|
private |
Definition at line 155 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 158 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetColor().
|
private |
Definition at line 156 of file xmlnumi.cxx.
Referenced by createFastChildContext(), GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 157 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 144 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 138 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetAdjust().
|
private |
Definition at line 141 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontEncoding().
|
private |
Definition at line 139 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontFamily().
|
private |
Definition at line 140 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontPitch().
|
private |
Definition at line 142 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetImageVertOrient().
|
private |
Definition at line 150 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetLabelFollowedBy().
|
private |
Definition at line 149 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetPosAndSpaceMode().
|
private |
Definition at line 160 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 147 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetColor().
|
private |
Definition at line 152 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetFirstLineIndent().
|
private |
Definition at line 134 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetImageHeight().
|
private |
Definition at line 133 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetImageWidth().
|
private |
Definition at line 153 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetIndentAt().
|
private |
Definition at line 129 of file xmlnumi.cxx.
Referenced by GetLevel(), GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 151 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetListtabStopPosition().
|
private |
Definition at line 132 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetMinLabelDist().
|
private |
Definition at line 131 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetMinLabelWidth().
|
private |
Definition at line 136 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 135 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 146 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetRelSize().
|
private |
Definition at line 130 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetSpaceBefore().
|
private |
Definition at line 123 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontName().
|
private |
Definition at line 124 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontStyleName().
|
private |
Definition at line 125 of file xmlnumi.cxx.
Referenced by createFastChildContext(), GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 118 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 121 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 122 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 116 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 117 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 120 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
|
private |
Definition at line 114 of file xmlnumi.cxx.
Referenced by createFastChildContext().
|
private |
Definition at line 127 of file xmlnumi.cxx.
Referenced by createFastChildContext(), and GetProperties().