Searched refs:SQLCommandDesigner (Results 1 – 4 of 4) sorted by relevance
111 SQLCommandDesigner::SQLCommandDesigner( const Reference< XComponentContext >& _rxContext, in SQLCommandDesigner() function in pcr::SQLCommandDesigner128 SQLCommandDesigner::~SQLCommandDesigner() in ~SQLCommandDesigner()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()322 void SQLCommandDesigner::impl_designerClosed_nothrow() in impl_designerClosed_nothrow()329 void SQLCommandDesigner::impl_closeDesigner_nothrow() in impl_closeDesigner_nothrow()[all …]
55 class SQLCommandDesigner : public SQLCommandDesigner_Base class80 SQLCommandDesigner(124 ~SQLCommandDesigner();188 SQLCommandDesigner(); // never implemented189 SQLCommandDesigner( const SQLCommandDesigner& ); // never implemented190 SQLCommandDesigner& operator=( const SQLCommandDesigner& ); // never implemented
85 …::rtl::Reference< SQLCommandDesigner > m_xCommand…
3217 …m_xCommandDesigner.set( new SQLCommandDesigner( m_aContext.getUNOContext(), xCommandUI.get(), m_xR… in impl_doDesignSQLCommand_nothrow()
Completed in 62 milliseconds