LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <map>
#include <set>
#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>
Go to the source code of this file.
Classes | |
class | xmloff::OFormLayerXMLExport_Impl |
the implementation class for OFormLayerXMLExport More... | |
Namespaces | |
xmloff | |
Typedefs | |
typedef ::std::set< css::uno::Reference< css::beans::XPropertySet > > | xmloff::PropertySetBag |
typedef ::std::map< css::uno::Reference< css::beans::XPropertySet >, OUString > | xmloff::MapPropertySet2String |
typedef ::std::map< css::uno::Reference< css::drawing::XDrawPage >, MapPropertySet2String > | xmloff::MapPropertySet2Map |