10 #ifndef INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
11 #define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
33 void CnfStyle(
const css::uno::Sequence<css::beans::PropertyValue>& rAttributeList);
40 #endif // INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
Methods in this class handle values in a table style.
std::unique_ptr< Impl > m_pImpl
void TableStyles(sal_Int32 nCountStylesToWrite)
void CnfStyle(const css::uno::Sequence< css::beans::PropertyValue > &rAttributeList)
Writes based on grab-bagged para, cell or row properties.
Handles DOCX export of table styles, based on InteropGrabBag.
void SetSerializer(const sax_fastparser::FSHelperPtr &pSerializer)
std::shared_ptr< FastSerializerHelper > FSHelperPtr
DocxTableStyleExport(SwDoc &rDoc, const sax_fastparser::FSHelperPtr &pSerializer)