Home
last modified time | relevance | path

Searched refs:SQLCommandDesigner (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx111 SQLCommandDesigner::SQLCommandDesigner( const Reference< XComponentContext >& _rxContext, in SQLCommandDesigner() function in pcr::SQLCommandDesigner
128 SQLCommandDesigner::~SQLCommandDesigner() in ~SQLCommandDesigner()
133 …void SAL_CALL SQLCommandDesigner::propertyChange( const PropertyChangeEvent& Event ) throw (Runtim… in propertyChange()
164 … void SAL_CALL SQLCommandDesigner::disposing( const EventObject& Source ) throw (RuntimeException) in disposing()
174 void SQLCommandDesigner::dispose() in dispose()
188 void SQLCommandDesigner::impl_checkDisposed_throw() const in impl_checkDisposed_throw()
195 void SQLCommandDesigner::raise() const in raise()
202 bool SQLCommandDesigner::suspend() const in suspend()
209 void SQLCommandDesigner::impl_raise_nothrow() const in impl_raise_nothrow()
232 void SQLCommandDesigner::impl_doOpenDesignerFrame_nothrow() in impl_doOpenDesignerFrame_nothrow()
[all …]
H A Dsqlcommanddesign.hxx55 class SQLCommandDesigner : public SQLCommandDesigner_Base class
80 SQLCommandDesigner(
124 ~SQLCommandDesigner();
188 SQLCommandDesigner(); // never implemented
189 SQLCommandDesigner( const SQLCommandDesigner& ); // never implemented
190 SQLCommandDesigner& operator=( const SQLCommandDesigner& ); // never implemented
H A Dformcomponenthandler.hxx85 …::rtl::Reference< SQLCommandDesigner > m_xCommand…
H A Dformcomponenthandler.cxx3217 …m_xCommandDesigner.set( new SQLCommandDesigner( m_aContext.getUNOContext(), xCommandUI.get(), m_xR… in impl_doDesignSQLCommand_nothrow()