bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / dpuiglobal.hxx
blob8b66eb5ef14e1153c8623c29cc7c9467b0ae1560
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #ifndef __SC_DPUIGLOBAL_HXX__
11 #define __SC_DPUIGLOBAL_HXX__
13 #define OUTER_MARGIN_HOR 4
14 #define OUTER_MARGIN_VER 4
15 #define DATA_FIELD_BTN_GAP 2 // must be an even number
16 #define ROW_FIELD_BTN_GAP 2 // must be an even number
17 #define FIELD_BTN_HEIGHT 23
18 #define FIELD_AREA_GAP 3 // gap between row/column/data/page areas
19 #define TEXT_INFO_GAP 5 // gap between the row/data areas and the text notice below.
21 #endif
23 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */