/* -*- 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 "globals.hrc" #include "chrdlg.hrc" #include "paradlg.hrc" #define HelpText "error - hier keine HelpTexte HelpText" TabDialog DLG_PARA { OutputSize = TRUE ; SVLook = TRUE ; Text [ en-US ] = "Paragraph" ; Moveable = TRUE ; TabControl 1 { OutputSize = TRUE ; PageList = { PageItem { Identifier = TP_PARA_STD ; Text [ en-US ] = "Indents & Spacing" ; PageResID = TP_PARA_STD ; }; PageItem { Identifier = TP_PARA_ALIGN ; PageResID = TP_PARA_ALIGN ; Text [ en-US ] = "Alignment" ; }; PageItem { Identifier = TP_PARA_EXT ; Text [ en-US ] = "Text Flow" ; PageResID = TP_PARA_EXT ; }; PageItem { Identifier = TP_PARA_ASIAN; Text [ en-US ] = "Asian Typography"; }; PageItem { Identifier = TP_NUMPARA ; Text [ en-US ] = "Outline & Numbering" ; }; PageItem { Identifier = TP_TABULATOR ; Text [ en-US ] = "Tabs" ; PageResID = TP_TABULATOR ; }; PageItem { Identifier = TP_DROPCAPS ; Text [ en-US ] = "Drop Caps" ; PageResID = TP_DROPCAPS ; }; PageItem { Identifier = TP_BORDER ; Text [ en-US ] = "Borders" ; PageResID = TP_BORDER ; }; PageItem { Identifier = TP_BACKGROUND ; Text [ en-US ] = "Background" ; PageResID = TP_BACKGROUND ; }; }; }; }; TabDialog DLG_DRAWPARA { OutputSize = TRUE ; SVLook = TRUE ; Text [ en-US ] = "Paragraph" ; Moveable = TRUE ; TabControl 1 { OutputSize = TRUE ; PageList = { PageItem { Identifier = TP_PARA_STD ; Text [ en-US ] = "Indents & Spacing" ; PageResID = TP_PARA_STD ; }; PageItem { Identifier = TP_PARA_ALIGN ; PageResID = TP_PARA_ALIGN ; Text [ en-US ] = "Alignment" ; }; PageItem { Identifier = TP_PARA_ASIAN; Text [ en-US ] = "Asian Typography"; }; PageItem { Identifier = TP_TABULATOR ; Text [ en-US ] = "Tabs" ; PageResID = TP_TABULATOR ; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */