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
48adc7fe
Kaydet (Commit)
48adc7fe
authored
Ara 16, 2010
tarafından
Tor Lillqvist
Kaydeden (comit)
Fridrich Štrba
Ara 16, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
First shot on helppacks
üst
7f60013a
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
99 additions
and
22 deletions
+99
-22
macros.inc
scp2/inc/macros.inc
+4
-0
file_base.scp
scp2/source/base/file_base.scp
+2
-1
file_calc.scp
scp2/source/calc/file_calc.scp
+1
-1
file_draw.scp
scp2/source/draw/file_draw.scp
+1
-1
file_impress.scp
scp2/source/impress/file_impress.scp
+1
-1
file_math.scp
scp2/source/math/file_math.scp
+1
-1
directory_ooo.scp
scp2/source/ooo/directory_ooo.scp
+1
-0
file_ooo.scp
scp2/source/ooo/file_ooo.scp
+3
-3
makefile.mk
scp2/source/ooo/makefile.mk
+2
-0
module_help_template.scp
scp2/source/ooo/module_help_template.scp
+38
-0
module_helppack.scp
scp2/source/ooo/module_helppack.scp
+38
-0
module_lang_template.scp
scp2/source/ooo/module_lang_template.scp
+0
-11
makefile.mk
scp2/source/templates/makefile.mk
+6
-2
file_writer.scp
scp2/source/writer/file_writer.scp
+1
-1
No files found.
scp2/inc/macros.inc
Dosyayı görüntüle @
48adc7fe
...
...
@@ -116,6 +116,10 @@
TXT_FILE_BODY
;
\
Styles
=
(
ARCHIVE
,
PATCH
)
#define ARCHIVE_TXT_FILE_BODY_HELPPACK \
TXT_FILE_BODY
;
\
Styles
=
(
ARCHIVE
,
HELPPACK
)
#define ARCHIVE_SUBST_FILE_BODY \
TXT_FILE_BODY
;
\
Styles
=
(
ARCHIVE
,
SUBSTITUTE
)
...
...
scp2/source/base/file_base.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -74,9 +74,10 @@ STD_UNO_LIB_FILE( gid_File_Lib_Rptxml, rptxml )
File gid_File_Help_Sdatabase_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdatabase);
Patchfiles = ();
Styles = (ACRHIVE,HELPPACK);
End
File gid_File_Share_Registry_Base_Xcd
...
...
scp2/source/calc/file_calc.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -67,7 +67,7 @@ STD_RES_FILE( gid_File_Res_Sc, sc )
File gid_File_Help_Scalc_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
Patchfiles = ();
End
...
...
scp2/source/draw/file_draw.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -36,7 +36,7 @@ End
File gid_File_Help_Sdraw_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdraw);
Patchfiles = ();
End
...
...
scp2/source/impress/file_impress.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -47,7 +47,7 @@ End
File gid_File_Help_Simpress_Zip
Dir = gid_Dir_Help_Isolanguage;
TXT_FILE_BODY;
Styles = (ARCHIVE,DONT_OVERWRITE);
Styles = (ARCHIVE,DONT_OVERWRITE
,HELPPACK
);
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(simpress);
Patchfiles = ();
End
...
...
scp2/source/math/file_math.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -52,7 +52,7 @@ End
File gid_File_Help_Smath_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(smath);
Patchfiles = ();
End
...
...
scp2/source/ooo/directory_ooo.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -1237,6 +1237,7 @@ End
Directory gid_Dir_Help_Isolanguage
ParentID = gid_Dir_Help;
DIR_ISOLANGUAGE_ALL_LANG;
Styles = (HELPPACK);
End
#ifdef UNX
...
...
scp2/source/ooo/file_ooo.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -399,7 +399,7 @@ STD_RES_FILE( gid_File_Res_Eme, eme )
File gid_File_Help_Common_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(shared);
Patchfiles = ();
End
...
...
@@ -412,14 +412,14 @@ End
File gid_File_Help_Sbasic_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sbasic);
Patchfiles = ();
End
File gid_File_Help_Schart_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(schart);
End
...
...
scp2/source/ooo/makefile.mk
Dosyayı görüntüle @
48adc7fe
...
...
@@ -290,6 +290,8 @@ PARFILES= \
module_hidden_ooo.par
\
module_langpack.par
\
module_lang_template.par
\
module_helppack.par
\
module_help_template.par
\
module_java.par
\
module_systemint.par
\
module_improvement.par
\
...
...
scp2/source/ooo/module_help_template.scp
0 → 100644
Dosyayı görüntüle @
48adc7fe
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
Module gid_Module_Helppack_Help_Template
ParentID = gid_Module_Helppack_Helproot;
Name = "gid_Module_Helppack_Help_Template";
Description = "gid_Module_Helppack_Help_Template";
Styles = (TEMPLATEMODULE);
Files = (gid_File_Help_Common_Zip,
gid_File_Help_Sbasic_Zip,
gid_File_Help_Schart_Zip);
End
#include "allhelpmodules_root.inc"
scp2/source/ooo/module_helppack.scp
0 → 100644
Dosyayı görüntüle @
48adc7fe
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "macros.inc"
Module gid_Module_Helppack_Helproot
ParentID = gid_Module_Root;
XPDParentID = "root";
Sortkey = "300";
MOD_NAME_DESC(MODULE_ROOT_HELPPACK);
Styles = (SHOW_MULTILINGUAL_ONLY);
End
#include "allhelpmodules.inc"
scp2/source/ooo/module_lang_template.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -114,17 +114,6 @@ Module gid_Module_Langpack_Resource_Template
gid_File_Res_UpdChk,
gid_File_Res_Upd);
End
Module gid_Module_Langpack_Help_Template
ParentID = gid_Module_Langpack_Languageroot;
Name = "gid_Module_Langpack_Help_Template";
Description = "gid_Module_Langpack_Help_Template";
Styles = (TEMPLATEMODULE);
Files = (gid_File_Help_Common_Zip,
gid_File_Help_Sbasic_Zip,
gid_File_Help_Schart_Zip);
End
Module gid_Module_Langpack_Fonts_Template
ParentID = gid_Module_Langpack_Languageroot;
Name = "gid_Module_Langpack_Fonts_Template";
...
...
scp2/source/templates/makefile.mk
Dosyayı görüntüle @
48adc7fe
...
...
@@ -40,9 +40,9 @@ TARGET=templates
COMPLETELANGISO_VAR
:=
$
(
uniq
$(completelangiso)
$(alllangiso)
)
.EXPORT
:
COMPLETELANGISO_VAR
ALLTAR
:
$(INCCOM)$/alllangmodules.inc $(INCCOM)$/alllangmodules_root.inc $(INCCOM)$/alllangmodules_base.inc $(INCCOM)$/alllangmodules_calc.inc $(INCCOM)$/alllangmodules_draw.inc $(INCCOM)$/alllangmodules_impress.inc $(INCCOM)$/alllangmodules_math.inc $(INCCOM)$/alllangmodules_writer.inc $(INCCOM)$/alllangmodules_binfilter.inc $(INCCOM)$/alllangmodules_accessories_templates_root.inc $(INCCOM)$/alllangmodules_accessories_samples_root.inc $(INCCOM)$/alllangmodules_accessories_templates.inc $(INCCOM)$/alllangmodules_accessories_samples.inc $(INCCOM)$/alllangmodules_extensions_templates.inc $(INCCOM)$/alllangmodules_extensions_lightproof.inc
ALLTAR
:
$(INCCOM)$/alllangmodules.inc $(INCCOM)$/alllangmodules_root.inc $(INCCOM)$/alllangmodules_base.inc $(INCCOM)$/alllangmodules_calc.inc $(INCCOM)$/alllangmodules_draw.inc $(INCCOM)$/alllangmodules_impress.inc $(INCCOM)$/alllangmodules_math.inc $(INCCOM)$/alllangmodules_writer.inc $(INCCOM)$/alllangmodules_binfilter.inc $(INCCOM)$/alllangmodules_accessories_templates_root.inc $(INCCOM)$/alllangmodules_accessories_samples_root.inc $(INCCOM)$/alllangmodules_accessories_templates.inc $(INCCOM)$/alllangmodules_accessories_samples.inc $(INCCOM)$/alllangmodules_extensions_templates.inc $(INCCOM)$/alllangmodules_extensions_lightproof.inc
$(INCCOM)$/allhelpmodules.inc $(INCCOM)$/allhelpmodules_root.inc
.INCLUDE .IGNORE
:
$(MISC)$/$(TARGET)_lang_track.mk
.INCLUDE .IGNORE
:
$(MISC)$/$(TARGET)_lang_track.mk
$(MISC)$/$(TARGET)_help_track.mk
.IF
"$(LAST_COMPLETELANGISO_VAR)"
!=
"$(COMPLETELANGISO_VAR)"
PHONYTEMPL
=
.PHONY
.ENDIF
# "$(LAST_COMPLETELANGISO_VAR)"!="$(COMPLETELANGISO_VAR)"
...
...
@@ -50,3 +50,7 @@ $(INCCOM)$/alllangmodules%.inc $(PHONYTEMPL) : module_langpack%.sct
@@-$(RENAME)
$@
$@.tmp
$(COMMAND_ECHO)$(PERL) -w modules.pl -i $< -o $@.tmp && $(RENAME
:
s/+//) $@.tmp $@
@echo
LAST_COMPLETELANGISO_VAR
=
$(COMPLETELANGISO_VAR)
>
$(MISC)$/$(TARGET)
_lang_track.mk
$(INCCOM)$/allhelpmodules%.inc $(PHONYTEMPL)
:
module_helppack%.sct
@@-$(RENAME)
$@
$@.tmp
$(COMMAND_ECHO)$(PERL) -w modules.pl -i $< -o $@.tmp && $(RENAME
:
s/+//) $@.tmp $@
@echo
LAST_COMPLETELANGISO_VAR
=
$(COMPLETELANGISO_VAR)
>
$(MISC)$/$(TARGET)
_help_track.mk
scp2/source/writer/file_writer.scp
Dosyayı görüntüle @
48adc7fe
...
...
@@ -65,7 +65,7 @@ End
File gid_File_Help_Swriter_Zip
Dir = gid_Dir_Help_Isolanguage;
ARCHIVE_TXT_FILE_BODY;
ARCHIVE_TXT_FILE_BODY
_HELPPACK
;
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(swriter);
Patchfiles = ();
End
...
...
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