LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>
#include <unordered_map>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/util/XNumberFormats.hpp>
#include <com/sun/star/awt/XControlModel.hpp>
#include "callbacks.hxx"
#include <rtl/ref.hxx>
#include <o3tl/sorted_vector.hxx>
Go to the source code of this file.
Classes | |
class | xmloff::OFormLayerXMLExport_Impl |
the implementation class for OFormLayerXMLExport More... | |
Namespaces | |
namespace | xmloff |
Typedefs | |
typedef o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > > | xmloff::PropertySetBag |
typedef ::std::unordered_map< css::uno::Reference< css::beans::XPropertySet >, OUString > | xmloff::MapPropertySet2String |
typedef ::std::unordered_map< css::uno::Reference< css::drawing::XDrawPage >, MapPropertySet2String > | xmloff::MapPropertySet2Map |