summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/chrdlgmodes.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-06-26 18:18:25 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-07-26 07:16:39 +0200
commit9bb7349bdbcb00ce73c50d37ffe55476939751c1 (patch)
tree9c5f28ed507493011bdeb84cf92c3ee30c5f22de /sw/source/ui/inc/chrdlgmodes.hxx
parentuse config_features.h.in instead (diff)
downloadcore-9bb7349bdbcb00ce73c50d37ffe55476939751c1.tar.gz
core-9bb7349bdbcb00ce73c50d37ffe55476939751c1.zip
CharBrd 1: Add Borders tab page
- Differentiate character dialog types (border is available only for simple text) - Tab page must be added for two dialog(SwCharDlg and SwTemplateDlg) - SvxBoxInfoItem (SID_ATTR_BORDER_INNER) is initialized before execute dialog (used as input). Change-Id: I73723a018b6cf4cd292ba44b1bd7e1af3c6a6deb
Diffstat (limited to 'sw/source/ui/inc/chrdlgmodes.hxx')
-rw-r--r--sw/source/ui/inc/chrdlgmodes.hxx21
1 files changed, 21 insertions, 0 deletions
diff --git a/sw/source/ui/inc/chrdlgmodes.hxx b/sw/source/ui/inc/chrdlgmodes.hxx
new file mode 100644
index 000000000000..4cbf0071df5e
--- /dev/null
+++ b/sw/source/ui/inc/chrdlgmodes.hxx
@@ -0,0 +1,21 @@
+/* -*- 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 SW_CHAR_DLG_MODES_HXX
+#define SW_CHAR_DLG_MODES_HXX
+
+//DialogModes:
+#define DLG_CHAR_STD 0
+#define DLG_CHAR_DRAW 1
+#define DLG_CHAR_ENV 2
+#define DLG_CHAR_ANN 3
+
+#endif // SW_CHAR_DLG_MODES_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */