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
fae56aad
Kaydet (Commit)
fae56aad
authored
Mar 07, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
expand src templates only used in a single place
Change-Id: I0af62539f9dfe636eb242acd766559ffe1097217
üst
71e1a44b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
46 deletions
+25
-46
localize.cxx
l10ntools/source/localize.cxx
+1
-2
AllLangResTarget_sw.mk
sw/AllLangResTarget_sw.mk
+0
-4
redline_tmpl.hrc
sw/source/uibase/inc/redline_tmpl.hrc
+0
-39
olmenu.src
sw/source/uibase/lingu/olmenu.src
+24
-1
No files found.
l10ntools/source/localize.cxx
Dosyayı görüntüle @
fae56aad
...
...
@@ -93,8 +93,7 @@ bool passesPositiveList(const OUString& rUrl) {
{
RTL_CONSTASCII_STRINGPARAM
(
"/dbaccess/source/ui/inc/toolbox_tmpl.hrc"
)
},
{
RTL_CONSTASCII_STRINGPARAM
(
"/description.xml"
)
},
{
RTL_CONSTASCII_STRINGPARAM
(
"/svx/inc/globlmn_tmpl.hrc"
)
},
{
RTL_CONSTASCII_STRINGPARAM
(
"/sw/source/uibase/inc/redline_tmpl.hrc"
)
}
{
RTL_CONSTASCII_STRINGPARAM
(
"/svx/inc/globlmn_tmpl.hrc"
)
}
};
return
matchList
(
rUrl
,
list
,
SAL_N_ELEMENTS
(
list
));
}
...
...
sw/AllLangResTarget_sw.mk
Dosyayı görüntüle @
fae56aad
...
...
@@ -120,8 +120,4 @@ $(eval $(call gb_SrsTarget_add_nonlocalizable_files,sw/res,\
sw/source/ui/envelp/envprt.src \
))
$(eval $(call gb_SrsTarget_add_templates,sw/res,\
sw/source/uibase/inc/redline_tmpl.hrc \
))
# vim: set noet sw=4 ts=4:
sw/source/uibase/inc/redline_tmpl.hrc
deleted
100644 → 0
Dosyayı görüntüle @
71e1a44b
/* -*- 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/.
*
*/
#include "cmdid.h"
#define MN_EDIT_REDLINE \
MenuItem \
{ \
Identifier = FN_REDLINE_ACCEPT_DIRECT; \
HelpId = CMD_FN_REDLINE_ACCEPT_DIRECT ; \
Text [ en-US ] = "Accept Change" ; \
}; \
MenuItem \
{ \
Identifier = FN_REDLINE_REJECT_DIRECT ; \
HelpId = CMD_FN_REDLINE_REJECT_DIRECT ; \
Text [ en-US ] = "Reject Change" ; \
}; \
MenuItem \
{ \
Identifier = FN_REDLINE_NEXT_CHANGE; \
HelpId = CMD_FN_REDLINE_NEXT_CHANGE ; \
Text [ en-US ] = "Next Change" ; \
}; \
MenuItem \
{ \
Identifier = FN_REDLINE_PREV_CHANGE; \
HelpId = CMD_FN_REDLINE_PREV_CHANGE ; \
Text [ en-US ] = "Previous Change" ; \
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/uibase/lingu/olmenu.src
Dosyayı görüntüle @
fae56aad
...
...
@@ -87,7 +87,30 @@ Menu MN_SPELL_POPUP
Text [ en-US ] = "Set Language for Paragraph" ;
};
SEPARATOR
MN_EDIT_REDLINE
MenuItem
{
Identifier = FN_REDLINE_ACCEPT_DIRECT;
HelpId = CMD_FN_REDLINE_ACCEPT_DIRECT ;
Text [ en-US ] = "Accept Change" ;
};
MenuItem
{
Identifier = FN_REDLINE_REJECT_DIRECT ;
HelpId = CMD_FN_REDLINE_REJECT_DIRECT ;
Text [ en-US ] = "Reject Change" ;
};
MenuItem
{
Identifier = FN_REDLINE_NEXT_CHANGE;
HelpId = CMD_FN_REDLINE_NEXT_CHANGE ;
Text [ en-US ] = "Next Change" ;
};
MenuItem
{
Identifier = FN_REDLINE_PREV_CHANGE;
HelpId = CMD_FN_REDLINE_PREV_CHANGE ;
Text [ en-US ] = "Previous Change" ;
};
};
};
String STR_WORD
...
...
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