23#include <oox/token/namespaces.hxx>
24#include <oox/token/tokens.hxx>
50 switch( aElementToken )
52 case PPT_TOKEN( sldLayout ):
56 std::optional< bool > aShowMasterShapes = rAttribs.
getBool( XML_showMasterSp );
57 if( aShowMasterShapes.has_value() && !aShowMasterShapes.value() ) {
Provides access to attribute values of an element.
std::optional< bool > getBool(sal_Int32 nAttrToken) const
Returns the boolean value of the specified attribute.
std::optional< sal_Int32 > getToken(sal_Int32 nAttrToken) const
Returns the token identifier of the value of the specified attribute.
virtual ~LayoutFragmentHandler() override
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 aElementToken, const AttributeList &rAttribs) override
LayoutFragmentHandler(::oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, const SlidePersistPtr &pMasterPersistPtr)
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 aElementToken, const AttributeList &rAttribs) override
SlidePersistPtr mpSlidePersistPtr
::rtl::Reference< ContextHandler > ContextHandlerRef
std::shared_ptr< SlidePersist > SlidePersistPtr