LibreOffice Module dbaccess (master) 1
|
#include <QTableWindowData.hxx>
Public Member Functions | |
OQueryTableWindowData (const OUString &_rComposedName, const OUString &rTableName, const OUString &rTableAlias) | |
virtual | ~OQueryTableWindowData () override |
OUString const & | GetAliasName () const |
void | SetAliasName (const OUString &rNewAlias) |
Public Member Functions inherited from dbaui::OTableWindowData | |
OTableWindowData (const css::uno::Reference< css::beans::XPropertySet > &_xTable, OUString _sComposedName, OUString strTableName, OUString sWinName) | |
virtual | ~OTableWindowData () override |
bool | init (const css::uno::Reference< css::sdbc::XConnection > &_xConnection, bool _bAllowQueries) |
late constructor More... | |
const OUString & | GetComposedName () const |
const OUString & | GetTableName () const |
const OUString & | GetWinName () const |
const Point & | GetPosition () const |
const Size & | GetSize () const |
bool | IsShowAll () const |
bool | isQuery () const |
bool | isValid () const |
bool | HasPosition () const |
bool | HasSize () const |
void | SetWinName (const OUString &rWinName) |
void | SetPosition (const Point &rPos) |
void | SetSize (const Size &rSize) |
void | ShowAll (bool bAll) |
css::uno::Reference< css::beans::XPropertySet > | getTable () const |
css::uno::Reference< css::container::XIndexAccess > | getKeys () const |
css::uno::Reference< css::container::XNameAccess > | getColumns () const |
virtual void | _disposing (const css::lang::EventObject &_rSource) override |
Additional Inherited Members | |
Protected Member Functions inherited from utl::OEventListenerAdapter | |
OEventListenerAdapter () | |
virtual | ~OEventListenerAdapter () |
void | startComponentListening (const css::uno::Reference< css::lang::XComponent > &_rxComp) |
void | stopComponentListening (const css::uno::Reference< css::lang::XComponent > &_rxComp) |
void | stopAllComponentListening () |
virtual void | _disposing (const css::lang::EventObject &_rSource)=0 |
Definition at line 26 of file QTableWindowData.hxx.
|
explicit |
Definition at line 25 of file QTableWindowData.cxx.
|
overridevirtual |
Definition at line 30 of file QTableWindowData.cxx.
|
inline |
Definition at line 32 of file QTableWindowData.hxx.
References dbaui::OTableWindowData::GetWinName().
Referenced by dbaui::OQueryTableView::RemoveTabWin().
|
inline |
Definition at line 33 of file QTableWindowData.hxx.
References dbaui::OTableWindowData::SetWinName().