LibreOffice Module oox (master) 1
|
#include <contexthandler2.hxx>
Public Member Functions | |
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 |
virtual void | onStartElement (const AttributeList &rAttribs) override |
virtual void | onCharacters (const OUString &rChars) override |
virtual void | onEndElement () override |
virtual ContextHandlerRef | onCreateRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
virtual void | onStartRecord (SequenceInputStream &rStrm) override |
virtual void | onEndRecord () override |
Public Member Functions inherited from oox::core::ContextHandler | |
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 |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual ContextHandlerRef | createRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) |
virtual void | startRecord (sal_Int32 nRecId, SequenceInputStream &rStrm) |
virtual void | endRecord (sal_Int32 nRecId) |
Additional Inherited Members | |
Protected Member Functions inherited from oox::core::ContextHandler | |
ContextHandler (FragmentBaseDataRef rxBaseData) | |
Helper constructor for the FragmentHandler. More... | |
void | implSetLocator (const css::uno::Reference< css::xml::sax::XLocator > &rxLocator) |
Definition at line 239 of file contexthandler2.hxx.
|
explicit |
Definition at line 182 of file contexthandler2.cxx.
|
overridevirtual |
Definition at line 188 of file contexthandler2.cxx.
|
default |
|
default |
|
inlineoverridevirtualnoexcept |
Definition at line 251 of file contexthandler2.hxx.
|
finaloverridevirtual |
Reimplemented from oox::core::ContextHandler.
Definition at line 213 of file contexthandler2.cxx.
|
finaloverridevirtual |
Definition at line 194 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented from oox::core::ContextHandler.
Definition at line 291 of file contexthandler2.cxx.
References rStrm.
|
finaloverridevirtual |
Definition at line 218 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented from oox::core::ContextHandler.
Definition at line 301 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented in oox::drawingml::GuidContext, oox::drawingml::RegularTextRunContext, oox::drawingml::TextFieldContext, oox::vml::ClientDataContext, oox::vml::TextPortionContext, oox::drawingml::chart::DoubleSequenceContext, oox::drawingml::chart::StringSequenceContext, oox::drawingml::chart::DataLabelContext, oox::drawingml::chart::DataLabelsContext, oox::drawingml::chart::TrendlineContext, and oox::drawingml::chart::TextContext.
Definition at line 317 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented in oox::drawingml::TextEffectsContext, oox::ole::AxControlPropertyContext, oox::vml::ShapeLayoutContext, oox::vml::ClientDataContext, oox::vml::ShapeTypeContext, oox::vml::ShapeContext, oox::vml::GroupShapeContext, oox::vml::RectangleShapeContext, oox::vml::TextPortionContext, oox::vml::TextBoxContext, oox::drawingml::chart::AxisDispUnitsContext, oox::drawingml::chart::AxisContextBase, oox::drawingml::chart::CatAxisContext, oox::drawingml::chart::DateAxisContext, oox::drawingml::chart::SerAxisContext, oox::drawingml::chart::ValAxisContext, oox::drawingml::chart::ShapePrWrapperContext, oox::drawingml::chart::LayoutContext, oox::drawingml::chart::DoubleSequenceContext, oox::drawingml::chart::StringSequenceContext, oox::drawingml::chart::DataSourceContext, oox::drawingml::chart::DataTableContext, oox::drawingml::chart::View3DContext, oox::drawingml::chart::WallFloorContext, oox::drawingml::chart::PlotAreaContext, oox::drawingml::chart::DataLabelContext, oox::drawingml::chart::DataLabelsContext, oox::drawingml::chart::PictureOptionsContext, oox::drawingml::chart::ErrorBarContext, oox::drawingml::chart::TrendlineLabelContext, oox::drawingml::chart::TrendlineContext, oox::drawingml::chart::DataPointContext, oox::drawingml::chart::SeriesContextBase, oox::drawingml::chart::AreaSeriesContext, oox::drawingml::chart::BarSeriesContext, oox::drawingml::chart::BubbleSeriesContext, oox::drawingml::chart::LineSeriesContext, oox::drawingml::chart::PieSeriesContext, oox::drawingml::chart::RadarSeriesContext, oox::drawingml::chart::ScatterSeriesContext, oox::drawingml::chart::SurfaceSeriesContext, oox::drawingml::chart::TextContext, oox::drawingml::chart::TitleContext, oox::drawingml::chart::LegendEntryContext, oox::drawingml::chart::LegendContext, oox::drawingml::chart::UpDownBarsContext, oox::drawingml::chart::AreaTypeGroupContext, oox::drawingml::chart::BarTypeGroupContext, oox::drawingml::chart::BubbleTypeGroupContext, oox::drawingml::chart::LineTypeGroupContext, oox::drawingml::chart::PieTypeGroupContext, oox::drawingml::chart::RadarTypeGroupContext, oox::drawingml::chart::ScatterTypeGroupContext, oox::drawingml::chart::SurfaceTypeGroupContext, oox::drawingml::RuleListContext, and oox::shape::WpsContext.
Definition at line 308 of file contexthandler2.cxx.
|
overridevirtual |
Definition at line 325 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented in oox::drawingml::GraphicalObjectFrameContext, oox::drawingml::OleObjectGraphicDataContext, oox::vml::ClientDataContext, oox::vml::TextPortionContext, oox::vml::TextBoxContext, oox::drawingml::RegularTextRunContext, oox::drawingml::TextEffectsContext, oox::drawingml::TextFieldContext, and oox::shape::WpsContext.
Definition at line 321 of file contexthandler2.cxx.
|
overridevirtual |
Definition at line 334 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented in oox::vml::TextPortionContext, oox::vml::TextBoxContext, and oox::drawingml::TextEffectsContext.
Definition at line 313 of file contexthandler2.cxx.
|
overridevirtual |
Definition at line 330 of file contexthandler2.cxx.
|
delete |
|
delete |
|
inlineoverridevirtualnoexcept |
Definition at line 252 of file contexthandler2.hxx.
|
finaloverridevirtual |
Definition at line 207 of file contexthandler2.cxx.
|
overridevirtual |
Reimplemented from oox::core::ContextHandler.
Definition at line 296 of file contexthandler2.cxx.
References rStrm.