LibreOffice Module dbaccess (master) 1
Classes | Namespaces
subcomponentmanager.cxx File Reference
#include "subcomponentmanager.hxx"
#include "AppController.hxx"
#include <strings.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModel2.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/embed/XComponentSupplier.hpp>
#include <com/sun/star/ucb/XCommandProcessor.hpp>
#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <dbaccess/dataview.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <algorithm>
Include dependency graph for subcomponentmanager.cxx:

Go to the source code of this file.

Classes

struct  dbaui::SubComponentManager_Data
 

Namespaces

namespace  dbaui
 

Variable Documentation

◆ eOpenMode

ElementOpenMode eOpenMode

the mode in which the sub component has been opened

Definition at line 79 of file subcomponentmanager.cxx.

Referenced by dbaui::OApplicationController::doAction().

◆ m_eOpenMode

const ElementOpenMode m_eOpenMode
private

Definition at line 189 of file subcomponentmanager.cxx.

◆ m_nComponentType

const sal_Int32 m_nComponentType
private

Definition at line 188 of file subcomponentmanager.cxx.

◆ m_sName

const OUString m_sName
private

Definition at line 187 of file subcomponentmanager.cxx.

◆ nComponentType

sal_Int32 nComponentType

type of the component - an ElementType value, except for relation design

Definition at line 77 of file subcomponentmanager.cxx.

◆ sName

OUString sName

the name of the sub component, empty if it is yet unsaved

Definition at line 75 of file subcomponentmanager.cxx.

◆ xComponentCommandProcessor

Reference< XCommandProcessor > xComponentCommandProcessor

the document definition which holds the component, if any; as CommandProcessor

Definition at line 87 of file subcomponentmanager.cxx.

◆ xController

Reference< XController > xController

◆ xDocumentDefinitionProperties

Reference< XPropertySet > xDocumentDefinitionProperties

the document definition which holds the component, if any; as PropertySet

Definition at line 89 of file subcomponentmanager.cxx.

◆ xFrame

Reference< XFrame > xFrame

◆ xModel

Reference< XModel > xModel