summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-30 16:03:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-30 16:12:02 +0000
commit9f5df4cda93eb470fb79fc4b8014d9a6dde2284b (patch)
tree2ee3579071b96a14bf13ec30d655cb991cb72218 /sc/source/ui/src
parentd1a1dc8e5ba108e8973db5b95669bf882d4fcc67 (diff)
convert solver options dialog to .ui
Change-Id: I319210233dd1b71f6e717c7322b953de8f093150
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/solveroptions.src92
1 files changed, 0 insertions, 92 deletions
diff --git a/sc/source/ui/src/solveroptions.src b/sc/source/ui/src/solveroptions.src
deleted file mode 100644
index ae825a49fcc9..000000000000
--- a/sc/source/ui/src/solveroptions.src
+++ /dev/null
@@ -1,92 +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 "solveroptions.hrc"
-
-ModalDialog RID_SCDLG_SOLVEROPTIONS
-{
- OutputSize = TRUE ;
- HelpId = HID_SC_SOLVEROPTIONS ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 218 , 156 ) ;
- Moveable = TRUE ;
- FixedText FT_ENGINE
- {
- Pos = MAP_APPFONT ( 6 , 8 ) ;
- Size = MAP_APPFONT ( 59 , 8 ) ;
- Text [ en-US ] = "Solver engine" ;
- };
- ListBox LB_ENGINE
- {
- HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 67 , 6 ) ;
- Size = MAP_APPFONT ( 145 , 90 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- };
- FixedText FT_SETTINGS
- {
- Pos = MAP_APPFONT ( 6 , 24 ) ;
- Size = MAP_APPFONT ( 156 , 8 ) ;
- Text [ en-US ] = "Settings:" ;
- };
- Control LB_SETTINGS
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 35 ) ;
- Size = MAP_APPFONT ( 206 , 67 ) ;
- TabStop = TRUE ;
- };
- PushButton BTN_EDIT
- {
- HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT";
- Pos = MAP_APPFONT ( 6 , 108 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- Text [ en-US ] = "Edit..." ;
- };
- FixedLine FL_BUTTONS
- {
- Pos = MAP_APPFONT ( 0 , 125 ) ;
- Size = MAP_APPFONT ( 218 , 8 ) ;
- };
- HelpButton BTN_HELP
- {
- Pos = MAP_APPFONT ( 6 , 136 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- OKButton BTN_OK
- {
- Pos = MAP_APPFONT ( 106 , 136 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton BTN_CANCEL
- {
- Pos = MAP_APPFONT ( 162 , 136 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- Text [ en-US ] = "Options" ;
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */