1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "highred.hrc"
21 ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
24 HelpId = CMD_FID_CHG_ACCEPT ;
27 Size = MAP_APPFONT ( 318 , 148 ) ;
30 // Dieser Dialog hat einen Cancel-Button !
33 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT";
34 Pos = MAP_APPFONT ( 6 , 6 ) ;
35 Size = MAP_APPFONT ( 150 , 10 ) ;
37 Text [ en-US ] = "~Show changes in spreadsheet" ;
41 Pos = MAP_APPFONT ( 6 , 22 ) ;
42 Size = MAP_APPFONT ( 255 , 8 ) ;
43 Text [ en-US ] = "Filter settings";
45 CheckBox CB_HIGHLIGHT_ACCEPT
47 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT";
48 Pos = MAP_APPFONT ( 12 , 118 ) ;
49 Size = MAP_APPFONT ( 246 , 10 ) ;
51 Text [ en-US ] = "Show ~accepted changes" ;
53 CheckBox CB_HIGHLIGHT_REJECT
55 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT";
56 Pos = MAP_APPFONT ( 12 , 132 ) ;
57 Size = MAP_APPFONT ( 246 , 10 ) ;
59 Text [ en-US ] = "Show ~rejected changes" ;
63 Pos = MAP_APPFONT ( 267 , 6 ) ;
64 Size = MAP_APPFONT ( 45 , 14 ) ;
68 CancelButton BTN_CANCEL
70 Pos = MAP_APPFONT ( 267 , 23 ) ;
71 Size = MAP_APPFONT ( 45 , 14 ) ;
76 Pos = MAP_APPFONT ( 267 , 43 ) ;
77 Size = MAP_APPFONT ( 45 , 14 ) ;
82 HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN";
85 Pos = MAP_APPFONT ( 12 , 119 ) ;
86 Size = MAP_APPFONT ( 128 , 12 ) ;
91 HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN";
93 Pos = MAP_APPFONT ( 142 , 118 ) ;
94 Size = MAP_APPFONT ( 13 , 15 ) ;
96 QuickHelpText [ en-US ] = "Minimize/Maximize" ;
98 Text [ en-US ] = "Show Changes" ;
101 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */