Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
91da1772
Kaydet (Commit)
91da1772
authored
Agu 17, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove various unused dialogs
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
üst
10bdd9e9
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
1 addition
and
687 deletions
+1
-687
AllLangResTarget_basctl.mk
basctl/AllLangResTarget_basctl.mk
+0
-1
moptions.hrc
basctl/source/basicide/moptions.hrc
+0
-40
moptions.src
basctl/source/basicide/moptions.src
+0
-115
AllLangResTarget_cui.mk
cui/AllLangResTarget_cui.mk
+0
-1
grfflt.src
cui/source/dialogs/grfflt.src
+0
-7
svuidlg.hrc
cui/source/dialogs/svuidlg.hrc
+0
-17
svuidlg.src
cui/source/dialogs/svuidlg.src
+0
-120
cuires.hrc
cui/source/inc/cuires.hrc
+0
-3
helpid.hrc
cui/source/inc/helpid.hrc
+0
-1
optinet2.hrc
cui/source/options/optinet2.hrc
+0
-8
optinet2.src
cui/source/options/optinet2.src
+0
-42
optsave.hrc
cui/source/options/optsave.hrc
+0
-6
optsave.src
cui/source/options/optsave.src
+0
-65
dbadmin.hrc
dbaccess/source/ui/dlg/dbadmin.hrc
+0
-4
dbadmin2.src
dbaccess/source/ui/dlg/dbadmin2.src
+0
-43
dbu_resource.hrc
dbaccess/source/ui/inc/dbu_resource.hrc
+0
-1
sfx.hrc
include/sfx2/sfx.hrc
+1
-1
fmresids.hrc
include/svx/fmresids.hrc
+0
-1
helpids.h
sd/inc/helpids.h
+0
-1
strings.src
sd/source/ui/app/strings.src
+0
-42
strings.hrc
sd/source/ui/inc/strings.hrc
+0
-7
AllLangResTarget_sfx2.mk
sfx2/AllLangResTarget_sfx2.mk
+0
-1
dinfedt.cxx
sfx2/source/dialog/dinfedt.cxx
+0
-1
dinfedt.hrc
sfx2/source/dialog/dinfedt.hrc
+0
-32
dinfedt.src
sfx2/source/dialog/dinfedt.src
+0
-87
helpid.hrc
sfx2/source/inc/helpid.hrc
+0
-1
fmexpl.src
svx/source/form/fmexpl.src
+0
-39
No files found.
basctl/AllLangResTarget_basctl.mk
Dosyayı görüntüle @
91da1772
...
...
@@ -44,7 +44,6 @@ $(eval $(call gb_SrsTarget_add_files,basctl/res,\
basctl/source/basicide/brkdlg.src \
basctl/source/basicide/macrodlg.src \
basctl/source/basicide/moduldlg.src \
basctl/source/basicide/moptions.src \
basctl/source/basicide/objdlg.src \
basctl/source/dlged/dlgresid.src \
basctl/source/dlged/managelang.src \
...
...
basctl/source/basicide/moptions.hrc
deleted
100644 → 0
Dosyayı görüntüle @
10bdd9e9
/* -*- 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 BASCTL_MOPTIONS_HRC
#define BASCTL_MOPTIONS_HRC
#include <svl/solar.hrc>
#define RID_MACROOPTIONS ( RID_BASICIDE_START + 55 )
#define RID_FT_SBXNAME 2
#define RID_PB_OK 3
#define RID_PB_CANCEL 4
#define RID_PB_HELP 5
#define RID_FT_DESCR 6
#define RID_ME_DESCR 7
#define RID_FL_HELP 8
#define RID_FT_HELPID 9
#define RID_NF_HELPID 10
#define RID_FT_HELPNAME 11
#define RID_ED_HELPNAME 12
#endif // BASCTL_MOPTIONS_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
basctl/source/basicide/moptions.src
deleted
100644 → 0
Dosyayı görüntüle @
10bdd9e9
/* -*- 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 "helpid.hrc"
#include <moptions.hrc>
ModalDialog RID_MACROOPTIONS
{
HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 224 , 121 ) ;
Text [ en-US ] = "Description" ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedText RID_FT_SBXNAME
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 150 , 10 ) ;
};
OKButton RID_PB_OK
{
Pos = MAP_APPFONT ( 168 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton RID_PB_CANCEL
{
Pos = MAP_APPFONT ( 168 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton RID_PB_HELP
{
Pos = MAP_APPFONT ( 168 , 53 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
FixedText RID_FT_DESCR
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 19 ) ;
Size = MAP_APPFONT ( 69 , 10 ) ;
Text [ en-US ] = "Description" ;
};
MultiLineEdit RID_ME_DESCR
{
HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 32 ) ;
Size = MAP_APPFONT ( 154 , 36 ) ;
TabStop = TRUE ;
VScroll = TRUE ;
IgnoreTab = TRUE ;
};
FixedLine RID_FL_HELP
{
Pos = MAP_APPFONT ( 6 , 73 ) ;
Size = MAP_APPFONT ( 212 , 8 ) ;
Text [ en-US ] = "Help information" ;
};
FixedText RID_FT_HELPID
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 9 , 83 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
Text [ en-US ] = "Help ID" ;
};
NumericField RID_NF_HELPID
{
HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 95 , 83 ) ;
Size = MAP_APPFONT ( 120 , 12 ) ;
TabStop = TRUE ;
Minimum = 0 ;
Maximum = 0xFFFFFFFF ;
};
FixedText RID_FT_HELPNAME
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 9 , 99 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
Text [ en-US ] = "Help file name" ;
};
Edit RID_ED_HELPNAME
{
HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
Border = TRUE ;
Pos = MAP_APPFONT ( 95 , 99 ) ;
Size = MAP_APPFONT ( 120 , 12 ) ;
TabStop = TRUE ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/AllLangResTarget_cui.mk
Dosyayı görüntüle @
91da1772
...
...
@@ -60,7 +60,6 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
cui/source/options/optjava.src \
cui/source/options/optlingu.src \
cui/source/options/optpath.src \
cui/source/options/optsave.src \
cui/source/options/treeopt.src \
cui/source/tabpages/align.src \
cui/source/tabpages/autocdlg.src \
...
...
cui/source/dialogs/grfflt.src
Dosyayı görüntüle @
91da1772
...
...
@@ -356,13 +356,6 @@ ModalDialog RID_SVX_GRFFILTER_DLG_POSTER
// - DLG_FILTEREMBOSS -
// --------------------
TabPage RID_SVX_GRFFILTER_DLG_EMBOSS_TAB
{
HelpID = "cui:TabPage:RID_SVX_GRFFILTER_DLG_EMBOSS_TAB";
Pos = MAP_APPFONT ( 0, 0 ) ;
Size = MAP_APPFONT ( 0, 0 ) ;
};
ModalDialog RID_SVX_GRFFILTER_DLG_EMBOSS
{
HelpID = CMD_SID_GRFFILTER_EMBOSS;
...
...
cui/source/dialogs/svuidlg.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -53,21 +53,4 @@
#define FT_FILES2 47
#define FT_FULL_FILE_NAME 48
#define MD_LINKEDIT 32004
#define ED_FULL_SOURCE_NAME 1
#define ED_FILEPATH 10
#define BTN_FILEPATH 11
#define CB_FILELINK 12
#define MD_INSERT_OBJECT_APPLET 32009
#define FT_CLASSFILE 10
#define ED_CLASSFILE 11
#define FT_CLASSLOCATION 12
#define ED_CLASSLOCATION 12
#define BTN_CLASS 13
#define GB_CLASS 14
#define ED_APPLET_OPTIONS 20
#define GB_APPLET_OPTIONS 21
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/dialogs/svuidlg.src
Dosyayı görüntüle @
91da1772
...
...
@@ -177,126 +177,6 @@ ModalDialog MD_UPDATE_BASELINKS
Text [ en-US ] = "Waiting";
};
};
ModalDialog MD_LINKEDIT
{
HelpID = "cui:ModalDialog:MD_LINKEDIT";
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 222 , 58 ) ;
Text [ en-US ] = "Modify Link" ;
Moveable = TRUE ;
OKButton 1
{
Pos = MAP_APPFONT ( 165 , 5 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 165 , 25 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
FixedText FT_FULL_TYPE_NAME
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 5 , 5 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
};
FixedText 2
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 5 , 20 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text [ en-US ] = "Exchange source:" ;
};
Edit ED_FULL_SOURCE_NAME
{
HelpID = "cui:Edit:MD_LINKEDIT:ED_FULL_SOURCE_NAME";
Border = TRUE ;
Pos = MAP_APPFONT ( 5 , 35 ) ;
Size = MAP_APPFONT ( 155 , 12 ) ;
Text [ en-US ] = "Edit" ;
};
};
ModalDialog MD_INSERT_OBJECT_APPLET
{
HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_APPLET";
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 284 , 164 ) ;
Moveable = TRUE ;
FixedText FT_CLASSFILE
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 204 , 10 ) ;
Text [ en-US ] = "~Class" ;
};
Edit ED_CLASSFILE
{
HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 27 ) ;
Size = MAP_APPFONT ( 204 , 12 ) ;
};
FixedText FT_CLASSLOCATION
{
Pos = MAP_APPFONT ( 12 , 42 ) ;
Size = MAP_APPFONT ( 204 , 10 ) ;
Text [ en-US ] = "Class ~Location" ;
};
Edit ED_CLASSLOCATION
{
HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 204 , 12 ) ;
};
PushButton BTN_CLASS
{
HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS";
Pos = MAP_APPFONT ( 166 , 70 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ en-US ] = "~Search..." ;
};
FixedLine GB_CLASS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 216 , 8 ) ;
Text [ en-US ] = "File" ;
};
MultiLineEdit ED_APPLET_OPTIONS
{
HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_APPLET:ED_APPLET_OPTIONS";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 107 ) ;
Size = MAP_APPFONT ( 204 , 45 ) ;
VScroll = TRUE ;
IgnoreTab = TRUE;
};
FixedLine GB_APPLET_OPTIONS
{
Pos = MAP_APPFONT ( 6 , 96 ) ;
Size = MAP_APPFONT ( 216 , 8 ) ;
Text [ en-US ] = "Options" ;
};
OKButton 1
{
Pos = MAP_APPFONT ( 228 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 228 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
HelpButton 1
{
Pos = MAP_APPFONT ( 228 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
Text [ en-US ] = "Insert Applet" ;
};
Control TB_LINKS
{
Border = TRUE ;
...
...
cui/source/inc/cuires.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -159,7 +159,6 @@
#define RID_SVXSTR_COLOR_CONFIG_DELETE (RID_SVX_START + 855)
#define RID_SVXSTR_OPT_DOUBLE_DICTS (RID_SVX_START + 320)
#define RID_SVXERR_OPT_PROXYPORTS (RID_SVX_START + 224)
#define RID_SVXDLG_OPT_JAVASCRIPT_DISABLE (RID_SVX_START + 225)
#define RID_SVXDLG_JAVA_PARAMETER (RID_SVX_START + 254)
#define RID_SVXDLG_JAVA_CLASSPATH (RID_SVX_START + 255)
#define RID_SVXERR_JRE_NOT_RECOGNIZED (RID_SVX_START + 256)
...
...
@@ -167,7 +166,6 @@
#define RID_SVXDLG_LNG_ED_NUM_PREBREAK (RID_SVX_START + 830)
#define RID_SVXDLG_EDIT_MODULES (RID_SVX_START + 831)
#define RID_SVXSTR_PATH_NAME_START (RID_SVX_START + 1003)
#define RID_SVXDLG_FILTER_WARNING (RID_SVX_START + 248)
#define RID_SVXBMP_LOCK (RID_SVX_START + 118)
#define RID_SVXSTR_READONLY_CONFIG_TIP (RID_SVX_START + 1026)
#define RID_SVXERR_OPT_DOUBLEPATHS (RID_SVX_START + 208) //?
...
...
@@ -197,7 +195,6 @@
// dialogs
#define RID_SVX_WND_COMMON_LINGU ( RID_SVX_START + 0 )
#define RID_SVX_GRFFILTER_DLG_EMBOSS_TAB (RID_SVX_START + 337)
#define STR_MODIFY (RID_SVX_START + 336)//from optdict.src
#define RID_SVXDLG_SEARCHATTR (RID_SVX_START + 22)
...
...
cui/source/inc/helpid.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -36,7 +36,6 @@
#define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME "CUI_HID_OPTIONS_COLORCONFIG_SAVE_SCHEME"
#define HID_OPTIONS_JAVA_PARAMETER "CUI_HID_OPTIONS_JAVA_PARAMETER"
#define HID_OPTIONS_JAVA_CLASSPATH "CUI_HID_OPTIONS_JAVA_CLASSPATH"
#define HID_SVXDLG_FILTER_WARNING "CUI_HID_SVXDLG_FILTER_WARNING"
#define HID_OFADLG_OPTIONS_TREE "CUI_HID_OFADLG_OPTIONS_TREE"
#define HID_OFA_CONNPOOL_DRIVERLIST "CUI_HID_OFA_CONNPOOL_DRIVERLIST"
#define UID_OFA_CONNPOOL_DRIVERLIST_BACK "CUI_UID_OFA_CONNPOOL_DRIVERLIST_BACK"
...
...
cui/source/options/optinet2.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -22,14 +22,6 @@
#include <sfx2/tabpage.hrc>
#include <svtools/controldims.hrc>
// Defines - JavaScriptDisableQueryBox_Impl -------------------------------
#define IMG_JSCPT_WARNING 220
#define FT_JSCPT_WARNING 221
#define CB_JSCPT_DISABLE 222
#define BTN_JSCPT_YES 224
#define BTN_JSCPT_NO 225
// Defines - SvxEMailTabPage_Impl
#define FL_MAIL 1
#define FT_MAILERURL 2
...
...
cui/source/options/optinet2.src
Dosyayı görüntüle @
91da1772
...
...
@@ -28,46 +28,4 @@ ErrorBox RID_SVXERR_OPT_PROXYPORTS
Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
};
// RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------
ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
{
HelpID = "cui:ModalDialog:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE";
OutputSize = TRUE;
Size = MAP_APPFONT( 150, 81 );
Moveable = TRUE;
Closeable = TRUE;
FixedImage IMG_JSCPT_WARNING
{
Pos = MAP_APPFONT( 6, 6 );
Size = MAP_APPFONT( 30, 30 );
};
FixedText FT_JSCPT_WARNING
{
Pos = MAP_APPFONT( 39, 6 );
Size = MAP_APPFONT( 195, 36 );
WordBreak = TRUE;
Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
};
CheckBox CB_JSCPT_DISABLE
{
HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE";
Pos = MAP_APPFONT( 39, 45 );
Size = MAP_APPFONT( 195, 12 );
Hide = TRUE;
Text [ en-US ] = "~Don't show warning again";
};
OKButton BTN_JSCPT_YES
{
Pos = MAP_APPFONT( 41, 61 );
Size = MAP_APPFONT( 50, 14 );
};
CancelButton BTN_JSCPT_NO
{
Pos = MAP_APPFONT( 94, 61 );
Size = MAP_APPFONT( 50, 14 );
DefButton = TRUE;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/options/optsave.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -30,12 +30,6 @@
#define APP_MATH 6
#define APP_COUNT 7
//Filter warning
#define PB_OK 1
#define FT_FILTER_WARNING 2
#define IMG_WARNING 4
#define PB_CANCEL 5
#endif // #ifndef _SVX_OPTSAVE_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/options/optsave.src
deleted
100644 → 0
Dosyayı görüntüle @
10bdd9e9
/* -*- 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 <sfx2/sfx.hrc>
#include <cuires.hrc>
#include "helpid.hrc"
#include "optsave.hrc"
// SID_SFXPAGE_SAVE ------------------------------------------------------
#define TEXT_SAVEPAGE \
Text [ en-US ] = "Save" ;\
ModalDialog RID_SVXDLG_FILTER_WARNING
{
HelpID = HID_SVXDLG_FILTER_WARNING;
OutputSize = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Sizeable = FALSE ;
Border = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT( 175 + 39 + (3 * 6), (4 * 9)+ 12 + (3 * 12) + 6 - 21 );
Text = "%PRODUCTNAME %PRODUCTVERSION" ;
FixedImage IMG_WARNING
{
Pos = MAP_APPFONT( 6, 6 );
Size = MAP_APPFONT( 30, 30 );
};
FixedText FT_FILTER_WARNING
{
Pos = MAP_APPFONT( 39, 6 );
Size = MAP_APPFONT( 175, 4 * 9 );
Wordbreak = TRUE;
Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
};
OKButton PB_OK
{
Pos = MAP_APPFONT( 60, (4 * 9)/*+ 12*/ + 13 );
Size = MAP_APPFONT( 50, 14 );
DefButton = TRUE;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT( 120, (4 * 9)/*+ 12*/ + 13 );
Size = MAP_APPFONT( 50, 14 );
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
dbaccess/source/ui/dlg/dbadmin.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -38,16 +38,12 @@
#define FT_LDAPROWCOUNT 13
#define ET_USERNAME 1
#define ET_PASSWORD 2
#define ET_OPTIONS 3
#define ET_JDBCDRIVERCLASS 4
#define ET_HOSTNAME 5
#define ET_BASEDN 6
#define PB_INDICIES 1
#define BTN_PASSWORD_OK 2
#define BTN_PASSWORD_CANCEL 3
#define BTN_PASSWORD_HELP 4
#define PB_TESTDRIVERCLASS 5
#define CB_PASSWORD_REQUIRED 1
...
...
dbaccess/source/ui/dlg/dbadmin2.src
Dosyayı görüntüle @
91da1772
...
...
@@ -51,49 +51,6 @@ String STR_COULD_NOT_CREATE_DIRECTORY
#define WIN_X 220
#define WIN_Y 72
ModalDialog DLG_DOMAINPASSWORD
{
HelpID = "dbaccess:ModalDialog:DLG_DOMAINPASSWORD";
Border = TRUE ;
Moveable = TRUE ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
Text[ en-US ] = "Convert Database";
FixedLine FT_PASSWORD
{
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ;
Text[ en-US ] = "Please enter the ~password for the user 'DOMAIN'.";
};
Edit ET_PASSWORD
{
HelpID = "dbaccess:Edit:DLG_DOMAINPASSWORD:ET_PASSWORD";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
PassWord = TRUE ;
};
OKButton BTN_PASSWORD_OK
{
Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ;
};
CancelButton BTN_PASSWORD_CANCEL
{
Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
HelpButton BTN_PASSWORD_HELP
{
Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
};
#define PAGE_X_T (PAGE_X -80)
#define PAGE_Y_T (PAGE_Y -50)
...
...
dbaccess/source/ui/inc/dbu_resource.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -97,7 +97,6 @@
#define DLG_DATABASE_USERADMIN RID_DIALOG_START + 21
// FREE
#define DLG_PASSWORD RID_DIALOG_START + 23
#define DLG_DOMAINPASSWORD RID_DIALOG_START + 24
#define DLG_DATABASE_ADVANCED RID_DIALOG_START + 26
#define DLG_COLLECTION_VIEW RID_DIALOG_START + 27
#define DLG_DATABASE_TYPE_CHANGE RID_DIALOG_START + 28
...
...
include/sfx2/sfx.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -132,7 +132,7 @@
#define RID_APPTITLE (RID_SFX_START+4)
#define DLG_DOCINFO_EDT (RID_SFX_START+6)
#define DLG_STYLE_DESIGNER (RID_SFX_START+8)
...
...
include/svx/fmresids.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -60,7 +60,6 @@
#define RID_SVXIMG_NAVIGATIONBAR SID_FM_NAVIGATIONBAR
// Dialog-Id's -----------------------------------------------------------
#define RID_SVXDLG_SETFORM (RID_FORMS_START + 5)
#define RID_SVX_FMEXPLORER (RID_FORMS_START + 6)
#define RID_SVXDLG_ADD_DATAITEM (RID_FORMS_START + 12)
#define RID_SVXDLG_ADD_CONDITION (RID_FORMS_START + 13)
...
...
sd/inc/helpids.h
Dosyayı görüntüle @
91da1772
...
...
@@ -178,7 +178,6 @@
#define HID_DLG_INSERT_PAGES_OBJS "SD_HID_DLG_INSERT_PAGES_OBJS"
#define HID_VECTORIZE_DLG "SD_HID_VECTORIZE_DLG"
#define HID_UNDO_DELETE_WARNING "SD_HID_UNDO_DELETE_WARNING"
#define HID_MN_SUB_GRAPHIC "SD_HID_MN_SUB_GRAPHIC"
#define HID_MN_SUB_FIELD "SD_HID_MN_SUB_FIELD"
...
...
sd/source/ui/app/strings.src
Dosyayı görüntüle @
91da1772
...
...
@@ -427,48 +427,6 @@ String STR_EDIT_OBJ
{
Text [ en-US ] = "~Edit" ;
};
ModalDialog RID_UNDO_DELETE_WARNING
{
OutputSize = TRUE;
Size = MAP_APPFONT( 175 + 39 + (3 * 6), (7 * 12) + 6 );
Moveable = TRUE;
Closeable = TRUE;
HelpID = HID_UNDO_DELETE_WARNING;
FixedImage IMG_UNDO_DELETE_WARNING
{
Pos = MAP_APPFONT( 6, 6 );
Size = MAP_APPFONT( 30, 30 );
};
FixedText FT_UNDO_DELETE_WARNING
{
Pos = MAP_APPFONT( 39, 6 );
Size = MAP_APPFONT( 175, 4 * 12 );
WordBreak = TRUE;
Text [ en-US ] = "This action deletes the list of actions that can\nbe undone. Previous changes made to the document are still valid,\nbut cannot be undone. Do you want to continue and\nthus assign the new slide design?";
};
CheckBox CB_UNDO_DELETE_DISABLE
{
HelpID = "sd:CheckBox:RID_UNDO_DELETE_WARNING:CB_UNDO_DELETE_DISABLE";
Pos = MAP_APPFONT( 39, (4 * 12) + 9 );
Size = MAP_APPFONT( 175, 12 );
Text [ en-US ] = "~Do not show this warning again";
};
OKButton BTN_UNDO_DELETE_YES
{
Pos = MAP_APPFONT( 60, (5 * 12) + 13 );
Size = MAP_APPFONT( 50, 14 );
};
CancelButton BTN_UNDO_DELETE_NO
{
Pos = MAP_APPFONT( 120, (5 * 12) + 13 );
Size = MAP_APPFONT( 50, 14 );
DefButton = TRUE;
};
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
};
String STR_DELETE_PAGES
{
Text [ en-US ] = "Delete slides" ;
...
...
sd/source/ui/inc/strings.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -329,13 +329,6 @@
//free (RID_APP_START+557)
#define RID_UNDO_DELETE_WARNING (RID_APP_START+558)
#define IMG_UNDO_DELETE_WARNING (RID_APP_START+559)
#define FT_UNDO_DELETE_WARNING (RID_APP_START+560)
#define CB_UNDO_DELETE_DISABLE (RID_APP_START+561)
#define BTN_UNDO_DELETE_YES (RID_APP_START+562)
#define BTN_UNDO_DELETE_NO (RID_APP_START+564)
#define STR_WARNING_NOSOUNDFILE (RID_APP_START+565)
#define STR_UNDO_GRAFFILTER (RID_APP_START+570)
...
...
sfx2/AllLangResTarget_sfx2.mk
Dosyayı görüntüle @
91da1772
...
...
@@ -45,7 +45,6 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
sfx2/source/dialog/alienwarn.src \
sfx2/source/dialog/dialog.src \
sfx2/source/dialog/dinfdlg.src \
sfx2/source/dialog/dinfedt.src \
sfx2/source/dialog/filedlghelper.src \
sfx2/source/dialog/inputdlg.src \
sfx2/source/dialog/mailwindow.src \
...
...
sfx2/source/dialog/dinfedt.cxx
Dosyayı görüntüle @
91da1772
...
...
@@ -22,7 +22,6 @@
#include "sfx2/sfxresid.hxx"
#include <sfx2/sfx.hrc>
#include "dinfedt.hrc"
// class InfoEdit_Impl ---------------------------------------------------
...
...
sfx2/source/dialog/dinfedt.hrc
deleted
100644 → 0
Dosyayı görüntüle @
10bdd9e9
/* -*- 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 BT_OK 1
#define BT_CANCEL 2
#define BTN_HELP 3
#define FT_INFO1 4
#define ED_INFO1 5
#define FT_INFO2 6
#define ED_INFO2 7
#define FT_INFO3 8
#define ED_INFO3 9
#define FT_INFO4 10
#define ED_INFO4 11
#define FL_INFO 12
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/dialog/dinfedt.src
deleted
100644 → 0
Dosyayı görüntüle @
10bdd9e9
/* -*- 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 <sfx2/sfx.hrc>
#include "helpid.hrc"
#include "dinfedt.hrc"
ModalDialog DLG_DOCINFO_EDT
{
HelpId = HID_DOCINFO_EDT ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 166 , 79 ) ;
Text [ en-US ] = "Edit Field Names" ;
Moveable = TRUE ;
FixedLine FL_INFO
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 98 , 8 ) ;
Text [ en-US ] = "Names" ;
};
Edit ED_INFO1
{
HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO1";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 86 , 12 ) ;
};
Edit ED_INFO2
{
HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO2";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 29 ) ;
Size = MAP_APPFONT ( 86 , 12 ) ;
};
Edit ED_INFO3
{
HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO3";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 44 ) ;
Size = MAP_APPFONT ( 86 , 12 ) ;
};
Edit ED_INFO4
{
HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO4";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 59 ) ;
Size = MAP_APPFONT ( 86 , 12 ) ;
};
OKButton BT_OK
{
Pos = MAP_APPFONT ( 110 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
Pos = MAP_APPFONT ( 110 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 110 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/inc/helpid.hrc
Dosyayı görüntüle @
91da1772
...
...
@@ -23,7 +23,6 @@
// Help-Ids -----------------------------------------------------------------
#define HID_DOCINFO_EDT "SFX2_HID_DOCINFO_EDT"
#define HID_PRINTMONITOR "SFX2_HID_PRINTMONITOR"
#define HID_CONFIG_EVENT "SFX2_HID_CONFIG_EVENT"
#define HID_BROWSERCONTROL "SFX2_HID_BROWSERCONTROL"
...
...
svx/source/form/fmexpl.src
Dosyayı görüntüle @
91da1772
...
...
@@ -290,45 +290,6 @@ ImageList RID_SVXIMGLIST_FMEXPL
NAVIGATOR_IMAGEIDS;
};
ModalDialog RID_SVXDLG_SETFORM
{
HelpID = "svx:ModalDialog:RID_SVXDLG_SETFORM";
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 200 , 200 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
GroupBox GB_PATH
{
Pos = MAP_APPFONT ( 6 , 149 ) ;
Size = MAP_APPFONT ( 188 , 25 ) ;
Text [ en-US ] = "Path" ;
};
FixedText FT_PATH
{
Pos = MAP_APPFONT ( 12 , 155 ) ;
Size = MAP_APPFONT ( 156 , 15 ) ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 6 , 180 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 59 , 180 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 123 , 180 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Select form" ;
};
DockingWindow RID_SVX_FMEXPLORER
{
HelpID = "svx:DockingWindow:RID_SVX_FMEXPLORER";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment