View | Details | Raw Unified | Return to issue 13400
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- dbaccess/source/ui/dlg/tablespage.cxx
0
++ dbaccess/source/ui/dlg/tablespage.cxx
Lines 891-901 Link Here
891
891
892
		// expand the entries
892
		// expand the entries
893
		// TODO: some kind of collapse all
893
		// TODO: some kind of collapse all
894
		actOnEntryPaths(pMySettings->aExpandedEntries, (void (OTableSubscriptionPage::*)(SvLBoxEntry*))doExpand);
894
		actOnEntryPaths(pMySettings->aExpandedEntries, &OTableSubscriptionPage::doExpand);
895
895
896
		// select the entries
896
		// select the entries
897
		m_aTablesList.SelectAll(sal_False);
897
		m_aTablesList.SelectAll(sal_False);
898
		actOnEntryPaths(pMySettings->aSelectedEntries, (void (OTableSubscriptionPage::*)(SvLBoxEntry*))doSelect);
898
		actOnEntryPaths(pMySettings->aSelectedEntries, &OTableSubscriptionPage::doSelect);
899
899
900
		SvLBoxEntry* pFocusEntry = getEntryFromPath(pMySettings->sFocusEntry);
900
		SvLBoxEntry* pFocusEntry = getEntryFromPath(pMySettings->sFocusEntry);
901
		if (pFocusEntry)
901
		if (pFocusEntry)

Return to issue 13400