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
d795f836
Kaydet (Commit)
d795f836
authored
Mar 07, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
üst
24905f42
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
69 additions
and
103 deletions
+69
-103
AllLangResTarget_dbu.mk
dbaccess/AllLangResTarget_dbu.mk
+0
-1
app.src
dbaccess/source/ui/app/app.src
+6
-3
sbabrw.src
dbaccess/source/ui/browser/sbabrw.src
+5
-2
sbagrid.src
dbaccess/source/ui/browser/sbagrid.src
+3
-2
query.src
dbaccess/source/ui/querydesign/query.src
+9
-4
relation.src
dbaccess/source/ui/relationdesign/relation.src
+0
-1
table.src
dbaccess/source/ui/tabledesign/table.src
+12
-5
localize.cxx
l10ntools/source/localize.cxx
+1
-2
AllLangResTarget_rpt.mk
reportdesign/AllLangResTarget_rpt.mk
+0
-1
AllLangResTarget_rptui.mk
reportdesign/AllLangResTarget_rptui.mk
+0
-1
CondFormat.src
reportdesign/source/ui/dlg/CondFormat.src
+0
-1
GroupsSorting.src
reportdesign/source/ui/dlg/GroupsSorting.src
+3
-2
Navigator.src
reportdesign/source/ui/dlg/Navigator.src
+3
-2
PageNumber.src
reportdesign/source/ui/dlg/PageNumber.src
+0
-1
inspection.src
reportdesign/source/ui/inspection/inspection.src
+0
-1
report.src
reportdesign/source/ui/report/report.src
+9
-4
toolbox.src
sc/source/ui/src/toolbox.src
+0
-1
smres.src
starmath/source/smres.src
+0
-1
toolbox.src
starmath/source/toolbox.src
+0
-1
AllLangResTarget_svx.mk
svx/AllLangResTarget_svx.mk
+0
-5
Module_svx.mk
svx/Module_svx.mk
+0
-1
globlmn_tmpl.hrc
svx/inc/globlmn_tmpl.hrc
+0
-48
gridctrl.src
svx/source/fmcomp/gridctrl.src
+3
-2
datanavi.src
svx/source/form/datanavi.src
+0
-1
fmexpl.src
svx/source/form/fmexpl.src
+15
-4
AllLangResTarget_sw.mk
sw/AllLangResTarget_sw.mk
+0
-1
app.src
sw/source/ui/app/app.src
+0
-1
mn.src
sw/source/ui/app/mn.src
+0
-1
shells.src
sw/source/ui/shells/shells.src
+0
-1
workctrl.src
sw/source/uibase/ribbar/workctrl.src
+0
-1
view.src
sw/source/uibase/uiview/view.src
+0
-1
No files found.
dbaccess/AllLangResTarget_dbu.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -25,7 +25,6 @@ $(eval $(call gb_SrsTarget_set_include,dbaccess/dbu,\
$$(INCLUDE) \
-I$(SRCDIR)/dbaccess/inc \
-I$(SRCDIR)/dbaccess/source/ui/inc \
-I$(call gb_SrsTemplateTarget_get_include_dir,) \
))
$(eval $(call gb_SrsTarget_add_files,dbaccess/dbu,\
...
...
dbaccess/source/ui/app/app.src
Dosyayı görüntüle @
d795f836
...
...
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "dbu_app.hrc"
#include <svx/globlmn.hrc>
#include <sfx2/cntids.hrc>
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
...
...
@@ -153,11 +152,15 @@ Menu RID_MENU_APP_EDIT
{
MenuItem
{
ITEM_EDIT_COPY
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem
{
ITEM_EDIT_PASTE
Identifier = SID_PASTE ;
Command = ".uno:Paste" ;
Text [ en-US ] = "~Paste" ;
};
MenuItem
{
...
...
dbaccess/source/ui/browser/sbabrw.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include "dbaccess_helpid.hrc"
#include "dbu_brw.hrc"
#include "browserids.hxx"
#include <svx/globlmn.hrc>
String STR_QUERY_BRW_DELETE_ROWS
{
...
...
@@ -87,7 +86,11 @@ Menu MENU_BROWSER_DEFAULTCONTEXT
{ \
Separator = TRUE; \
}; \
MenuItem { ITEM_EDIT_COPY };
MenuItem {
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem \
{ \
Separator = TRUE; \
...
...
dbaccess/source/ui/browser/sbagrid.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include "dbu_brw.hrc"
#include "dbaccess_helpid.hrc"
#include "browserids.hxx"
#include <svx/globlmn.hrc>
Menu RID_SBA_GRID_COLCTXMENU
{
...
...
@@ -65,7 +64,9 @@ Menu RID_SBA_GRID_ROWCTXMENU
};
MenuItem
{
ITEM_EDIT_COPY
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
};
};
...
...
dbaccess/source/ui/querydesign/query.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "dbu_qry.hrc"
#include "Query.hrc"
#include <svx/globlmn.hrc>
#include <sfx2/cntids.hrc>
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
...
...
@@ -29,7 +28,9 @@ Menu RID_MENU_JOINVIEW_CONNECTION
{
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
MenuItem
{
...
...
@@ -46,7 +47,9 @@ Menu RID_MENU_JOINVIEW_TABLE
{
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
};
};
...
...
@@ -67,7 +70,9 @@ Menu RID_QUERYCOLPOPUPMENU
};
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
};
};
...
...
dbaccess/source/ui/relationdesign/relation.src
Dosyayı görüntüle @
d795f836
...
...
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "dbu_rel.hrc"
#include <svx/globlmn.hrc>
#include <sfx2/cntids.hrc>
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
...
...
dbaccess/source/ui/tabledesign/table.src
Dosyayı görüntüle @
d795f836
...
...
@@ -21,7 +21,6 @@
#include "dbaccess_helpid.hrc"
#include "dbaccess_slotid.hrc"
#include "browserids.hxx"
#include <svx/globlmn.hrc>
String STR_TABLEDESIGN_DBFIELDTYPES
{
...
...
@@ -140,19 +139,27 @@ Menu RID_TABLEDESIGNROWPOPUPMENU
{
MenuItem
{
ITEM_EDIT_CUT
Identifier = SID_CUT ;
Command = ".uno:Cut" ;
Text [ en-US ] = "Cu~t" ;
};
MenuItem
{
ITEM_EDIT_COPY
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem
{
ITEM_EDIT_PASTE
Identifier = SID_PASTE ;
Command = ".uno:Paste" ;
Text [ en-US ] = "~Paste" ;
};
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
MenuItem
{
...
...
l10ntools/source/localize.cxx
Dosyayı görüntüle @
d795f836
...
...
@@ -86,8 +86,7 @@ bool passesNegativeList(const OUString& rUrl) {
bool
passesPositiveList
(
const
OUString
&
rUrl
)
{
static
const
AsciiString
list
[]
=
{
{
RTL_CONSTASCII_STRINGPARAM
(
"/description.xml"
)
},
{
RTL_CONSTASCII_STRINGPARAM
(
"/svx/inc/globlmn_tmpl.hrc"
)
}
{
RTL_CONSTASCII_STRINGPARAM
(
"/description.xml"
)
}
};
return
matchList
(
rUrl
,
list
,
SAL_N_ELEMENTS
(
list
));
}
...
...
reportdesign/AllLangResTarget_rpt.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -24,7 +24,6 @@ $(eval $(call gb_SrsTarget_use_srstargets,reportdesign/res,\
$(eval $(call gb_SrsTarget_set_include,reportdesign/res,\
$$(INCLUDE) \
-I$(SRCDIR)/reportdesign/source/core/inc \
-I$(call gb_SrsTemplateTarget_get_include_dir,) \
))
$(eval $(call gb_SrsTarget_add_files,reportdesign/res,\
...
...
reportdesign/AllLangResTarget_rptui.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -33,7 +33,6 @@ $(eval $(call gb_SrsTarget_set_include,reportdesign/rptui,\
$$(INCLUDE) \
-I$(SRCDIR)/reportdesign/source/ui/inc \
-I$(SRCDIR)/reportdesign/inc \
-I$(call gb_SrsTemplateTarget_get_include_dir,) \
))
...
...
reportdesign/source/ui/dlg/CondFormat.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include "CondFormat.hrc"
#include "RptResId.hrc"
#include "helpids.hrc"
#include <svx/globlmn.hrc>
#include "rptui_slotid.hrc"
String STR_NUMBERED_CONDITION
...
...
reportdesign/source/ui/dlg/GroupsSorting.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "RptResId.hrc"
#include "helpids.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>
String STR_RPT_EXPRESSION
...
...
@@ -117,7 +116,9 @@ Menu RID_GROUPSROWPOPUPMENU
{
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
};
};
...
...
reportdesign/source/ui/dlg/Navigator.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include "RptResId.hrc"
#include "helpids.hrc"
#include "rptui_slotid.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>
#include <svl/solar.hrc>
...
...
@@ -119,7 +118,9 @@ Menu RID_MENU_NAVIGATOR
};
MenuItem
{
ITEM_EDIT_DELETE
Identifier = SID_DELETE ;
Command = ".uno:Delete" ;
Text [ en-US ] = "~Delete" ;
};
};
};
...
...
reportdesign/source/ui/dlg/PageNumber.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "RptResId.hrc"
#include "helpids.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>
String STR_RPT_PN_PAGE
...
...
reportdesign/source/ui/inspection/inspection.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "RptResId.hrc"
#include "rptui_slotid.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>
String RID_STR_PROPPAGE_DEFAULT
...
...
reportdesign/source/ui/report/report.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "RptResId.hrc"
#include "rptui_slotid.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>
#include "helpids.hrc"
...
...
@@ -525,15 +524,21 @@ Menu RID_MENU_REPORT
};
MenuItem
{
ITEM_EDIT_CUT
Identifier = SID_CUT ;
Command = ".uno:Cut" ;
Text [ en-US ] = "Cu~t" ;
};
MenuItem
{
ITEM_EDIT_COPY
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem
{
ITEM_EDIT_PASTE
Identifier = SID_PASTE ;
Command = ".uno:Paste" ;
Text [ en-US ] = "~Paste" ;
};
};
};
...
...
sc/source/ui/src/toolbox.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "sc.hrc"
#include <svx/globlmn.hrc>
String SCSTR_QHELP_POSWND
{
...
...
starmath/source/smres.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include <sfx2/sfx.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
String RID_FONTREGULAR
...
...
starmath/source/toolbox.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include <sfx2/sfx.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
...
...
svx/AllLangResTarget_svx.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -29,7 +29,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,svx/res))
$(eval $(call gb_SrsTarget_set_include,svx/res,\
$$(INCLUDE) \
-I$(call gb_SrsTemplateTarget_get_include_dir,svx) \
-I$(SRCDIR)/svx/source/inc \
-I$(SRCDIR)/svx/source/dialog \
-I$(SRCDIR)/svx/inc/ \
...
...
@@ -87,8 +86,4 @@ $(eval $(call gb_SrsTarget_add_nonlocalizable_files,svx/res,\
svx/source/unodraw/unodraw.src \
))
$(eval $(call gb_SrsTarget_add_templates,svx/res,\
svx/inc/globlmn_tmpl.hrc \
))
# vim: set noet sw=4 ts=4:
svx/Module_svx.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -55,6 +55,5 @@ endif
#todo: noopt for EnhanceCustomShapesFunctionParser.cxx on Solaris Sparc and MacOSX
#todo: -DBOOST_SPIRIT_USE_OLD_NAMESPACE only in CustomShapes ?
#todo: -DUNICODE and -D_UNICODE on WNT for source/dialog
#todo: globlmn.hrc
#todo: component file
# vim: set noet sw=4 ts=4:
svx/inc/globlmn_tmpl.hrc
deleted
100644 → 0
Dosyayı görüntüle @
24905f42
/* -*- 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 _GLOBLMN_HRC
#define _GLOBLMN_HRC
/*------------------------------------------------------------------------
Menu-IDs
------------------------------------------------------------------------*/
#define ITEM_EDIT_CUT \
Identifier = SID_CUT ; \
Command = ".uno:Cut" ; \
Text [ en-US ] = "Cu~t" ;\
#define ITEM_EDIT_COPY \
Identifier = SID_COPY ; \
Command = ".uno:Copy" ; \
Text [ en-US ] = "~Copy" ;\
#define ITEM_EDIT_DELETE \
Identifier = SID_DELETE ; \
Command = ".uno:Delete" ; \
Text [ en-US ] = "~Delete" ;\
#define ITEM_EDIT_PASTE \
Identifier = SID_PASTE ; \
Command = ".uno:Paste" ; \
Text [ en-US ] = "~Paste" ; \
#endif // #ifndef _GLOBLMN_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svx/source/fmcomp/gridctrl.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include "svx/fmresids.hrc"
#include <svx/svxids.hrc>
#include "globlmn.hrc"
#include "fmhelp.hrc"
#include <svx/svxcommands.h>
...
...
@@ -192,7 +191,9 @@ Menu RID_SVXMNU_CELL
{
MenuItem
{
ITEM_EDIT_COPY
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
};
};
...
...
svx/source/form/datanavi.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include "datanavi.hrc"
#include "globlmn.hrc"
#include "svx/dialogs.hrc"
#include "svx/fmresids.hrc"
#include "fmhelp.hrc"
...
...
svx/source/form/fmexpl.src
Dosyayı görüntüle @
d795f836
...
...
@@ -19,7 +19,6 @@
#include <svx/svxids.hrc>
#include "svx/fmresids.hrc"
#include "globlmn.hrc"
#include <svx/svxcommands.h>
#include "fmhelp.hrc"
...
...
@@ -57,9 +56,21 @@ Menu RID_FMEXPLORER_POPUPMENU
HelpId = CMD_SID_FM_CHANGECONTROLTYPE ;
Text [ en-US ] = "Replace with";
};
MenuItem { ITEM_EDIT_CUT };
MenuItem { ITEM_EDIT_COPY };
MenuItem { ITEM_EDIT_PASTE };
MenuItem {
Identifier = SID_CUT ;
Command = ".uno:Cut" ;
Text [ en-US ] = "Cu~t" ;
};
MenuItem {
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem {
Identifier = SID_PASTE ;
Command = ".uno:Paste" ;
Text [ en-US ] = "~Paste" ;
};
MenuItem
{
Identifier = SID_FM_DELETE ;
...
...
sw/AllLangResTarget_sw.mk
Dosyayı görüntüle @
d795f836
...
...
@@ -61,7 +61,6 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\
-I$(SRCDIR)/sw/source/ui/utlui \
-I$(SRCDIR)/sw/source/ui/web \
-I$(SRCDIR)/sw/source/ui/wrtsh \
-I$(call gb_SrsTemplateTarget_get_include_dir,) \
-I$(call gb_SrsTemplateTarget_get_include_dir,sw) \
))
...
...
sw/source/ui/app/app.src
Dosyayı görüntüle @
d795f836
...
...
@@ -20,7 +20,6 @@
#include <svl/style.hrc>
#include <sfx2/sfx.hrc>
#include <svx/dialogs.hrc>
#include <svx/globlmn.hrc>
#include "cmdid.h"
#include "access.hrc"
#include "globals.hrc"
...
...
sw/source/ui/app/mn.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include <svx/dialogs.hrc>
#include <svx/globlmn.hrc>
#include "cmdid.h"
#include "app.hrc"
#include "globals.hrc"
...
...
sw/source/ui/shells/shells.src
Dosyayı görüntüle @
d795f836
...
...
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <svx/svxids.hrc>
#include <svx/globlmn.hrc>
#include "helpid.h"
#include "shells.hrc"
#include "globals.hrc"
...
...
sw/source/uibase/ribbar/workctrl.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include <svx/svxids.hrc>
#include <svx/globlmn.hrc>
#include "globals.hrc"
#include "workctrl.hrc"
#include "helpid.h"
...
...
sw/source/uibase/uiview/view.src
Dosyayı görüntüle @
d795f836
...
...
@@ -18,7 +18,6 @@
*/
#include <svx/svxids.hrc>
#include <svx/globlmn.hrc>
#include "view.hrc"
#include "shells.hrc"
#include "globals.hrc"
...
...
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