LibreOffice Module oox (master)
1
|
#include <textparagraphpropertiescontext.hxx>
Public Member Functions | |
TextParagraphPropertiesContext (::oox::core::ContextHandler2Helper const &rParent, const ::oox::AttributeList &rAttributes, TextParagraphProperties &rTextParagraphProperties) | |
virtual | ~TextParagraphPropertiesContext () override |
virtual ::oox::core::ContextHandlerRef | onCreateContext (::sal_Int32 Element, const ::oox::AttributeList &rAttribs) override |
![]() | |
ContextHandler2 (ContextHandler2Helper const &rParent) | |
virtual | ~ContextHandler2 () override |
ContextHandler2 (ContextHandler2 const &)=default | |
ContextHandler2 (ContextHandler2 &&)=default | |
ContextHandler2 & | operator= (ContextHandler2 const &)=delete |
ContextHandler2 & | operator= (ContextHandler2 &&)=delete |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override |
virtual void SAL_CALL | characters (const OUString &rChars) final override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) final override |
virtual ContextHandlerRef | createRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
virtual void | startRecord (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
virtual void | endRecord (sal_Int32 nRecId) override |
virtual ContextHandlerRef | onCreateContext (sal_Int32 nElement, const AttributeList &rAttribs) override |
Will be called to create a context handler for the passed element. More... | |
virtual void | onStartElement (const AttributeList &rAttribs) override |
Will be called when a new element has been started. More... | |
virtual void | onCharacters (const OUString &rChars) override |
Will be called before a new child element starts, or if the current element is about to be left. More... | |
virtual void | onEndElement () override |
Will be called when the current element is about to be left. More... | |
virtual ContextHandlerRef | onCreateRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
Will be called to create a context handler for the passed record. More... | |
virtual void | onStartRecord (SequenceInputStream &rStrm) override |
Will be called when a new record block in a binary stream has been started. More... | |
virtual void | onEndRecord () override |
Will be called when the current record block is about to be left. More... | |
![]() | |
ContextHandler (const ContextHandler &rParent) | |
virtual | ~ContextHandler () override |
XmlFilterBase & | getFilter () const |
Returns the filter instance. More... | |
const Relations & | getRelations () const |
Returns the relations of the current fragment. More... | |
const OUString & | getFragmentPath () const |
Returns the full path of the current fragment. More... | |
OUString | getFragmentPathFromRelation (const Relation &rRelation) const |
Returns the full fragment path for the target of the passed relation. More... | |
OUString | getFragmentPathFromRelId (const OUString &rRelId) const |
Returns the full fragment path for the passed relation identifier. More... | |
OUString | getFragmentPathFromFirstType (std::u16string_view rType) const |
Returns the full fragment path for the first relation of the passed type. More... | |
OUString | getFragmentPathFromFirstTypeFromOfficeDoc (std::u16string_view rType) const |
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 |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< css::xml::sax::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 |
![]() | |
ContextHandler2Helper (bool bEnableTrimSpace, XmlFilterBase &rFilter) | |
ContextHandler2Helper (const ContextHandler2Helper &rParent) | |
virtual | ~ContextHandler2Helper () |
sal_Int32 | getCurrentElement () const |
Returns the identifier of the currently processed element. More... | |
sal_Int32 | getCurrentElementWithMce () const |
Returns the identifier of the currently processed element - Including MCE root elements. More... | |
bool | isCurrentElement (sal_Int32 nElement) const |
Returns true, if nElement contains the identifier of the currently processed element. More... | |
bool | isCurrentElement (sal_Int32 nElement1, sal_Int32 nElement2) const |
Returns true, if either nElement1 or nElement2 contain the identifier of the currently processed element. More... | |
sal_Int32 | getParentElement (sal_Int32 nCountBack=1) const |
Returns the identifier of the specified parent element. More... | |
bool | isParentElement (sal_Int32 nElement, sal_Int32 nCountBack=1) const |
Returns true, if nElement contains the identifier of the specified parent element. More... | |
bool | isRootElement () const |
Returns true, if the element currently processed is the root element of the context or fragment handler. More... | |
Private Attributes | |
TextParagraphProperties & | mrTextParagraphProperties |
BulletList & | mrBulletList |
std::vector< css::style::TabStop > | maTabList |
std::shared_ptr< BlipFillProperties > | mxBlipProps |
Additional Inherited Members | |
![]() | |
enum | MCE_STATE { MCE_STATE::Started, MCE_STATE::FoundChoice } |
![]() | |
ContextHandler (const FragmentBaseDataRef &rxBaseData) | |
Helper constructor for the FragmentHandler. More... | |
void | implSetLocator (const css::uno::Reference< css::xml::sax::XLocator > &rxLocator) |
![]() | |
css::uno::Reference< css::xml::sax::XFastContextHandler > | implCreateChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) |
Must be called from createFastChildContext() in derived classes. More... | |
void | implStartElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) |
Must be called from startFastElement() in derived classes. More... | |
void | implCharacters (std::u16string_view rChars) |
Must be called from characters() in derived classes. More... | |
void | implEndElement (sal_Int32 nElement) |
Must be called from endFastElement() in derived classes. More... | |
ContextHandlerRef | implCreateRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) |
Must be called from createRecordContext() in derived classes. More... | |
void | implStartRecord (sal_Int32 nRecId, SequenceInputStream &rStrm) |
Must be called from startRecord() in derived classes. More... | |
void | implEndRecord (sal_Int32 nRecId) |
Must be called from endRecord() in derived classes. More... | |
bool | prepareMceContext (sal_Int32 nElement, const AttributeList &rAttribs) |
XmlFilterBase & | getDocFilter () const |
MCE_STATE | getMCEState () const |
void | setMCEState (MCE_STATE aState) |
void | addMCEState (MCE_STATE aState) |
void | removeMCEState () |
bool | isMCEStateEmpty () const |
![]() | |
bool | mbEnableTrimSpace |
True = trim whitespace in characters(). More... | |
XmlFilterBase & | mrFilter |
Definition at line 31 of file textparagraphpropertiescontext.hxx.
oox::drawingml::TextParagraphPropertiesContext::TextParagraphPropertiesContext | ( | ::oox::core::ContextHandler2Helper const & | rParent, |
const ::oox::AttributeList & | rAttributes, | ||
TextParagraphProperties & | rTextParagraphProperties | ||
) |
Definition at line 77 of file textparagraphpropertiescontext.cxx.
References oox::OptValue< Type >::get(), oox::AttributeList::getBool(), oox::drawingml::GetCoordinate(), oox::drawingml::TextParagraphProperties::getFirstLineIndentation(), oox::AttributeList::getInteger(), oox::drawingml::TextParagraphProperties::getParaAdjust(), oox::drawingml::GetParaAdjust(), oox::drawingml::TextParagraphProperties::getParaLeftMargin(), oox::AttributeList::getString(), oox::drawingml::TextParagraphProperties::getTextParagraphPropertyMap(), oox::AttributeList::getToken(), oox::AttributeList::hasAttribute(), mrBulletList, mrTextParagraphProperties, name, oox::drawingml::TextParagraphProperties::setLevel(), and oox::drawingml::BulletList::setStyleName().
|
overridevirtual |
Definition at line 164 of file textparagraphpropertiescontext.cxx.
References aSeq, oox::drawingml::TextSpacing::bHasValue, oox::drawingml::TextParagraphProperties::getLevel(), oox::drawingml::TextParagraphProperties::getLineSpacing(), oox::drawingml::TextParagraphProperties::getParaAdjust(), oox::drawingml::TextParagraphProperties::getTextParagraphPropertyMap(), oox::drawingml::BulletList::is(), maTabList, mrBulletList, mrTextParagraphProperties, mxBlipProps, oox::drawingml::BulletList::setBulletAspectRatio(), oox::drawingml::BulletList::setGraphic(), oox::PropertyMap::setProperty(), TabStop, and oox::drawingml::TextSpacing::toLineSpacing().
|
override |
Definition at line 198 of file textparagraphpropertiescontext.cxx.
References oox::drawingml::TextSpacing::bHasValue, convertTwipToMm100(), f, oox::OptValue< Type >::get(), oox::AttributeList::getBool(), oox::AttributeList::getInteger(), oox::drawingml::TextParagraphProperties::getLineSpacing(), oox::drawingml::TextParagraphProperties::getParaBottomMargin(), oox::drawingml::TextParagraphProperties::getParaTopMargin(), oox::drawingml::GetPercent(), oox::AttributeList::getString(), oox::drawingml::TextParagraphProperties::getTextCharacterProperties(), oox::drawingml::GetTextSize(), oox::AttributeList::getToken(), oox::OptValue< Type >::has(), line, oox::drawingml::BulletList::maBulletColorPtr, oox::drawingml::BulletList::maBulletFont, maTabList, oox::drawingml::MAX_PERCENT, oox::drawingml::BulletList::mbBulletColorFollowText, oox::drawingml::BulletList::mbBulletFontFollowText, oox::drawingml::BulletList::mbBulletSizeFollowText, mrBulletList, mrTextParagraphProperties, mxBlipProps, nType, oox::drawingml::TextSpacing::nUnit, oox::drawingml::TextSpacing::nValue, oox::drawingml::TextSpacing::Percent, oox::drawingml::TextSpacing::Points, SAL_WARN, oox::drawingml::TextFont::setAttributes(), oox::drawingml::BulletList::setBulletChar(), oox::drawingml::BulletList::setBulletSize(), oox::drawingml::BulletList::setFontSize(), oox::drawingml::BulletList::setNone(), oox::drawingml::TextParagraphProperties::setParaAdjust(), oox::drawingml::BulletList::setStartAt(), oox::drawingml::BulletList::setSuffixNone(), oox::drawingml::BulletList::setType(), TOOLS_WARN_EXCEPTION, and XML_type.
|
private |
Definition at line 44 of file textparagraphpropertiescontext.hxx.
Referenced by onCreateContext(), and ~TextParagraphPropertiesContext().
|
private |
Definition at line 43 of file textparagraphpropertiescontext.hxx.
Referenced by onCreateContext(), TextParagraphPropertiesContext(), and ~TextParagraphPropertiesContext().
|
private |
Definition at line 42 of file textparagraphpropertiescontext.hxx.
Referenced by onCreateContext(), TextParagraphPropertiesContext(), and ~TextParagraphPropertiesContext().
|
private |
Definition at line 45 of file textparagraphpropertiescontext.hxx.
Referenced by onCreateContext(), and ~TextParagraphPropertiesContext().