34ca43e91a
2008/03/31 16:56:31 rt 1.35.118.1: #i87441# Change license header to LPGL v3.
168 lines
4.3 KiB
Text
168 lines
4.3 KiB
Text
/*************************************************************************
|
||
*
|
||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||
*
|
||
* Copyright 2008 by Sun Microsystems, Inc.
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: paradlg.src,v $
|
||
* $Revision: 1.36 $
|
||
*
|
||
* This file is part of OpenOffice.org.
|
||
*
|
||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||
* it under the terms of the GNU Lesser General Public License version 3
|
||
* only, as published by the Free Software Foundation.
|
||
*
|
||
* OpenOffice.org is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU Lesser General Public License version 3 for more details
|
||
* (a copy is included in the LICENSE file that accompanied this code).
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public License
|
||
* version 3 along with OpenOffice.org. If not, see
|
||
* <http://www.openoffice.org/license.html>
|
||
* for a copy of the LGPLv3 License.
|
||
*
|
||
************************************************************************/
|
||
|
||
#include "globals.hrc"
|
||
#include "chrdlg.hrc"
|
||
#include "paradlg.hrc"
|
||
#define HelpText "error - hier keine HelpTexte HelpText"
|
||
// #define DLG_PARA 256
|
||
TabDialog DLG_PARA
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Text [ en-US ] = "Paragraph" ;
|
||
Moveable = TRUE ;
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = TP_PARA_STD ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
|
||
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 ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Textfluß : Textflu˜ */
|
||
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 ] = "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 ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
|
||
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 ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|