User: kz Date: 2008-03-05 17:01:09+0000 Modified: dba/dbaccess/source/ui/dlg/tablespage.hxx
Log: 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: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] 2008/01/14 09:12:24 fs 1.13.132.1: remove unused code Issue number: #i85177# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: tablespage.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/tablespage.hxx?r1=1.13&r2=1.14 Delta lines: +0 -16 -------------------- --- tablespage.hxx 2007-05-10 10:26:40+0000 1.13 +++ tablespage.hxx 2008-03-05 17:01:06+0000 1.14 @@ -125,22 +125,6 @@ */ ::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 ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
