summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dpuiglobal.hxx
blob: fd1c6b59934cca15147ec844945401ba58ec9be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* -*- 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 */

#ifndef __SC_DPUIGLOBAL_HXX__
#define __SC_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: */