23#include <oox/token/namespaces.hxx>
24#include <oox/token/tokens.hxx>
36mrTableStyleList( rTableStyleList )
48 switch( aElementToken )
50 case A_TOKEN( tblStyleLst ):
53 case A_TOKEN( tblStyle ):
55 rTableStyles.emplace_back();
Provides access to attribute values of an element.
OUString getStringDefaulted(sal_Int32 nAttrToken) const
Returns the string value of the specified attribute, returns an empty string if attribute not present...
TableStyleList & mrTableStyleList
virtual ::oox::core::ContextHandlerRef onCreateContext(::sal_Int32 Element, const AttributeList &rAttribs) override
virtual ~TableStyleListFragmentHandler() override
TableStyleListFragmentHandler(::oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, TableStyleList &rTableStyleList)
std::vector< TableStyle > & getTableStyles()
OUString & getDefaultStyleId()