LibreOffice Module dbaccess (master) 1
|
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 |
Definition at line 119 of file dbsubcomponentcontroller.cxx.
|
inlineexplicit |
Definition at line 143 of file dbsubcomponentcontroller.cxx.
|
inline |
Definition at line 153 of file dbsubcomponentcontroller.cxx.
References m_aDocScriptSupport.
|
inline |
Definition at line 160 of file dbsubcomponentcontroller.cxx.
References m_aDocScriptSupport.
::dbtools::SQLExceptionInfo dbaui::DBSubComponentController_Impl::m_aCurrentError |
Definition at line 125 of file dbsubcomponentcontroller.cxx.
DataSourceHolder dbaui::DBSubComponentController_Impl::m_aDataSource |
Definition at line 135 of file dbsubcomponentcontroller.cxx.
|
private |
Definition at line 122 of file dbsubcomponentcontroller.cxx.
Referenced by documentHasScriptSupport(), and setDocumentScriptSupport().
::comphelper::OInterfaceContainerHelper3<css::util::XModifyListener> dbaui::DBSubComponentController_Impl::m_aModifyListeners |
Definition at line 128 of file dbsubcomponentcontroller.cxx.
::dbtools::DatabaseMetaData dbaui::DBSubComponentController_Impl::m_aSdbMetaData |
Definition at line 132 of file dbsubcomponentcontroller.cxx.
bool dbaui::DBSubComponentController_Impl::m_bEditable |
Definition at line 139 of file dbsubcomponentcontroller.cxx.
bool dbaui::DBSubComponentController_Impl::m_bModified |
Definition at line 140 of file dbsubcomponentcontroller.cxx.
bool dbaui::DBSubComponentController_Impl::m_bNotAttached |
Definition at line 141 of file dbsubcomponentcontroller.cxx.
bool dbaui::DBSubComponentController_Impl::m_bSuspended |
Definition at line 138 of file dbsubcomponentcontroller.cxx.
sal_Int32 dbaui::DBSubComponentController_Impl::m_nDocStartNumber |
Definition at line 137 of file dbsubcomponentcontroller.cxx.
OUString dbaui::DBSubComponentController_Impl::m_sDataSourceName |
Definition at line 134 of file dbsubcomponentcontroller.cxx.
SharedConnection dbaui::DBSubComponentController_Impl::m_xConnection |
Definition at line 131 of file dbsubcomponentcontroller.cxx.
Reference< XNumberFormatter > dbaui::DBSubComponentController_Impl::m_xFormatter |
Definition at line 136 of file dbsubcomponentcontroller.cxx.