summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationTableView.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-12 18:22:40 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-12 18:22:40 +0200
commit5c293bfa9023fcc4fbb104c49e9ef28d23b38594 (patch)
treeca0c64e8bf5d2bac099fbc519d71a6ae3fbc8e8e /dbaccess/source/ui/inc/RelationTableView.hxx
parent0e2c5f8c8bf0e0b8aad4fb9ba8cbe175dc0ce58e (diff)
convert comments into doxygen style + reformat some existing ones
Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174
Diffstat (limited to 'dbaccess/source/ui/inc/RelationTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationTableView.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/RelationTableView.hxx b/dbaccess/source/ui/inc/RelationTableView.hxx
index 9db4180c56af..acffe8325370 100644
--- a/dbaccess/source/ui/inc/RelationTableView.hxx
+++ b/dbaccess/source/ui/inc/RelationTableView.hxx
@@ -31,8 +31,8 @@ namespace dbaui
, public OJoinTableView
, public ::comphelper::OContainerListener
{
- OTableConnection* m_pExistingConnection; // is set when a connection was draged on an existing connection
- TTableConnectionData::value_type m_pCurrentlyTabConnData; // set when we creating a connection with more than one keycolumn
+ OTableConnection* m_pExistingConnection; ///< is set when a connection was draged on an existing connection
+ TTableConnectionData::value_type m_pCurrentlyTabConnData; ///< set when we creating a connection with more than one keycolumn
::rtl::Reference< comphelper::OContainerListenerAdapter>
m_pContainerListener;
bool m_bInRemove;
@@ -42,8 +42,8 @@ namespace dbaui
virtual OTableWindow* createWindow(const TTableWindowData::value_type& _pData);
- /** determines whether the classes Init method should accept a query name, or only table names
- */
+ /** determines whether the classes Init method should accept a query
+ name, or only table names */
virtual bool allowQueries() const;
// OContainerListener
@@ -61,9 +61,10 @@ namespace dbaui
virtual void ReSync();
+ /// Creates a dialogue for a completely new relation.
void AddNewRelation();
- // Creates a dialogue for a completely new relation.
- // used by AddTabDlg to check if tables can be added
+
+ /// used by AddTabDlg to check if tables can be added
virtual sal_Bool IsAddAllowed();
virtual void lookForUiActivities();