LibreOffice Module oox (master)
1
|
#include <memory>
#include <string_view>
#include <vector>
#include <com/sun/star/uno/Reference.hxx>
#include <oox/core/filterbase.hxx>
#include <oox/core/relations.hxx>
#include <oox/dllapi.h>
#include <oox/helper/storagebase.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
Go to the source code of this file.
Classes | |
class | rtl::Reference< class > |
struct | oox::core::TextField |
class | oox::core::XmlFilterBase |
Typedefs | |
typedef std::shared_ptr< FastSerializerHelper > | sax_fastparser::FSHelperPtr |
typedef std::vector< TextField > | oox::core::TextFieldStack |
using | oox::core::ShapePairs = std::map< std::shared_ptr< drawingml::Shape >, css::uno::Reference< css::drawing::XShape >> |
using | oox::core::NamedShapePairs = std::map< OUString, ShapePairs > |