LibreOffice Module sfx2 (master) 1
|
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sfx2/signaturestate.hxx>
#include <sal/types.h>
#include <comphelper/errcode.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/frame/XModel3.hpp>
#include <vcl/bitmapex.hxx>
#include <svl/poolitem.hxx>
#include <sot/formats.hxx>
#include <sot/object.hxx>
#include <tools/gen.hxx>
#include <tools/link.hxx>
#include <sfx2/shell.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
#include <memory>
#include <set>
#include <string_view>
#include <o3tl/typed_flags_set.hxx>
#include <functional>
#include <sfx2/AccessibilityIssue.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SfxLoadedFlags > |
struct | o3tl::typed_flags< HiddenInformation > |
class | SfxObjectShell |
class | SfxObjectShell::LockAllViewsGuard |
struct | ModifyBlocker_Impl |
class | SfxObjectShellLock |
class | SfxObjectShellItem |
Namespaces | |
namespace | weld |
namespace | model |
namespace | sfx2 |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::beans |
namespace | com::sun::star::document |
namespace | com::sun::star::embed |
Implementation of the interface com.sun.star.rdf.XDocumentMetadataAccess. | |
namespace | com::sun::star::frame |
namespace | com::sun::star::graphic |
namespace | com::sun::star::io |
namespace | com::sun::star::script |
namespace | com::sun::star::security |
namespace | com::sun::star::task |
namespace | com::sun::star::lang |
namespace | com::sun::star::text |
namespace | o3tl |
Macros | |
#define | ASPECT_CONTENT 1 |
#define | ASPECT_THUMBNAIL 2 /* 120 * 120, 6 Colors DIB in MetaFile */ |
#define | ASPECT_ICON 4 |
#define | ASPECT_DOCPRINT 8 |
#define | SFX_TITLE_TITLE 0 |
#define | SFX_TITLE_FILENAME 1 |
#define | SFX_TITLE_FULLNAME 2 |
#define | SFX_TITLE_APINAME 3 |
#define | SFX_TITLE_DETECT 4 |
#define | SFX_TITLE_CAPTION 5 |
#define | SFX_TITLE_PICKLIST 6 |
#define | SFX_TITLE_HISTORY 7 |
#define | SFX_TITLE_MAXLEN 10 |
#define | SFX_GLOBAL_CLASSID |
Typedefs | |
typedef tools::SvRef< SfxObjectShell > | SfxObjectShellRef |
Enumerations | |
enum class | SfxLoadedFlags { NONE = 0 , MAINDOCUMENT = 1 , IMAGES = 2 , ALL = MAINDOCUMENT | IMAGES } |
enum class | HiddenInformation { NONE = 0x0000 , RECORDEDCHANGES = 0x0001 , NOTES = 0x0002 , DOCUMENTVERSIONS = 0x0004 } |
enum class | HiddenWarningFact { WhenSaving = 0 , WhenPrinting , WhenSigning , WhenCreatingPDF } |
enum class | SfxObjectCreateMode { EMBEDDED , STANDARD , ORGANIZER , INTERNAL } |
Functions | |
template<class T > | |
bool | checkSfxObjectShell (const SfxObjectShell *pShell) |
#define ASPECT_THUMBNAIL 2 /* 120 * 120, 6 Colors DIB in MetaFile */ |
#define SFX_GLOBAL_CLASSID |
typedef tools::SvRef<SfxObjectShell> SfxObjectShellRef |
|
strong |
|
strong |
|
strong |
|
strong |
bool checkSfxObjectShell | ( | const SfxObjectShell * | pShell | ) |