From 9a471b8cd85d1c08d53ed2675e580ca9466ca433 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Mon, 4 Feb 2013 15:21:33 +0100 Subject: Database: Add Limit in Query Desing View Levels of implementation - Add a new toolbar item to ui (designobjectbar.xml) - Make a control for this element( LimitBox: derived from NumericBox) - Make an own controller for this control (LimitBoxController) and register it - Add new feature to the general\central controller (OQueryController) and construct a communication channel between the two controller - Modify the view switching (SQL<->Design) methods to use\set limit value (QueryDesignView.cxx) Conflicts: dbaccess/source/ui/querydesign/QueryDesignView.cxx Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690 Reviewed-on: https://gerrit.libreoffice.org/1994 Reviewed-by: Andras Timar Tested-by: Andras Timar --- dbaccess/util/dbu.component | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbaccess/util') diff --git a/dbaccess/util/dbu.component b/dbaccess/util/dbu.component index 17d3ab937d83..afd9002407bd 100644 --- a/dbaccess/util/dbu.component +++ b/dbaccess/util/dbu.component @@ -104,4 +104,7 @@ + + + -- cgit