summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:01:06 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:01:06 +0000
commitb0ea26db80b677b0fbe7d7f65a4953f4878403ed (patch)
tree800d37b08d3d4b040d02e61dc93d470d48b92661 /dbaccess/source/ui/dlg/tablespage.hxx
parent473056a93c5db7d0c25f4d7d498622957f9aa357 (diff)
INTEGRATION: CWS dba30a (1.13.132); FILE MERGED
2008/02/20 21:31:56 fs 1.13.132.2: remove unused code Issue number: #i86284# Submitted by: cmc@openoffice.org Reviewed by: fs@openoffice.org 2008/01/14 09:12:24 fs 1.13.132.1: remove unused code Issue number: #i85177# Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx20
1 files changed, 2 insertions, 18 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index 245c2c9a8fac..c017c3776985 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tablespage.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 10:26:40 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:01:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,22 +125,6 @@ namespace dbaui
*/
::com::sun::star::uno::Sequence< ::rtl::OUString > collectDetailedSelection() const;
- typedef sal_Bool (SvListView::*EntryPredicateCheck) (SvListEntry*) const;
- /// collects the names of the entries which for which the given predicate is <TRUE/>
- void collectEntryPaths(StringArray& _rFillInPaths, EntryPredicateCheck _pPredicateCheck);
-
- typedef void (OTableSubscriptionPage::*EntryAction) (SvLBoxEntry*);
- /// execute the given action on a list of entries described by paths
- void actOnEntryPaths(const StringArray& _rFillInPaths, EntryAction _pAction);
-
- /// get the entry described by the given path
- SvLBoxEntry* getEntryFromPath(const ::rtl::OUString& _rPath);
-
- /// helper for actOnEntryPaths
- void doExpand(SvLBoxEntry*);
- /// helper for actOnEntryPaths
- void doSelect(SvLBoxEntry*);
-
/// (un)check all entries
void CheckAll( BOOL bCheck = sal_True );