LibreOffice Module dbaccess (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
dbaui::DBSubComponentController_Impl Struct Reference
Collaboration diagram for dbaui::DBSubComponentController_Impl:
[legend]

Public Member Functions

 DBSubComponentController_Impl (osl::Mutex &i_rMutex)
 
bool documentHasScriptSupport () const
 
void setDocumentScriptSupport (const bool _bSupport)
 

Public Attributes

::dbtools::SQLExceptionInfo m_aCurrentError
 
::comphelper::OInterfaceContainerHelper3< css::util::XModifyListener > m_aModifyListeners
 
SharedConnection m_xConnection
 
::dbtools::DatabaseMetaData m_aSdbMetaData
 
OUString m_sDataSourceName
 
DataSourceHolder m_aDataSource
 
Reference< XNumberFormatter > m_xFormatter
 
sal_Int32 m_nDocStartNumber
 
bool m_bSuspended
 
bool m_bEditable
 
bool m_bModified
 
bool m_bNotAttached
 

Private Attributes

::std::optional< bool > m_aDocScriptSupport
 

Detailed Description

Definition at line 119 of file dbsubcomponentcontroller.cxx.

Constructor & Destructor Documentation

◆ DBSubComponentController_Impl()

dbaui::DBSubComponentController_Impl::DBSubComponentController_Impl ( osl::Mutex &  i_rMutex)
inlineexplicit

Definition at line 143 of file dbsubcomponentcontroller.cxx.

Member Function Documentation

◆ documentHasScriptSupport()

bool dbaui::DBSubComponentController_Impl::documentHasScriptSupport ( ) const
inline

Definition at line 153 of file dbsubcomponentcontroller.cxx.

References m_aDocScriptSupport.

◆ setDocumentScriptSupport()

void dbaui::DBSubComponentController_Impl::setDocumentScriptSupport ( const bool  _bSupport)
inline

Definition at line 160 of file dbsubcomponentcontroller.cxx.

References m_aDocScriptSupport.

Member Data Documentation

◆ m_aCurrentError

::dbtools::SQLExceptionInfo dbaui::DBSubComponentController_Impl::m_aCurrentError

Definition at line 125 of file dbsubcomponentcontroller.cxx.

◆ m_aDataSource

DataSourceHolder dbaui::DBSubComponentController_Impl::m_aDataSource

Definition at line 135 of file dbsubcomponentcontroller.cxx.

◆ m_aDocScriptSupport

::std::optional< bool > dbaui::DBSubComponentController_Impl::m_aDocScriptSupport
private

◆ m_aModifyListeners

::comphelper::OInterfaceContainerHelper3<css::util::XModifyListener> dbaui::DBSubComponentController_Impl::m_aModifyListeners

Definition at line 128 of file dbsubcomponentcontroller.cxx.

◆ m_aSdbMetaData

::dbtools::DatabaseMetaData dbaui::DBSubComponentController_Impl::m_aSdbMetaData

Definition at line 132 of file dbsubcomponentcontroller.cxx.

◆ m_bEditable

bool dbaui::DBSubComponentController_Impl::m_bEditable

Definition at line 139 of file dbsubcomponentcontroller.cxx.

◆ m_bModified

bool dbaui::DBSubComponentController_Impl::m_bModified

Definition at line 140 of file dbsubcomponentcontroller.cxx.

◆ m_bNotAttached

bool dbaui::DBSubComponentController_Impl::m_bNotAttached

Definition at line 141 of file dbsubcomponentcontroller.cxx.

◆ m_bSuspended

bool dbaui::DBSubComponentController_Impl::m_bSuspended

Definition at line 138 of file dbsubcomponentcontroller.cxx.

◆ m_nDocStartNumber

sal_Int32 dbaui::DBSubComponentController_Impl::m_nDocStartNumber

Definition at line 137 of file dbsubcomponentcontroller.cxx.

◆ m_sDataSourceName

OUString dbaui::DBSubComponentController_Impl::m_sDataSourceName

Definition at line 134 of file dbsubcomponentcontroller.cxx.

◆ m_xConnection

SharedConnection dbaui::DBSubComponentController_Impl::m_xConnection

Definition at line 131 of file dbsubcomponentcontroller.cxx.

◆ m_xFormatter

Reference< XNumberFormatter > dbaui::DBSubComponentController_Impl::m_xFormatter

Definition at line 136 of file dbsubcomponentcontroller.cxx.


The documentation for this struct was generated from the following file: