LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Macros | Typedefs
documentdefinition.cxx File Reference
#include "documentdefinition.hxx"
#include <ModelImpl.hxx>
#include <stringconstants.hxx>
#include <sdbcoretools.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <comphelper/compbase.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/classids.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/frame/XUntitledNumbers.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XTitle.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/task/XJobExecutor.hpp>
#include <com/sun/star/report/XReportDefinition.hpp>
#include <com/sun/star/report/XReportEngine.hpp>
#include <com/sun/star/ucb/OpenMode.hpp>
#include <com/sun/star/embed/WrongStateException.hpp>
#include <com/sun/star/embed/EmbeddedObjectCreator.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/OOoEmbeddedObjectFactory.hpp>
#include <ucbhelper/cancelcommandexecution.hxx>
#include <com/sun/star/ucb/UnsupportedOpenModeException.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/EntryInitModes.hpp>
#include <com/sun/star/ucb/MissingPropertiesException.hpp>
#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
#include <com/sun/star/util/CloseVetoException.hpp>
#include <com/sun/star/frame/XModule.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/embed/XCommonEmbedPersist.hpp>
#include "intercept.hxx"
#include <com/sun/star/sdb/ErrorCondition.hpp>
#include <com/sun/star/sdb/XInteractionDocumentSave.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/sdb/DocumentSaveRequest.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/form/XFormsSupplier.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <comphelper/interaction.hxx>
#include <connectivity/dbtools.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/task/XInteractionDisapprove.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/mimeconfighelper.hxx>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/io/WrongFormatException.hpp>
#include <com/sun/star/sdb/application/XDatabaseDocumentUI.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <com/sun/star/util/XModifiable2.hpp>
Include dependency graph for documentdefinition.cxx:

Go to the source code of this file.

Classes

class  dbaccess::OEmbeddedClientHelper
 

Namespaces

namespace  dbaccess
 

Macros

#define DEFAULT_WIDTH   10000
 
#define DEFAULT_HEIGHT   7500
 

Typedefs

typedef ::std::optional< bool > dbaccess::optional_bool
 
typedef ::comphelper::WeakComponentImplHelper< embed::XStateChangeListener > dbaccess::TEmbedObjectHolder
 
typedef ::cppu::WeakImplHelper< css::lang::XEventListener > dbaccess::LifetimeCoupler_Base
 

Macro Definition Documentation

◆ DEFAULT_HEIGHT

#define DEFAULT_HEIGHT   7500

Definition at line 122 of file documentdefinition.cxx.

◆ DEFAULT_WIDTH

#define DEFAULT_WIDTH   10000

Definition at line 121 of file documentdefinition.cxx.

Variable Documentation

◆ m_aOriginalSize

awt::Size m_aOriginalSize
private

Definition at line 625 of file documentdefinition.cxx.

◆ m_bInStateChange

bool m_bInStateChange
private

Definition at line 159 of file documentdefinition.cxx.

◆ m_pDefinition

ODocumentDefinition* m_pDefinition
private

Definition at line 158 of file documentdefinition.cxx.

◆ m_rbSet

bool& m_rbSet
private

Definition at line 550 of file documentdefinition.cxx.

◆ m_sName

OUString m_sName
private

◆ m_xBroadCaster

Reference< XEmbeddedObject > m_xBroadCaster
private

Definition at line 157 of file documentdefinition.cxx.

◆ m_xClient

Reference< XInterface > m_xClient
private

Definition at line 290 of file documentdefinition.cxx.

◆ m_xLayoutManager

Reference< XLayoutManager > m_xLayoutManager
private

Definition at line 666 of file documentdefinition.cxx.

◆ m_xModifiable

Reference< XModifiable2 > m_xModifiable
private

Definition at line 265 of file documentdefinition.cxx.

◆ m_xParentContainer

Reference<XContent> m_xParentContainer
private

Definition at line 328 of file documentdefinition.cxx.

Referenced by dbaxml::OXMLTable::endFastElement().

◆ m_xVisObject

Reference< XVisualObject > m_xVisObject
private

Definition at line 624 of file documentdefinition.cxx.