LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <map>
#include <memory>
#include <vector>
#include <com/sun/star/table/XColumnRowRange.hpp>
#include <com/sun/star/table/XCell.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <rtl/ref.hxx>
#include <xmloff/dllapi.h>
#include <salhelper/simplereferenceobject.hxx>
#include <xmloff/prhdlfac.hxx>
#include <xmloff/xmlexppr.hxx>
#include <xmloff/styleexp.hxx>
Go to the source code of this file.
Classes | |
struct | XMLTableInfo |
class | XMLTableExport |
class | XMLCellStyleExport |
Typedefs | |
typedef std::map< const css::uno::Reference< css::uno::XInterface >, OUString > | TableStyleMap |
typedef std::map< const css::uno::Reference< css::uno::XInterface >, OUString > TableStyleMap |
Definition at line 44 of file XMLTableExport.hxx.