remove unused hrc files
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
This commit is contained in:
@@ -1,57 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
#define FL_ERROR 1
|
||||
#define FL_INDICATE 2
|
||||
#define FL_PARAMETERS 3
|
||||
|
||||
#define FT_POSITIVE 1
|
||||
#define FT_NEGATIVE 2
|
||||
|
||||
#define RB_NONE 1
|
||||
#define RB_CONST 2
|
||||
#define RB_PERCENT 3
|
||||
#define RB_FUNCTION 4
|
||||
#define RB_BOTH 5
|
||||
#define RB_POSITIVE 6
|
||||
#define RB_NEGATIVE 7
|
||||
#define RB_RANGE 8
|
||||
|
||||
#define ED_RANGE_POSITIVE 1
|
||||
#define ED_RANGE_NEGATIVE 2
|
||||
|
||||
#define FI_BOTH 1
|
||||
#define FI_POSITIVE 2
|
||||
#define FI_NEGATIVE 3
|
||||
#define IB_RANGE_POSITIVE 4
|
||||
#define IB_RANGE_NEGATIVE 5
|
||||
|
||||
#define LB_FUNCTION 1
|
||||
|
||||
#define MF_POSITIVE 1
|
||||
#define MF_NEGATIVE 2
|
||||
|
||||
#define CB_SYN_POS_NEG 1
|
||||
|
||||
#define CHART_LB_FUNCTION_STD_ERROR 0
|
||||
#define CHART_LB_FUNCTION_STD_DEV 1
|
||||
#define CHART_LB_FUNCTION_VARIANCE 2
|
||||
#define CHART_LB_FUNCTION_ERROR_MARGIN 3
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,65 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
#ifndef _OFFAPP_INTERNATIONALOPTIONS_HRC_
|
||||
#define _OFFAPP_INTERNATIONALOPTIONS_HRC_
|
||||
|
||||
#include <svtools/controldims.hrc>
|
||||
|
||||
// general sizes
|
||||
#define PAGE_SIZE_X 260
|
||||
#define PAGE_SIZE_Y 185
|
||||
|
||||
// x-positions
|
||||
#define COL_0 RSC_SP_TBPG_INNERBORDER_LEFT
|
||||
#define COL_1 (COL_0 + RSC_SP_FLGR_SPACE_X)
|
||||
#define COL_2 (COL_1 + RSC_SP_CHK_TEXTINDENT)
|
||||
#define COL_LAST (PAGE_SIZE_X - RSC_SP_TBPG_INNERBORDER_RIGHT)
|
||||
|
||||
// heights
|
||||
#define HEIGHT_FL RSC_CD_FIXEDLINE_HEIGHT
|
||||
#define HEIGHT_RB RSC_CD_RADIOBUTTON_HEIGHT
|
||||
#define HEIGHT_CB RSC_CD_CHECKBOX_HEIGHT
|
||||
|
||||
// vertical spacing
|
||||
#define SPACE_FL_NEXTCTRL_Y RSC_SP_CTRL_DESC_Y
|
||||
|
||||
// y-positions
|
||||
#define ROW_0 RSC_SP_TBPG_INNERBORDER_TOP
|
||||
#define ROW_1 (ROW_0 + HEIGHT_FL + SPACE_FL_NEXTCTRL_Y)
|
||||
#define ROW_2 (ROW_1 + HEIGHT_RB + RSC_SP_CTRL_GROUP_Y)
|
||||
#define ROW_3 (ROW_2 + HEIGHT_RB + RSC_SP_FLGR_SPACE_Y)
|
||||
#define ROW_4 (ROW_3 + HEIGHT_FL + SPACE_FL_NEXTCTRL_Y)
|
||||
#define ROW_5 (ROW_4 + HEIGHT_CB + RSC_SP_CTRL_GROUP_Y)
|
||||
|
||||
// misc calculation makros
|
||||
#define WIDTH2END( startcol ) (COL_LAST - startcol)
|
||||
|
||||
|
||||
// resource IDs
|
||||
#define FL_DEFTXTDIRECTION 1
|
||||
#define RB_TXTDIR_LEFT2RIGHT 2
|
||||
#define RB_TXTDIR_RIGHT2LEFT 3
|
||||
#define FL_SHEETVIEW 4
|
||||
#define CB_SHTVW_RIGHT2LEFT 5
|
||||
#define CB_SHTVW_CURRENTDOCONLY 6
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,24 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
// controls
|
||||
#define RID_PB_OK 21
|
||||
#define RID_PB_CANCEL 22
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,26 +0,0 @@
|
||||
/* -*- 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 "sc.hrc"
|
||||
|
||||
#define STR_ADD 30
|
||||
#define STR_MODIFY 31
|
||||
#define STR_DB_INVALID 32
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,57 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
#ifndef _UNODIALOGS_BUTTONGROUP_HRC
|
||||
#define _UNODIALOGS_BUTTONGROUP_HRC
|
||||
|
||||
#define PB_OK 1
|
||||
#define PB_CANCEL 1
|
||||
#define PB_HELP 1
|
||||
|
||||
#define BUTTONGROUP_BUTTONWIDTH 40
|
||||
|
||||
#define BUTTONS_OK_CANCEL_HELP( xRightPos, yTopPos, xOffset, yOffset ) \
|
||||
OKButton PB_OK \
|
||||
{ \
|
||||
Pos = MAP_APPFONT ( xRightPos-BUTTONGROUP_BUTTONWIDTH-xOffset-xOffset , yTopPos ) ; \
|
||||
Size = MAP_APPFONT ( BUTTONGROUP_BUTTONWIDTH , 14 ) ; \
|
||||
TabStop = TRUE ; \
|
||||
DefButton = TRUE ; \
|
||||
}; \
|
||||
CancelButton PB_CANCEL \
|
||||
{ \
|
||||
Pos = MAP_APPFONT ( xRightPos-BUTTONGROUP_BUTTONWIDTH-xOffset , yTopPos+yOffset ) ; \
|
||||
Size = MAP_APPFONT ( BUTTONGROUP_BUTTONWIDTH , 14 ) ; \
|
||||
TabStop = TRUE ; \
|
||||
}; \
|
||||
HelpButton PB_HELP \
|
||||
{ \
|
||||
Pos = MAP_APPFONT ( xRightPos-BUTTONGROUP_BUTTONWIDTH , yTopPos+yOffset+yOffset ) ; \
|
||||
Size = MAP_APPFONT ( BUTTONGROUP_BUTTONWIDTH , 14 ) ; \
|
||||
TabStop = TRUE ; \
|
||||
};
|
||||
|
||||
#define BUTTONS_OK_CANCEL_HELP_STACKED( xRightPos ) \
|
||||
BUTTONS_OK_CANCEL_HELP( xRightPos, 6, 0, 17 )
|
||||
|
||||
#define BUTTONS_OK_CANCEL_HELP_ABREAST( xRightPos, yTopPos ) \
|
||||
BUTTONS_OK_CANCEL_HELP( xRightPos, yTopPos, (BUTTONGROUP_BUTTONWIDTH+3), 0 )
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,28 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
#ifndef _TEXTCONVERSIONDLGS_CHINESE_DIRECTION_IDS_HXX
|
||||
#define _TEXTCONVERSIONDLGS_CHINESE_DIRECTION_IDS_HXX
|
||||
|
||||
#define RB_TO_SIMPLIFIED 1
|
||||
#define RB_TO_TRADITIONAL 2
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -20,13 +20,9 @@
|
||||
#define INCLUDED_SW_SOURCE_CORE_UIBASE_INC_CNTTAB_HXX
|
||||
|
||||
#include <svx/stddlg.hxx>
|
||||
|
||||
#include <vcl/button.hxx>
|
||||
|
||||
#include <vcl/edit.hxx>
|
||||
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
#include <vcl/field.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <sfx2/tabdlg.hxx>
|
||||
|
@@ -1,28 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
#define TO_CONTENT 1
|
||||
#define TO_INDEX 2
|
||||
#define TO_ILLUSTRATION 4
|
||||
#define TO_TABLE 8
|
||||
#define TO_USER 16
|
||||
#define TO_OBJECT 32
|
||||
#define TO_AUTHORITIES 64
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -1,24 +0,0 @@
|
||||
/* -*- 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 .
|
||||
*/
|
||||
|
||||
#define STR_ROW 25
|
||||
#define STR_COL 26
|
||||
#define STR_NUMERIC 33
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
Reference in New Issue
Block a user