summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dpuiglobal.hxx
blob: a464395f51fe9ac98a1e1aa58ca6022e412c5d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#ifndef INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX
#define INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX

#define OUTER_MARGIN_HOR     4
#define OUTER_MARGIN_VER     4
#define DATA_FIELD_BTN_GAP   2     // must be an even number
#define ROW_FIELD_BTN_GAP    2     // must be an even number
#define FIELD_BTN_HEIGHT    23
#define FIELD_AREA_GAP       3   // gap between row/column/data/page areas
#define TEXT_INFO_GAP        5 // gap between the row/data areas and the text notice below.

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */