Lines Matching defs:DBSubComponentController_Impl
131 struct DBSubComponentController_Impl struct
137 OModuleClient m_aModuleClient;
144 SharedConnection m_xConnection;
148 DataSourceHolder m_aDataSource;
149 Reference< XModel > m_xDocument;
150 …Reference< XNumberFormatter > m_xFormatter; // a number formatter working with the connection's N…
151 sal_Int32 m_nDocStartNumber;
152 sal_Bool m_bSuspended; // is true when the controller was already suspended
153 sal_Bool m_bEditable; // is the control readonly or not
154 sal_Bool m_bModified; // is the data modified
155 bool m_bNotAttached;
157 DBSubComponentController_Impl( ::osl::Mutex& i_rMutex ) in DBSubComponentController_Impl() function
168 bool documentHasScriptSupport() const in documentHasScriptSupport()
175 void setDocumentScriptSupport( const bool _bSupport ) in setDocumentScriptSupport()