LibreOffice Module sw (master)
1
|
#include <xmloff/XMLTextTableContext.hxx>
#include "xmlimp.hxx"
#include <memory>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | SwXMLTableContext |
struct | SwXMLTableContext::ColumnWidthInfo |
Holds basic information about a column's width. More... | |
Namespaces | |
com | |
com::sun | |
com::sun::star | |
com::sun::star::text | |
Typedefs | |
typedef std::vector< std::unique_ptr< SwXMLTableRow_Impl > > | SwXMLTableRows_Impl |
typedef std::vector<std::unique_ptr<SwXMLTableRow_Impl> > SwXMLTableRows_Impl |
Definition at line 39 of file xmltbli.hxx.