LibreOffice Module sd (master) 1
|
#include "glob.hxx"
#include "pres.hxx"
#include <sot/storage.hxx>
#include "sddllapi.h"
#include <svl/itemprop.hxx>
#include <svl/lstner.hxx>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <sal/types.h>
#include <vcl/virdev.hxx>
#include <o3tl/span.hxx>
#include <map>
#include <memory>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | SdExtPropertySetInfoCacheCompare |
class | SdModule |
Namespaces | |
namespace | svtools |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::frame |
Macros | |
#define | SD_MOD() ( static_cast<SdModule*>(SfxApplication::GetModule(SfxToolsModule::Draw)) ) |
Typedefs | |
typedef std::map< o3tl::span< SfxItemPropertyMapEntry const >, css::uno::Reference< css::beans::XPropertySetInfo >, SdExtPropertySetInfoCacheCompare > | SdExtPropertySetInfoCache |
typedef std::map< SdrObjKind, css::uno::Sequence< css::uno::Type > > | SdTypesCache |
Enumerations | |
enum class | SdOptionStreamMode { Load = 0 , Store = 1 } |
#define SD_MOD | ( | ) | ( static_cast<SdModule*>(SfxApplication::GetModule(SfxToolsModule::Draw)) ) |
typedef std::map< o3tl::span<SfxItemPropertyMapEntry const>, css::uno::Reference<css::beans::XPropertySetInfo>, SdExtPropertySetInfoCacheCompare > SdExtPropertySetInfoCache |
typedef std::map< SdrObjKind, css::uno::Sequence< css::uno::Type> > SdTypesCache |
|
strong |