/* -*- 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: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "svx/dialogs.hrc" #define TBI_LEFT 1 #define TBI_RIGHT 1 #define FT_TRGR_CENTER_X 9 #define MTR_TRGR_CENTER_X 10 #define FT_TRGR_CENTER_Y 11 #define MTR_TRGR_CENTER_Y 12 #define FT_TRGR_ANGLE 13 #define MTR_TRGR_ANGLE 14 #define FT_TRGR_START_VALUE 15 #define MTR_TRGR_START_VALUE 16 #define FT_TRGR_END_VALUE 17 #define MTR_TRGR_END_VALUE 18 #define FT_TRGR_BORDER 19 #define MTR_TRGR_BORDER 20 #define STR_HELP_LEFT 24 #define STR_HELP_RIGHT 25 #define BTN_LEFT_SECOND 22 #define BTN_RIGHT_FIRST 23 #define FIXED_TEXT_HEIGHT 9 #define CONTROL_WIDTH 45 #define ROTATE_BUTTON_SPACING 15 #define POP_WIDTH 2*POPUPPANEL_MARGIN_HORIZONTAL+2*CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL #define POP_HEIGHT 2*POPUPPANEL_MARGIN_VERTICAL + 4*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 3*CONTROL_SPACING_VERTICAL #define POP_HEIGHT2 2*POPUPPANEL_MARGIN_VERTICAL + 3*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 2*CONTROL_SPACING_VERTICAL #define LEFT_RIGHT_X1 POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + 1 #define LEFT_RIGHT_Y1 POPUPPANEL_MARGIN_VERTICAL + FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL - 2 #define LEFT_RIGHT_X2 POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING #define LEFT_RIGHT_Y2 POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */