Compare commits
30 Commits
master
...
libreoffic
| Author | SHA1 | Date | |
|---|---|---|---|
| 85fc209ef1 | |||
| 634364782f | |||
| fa41fa0230 | |||
| 0f12f8a4dc | |||
| 4f095575f5 | |||
| 3b4862b4c8 | |||
| 71a6d6a1f2 | |||
| 87e56bf536 | |||
| 94884d2107 | |||
| 03ff163478 | |||
| 4ec7e03a4c | |||
| 35a43adc47 | |||
| 764b7d243a | |||
| 26b5b4754f | |||
| 96d7d76149 | |||
| cc436650ab | |||
| cb17cdf146 | |||
| 93c1560a8c | |||
| 1053d9d25f | |||
| 495103834a | |||
| 3cff9e221a | |||
| ca76e7f693 | |||
| 7121676863 | |||
| 5268bd87fb | |||
| 0e111bb23b | |||
| 18df2a92e4 | |||
| c0c813639a | |||
| aab06144bd | |||
| 5cee59d11c | |||
| dd60d3ce1b |
3
.github/lockdown.yml
vendored
Normal file
3
.github/lockdown.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app
|
||||
# LibreOffice project uses gerrit as its patch management & review system
|
||||
_extends: core
|
||||
26
.github/workflows/lockdown.yml
vendored
26
.github/workflows/lockdown.yml
vendored
@ -1,26 +0,0 @@
|
||||
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
|
||||
# LibreOffice project uses gerrit as its patch management & review system
|
||||
name: Repo Lockdown
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: opened
|
||||
pull_request_target:
|
||||
types: opened
|
||||
|
||||
jobs:
|
||||
point-to-upstream:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/repo-lockdown@v2.2.0
|
||||
with:
|
||||
issue-comment: >
|
||||
Thank you for your report. We use GitHub as a read-only mirror, so please submit your report into our own bug tracker: https://wiki.documentfoundation.org/QA/BugReport
|
||||
skip-closed-issue-comment: true
|
||||
close-issue: true
|
||||
lock-issue: false
|
||||
pr-comment: >
|
||||
Thank you for your contribution. We use GitHub as a read-only mirror, so please submit your patch into our own code review system: https://wiki.documentfoundation.org/Development/GetInvolved
|
||||
skip-closed-pr-comment: true
|
||||
close-pr: true
|
||||
lock-pr: false
|
||||
@ -86,8 +86,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_calc \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_chart \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_database \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_dataset \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_datasheet \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_dialog \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_dialogcontrol \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_dictionary \
|
||||
@ -96,24 +94,17 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_filesystem \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_form \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_formcontrol \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_formdocument \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_intro \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_l10n \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_menu \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_methods \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_platform \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_popupmenu \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_region \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_session \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_services \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_string \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_textstream \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_timer \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_toc \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_toolbar \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_toolbarbutton \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_ui \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_unittest \
|
||||
helpcontent2/source/text/sbasic/shared/03/sf_writer \
|
||||
helpcontent2/source/text/sbasic/shared/03/lib_schedule \
|
||||
helpcontent2/source/text/sbasic/shared/03/lib_template \
|
||||
@ -121,6 +112,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03000000 \
|
||||
helpcontent2/source/text/sbasic/shared/03010000 \
|
||||
helpcontent2/source/text/sbasic/shared/03010100 \
|
||||
helpcontent2/source/text/sbasic/shared/03010101 \
|
||||
helpcontent2/source/text/sbasic/shared/03010102 \
|
||||
helpcontent2/source/text/sbasic/shared/03010103 \
|
||||
helpcontent2/source/text/sbasic/shared/03010200 \
|
||||
@ -131,7 +123,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03010303 \
|
||||
helpcontent2/source/text/sbasic/shared/03010304 \
|
||||
helpcontent2/source/text/sbasic/shared/03010305 \
|
||||
helpcontent2/source/text/sbasic/shared/03010306 \
|
||||
helpcontent2/source/text/sbasic/shared/03020000 \
|
||||
helpcontent2/source/text/sbasic/shared/03020100 \
|
||||
helpcontent2/source/text/sbasic/shared/03020101 \
|
||||
@ -215,7 +206,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03070400 \
|
||||
helpcontent2/source/text/sbasic/shared/03070500 \
|
||||
helpcontent2/source/text/sbasic/shared/03070600 \
|
||||
helpcontent2/source/text/sbasic/shared/03070700 \
|
||||
helpcontent2/source/text/sbasic/shared/03080000 \
|
||||
helpcontent2/source/text/sbasic/shared/03080100 \
|
||||
helpcontent2/source/text/sbasic/shared/03080101 \
|
||||
@ -397,41 +387,34 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
|
||||
helpcontent2/source/text/sbasic/shared/03160000 \
|
||||
helpcontent2/source/text/sbasic/shared/03170000 \
|
||||
helpcontent2/source/text/sbasic/shared/03170010 \
|
||||
helpcontent2/source/text/sbasic/shared/03170020 \
|
||||
helpcontent2/source/text/sbasic/shared/05060700 \
|
||||
helpcontent2/source/text/sbasic/shared/is_keyword \
|
||||
helpcontent2/source/text/sbasic/shared/new_keyword \
|
||||
helpcontent2/source/text/sbasic/shared/calc_functions \
|
||||
helpcontent2/source/text/sbasic/shared/code-stubs \
|
||||
helpcontent2/source/text/sbasic/shared/CallByName \
|
||||
helpcontent2/source/text/sbasic/shared/classmodule \
|
||||
helpcontent2/source/text/sbasic/shared/collection \
|
||||
helpcontent2/source/text/sbasic/shared/color_scheme \
|
||||
helpcontent2/source/text/sbasic/shared/compatible \
|
||||
helpcontent2/source/text/sbasic/shared/compatibilitymode \
|
||||
helpcontent2/source/text/sbasic/shared/Compiler_options \
|
||||
helpcontent2/source/text/sbasic/shared/CreateUnoSvcWithArgs \
|
||||
helpcontent2/source/text/sbasic/shared/conventions \
|
||||
helpcontent2/source/text/sbasic/shared/doEvents \
|
||||
helpcontent2/source/text/sbasic/shared/enum \
|
||||
helpcontent2/source/text/sbasic/shared/ErrVBA \
|
||||
helpcontent2/source/text/sbasic/shared/exportasfixedformat \
|
||||
helpcontent2/source/text/sbasic/shared/fragments \
|
||||
helpcontent2/source/text/sbasic/shared/GetPathSeparator \
|
||||
helpcontent2/source/text/sbasic/shared/is_keyword \
|
||||
helpcontent2/source/text/sbasic/shared/keys \
|
||||
helpcontent2/source/text/sbasic/shared/main0211 \
|
||||
helpcontent2/source/text/sbasic/shared/main0601 \
|
||||
helpcontent2/source/text/sbasic/shared/new_keyword \
|
||||
helpcontent2/source/text/sbasic/shared/partition \
|
||||
helpcontent2/source/text/sbasic/shared/property \
|
||||
helpcontent2/source/text/sbasic/shared/replace \
|
||||
helpcontent2/source/text/sbasic/shared/uno_objects \
|
||||
helpcontent2/source/text/sbasic/shared/stardesktop \
|
||||
helpcontent2/source/text/sbasic/shared/thisdbdoc \
|
||||
helpcontent2/source/text/sbasic/shared/GetPathSeparator \
|
||||
helpcontent2/source/text/sbasic/shared/keys \
|
||||
helpcontent2/source/text/sbasic/shared/main0211 \
|
||||
helpcontent2/source/text/sbasic/shared/main0601 \
|
||||
helpcontent2/source/text/sbasic/shared/Resume \
|
||||
helpcontent2/source/text/sbasic/shared/special_vba_func \
|
||||
helpcontent2/source/text/sbasic/shared/stardesktop \
|
||||
helpcontent2/source/text/sbasic/shared/strconv \
|
||||
helpcontent2/source/text/sbasic/shared/thisdbdoc \
|
||||
helpcontent2/source/text/sbasic/shared/uno_objects \
|
||||
helpcontent2/source/text/sbasic/shared/vbasupport \
|
||||
helpcontent2/source/text/sbasic/shared/vba_objects \
|
||||
helpcontent2/source/text/sbasic/python/main0000 \
|
||||
helpcontent2/source/text/sbasic/python/python_2_basic \
|
||||
helpcontent2/source/text/sbasic/python/python_dialogs \
|
||||
|
||||
@ -27,7 +27,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/00/00000412 \
|
||||
helpcontent2/source/text/scalc/00/sheet_menu \
|
||||
helpcontent2/source/text/scalc/00/avail_release \
|
||||
helpcontent2/source/text/scalc/01/01120000 \
|
||||
helpcontent2/source/text/scalc/01/02110000 \
|
||||
helpcontent2/source/text/scalc/01/02120000 \
|
||||
helpcontent2/source/text/scalc/01/02120100 \
|
||||
helpcontent2/source/text/scalc/01/02140000 \
|
||||
helpcontent2/source/text/scalc/01/02140100 \
|
||||
@ -46,7 +48,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/02190200 \
|
||||
helpcontent2/source/text/scalc/01/02200000 \
|
||||
helpcontent2/source/text/scalc/01/02210000 \
|
||||
helpcontent2/source/text/scalc/01/02220000 \
|
||||
helpcontent2/source/text/scalc/01/03070000 \
|
||||
helpcontent2/source/text/scalc/01/03080000 \
|
||||
helpcontent2/source/text/scalc/01/03090000 \
|
||||
@ -94,9 +95,12 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/05020000 \
|
||||
helpcontent2/source/text/scalc/01/05020600 \
|
||||
helpcontent2/source/text/scalc/01/05030000 \
|
||||
helpcontent2/source/text/scalc/01/05030200 \
|
||||
helpcontent2/source/text/scalc/01/05030300 \
|
||||
helpcontent2/source/text/scalc/01/05030400 \
|
||||
helpcontent2/source/text/scalc/01/05040000 \
|
||||
helpcontent2/source/text/scalc/01/05040200 \
|
||||
helpcontent2/source/text/scalc/01/05050000 \
|
||||
helpcontent2/source/text/scalc/01/05050100 \
|
||||
helpcontent2/source/text/scalc/01/05050300 \
|
||||
helpcontent2/source/text/scalc/01/05060000 \
|
||||
@ -107,12 +111,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/05080200 \
|
||||
helpcontent2/source/text/scalc/01/05080300 \
|
||||
helpcontent2/source/text/scalc/01/05080400 \
|
||||
helpcontent2/source/text/scalc/01/05100000 \
|
||||
helpcontent2/source/text/scalc/01/05110000 \
|
||||
helpcontent2/source/text/scalc/01/05120000 \
|
||||
helpcontent2/source/text/scalc/01/05120100 \
|
||||
helpcontent2/source/text/scalc/01/05120200 \
|
||||
helpcontent2/source/text/scalc/01/05120300 \
|
||||
helpcontent2/source/text/scalc/01/05120400 \
|
||||
helpcontent2/source/text/scalc/01/05120500 \
|
||||
helpcontent2/source/text/scalc/01/06020000 \
|
||||
helpcontent2/source/text/scalc/01/06030000 \
|
||||
helpcontent2/source/text/scalc/01/06030100 \
|
||||
helpcontent2/source/text/scalc/01/06030200 \
|
||||
@ -127,6 +129,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/06040000 \
|
||||
helpcontent2/source/text/scalc/01/06050000 \
|
||||
helpcontent2/source/text/scalc/01/06060000 \
|
||||
helpcontent2/source/text/scalc/01/06060100 \
|
||||
helpcontent2/source/text/scalc/01/06060200 \
|
||||
helpcontent2/source/text/scalc/01/06070000 \
|
||||
helpcontent2/source/text/scalc/01/06080000 \
|
||||
@ -135,6 +138,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/07090000 \
|
||||
helpcontent2/source/text/scalc/01/07090100 \
|
||||
helpcontent2/source/text/scalc/01/12010000 \
|
||||
helpcontent2/source/text/scalc/01/12010100 \
|
||||
helpcontent2/source/text/scalc/01/12020000 \
|
||||
helpcontent2/source/text/scalc/01/12030000 \
|
||||
helpcontent2/source/text/scalc/01/12030100 \
|
||||
@ -175,41 +179,22 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/12120100 \
|
||||
helpcontent2/source/text/scalc/01/12120200 \
|
||||
helpcontent2/source/text/scalc/01/12120300 \
|
||||
helpcontent2/source/text/scalc/01/Add \
|
||||
helpcontent2/source/text/scalc/01/calculate \
|
||||
helpcontent2/source/text/scalc/01/cell_styles \
|
||||
helpcontent2/source/text/scalc/01/calculation_accuracy \
|
||||
helpcontent2/source/text/scalc/01/data_form \
|
||||
helpcontent2/source/text/scalc/01/databar_more_options \
|
||||
helpcontent2/source/text/scalc/01/database_table_reference \
|
||||
helpcontent2/source/text/scalc/01/data_provider \
|
||||
helpcontent2/source/text/scalc/01/default_number_formats \
|
||||
helpcontent2/source/text/scalc/01/DeleteNote \
|
||||
helpcontent2/source/text/scalc/01/DeleteAllNotes \
|
||||
helpcontent2/source/text/scalc/01/duplicate_sheet \
|
||||
helpcontent2/source/text/scalc/01/EditSelectMenu \
|
||||
helpcontent2/source/text/scalc/01/events_sheet \
|
||||
helpcontent2/source/text/scalc/01/databar_more_options \
|
||||
helpcontent2/source/text/scalc/01/ex_data_stat_func \
|
||||
helpcontent2/source/text/scalc/01/FieldMenu \
|
||||
helpcontent2/source/text/scalc/01/formula2value \
|
||||
helpcontent2/source/text/scalc/01/FormatSparklineMenu \
|
||||
helpcontent2/source/text/scalc/01/format_graphic \
|
||||
helpcontent2/source/text/scalc/01/ful_func \
|
||||
helpcontent2/source/text/scalc/01/func_aggregate \
|
||||
helpcontent2/source/text/scalc/01/func_arabic \
|
||||
helpcontent2/source/text/scalc/01/func_asc \
|
||||
helpcontent2/source/text/scalc/01/func_averageif \
|
||||
helpcontent2/source/text/scalc/01/func_averageifs \
|
||||
helpcontent2/source/text/scalc/01/func_base \
|
||||
helpcontent2/source/text/scalc/01/func_bahttext \
|
||||
helpcontent2/source/text/scalc/01/func_char \
|
||||
helpcontent2/source/text/scalc/01/func_clean \
|
||||
helpcontent2/source/text/scalc/01/func_ceiling \
|
||||
helpcontent2/source/text/scalc/01/func_choosecols \
|
||||
helpcontent2/source/text/scalc/01/func_chooserows \
|
||||
helpcontent2/source/text/scalc/01/func_countifs \
|
||||
helpcontent2/source/text/scalc/01/func_color \
|
||||
helpcontent2/source/text/scalc/01/func_code \
|
||||
helpcontent2/source/text/scalc/01/func_concatenate \
|
||||
helpcontent2/source/text/scalc/01/func_concat \
|
||||
helpcontent2/source/text/scalc/01/func_convert \
|
||||
helpcontent2/source/text/scalc/01/func_date \
|
||||
@ -218,23 +203,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/func_day \
|
||||
helpcontent2/source/text/scalc/01/func_days \
|
||||
helpcontent2/source/text/scalc/01/func_days360 \
|
||||
helpcontent2/source/text/scalc/01/func_decimal \
|
||||
helpcontent2/source/text/scalc/01/func_dollar \
|
||||
helpcontent2/source/text/scalc/01/func_drop \
|
||||
helpcontent2/source/text/scalc/01/func_encodeurl \
|
||||
helpcontent2/source/text/scalc/01/func_exact \
|
||||
helpcontent2/source/text/scalc/01/func_find \
|
||||
helpcontent2/source/text/scalc/01/func_fixed \
|
||||
helpcontent2/source/text/scalc/01/func_left \
|
||||
helpcontent2/source/text/scalc/01/func_len \
|
||||
helpcontent2/source/text/scalc/01/func_lower \
|
||||
helpcontent2/source/text/scalc/01/func_eastersunday \
|
||||
helpcontent2/source/text/scalc/01/func_edate \
|
||||
helpcontent2/source/text/scalc/01/func_eomonth \
|
||||
helpcontent2/source/text/scalc/01/func_error_type \
|
||||
helpcontent2/source/text/scalc/01/func_expand \
|
||||
helpcontent2/source/text/scalc/01/func_filter \
|
||||
helpcontent2/source/text/scalc/01/func_filterxml \
|
||||
helpcontent2/source/text/scalc/01/func_findb \
|
||||
helpcontent2/source/text/scalc/01/func_floor \
|
||||
helpcontent2/source/text/scalc/01/func_forecastetsadd \
|
||||
@ -247,7 +219,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/func_fourier \
|
||||
helpcontent2/source/text/scalc/01/exponsmooth_embd \
|
||||
helpcontent2/source/text/scalc/01/func_hour \
|
||||
helpcontent2/source/text/scalc/01/func_hstack \
|
||||
helpcontent2/source/text/scalc/01/func_ifs \
|
||||
helpcontent2/source/text/scalc/01/func_imcot \
|
||||
helpcontent2/source/text/scalc/01/func_imcos \
|
||||
@ -261,13 +232,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/func_imtan \
|
||||
helpcontent2/source/text/scalc/01/func_isoweeknum \
|
||||
helpcontent2/source/text/scalc/01/func_jis \
|
||||
helpcontent2/source/text/scalc/01/func_leftb \
|
||||
helpcontent2/source/text/scalc/01/func_lenb \
|
||||
helpcontent2/source/text/scalc/01/func_lookup \
|
||||
helpcontent2/source/text/scalc/01/func_mid \
|
||||
helpcontent2/source/text/scalc/01/func_midb \
|
||||
helpcontent2/source/text/scalc/01/func_rightb \
|
||||
helpcontent2/source/text/scalc/01/func_let \
|
||||
helpcontent2/source/text/scalc/01/func_maxifs \
|
||||
helpcontent2/source/text/scalc/01/func_minifs \
|
||||
helpcontent2/source/text/scalc/01/func_minute \
|
||||
@ -283,94 +247,34 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/func_opt_prob_hit \
|
||||
helpcontent2/source/text/scalc/01/func_opt_prob_inmoney \
|
||||
helpcontent2/source/text/scalc/01/func_opt_touch \
|
||||
helpcontent2/source/text/scalc/01/func_proper \
|
||||
helpcontent2/source/text/scalc/01/func_replace \
|
||||
helpcontent2/source/text/scalc/01/func_rept \
|
||||
helpcontent2/source/text/scalc/01/func_right \
|
||||
helpcontent2/source/text/scalc/01/func_search \
|
||||
helpcontent2/source/text/scalc/01/func_substitute \
|
||||
helpcontent2/source/text/scalc/01/func_t \
|
||||
helpcontent2/source/text/scalc/01/func_take \
|
||||
helpcontent2/source/text/scalc/01/func_text \
|
||||
helpcontent2/source/text/scalc/01/func_tocol \
|
||||
helpcontent2/source/text/scalc/01/func_torow \
|
||||
helpcontent2/source/text/scalc/01/func_trim \
|
||||
helpcontent2/source/text/scalc/01/func_unichar \
|
||||
helpcontent2/source/text/scalc/01/func_unicode \
|
||||
helpcontent2/source/text/scalc/01/func_upper \
|
||||
helpcontent2/source/text/scalc/01/func_randarray \
|
||||
helpcontent2/source/text/scalc/01/func_rawsubtract \
|
||||
helpcontent2/source/text/scalc/01/func_regex \
|
||||
helpcontent2/source/text/scalc/01/func_replaceb \
|
||||
helpcontent2/source/text/scalc/01/func_roman \
|
||||
helpcontent2/source/text/scalc/01/func_rounddown \
|
||||
helpcontent2/source/text/scalc/01/func_roundsig \
|
||||
helpcontent2/source/text/scalc/01/func_searchb \
|
||||
helpcontent2/source/text/scalc/01/func_second \
|
||||
helpcontent2/source/text/scalc/01/func_sequence \
|
||||
helpcontent2/source/text/scalc/01/func_skewp \
|
||||
helpcontent2/source/text/scalc/01/func_sort \
|
||||
helpcontent2/source/text/scalc/01/func_sortby \
|
||||
helpcontent2/source/text/scalc/01/func_style \
|
||||
helpcontent2/source/text/scalc/01/func_searchb \
|
||||
helpcontent2/source/text/scalc/01/func_sum \
|
||||
helpcontent2/source/text/scalc/01/func_sumif \
|
||||
helpcontent2/source/text/scalc/01/func_sumifs \
|
||||
helpcontent2/source/text/scalc/01/func_switch \
|
||||
helpcontent2/source/text/scalc/01/func_textafter \
|
||||
helpcontent2/source/text/scalc/01/func_textbefore \
|
||||
helpcontent2/source/text/scalc/01/func_textjoin \
|
||||
helpcontent2/source/text/scalc/01/func_textsplit \
|
||||
helpcontent2/source/text/scalc/01/func_time \
|
||||
helpcontent2/source/text/scalc/01/func_timevalue \
|
||||
helpcontent2/source/text/scalc/01/func_today \
|
||||
helpcontent2/source/text/scalc/01/func_trunc \
|
||||
helpcontent2/source/text/scalc/01/func_unique \
|
||||
helpcontent2/source/text/scalc/01/func_value \
|
||||
helpcontent2/source/text/scalc/01/func_vstack \
|
||||
helpcontent2/source/text/scalc/01/func_xlookup \
|
||||
helpcontent2/source/text/scalc/01/func_xmatch \
|
||||
helpcontent2/source/text/scalc/01/func_weekday \
|
||||
helpcontent2/source/text/scalc/01/func_webservice \
|
||||
helpcontent2/source/text/scalc/01/func_weeknum \
|
||||
helpcontent2/source/text/scalc/01/func_weeknum_ooo \
|
||||
helpcontent2/source/text/scalc/01/func_weeknumadd \
|
||||
helpcontent2/source/text/scalc/01/func_workday \
|
||||
helpcontent2/source/text/scalc/01/func_wrapcols \
|
||||
helpcontent2/source/text/scalc/01/func_wraprows \
|
||||
helpcontent2/source/text/scalc/01/func_year \
|
||||
helpcontent2/source/text/scalc/01/func_yearfrac \
|
||||
helpcontent2/source/text/scalc/01/HandleDuplicateRecords \
|
||||
helpcontent2/source/text/scalc/01/HideNote \
|
||||
helpcontent2/source/text/scalc/01/hide_sheet \
|
||||
helpcontent2/source/text/scalc/01/InsertCurrentDate \
|
||||
helpcontent2/source/text/scalc/01/InsertCurrentTime \
|
||||
helpcontent2/source/text/scalc/01/JumpToNextTableSel \
|
||||
helpcontent2/source/text/scalc/01/JumpToNextTable \
|
||||
helpcontent2/source/text/scalc/01/JumpToPrevTableSel \
|
||||
helpcontent2/source/text/scalc/01/JumpToPrevTable \
|
||||
helpcontent2/source/text/scalc/01/live_data_stream \
|
||||
helpcontent2/source/text/scalc/01/ManageNames \
|
||||
helpcontent2/source/text/scalc/01/MergeCellsMenu \
|
||||
helpcontent2/source/text/scalc/01/NavigateMenu \
|
||||
helpcontent2/source/text/scalc/01/NormalViewMode \
|
||||
helpcontent2/source/text/scalc/01/pastespecialcalc \
|
||||
helpcontent2/source/text/scalc/01/ODFF \
|
||||
helpcontent2/source/text/scalc/01/recalculate_hard \
|
||||
helpcontent2/source/text/scalc/01/SelectColumn \
|
||||
helpcontent2/source/text/scalc/01/SelectData \
|
||||
helpcontent2/source/text/scalc/01/SelectRow \
|
||||
helpcontent2/source/text/scalc/01/SetInputMode \
|
||||
helpcontent2/source/text/scalc/01/shared_spreadsheet \
|
||||
helpcontent2/source/text/scalc/01/SheetCommentMenu \
|
||||
helpcontent2/source/text/scalc/01/sheet_tab_color \
|
||||
helpcontent2/source/text/scalc/01/ShowNote \
|
||||
helpcontent2/source/text/scalc/01/sidebar_alignment \
|
||||
helpcontent2/source/text/scalc/01/sidebar_cell_appearance \
|
||||
helpcontent2/source/text/scalc/01/sidebar_number_format \
|
||||
helpcontent2/source/text/scalc/01/solver \
|
||||
helpcontent2/source/text/scalc/01/solver_options \
|
||||
helpcontent2/source/text/scalc/01/solver_options_algo \
|
||||
helpcontent2/source/text/scalc/01/sparklines \
|
||||
helpcontent2/source/text/scalc/01/statistics \
|
||||
helpcontent2/source/text/scalc/01/statistics_anova \
|
||||
helpcontent2/source/text/scalc/01/statistics_correlation \
|
||||
@ -386,17 +290,14 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/01/statistics_test_t \
|
||||
helpcontent2/source/text/scalc/01/statistics_test_z \
|
||||
helpcontent2/source/text/scalc/01/stat_data \
|
||||
helpcontent2/source/text/scalc/01/TableSelectAll \
|
||||
helpcontent2/source/text/scalc/01/ODFF \
|
||||
helpcontent2/source/text/scalc/01/text2columns \
|
||||
helpcontent2/source/text/scalc/01/ToggleFormula \
|
||||
helpcontent2/source/text/scalc/01/ToggleRelative \
|
||||
helpcontent2/source/text/scalc/01/ToggleSheetGrid \
|
||||
helpcontent2/source/text/scalc/01/SelectUnprotectedCells \
|
||||
helpcontent2/source/text/scalc/01/SelectVisibleColumns \
|
||||
helpcontent2/source/text/scalc/01/SelectVisibleRows \
|
||||
helpcontent2/source/text/scalc/01/ViewHiddenColRow \
|
||||
helpcontent2/source/text/scalc/01/zoom \
|
||||
helpcontent2/source/text/scalc/01/xml_source \
|
||||
helpcontent2/source/text/scalc/02/02130000 \
|
||||
helpcontent2/source/text/scalc/02/02140000 \
|
||||
helpcontent2/source/text/scalc/02/02150000 \
|
||||
helpcontent2/source/text/scalc/02/02160000 \
|
||||
helpcontent2/source/text/scalc/02/02170000 \
|
||||
helpcontent2/source/text/scalc/02/06010000 \
|
||||
helpcontent2/source/text/scalc/02/06030000 \
|
||||
helpcontent2/source/text/scalc/02/06040000 \
|
||||
@ -444,7 +345,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/guide/database_sort \
|
||||
helpcontent2/source/text/scalc/guide/datapilot \
|
||||
helpcontent2/source/text/scalc/guide/datapilot_createtable \
|
||||
helpcontent2/source/text/scalc/guide/datapilot_formatting \
|
||||
helpcontent2/source/text/scalc/guide/datapilot_deletetable \
|
||||
helpcontent2/source/text/scalc/guide/datapilot_edittable \
|
||||
helpcontent2/source/text/scalc/guide/datapilot_filtertable \
|
||||
@ -467,7 +367,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/guide/goalseek \
|
||||
helpcontent2/source/text/scalc/guide/html_doc \
|
||||
helpcontent2/source/text/scalc/guide/integer_leading_zero \
|
||||
helpcontent2/source/text/scalc/guide/json \
|
||||
helpcontent2/source/text/scalc/guide/keyboard \
|
||||
helpcontent2/source/text/scalc/guide/line_fix \
|
||||
helpcontent2/source/text/scalc/guide/main \
|
||||
@ -490,7 +389,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/guide/print_landscape \
|
||||
helpcontent2/source/text/scalc/guide/print_title_row \
|
||||
helpcontent2/source/text/scalc/guide/printranges \
|
||||
helpcontent2/source/text/scalc/guide/r1c1syntax \
|
||||
helpcontent2/source/text/scalc/guide/relativ_absolut_ref \
|
||||
helpcontent2/source/text/scalc/guide/remove_duplicates \
|
||||
helpcontent2/source/text/scalc/guide/rename_table \
|
||||
@ -513,9 +411,15 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
|
||||
helpcontent2/source/text/scalc/guide/webquery \
|
||||
helpcontent2/source/text/scalc/guide/wildcards \
|
||||
helpcontent2/source/text/scalc/guide/year2000 \
|
||||
helpcontent2/source/text/scalc/menu/sheet_tab_menu \
|
||||
helpcontent2/source/text/scalc/main0000 \
|
||||
helpcontent2/source/text/scalc/main0100 \
|
||||
helpcontent2/source/text/scalc/main0101 \
|
||||
helpcontent2/source/text/scalc/main0102 \
|
||||
helpcontent2/source/text/scalc/main0103 \
|
||||
helpcontent2/source/text/scalc/main0104 \
|
||||
helpcontent2/source/text/scalc/main0105 \
|
||||
helpcontent2/source/text/scalc/main0106 \
|
||||
helpcontent2/source/text/scalc/main0107 \
|
||||
helpcontent2/source/text/scalc/main0112 \
|
||||
helpcontent2/source/text/scalc/main0116 \
|
||||
helpcontent2/source/text/scalc/main0200 \
|
||||
|
||||
@ -47,7 +47,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,schart,\
|
||||
helpcontent2/source/text/schart/01/05080000 \
|
||||
helpcontent2/source/text/schart/01/05120000 \
|
||||
helpcontent2/source/text/schart/01/choose_chart_type \
|
||||
helpcontent2/source/text/schart/01/data_table \
|
||||
helpcontent2/source/text/schart/01/smooth_line_properties \
|
||||
helpcontent2/source/text/schart/01/stepped_line_properties \
|
||||
helpcontent2/source/text/schart/01/three_d_view \
|
||||
@ -57,7 +56,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,schart,\
|
||||
helpcontent2/source/text/schart/01/type_column_line \
|
||||
helpcontent2/source/text/schart/01/type_line \
|
||||
helpcontent2/source/text/schart/01/type_net \
|
||||
helpcontent2/source/text/schart/01/type_ofpie \
|
||||
helpcontent2/source/text/schart/01/type_pie \
|
||||
helpcontent2/source/text/schart/01/type_stock \
|
||||
helpcontent2/source/text/schart/01/type_xy \
|
||||
|
||||
@ -39,10 +39,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\
|
||||
helpcontent2/source/text/sdatabase/05040100 \
|
||||
helpcontent2/source/text/sdatabase/05040200 \
|
||||
helpcontent2/source/text/sdatabase/toolbars \
|
||||
helpcontent2/source/text/sdatabase/toolbar_table \
|
||||
helpcontent2/source/text/sdatabase/toolbar_query \
|
||||
helpcontent2/source/text/sdatabase/toolbar_form \
|
||||
helpcontent2/source/text/sdatabase/toolbar_report \
|
||||
helpcontent2/source/text/sdatabase/11000002 \
|
||||
helpcontent2/source/text/sdatabase/11020000 \
|
||||
helpcontent2/source/text/sdatabase/11030000 \
|
||||
@ -62,48 +58,26 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\
|
||||
helpcontent2/source/text/sdatabase/dabawiz02 \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02access \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02ado \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02connection \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02dbase \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02firebird \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02jdbc \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02mysql \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02odbc \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02pgsql \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02oracle \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02spreadsheet \
|
||||
helpcontent2/source/text/sdatabase/dabawiz02text \
|
||||
helpcontent2/source/text/sdatabase/dabawiz03auth \
|
||||
helpcontent2/source/text/sdatabase/menubar \
|
||||
helpcontent2/source/text/sdatabase/menuedit \
|
||||
helpcontent2/source/text/sdatabase/menufile \
|
||||
helpcontent2/source/text/sdatabase/menufilesave \
|
||||
helpcontent2/source/text/sdatabase/menuinsert \
|
||||
helpcontent2/source/text/sdatabase/menutools \
|
||||
helpcontent2/source/text/sdatabase/menuview \
|
||||
helpcontent2/source/text/sdatabase/migrate_macros \
|
||||
helpcontent2/source/text/sdatabase/password \
|
||||
helpcontent2/source/text/sdatabase/querywizard00 \
|
||||
helpcontent2/source/text/sdatabase/querywizard01 \
|
||||
helpcontent2/source/text/sdatabase/querywizard02 \
|
||||
helpcontent2/source/text/sdatabase/querywizard03 \
|
||||
helpcontent2/source/text/sdatabase/querywizard04 \
|
||||
helpcontent2/source/text/sdatabase/querywizard05 \
|
||||
helpcontent2/source/text/sdatabase/querywizard06 \
|
||||
helpcontent2/source/text/sdatabase/querywizard07 \
|
||||
helpcontent2/source/text/sdatabase/querywizard08 \
|
||||
helpcontent2/source/text/sdatabase/tablewizard00 \
|
||||
helpcontent2/source/text/sdatabase/tablewizard01 \
|
||||
helpcontent2/source/text/sdatabase/tablewizard02 \
|
||||
helpcontent2/source/text/sdatabase/tablewizard03 \
|
||||
helpcontent2/source/text/sdatabase/tablewizard04 \
|
||||
helpcontent2/source/text/sdatabase/rep_datetime \
|
||||
helpcontent2/source/text/sdatabase/rep_insertfield \
|
||||
helpcontent2/source/text/sdatabase/rep_main \
|
||||
helpcontent2/source/text/sdatabase/rep_navigator \
|
||||
helpcontent2/source/text/sdatabase/rep_pagenumbers \
|
||||
helpcontent2/source/text/sdatabase/rep_prop \
|
||||
helpcontent2/source/text/sdatabase/rep_sort \
|
||||
helpcontent2/source/text/sdatabase/SortDown \
|
||||
helpcontent2/source/text/sdatabase/SortUp \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -20,17 +20,16 @@ $(eval $(call gb_AllLangHelp_use_linked_modules,sdraw,\
|
||||
$(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\
|
||||
helpcontent2/source/text/sdraw/00/00000004 \
|
||||
helpcontent2/source/text/sdraw/00/page_menu \
|
||||
helpcontent2/source/text/sdraw/00/insert_menu \
|
||||
helpcontent2/source/text/sdraw/01/3dsettings_toolbar \
|
||||
helpcontent2/source/text/sdraw/01/consolidatetext \
|
||||
helpcontent2/source/text/sdraw/01/delete_page \
|
||||
helpcontent2/source/text/sdraw/01/equalize_height \
|
||||
helpcontent2/source/text/sdraw/01/equalize_width \
|
||||
helpcontent2/source/text/sdraw/01/duplicate_page \
|
||||
helpcontent2/source/text/sdraw/01/insert_layer \
|
||||
helpcontent2/source/text/sdraw/01/modify_layer \
|
||||
helpcontent2/source/text/sdraw/01/new_page \
|
||||
helpcontent2/source/text/sdraw/01/navigate_page \
|
||||
helpcontent2/source/text/sdraw/01/page_properties \
|
||||
helpcontent2/source/text/sdraw/01/rename_page \
|
||||
helpcontent2/source/text/sdraw/01/TextAutoFitToSize \
|
||||
helpcontent2/source/text/sdraw/04/01020000 \
|
||||
helpcontent2/source/text/sdraw/guide/align_arrange \
|
||||
helpcontent2/source/text/sdraw/guide/color_define \
|
||||
@ -47,16 +46,23 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\
|
||||
helpcontent2/source/text/sdraw/guide/keyboard \
|
||||
helpcontent2/source/text/sdraw/guide/layers \
|
||||
helpcontent2/source/text/sdraw/guide/layer_move \
|
||||
helpcontent2/source/text/sdraw/guide/layer_new \
|
||||
helpcontent2/source/text/sdraw/guide/layer_tipps \
|
||||
helpcontent2/source/text/sdraw/guide/main \
|
||||
helpcontent2/source/text/sdraw/guide/rotate_object \
|
||||
helpcontent2/source/text/sdraw/guide/text_enter \
|
||||
helpcontent2/source/text/sdraw/main0000 \
|
||||
helpcontent2/source/text/sdraw/main0100 \
|
||||
helpcontent2/source/text/sdraw/main0101 \
|
||||
helpcontent2/source/text/sdraw/main_edit \
|
||||
helpcontent2/source/text/sdraw/main0103 \
|
||||
helpcontent2/source/text/sdraw/main_insert \
|
||||
helpcontent2/source/text/sdraw/main_format \
|
||||
helpcontent2/source/text/sdraw/main_page \
|
||||
helpcontent2/source/text/sdraw/main_shape \
|
||||
helpcontent2/source/text/sdraw/main_tools \
|
||||
helpcontent2/source/text/sdraw/main0200 \
|
||||
helpcontent2/source/text/sdraw/main0202 \
|
||||
helpcontent2/source/text/sdraw/main0210 \
|
||||
helpcontent2/source/text/sdraw/main0213 \
|
||||
helpcontent2/source/text/sdraw/main0503 \
|
||||
|
||||
@ -72,15 +72,17 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/01010202 \
|
||||
helpcontent2/source/text/shared/01/01010203 \
|
||||
helpcontent2/source/text/shared/01/01010300 \
|
||||
helpcontent2/source/text/shared/01/01010301 \
|
||||
helpcontent2/source/text/shared/01/01010302 \
|
||||
helpcontent2/source/text/shared/01/01010303 \
|
||||
helpcontent2/source/text/shared/01/01010304 \
|
||||
helpcontent2/source/text/shared/01/01020000 \
|
||||
helpcontent2/source/text/shared/01/OpenRemote \
|
||||
helpcontent2/source/text/shared/01/01020001 \
|
||||
helpcontent2/source/text/shared/01/01020101 \
|
||||
helpcontent2/source/text/shared/01/01020103 \
|
||||
helpcontent2/source/text/shared/01/01050000 \
|
||||
helpcontent2/source/text/shared/01/01060000 \
|
||||
helpcontent2/source/text/shared/01/SaveAsRemote \
|
||||
helpcontent2/source/text/shared/01/01060001 \
|
||||
helpcontent2/source/text/shared/01/01060002 \
|
||||
helpcontent2/source/text/shared/01/01070000 \
|
||||
helpcontent2/source/text/shared/01/01070001 \
|
||||
@ -163,6 +165,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/05020200 \
|
||||
helpcontent2/source/text/shared/01/05020300 \
|
||||
helpcontent2/source/text/shared/01/05020301 \
|
||||
helpcontent2/source/text/shared/01/05020400 \
|
||||
helpcontent2/source/text/shared/01/05020500 \
|
||||
helpcontent2/source/text/shared/01/05020600 \
|
||||
helpcontent2/source/text/shared/01/05020700 \
|
||||
@ -182,11 +185,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/05070200 \
|
||||
helpcontent2/source/text/shared/01/05070300 \
|
||||
helpcontent2/source/text/shared/01/05070400 \
|
||||
helpcontent2/source/text/shared/01/05070410 \
|
||||
helpcontent2/source/text/shared/01/05070500 \
|
||||
helpcontent2/source/text/shared/01/05070510 \
|
||||
helpcontent2/source/text/shared/01/05070600 \
|
||||
helpcontent2/source/text/shared/01/05070610 \
|
||||
helpcontent2/source/text/shared/01/05080000 \
|
||||
helpcontent2/source/text/shared/01/05080100 \
|
||||
helpcontent2/source/text/shared/01/05080200 \
|
||||
@ -260,8 +260,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/05290300 \
|
||||
helpcontent2/source/text/shared/01/05290400 \
|
||||
helpcontent2/source/text/shared/01/05320000 \
|
||||
helpcontent2/source/text/shared/01/05320001 \
|
||||
helpcontent2/source/text/shared/01/05320002 \
|
||||
helpcontent2/source/text/shared/01/05340100 \
|
||||
helpcontent2/source/text/shared/01/05340200 \
|
||||
helpcontent2/source/text/shared/01/05340300 \
|
||||
@ -309,6 +307,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/06130100 \
|
||||
helpcontent2/source/text/shared/01/06130200 \
|
||||
helpcontent2/source/text/shared/01/06130300 \
|
||||
helpcontent2/source/text/shared/01/06130500 \
|
||||
helpcontent2/source/text/shared/01/06140000 \
|
||||
helpcontent2/source/text/shared/01/06140100 \
|
||||
helpcontent2/source/text/shared/01/06140101 \
|
||||
@ -327,64 +326,31 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/06200000 \
|
||||
helpcontent2/source/text/shared/01/06201000 \
|
||||
helpcontent2/source/text/shared/01/06202000 \
|
||||
helpcontent2/source/text/shared/01/06990000 \
|
||||
helpcontent2/source/text/shared/01/07010000 \
|
||||
helpcontent2/source/text/shared/01/07080000 \
|
||||
helpcontent2/source/text/shared/01/about_meta_tags \
|
||||
helpcontent2/source/text/shared/01/addsignatureline \
|
||||
helpcontent2/source/text/shared/01/AutoFormat \
|
||||
helpcontent2/source/text/shared/01/AutoRedactDoc \
|
||||
helpcontent2/source/text/shared/01/certificatepath \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseRotateCase \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseToLower \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseToSentenceCase \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseToTitleCase \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseToToggleCase \
|
||||
helpcontent2/source/text/shared/01/ChangeCaseToUpper \
|
||||
helpcontent2/source/text/shared/01/classificationbar \
|
||||
helpcontent2/source/text/shared/01/classificationdialog \
|
||||
helpcontent2/source/text/shared/01/DeleteColumns \
|
||||
helpcontent2/source/text/shared/01/DeleteRows \
|
||||
helpcontent2/source/text/shared/01/DeleteTable \
|
||||
helpcontent2/source/text/shared/01/digitalsignatures \
|
||||
helpcontent2/source/text/shared/01/digitalsignaturespdf \
|
||||
helpcontent2/source/text/shared/01/DrawText \
|
||||
helpcontent2/source/text/shared/01/EntireCell \
|
||||
helpcontent2/source/text/shared/01/EntireColumn \
|
||||
helpcontent2/source/text/shared/01/EntireRow \
|
||||
helpcontent2/source/text/shared/01/addsignatureline \
|
||||
helpcontent2/source/text/shared/01/signsignatureline \
|
||||
helpcontent2/source/text/shared/01/extensionupdate \
|
||||
helpcontent2/source/text/shared/01/fit_to_cell \
|
||||
helpcontent2/source/text/shared/01/formatting_mark \
|
||||
helpcontent2/source/text/shared/01/font_features \
|
||||
helpcontent2/source/text/shared/01/gallery \
|
||||
helpcontent2/source/text/shared/01/gallery_files \
|
||||
helpcontent2/source/text/shared/01/Grow \
|
||||
helpcontent2/source/text/shared/01/graphic_size_check \
|
||||
helpcontent2/source/text/shared/01/graphic_styles \
|
||||
helpcontent2/source/text/shared/01/grid \
|
||||
helpcontent2/source/text/shared/01/grid_and_helplines \
|
||||
helpcontent2/source/text/shared/01/guides \
|
||||
helpcontent2/source/text/shared/01/hyphenation \
|
||||
helpcontent2/source/text/shared/01/image_compression \
|
||||
helpcontent2/source/text/shared/01/image_external_tool \
|
||||
helpcontent2/source/text/shared/01/insert_chart \
|
||||
helpcontent2/source/text/shared/01/InsertAuthorField \
|
||||
helpcontent2/source/text/shared/01/InsertColumnsAfter \
|
||||
helpcontent2/source/text/shared/01/InsertColumnsBefore \
|
||||
helpcontent2/source/text/shared/01/InsertRowsAfter \
|
||||
helpcontent2/source/text/shared/01/InsertRowsBefore \
|
||||
helpcontent2/source/text/shared/01/insert_table \
|
||||
helpcontent2/source/text/shared/01/LeftToRight \
|
||||
helpcontent2/source/text/shared/01/login_dialog \
|
||||
helpcontent2/source/text/shared/01/mediaplayer \
|
||||
helpcontent2/source/text/shared/01/menu_edit_find \
|
||||
helpcontent2/source/text/shared/01/menu_view_sidebar \
|
||||
helpcontent2/source/text/shared/01/minimal_column_width \
|
||||
helpcontent2/source/text/shared/01/minimal_row_height \
|
||||
helpcontent2/source/text/shared/01/moviesound \
|
||||
helpcontent2/source/text/shared/01/nav_rename \
|
||||
helpcontent2/source/text/shared/01/navigator \
|
||||
helpcontent2/source/text/shared/01/notebook_bar \
|
||||
helpcontent2/source/text/shared/01/OutlineFont \
|
||||
helpcontent2/source/text/shared/01/Overline \
|
||||
helpcontent2/source/text/shared/01/online_update \
|
||||
helpcontent2/source/text/shared/01/online_update_dialog \
|
||||
helpcontent2/source/text/shared/01/packagemanager \
|
||||
@ -395,12 +361,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/pastenestedtable \
|
||||
helpcontent2/source/text/shared/01/pasterowabove \
|
||||
helpcontent2/source/text/shared/01/pastecolumnleft \
|
||||
helpcontent2/source/text/shared/01/print_preview \
|
||||
helpcontent2/source/text/shared/01/profile_safe_mode \
|
||||
helpcontent2/source/text/shared/01/Protect \
|
||||
helpcontent2/source/text/shared/01/qrcode \
|
||||
helpcontent2/source/text/shared/01/quickcolorselector \
|
||||
helpcontent2/source/text/shared/01/RedactDoc \
|
||||
helpcontent2/source/text/shared/01/ref_epub_export \
|
||||
helpcontent2/source/text/shared/01/ref_pdf_export \
|
||||
helpcontent2/source/text/shared/01/ref_pdf_export_digital_signature \
|
||||
@ -411,40 +372,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/ref_pdf_export_user_interface \
|
||||
helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility \
|
||||
helpcontent2/source/text/shared/01/ref_pdf_send_as \
|
||||
helpcontent2/source/text/shared/01/replace_image \
|
||||
helpcontent2/source/text/shared/01/RightToLeft \
|
||||
helpcontent2/source/text/shared/01/save_graphic \
|
||||
helpcontent2/source/text/shared/01/scrollbars \
|
||||
helpcontent2/source/text/shared/01/signexistingpdf \
|
||||
helpcontent2/source/text/shared/01/securitywarning \
|
||||
helpcontent2/source/text/shared/01/selectcertificate \
|
||||
helpcontent2/source/text/shared/01/SelectTable \
|
||||
helpcontent2/source/text/shared/01/SetOptimalColumnWidth \
|
||||
helpcontent2/source/text/shared/01/SetOptimalRowHeight \
|
||||
helpcontent2/source/text/shared/01/search_commands \
|
||||
helpcontent2/source/text/shared/01/Shrink \
|
||||
helpcontent2/source/text/shared/01/sidebar_character_panel \
|
||||
helpcontent2/source/text/shared/01/sidebar_paragraph_panel \
|
||||
helpcontent2/source/text/shared/01/sidebar_properties \
|
||||
helpcontent2/source/text/shared/01/SignaturesMenu \
|
||||
helpcontent2/source/text/shared/01/SmallCaps \
|
||||
helpcontent2/source/text/shared/01/SpacePara115 \
|
||||
helpcontent2/source/text/shared/01/SpellOnline \
|
||||
helpcontent2/source/text/shared/01/select_template_category \
|
||||
helpcontent2/source/text/shared/01/sidebar_customization \
|
||||
helpcontent2/source/text/shared/01/signexistingpdf \
|
||||
helpcontent2/source/text/shared/01/signsignatureline \
|
||||
helpcontent2/source/text/shared/01/styles \
|
||||
helpcontent2/source/text/shared/01/delete_style \
|
||||
helpcontent2/source/text/shared/01/edit_style \
|
||||
helpcontent2/source/text/shared/01/new_style \
|
||||
helpcontent2/source/text/shared/01/StyleNewByExample \
|
||||
helpcontent2/source/text/shared/01/StyleUpdateByExample \
|
||||
helpcontent2/source/text/shared/01/table_design \
|
||||
helpcontent2/source/text/shared/01/TipOfTheDay \
|
||||
helpcontent2/source/text/shared/01/themescolordialog \
|
||||
helpcontent2/source/text/shared/01/themesdialog \
|
||||
helpcontent2/source/text/shared/01/timestampauth \
|
||||
helpcontent2/source/text/shared/01/view_comments \
|
||||
helpcontent2/source/text/shared/guide/tipoftheday \
|
||||
helpcontent2/source/text/shared/01/webhtml \
|
||||
helpcontent2/source/text/shared/01/xformsdata \
|
||||
helpcontent2/source/text/shared/01/xformsdataadd \
|
||||
@ -452,18 +384,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/01/xformsdatachange \
|
||||
helpcontent2/source/text/shared/01/xformsdataname \
|
||||
helpcontent2/source/text/shared/01/xformsdatatab \
|
||||
helpcontent2/source/text/shared/01/ZoomMenu \
|
||||
helpcontent2/source/text/shared/01/ZoomMode \
|
||||
helpcontent2/source/text/shared/01/ZoomNext \
|
||||
helpcontent2/source/text/shared/01/ZoomObjects \
|
||||
helpcontent2/source/text/shared/01/ZoomOptimal \
|
||||
helpcontent2/source/text/shared/01/ZoomPage \
|
||||
helpcontent2/source/text/shared/01/ZoomPageWidth \
|
||||
helpcontent2/source/text/shared/01/ZoomPanning \
|
||||
helpcontent2/source/text/shared/01/ZoomPercent \
|
||||
helpcontent2/source/text/shared/01/ZoomPrevious \
|
||||
helpcontent2/source/text/shared/01/ZoomPlus \
|
||||
helpcontent2/source/text/shared/01/ZoomMinus \
|
||||
helpcontent2/source/text/shared/02/01110000 \
|
||||
helpcontent2/source/text/shared/02/01140000 \
|
||||
helpcontent2/source/text/shared/02/01170000 \
|
||||
@ -553,6 +473,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/02/12070200 \
|
||||
helpcontent2/source/text/shared/02/12070300 \
|
||||
helpcontent2/source/text/shared/02/12080000 \
|
||||
helpcontent2/source/text/shared/02/12090000 \
|
||||
helpcontent2/source/text/shared/02/12090100 \
|
||||
helpcontent2/source/text/shared/02/12090101 \
|
||||
helpcontent2/source/text/shared/02/12100000 \
|
||||
@ -597,20 +518,12 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/02/blockarrows \
|
||||
helpcontent2/source/text/shared/02/callouts \
|
||||
helpcontent2/source/text/shared/02/colortoolbar \
|
||||
helpcontent2/source/text/shared/02/eliminate_points \
|
||||
helpcontent2/source/text/shared/02/find_toolbar \
|
||||
helpcontent2/source/text/shared/02/flowcharts \
|
||||
helpcontent2/source/text/shared/02/fontwork \
|
||||
helpcontent2/source/text/shared/02/fontwork_toolbar \
|
||||
helpcontent2/source/text/shared/02/gridtofront \
|
||||
helpcontent2/source/text/shared/02/limit \
|
||||
helpcontent2/source/text/shared/02/mediaplay_toolbar \
|
||||
helpcontent2/source/text/shared/02/namedialog \
|
||||
helpcontent2/source/text/shared/02/paintbrush \
|
||||
helpcontent2/source/text/shared/02/querypropdlg \
|
||||
helpcontent2/source/text/shared/02/rotate_left \
|
||||
helpcontent2/source/text/shared/02/rotate_right \
|
||||
helpcontent2/source/text/shared/02/rotate_180 \
|
||||
helpcontent2/source/text/shared/02/stars \
|
||||
helpcontent2/source/text/shared/02/symbolshapes \
|
||||
helpcontent2/source/text/shared/04/01010000 \
|
||||
@ -631,9 +544,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/06/svx_screenshots \
|
||||
helpcontent2/source/text/shared/06/optionen_screenshots \
|
||||
helpcontent2/source/text/shared/06/shared_cui_screenshots \
|
||||
helpcontent2/source/text/shared/06/sd_screenshots \
|
||||
helpcontent2/source/text/shared/06/sc_screenshots \
|
||||
helpcontent2/source/text/shared/06/simpress_screenshots \
|
||||
helpcontent2/source/text/shared/06/sw_screenshots \
|
||||
helpcontent2/source/text/shared/07/09000000 \
|
||||
helpcontent2/source/text/shared/autokorr/01000000 \
|
||||
helpcontent2/source/text/shared/autokorr/02000000 \
|
||||
@ -684,6 +596,13 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/autopi/01100300 \
|
||||
helpcontent2/source/text/shared/autopi/01100400 \
|
||||
helpcontent2/source/text/shared/autopi/01100500 \
|
||||
helpcontent2/source/text/shared/autopi/01110000 \
|
||||
helpcontent2/source/text/shared/autopi/01110100 \
|
||||
helpcontent2/source/text/shared/autopi/01110200 \
|
||||
helpcontent2/source/text/shared/autopi/01110300 \
|
||||
helpcontent2/source/text/shared/autopi/01110400 \
|
||||
helpcontent2/source/text/shared/autopi/01110500 \
|
||||
helpcontent2/source/text/shared/autopi/01110600 \
|
||||
helpcontent2/source/text/shared/autopi/01120000 \
|
||||
helpcontent2/source/text/shared/autopi/01120100 \
|
||||
helpcontent2/source/text/shared/autopi/01120200 \
|
||||
@ -699,6 +618,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/autopi/01170300 \
|
||||
helpcontent2/source/text/shared/autopi/01170400 \
|
||||
helpcontent2/source/text/shared/autopi/01170500 \
|
||||
helpcontent2/source/text/shared/fontwork_toolbar \
|
||||
helpcontent2/source/text/shared/help/browserhelp \
|
||||
helpcontent2/source/text/shared/guide/aaa_start \
|
||||
helpcontent2/source/text/shared/guide/accessibility \
|
||||
@ -711,7 +631,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/background \
|
||||
helpcontent2/source/text/shared/guide/border_paragraph \
|
||||
helpcontent2/source/text/shared/guide/border_table \
|
||||
helpcontent2/source/text/shared/guide/builtin_help \
|
||||
helpcontent2/source/text/shared/guide/breaking_lines \
|
||||
helpcontent2/source/text/shared/guide/change_title \
|
||||
helpcontent2/source/text/shared/guide/chart_axis \
|
||||
@ -756,6 +675,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/doc_save \
|
||||
helpcontent2/source/text/shared/guide/dragdrop \
|
||||
helpcontent2/source/text/shared/guide/dragdrop_beamer \
|
||||
helpcontent2/source/text/shared/guide/dragdrop_fromgallery \
|
||||
helpcontent2/source/text/shared/guide/dragdrop_gallery \
|
||||
helpcontent2/source/text/shared/guide/dragdrop_graphic \
|
||||
helpcontent2/source/text/shared/guide/dragdrop_table \
|
||||
@ -763,10 +683,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/email \
|
||||
helpcontent2/source/text/shared/guide/error_report \
|
||||
helpcontent2/source/text/shared/guide/export_ms \
|
||||
helpcontent2/source/text/shared/guide/graphic_export_params \
|
||||
helpcontent2/source/text/shared/guide/fax \
|
||||
helpcontent2/source/text/shared/guide/filternavigator \
|
||||
helpcontent2/source/text/shared/guide/find_attributes \
|
||||
helpcontent2/source/text/shared/guide/flat_icons \
|
||||
helpcontent2/source/text/shared/guide/floating_toolbar \
|
||||
helpcontent2/source/text/shared/guide/fontwork \
|
||||
helpcontent2/source/text/shared/guide/formfields \
|
||||
@ -804,13 +724,12 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/numbering_stop \
|
||||
helpcontent2/source/text/shared/guide/openpgp \
|
||||
helpcontent2/source/text/shared/guide/pageformat_max \
|
||||
helpcontent2/source/text/shared/guide/palette_files \
|
||||
helpcontent2/source/text/shared/guide/paintbrush \
|
||||
helpcontent2/source/text/shared/guide/pasting \
|
||||
helpcontent2/source/text/shared/guide/pdf_params \
|
||||
helpcontent2/source/text/shared/guide/print_blackwhite \
|
||||
helpcontent2/source/text/shared/guide/print_faster \
|
||||
helpcontent2/source/text/shared/guide/protection \
|
||||
helpcontent2/source/text/shared/guide/qrcode \
|
||||
helpcontent2/source/text/shared/guide/redaction \
|
||||
helpcontent2/source/text/shared/guide/redlining \
|
||||
helpcontent2/source/text/shared/guide/redlining_accept \
|
||||
@ -832,7 +751,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/text_color \
|
||||
helpcontent2/source/text/shared/guide/textmode_change \
|
||||
helpcontent2/source/text/shared/guide/undo_formatting \
|
||||
helpcontent2/source/text/shared/guide/usingthemes \
|
||||
helpcontent2/source/text/shared/guide/version_number \
|
||||
helpcontent2/source/text/shared/guide/viewing_file_properties \
|
||||
helpcontent2/source/text/shared/guide/workfolder \
|
||||
@ -840,11 +758,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/guide/xsltfilter \
|
||||
helpcontent2/source/text/shared/guide/xsltfilter_create \
|
||||
helpcontent2/source/text/shared/guide/xsltfilter_distribute \
|
||||
helpcontent2/source/text/shared/main0103 \
|
||||
helpcontent2/source/text/shared/main_edit \
|
||||
helpcontent2/source/text/shared/main_format \
|
||||
helpcontent2/source/text/shared/main0104 \
|
||||
helpcontent2/source/text/shared/main0107 \
|
||||
helpcontent2/source/text/shared/main0108 \
|
||||
helpcontent2/source/text/shared/main0201 \
|
||||
helpcontent2/source/text/shared/main0204 \
|
||||
@ -858,20 +771,13 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/main0500 \
|
||||
helpcontent2/source/text/shared/main0650 \
|
||||
helpcontent2/source/text/shared/main0800 \
|
||||
helpcontent2/source/text/shared/main_tools \
|
||||
helpcontent2/source/text/shared/menu/forms \
|
||||
helpcontent2/source/text/shared/menu/comment_menu \
|
||||
helpcontent2/source/text/shared/submenu_text \
|
||||
helpcontent2/source/text/shared/submenu_spacing \
|
||||
helpcontent2/source/text/shared/menu/insert_chart \
|
||||
helpcontent2/source/text/shared/menu/insert_form_control \
|
||||
helpcontent2/source/text/shared/menu/insert_shape \
|
||||
helpcontent2/source/text/shared/menu/PickList \
|
||||
helpcontent2/source/text/shared/menu/save_image \
|
||||
helpcontent2/source/text/shared/menu/set_image_background \
|
||||
helpcontent2/source/text/shared/menu/submenu_image \
|
||||
helpcontent2/source/text/shared/menu/submenu_lists \
|
||||
helpcontent2/source/text/shared/menu/submenu_rotateflip \
|
||||
helpcontent2/source/text/shared/menu/submenu_spacing \
|
||||
helpcontent2/source/text/shared/menu/submenu_text \
|
||||
helpcontent2/source/text/shared/menu/style_menu \
|
||||
helpcontent2/source/text/shared/need_help \
|
||||
helpcontent2/source/text/shared/optionen/01000000 \
|
||||
helpcontent2/source/text/shared/optionen/01010000 \
|
||||
@ -948,20 +854,40 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/optionen/expertconfig \
|
||||
helpcontent2/source/text/shared/optionen/javaclasspath \
|
||||
helpcontent2/source/text/shared/optionen/javaparameters \
|
||||
helpcontent2/source/text/shared/optionen/languagetools \
|
||||
helpcontent2/source/text/shared/optionen/macrosecurity \
|
||||
helpcontent2/source/text/shared/optionen/macrosecurity_sl \
|
||||
helpcontent2/source/text/shared/optionen/macrosecurity_ts \
|
||||
helpcontent2/source/text/shared/optionen/mailmerge \
|
||||
helpcontent2/source/text/shared/optionen/online_update \
|
||||
helpcontent2/source/text/shared/optionen/opencl \
|
||||
helpcontent2/source/text/shared/optionen/search_commands \
|
||||
helpcontent2/source/text/shared/optionen/serverauthentication \
|
||||
helpcontent2/source/text/shared/optionen/testaccount \
|
||||
helpcontent2/source/text/shared/optionen/translatetools \
|
||||
helpcontent2/source/text/shared/optionen/viewcertificate \
|
||||
helpcontent2/source/text/shared/optionen/viewcertificate_c \
|
||||
helpcontent2/source/text/shared/optionen/viewcertificate_d \
|
||||
helpcontent2/source/text/shared/optionen/viewcertificate_g \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
|
||||
helpcontent2/source/text/shared/explorer/database/migrate_macros \
|
||||
helpcontent2/source/text/shared/explorer/database/password \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard00 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard01 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard02 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard03 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard04 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard05 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard06 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard07 \
|
||||
helpcontent2/source/text/shared/explorer/database/querywizard08 \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_datetime \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_insertfield \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_main \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_navigator \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_pagenumbers \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_prop \
|
||||
helpcontent2/source/text/shared/explorer/database/rep_sort \
|
||||
,shared/explorer/database))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -30,6 +30,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/00/slide_menu \
|
||||
helpcontent2/source/text/simpress/01/01170000 \
|
||||
helpcontent2/source/text/simpress/01/slide_properties \
|
||||
helpcontent2/source/text/simpress/01/01180001 \
|
||||
helpcontent2/source/text/simpress/01/01180002 \
|
||||
helpcontent2/source/text/simpress/01/02110000 \
|
||||
helpcontent2/source/text/simpress/01/02120000 \
|
||||
helpcontent2/source/text/simpress/01/02130000 \
|
||||
@ -55,7 +57,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/01/03180000 \
|
||||
helpcontent2/source/text/simpress/01/new_slide \
|
||||
helpcontent2/source/text/simpress/01/04030000 \
|
||||
helpcontent2/source/text/simpress/01/04030000m \
|
||||
helpcontent2/source/text/simpress/01/04030100 \
|
||||
helpcontent2/source/text/simpress/01/04040000m \
|
||||
helpcontent2/source/text/simpress/01/04080100 \
|
||||
helpcontent2/source/text/simpress/01/04110100 \
|
||||
helpcontent2/source/text/simpress/01/04110200 \
|
||||
helpcontent2/source/text/simpress/01/04120000 \
|
||||
@ -67,9 +72,13 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/01/04990300 \
|
||||
helpcontent2/source/text/simpress/01/04990400 \
|
||||
helpcontent2/source/text/simpress/01/04990500 \
|
||||
helpcontent2/source/text/simpress/01/04990600 \
|
||||
helpcontent2/source/text/simpress/01/04990700 \
|
||||
helpcontent2/source/text/simpress/01/05090000m \
|
||||
helpcontent2/source/text/simpress/01/05100000 \
|
||||
helpcontent2/source/text/simpress/01/05110500m \
|
||||
helpcontent2/source/text/simpress/01/05120000 \
|
||||
helpcontent2/source/text/simpress/01/05120500m \
|
||||
helpcontent2/source/text/simpress/01/05130000 \
|
||||
helpcontent2/source/text/simpress/01/05150000 \
|
||||
helpcontent2/source/text/simpress/01/05170000 \
|
||||
@ -77,6 +86,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/01/05250500 \
|
||||
helpcontent2/source/text/simpress/01/05250600 \
|
||||
helpcontent2/source/text/simpress/01/05250700 \
|
||||
helpcontent2/source/text/simpress/01/06030000 \
|
||||
helpcontent2/source/text/simpress/01/06040000 \
|
||||
helpcontent2/source/text/simpress/01/06050000 \
|
||||
helpcontent2/source/text/simpress/01/06060000 \
|
||||
@ -105,9 +115,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/01/effectoptionseffect \
|
||||
helpcontent2/source/text/simpress/01/effectoptionstext \
|
||||
helpcontent2/source/text/simpress/01/effectoptionstiming \
|
||||
helpcontent2/source/text/simpress/01/PresentationMinimizer \
|
||||
helpcontent2/source/text/simpress/01/remoteconnections \
|
||||
helpcontent2/source/text/simpress/01/sidebarslidebackground \
|
||||
helpcontent2/source/text/simpress/01/slidesorter \
|
||||
helpcontent2/source/text/simpress/02/04010000 \
|
||||
helpcontent2/source/text/simpress/02/04020000 \
|
||||
@ -159,6 +167,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/guide/change_scale \
|
||||
helpcontent2/source/text/simpress/guide/footer \
|
||||
helpcontent2/source/text/simpress/guide/gluepoints \
|
||||
helpcontent2/source/text/simpress/guide/html_export \
|
||||
helpcontent2/source/text/simpress/guide/html_import \
|
||||
helpcontent2/source/text/simpress/guide/impress_remote \
|
||||
helpcontent2/source/text/simpress/guide/individual \
|
||||
@ -171,6 +180,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/guide/move_object \
|
||||
helpcontent2/source/text/simpress/guide/orgchart \
|
||||
helpcontent2/source/text/simpress/guide/page_copy \
|
||||
helpcontent2/source/text/simpress/guide/palette_files \
|
||||
helpcontent2/source/text/simpress/guide/photo_album \
|
||||
helpcontent2/source/text/simpress/guide/presenter_console \
|
||||
helpcontent2/source/text/simpress/guide/print_tofit \
|
||||
@ -183,6 +193,13 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
|
||||
helpcontent2/source/text/simpress/guide/vectorize \
|
||||
helpcontent2/source/text/simpress/main0000 \
|
||||
helpcontent2/source/text/simpress/main0100 \
|
||||
helpcontent2/source/text/simpress/main0101 \
|
||||
helpcontent2/source/text/simpress/main_edit \
|
||||
helpcontent2/source/text/simpress/main0103 \
|
||||
helpcontent2/source/text/simpress/main0104 \
|
||||
helpcontent2/source/text/simpress/main_format \
|
||||
helpcontent2/source/text/simpress/main_tools \
|
||||
helpcontent2/source/text/simpress/main0107 \
|
||||
helpcontent2/source/text/simpress/main0113 \
|
||||
helpcontent2/source/text/simpress/main0114 \
|
||||
helpcontent2/source/text/simpress/main_slide \
|
||||
|
||||
@ -23,6 +23,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
|
||||
helpcontent2/source/text/smath/01/02110000 \
|
||||
helpcontent2/source/text/smath/01/03040000 \
|
||||
helpcontent2/source/text/smath/01/03050000 \
|
||||
helpcontent2/source/text/smath/01/03060000 \
|
||||
helpcontent2/source/text/smath/01/03070000 \
|
||||
helpcontent2/source/text/smath/01/03080000 \
|
||||
helpcontent2/source/text/smath/01/03090000 \
|
||||
@ -76,7 +77,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
|
||||
helpcontent2/source/text/smath/guide/align \
|
||||
helpcontent2/source/text/smath/guide/attributes \
|
||||
helpcontent2/source/text/smath/guide/brackets \
|
||||
helpcontent2/source/text/smath/guide/color \
|
||||
helpcontent2/source/text/smath/guide/comment \
|
||||
helpcontent2/source/text/smath/guide/keyboard \
|
||||
helpcontent2/source/text/smath/guide/limits \
|
||||
@ -86,8 +86,12 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
|
||||
helpcontent2/source/text/smath/guide/text \
|
||||
helpcontent2/source/text/smath/main0000 \
|
||||
helpcontent2/source/text/smath/main0100 \
|
||||
helpcontent2/source/text/smath/main0101 \
|
||||
helpcontent2/source/text/smath/main0102 \
|
||||
helpcontent2/source/text/smath/main0103 \
|
||||
helpcontent2/source/text/smath/main0105 \
|
||||
helpcontent2/source/text/smath/main0106 \
|
||||
helpcontent2/source/text/smath/main0107 \
|
||||
helpcontent2/source/text/smath/main0200 \
|
||||
helpcontent2/source/text/smath/main0202 \
|
||||
helpcontent2/source/text/smath/main0203 \
|
||||
|
||||
@ -24,9 +24,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/00/00000404 \
|
||||
helpcontent2/source/text/swriter/00/00000405 \
|
||||
helpcontent2/source/text/swriter/00/00000406 \
|
||||
helpcontent2/source/text/swriter/00/formmenu \
|
||||
helpcontent2/source/text/swriter/00/stylesmenu \
|
||||
helpcontent2/source/text/swriter/00/table_menu \
|
||||
helpcontent2/source/text/swriter/01/01120000 \
|
||||
helpcontent2/source/text/swriter/01/01150000 \
|
||||
helpcontent2/source/text/swriter/01/01160100 \
|
||||
helpcontent2/source/text/swriter/01/01160200 \
|
||||
@ -40,6 +39,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/01/02130000 \
|
||||
helpcontent2/source/text/swriter/01/02140000 \
|
||||
helpcontent2/source/text/swriter/01/02150000 \
|
||||
helpcontent2/source/text/swriter/01/02160000 \
|
||||
helpcontent2/source/text/swriter/01/02170000 \
|
||||
helpcontent2/source/text/swriter/01/03050000 \
|
||||
helpcontent2/source/text/swriter/01/03070000 \
|
||||
@ -129,22 +129,34 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/01/05090201 \
|
||||
helpcontent2/source/text/swriter/01/05090300 \
|
||||
helpcontent2/source/text/swriter/01/05100000 \
|
||||
helpcontent2/source/text/swriter/01/05100300 \
|
||||
helpcontent2/source/text/swriter/01/05100400 \
|
||||
helpcontent2/source/text/swriter/01/05110000 \
|
||||
helpcontent2/source/text/swriter/01/05110100 \
|
||||
helpcontent2/source/text/swriter/01/05110200 \
|
||||
helpcontent2/source/text/swriter/01/05110300 \
|
||||
helpcontent2/source/text/swriter/01/05110500 \
|
||||
helpcontent2/source/text/swriter/01/05120000 \
|
||||
helpcontent2/source/text/swriter/01/05120100 \
|
||||
helpcontent2/source/text/swriter/01/05120200 \
|
||||
helpcontent2/source/text/swriter/01/05120300 \
|
||||
helpcontent2/source/text/swriter/01/05120400 \
|
||||
helpcontent2/source/text/swriter/01/05120500 \
|
||||
helpcontent2/source/text/swriter/01/05130000 \
|
||||
helpcontent2/source/text/swriter/01/05130002 \
|
||||
helpcontent2/source/text/swriter/01/05130004 \
|
||||
helpcontent2/source/text/swriter/01/05130100 \
|
||||
helpcontent2/source/text/swriter/01/05140000 \
|
||||
helpcontent2/source/text/swriter/01/05150000 \
|
||||
helpcontent2/source/text/swriter/01/05150100 \
|
||||
helpcontent2/source/text/swriter/01/05150101 \
|
||||
helpcontent2/source/text/swriter/01/05150104 \
|
||||
helpcontent2/source/text/swriter/01/05150200 \
|
||||
helpcontent2/source/text/swriter/01/05150300 \
|
||||
helpcontent2/source/text/swriter/01/05170000 \
|
||||
helpcontent2/source/text/swriter/01/05190000 \
|
||||
helpcontent2/source/text/swriter/01/05200000 \
|
||||
helpcontent2/source/text/swriter/01/06030000 \
|
||||
helpcontent2/source/text/swriter/01/06040000 \
|
||||
helpcontent2/source/text/swriter/01/06060000 \
|
||||
helpcontent2/source/text/swriter/01/06060100 \
|
||||
@ -163,16 +175,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/01/06210000 \
|
||||
helpcontent2/source/text/swriter/01/06220000 \
|
||||
helpcontent2/source/text/swriter/01/06990000 \
|
||||
helpcontent2/source/text/swriter/01/baseline_grid \
|
||||
helpcontent2/source/text/swriter/01/paragraph_hyphenation \
|
||||
helpcontent2/source/text/swriter/01/contentcontrol00 \
|
||||
helpcontent2/source/text/swriter/01/copyfielddialog \
|
||||
helpcontent2/source/text/swriter/01/edit_reference_submenu \
|
||||
helpcontent2/source/text/swriter/01/accessibility_check \
|
||||
helpcontent2/source/text/swriter/01/format_object \
|
||||
helpcontent2/source/text/swriter/01/format_frame \
|
||||
helpcontent2/source/text/swriter/01/goto \
|
||||
helpcontent2/source/text/swriter/01/HeaderFooterWin \
|
||||
helpcontent2/source/text/swriter/01/HeadingRowsRepeat \
|
||||
helpcontent2/source/text/swriter/01/legacynumbering \
|
||||
helpcontent2/source/text/swriter/01/mailmerge00 \
|
||||
helpcontent2/source/text/swriter/01/mailmerge01 \
|
||||
@ -187,7 +192,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/01/mm_emailmergeddoc \
|
||||
helpcontent2/source/text/swriter/01/mm_finent \
|
||||
helpcontent2/source/text/swriter/01/mm_matfie \
|
||||
helpcontent2/source/text/swriter/01/navigator_context_menu \
|
||||
helpcontent2/source/text/swriter/01/mm_newaddblo \
|
||||
helpcontent2/source/text/swriter/01/mm_newaddlis \
|
||||
helpcontent2/source/text/swriter/01/mm_printmergeddoc \
|
||||
@ -196,33 +200,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/01/mm_seladdlis \
|
||||
helpcontent2/source/text/swriter/01/mm_seltab \
|
||||
helpcontent2/source/text/swriter/01/outlinecontent_visibility \
|
||||
helpcontent2/source/text/swriter/01/page \
|
||||
helpcontent2/source/text/swriter/01/pagenumbering \
|
||||
helpcontent2/source/text/swriter/01/paragraph_signature \
|
||||
helpcontent2/source/text/swriter/01/protectdocument \
|
||||
helpcontent2/source/text/swriter/01/RowSplit \
|
||||
helpcontent2/source/text/swriter/01/selection_mode \
|
||||
helpcontent2/source/text/swriter/01/select_text \
|
||||
helpcontent2/source/text/swriter/01/show_whitespace \
|
||||
helpcontent2/source/text/swriter/01/sidebar_comments \
|
||||
helpcontent2/source/text/swriter/01/sidebar_design \
|
||||
helpcontent2/source/text/swriter/01/sidebar_quickfind \
|
||||
helpcontent2/source/text/swriter/01/SpotlightMenu \
|
||||
helpcontent2/source/text/swriter/01/SpotlightCharStyles \
|
||||
helpcontent2/source/text/swriter/01/SpotlightParaStyles \
|
||||
helpcontent2/source/text/swriter/01/spotlight_chars_df \
|
||||
helpcontent2/source/text/swriter/01/style_inspector \
|
||||
helpcontent2/source/text/swriter/01/TableAutoFitMenu \
|
||||
helpcontent2/source/text/swriter/01/TableConvertMenu \
|
||||
helpcontent2/source/text/swriter/01/TableDeleteMenu \
|
||||
helpcontent2/source/text/swriter/01/TableInsertMenu \
|
||||
helpcontent2/source/text/swriter/01/TableNumberRecognition \
|
||||
helpcontent2/source/text/swriter/01/TableSelectMenu \
|
||||
helpcontent2/source/text/swriter/01/title_page \
|
||||
helpcontent2/source/text/swriter/01/translate \
|
||||
helpcontent2/source/text/swriter/01/view_resolved_comments \
|
||||
helpcontent2/source/text/swriter/01/view_table_bounds \
|
||||
helpcontent2/source/text/swriter/01/view_images_charts \
|
||||
helpcontent2/source/text/swriter/01/watermark \
|
||||
helpcontent2/source/text/swriter/02/02110000 \
|
||||
helpcontent2/source/text/swriter/02/03210000 \
|
||||
@ -240,13 +221,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/02/06120000 \
|
||||
helpcontent2/source/text/swriter/02/06130000 \
|
||||
helpcontent2/source/text/swriter/02/06140000 \
|
||||
helpcontent2/source/text/swriter/02/06150000 \
|
||||
helpcontent2/source/text/swriter/02/06160000 \
|
||||
helpcontent2/source/text/swriter/02/06170000 \
|
||||
helpcontent2/source/text/swriter/02/08010000 \
|
||||
helpcontent2/source/text/swriter/02/08080000 \
|
||||
helpcontent2/source/text/swriter/02/10010000 \
|
||||
helpcontent2/source/text/swriter/02/10020000 \
|
||||
helpcontent2/source/text/swriter/02/10030000 \
|
||||
helpcontent2/source/text/swriter/02/10040000 \
|
||||
helpcontent2/source/text/swriter/02/10050000 \
|
||||
helpcontent2/source/text/swriter/02/10070000 \
|
||||
helpcontent2/source/text/swriter/02/10080000 \
|
||||
@ -264,11 +243,13 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/02/18030400 \
|
||||
helpcontent2/source/text/swriter/02/18030500 \
|
||||
helpcontent2/source/text/swriter/02/18030600 \
|
||||
helpcontent2/source/text/swriter/02/18030700 \
|
||||
helpcontent2/source/text/swriter/02/18120000 \
|
||||
helpcontent2/source/text/swriter/02/18130000 \
|
||||
helpcontent2/source/text/swriter/02/19010000 \
|
||||
helpcontent2/source/text/swriter/02/19020000 \
|
||||
helpcontent2/source/text/swriter/02/19030000 \
|
||||
helpcontent2/source/text/swriter/02/19040000 \
|
||||
helpcontent2/source/text/swriter/02/19050000 \
|
||||
helpcontent2/source/text/swriter/02/add_to_list \
|
||||
helpcontent2/source/text/swriter/02/word_count_stb \
|
||||
@ -297,7 +278,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/guide/chapter_numbering \
|
||||
helpcontent2/source/text/swriter/guide/conditional_text \
|
||||
helpcontent2/source/text/swriter/guide/conditional_text2 \
|
||||
helpcontent2/source/text/swriter/guide/contentcontrols \
|
||||
helpcontent2/source/text/swriter/guide/delete_from_dict \
|
||||
helpcontent2/source/text/swriter/guide/dragdroptext \
|
||||
helpcontent2/source/text/swriter/guide/even_odd_sdw \
|
||||
@ -337,6 +317,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/guide/insert_graphic_dialog \
|
||||
helpcontent2/source/text/swriter/guide/insert_graphic_fromchart \
|
||||
helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw \
|
||||
helpcontent2/source/text/swriter/guide/insert_graphic_gallery \
|
||||
helpcontent2/source/text/swriter/guide/insert_graphic_scan \
|
||||
helpcontent2/source/text/swriter/guide/insert_tab_innumbering \
|
||||
helpcontent2/source/text/swriter/guide/join_numbered_lists \
|
||||
@ -344,7 +325,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/guide/keyboard \
|
||||
helpcontent2/source/text/swriter/guide/load_styles \
|
||||
helpcontent2/source/text/swriter/guide/main \
|
||||
helpcontent2/source/text/swriter/guide/markdown \
|
||||
helpcontent2/source/text/swriter/guide/navigator \
|
||||
helpcontent2/source/text/swriter/guide/nonprintable_text \
|
||||
helpcontent2/source/text/swriter/guide/number_date_conv \
|
||||
@ -378,7 +358,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/guide/shortcut_writing \
|
||||
helpcontent2/source/text/swriter/guide/smarttags \
|
||||
helpcontent2/source/text/swriter/guide/spellcheck_dialog \
|
||||
helpcontent2/source/text/swriter/guide/spotlight_styles \
|
||||
helpcontent2/source/text/swriter/guide/stylist_fillformat \
|
||||
helpcontent2/source/text/swriter/guide/stylist_fromselect \
|
||||
helpcontent2/source/text/swriter/guide/stylist_update \
|
||||
@ -400,7 +379,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/guide/text_nav_keyb \
|
||||
helpcontent2/source/text/swriter/guide/text_rotate \
|
||||
helpcontent2/source/text/swriter/guide/textdoc_inframe \
|
||||
helpcontent2/source/text/swriter/guide/title_page \
|
||||
helpcontent2/source/text/swriter/guide/using_hyphen \
|
||||
helpcontent2/source/text/swriter/guide/using_numbered_lists \
|
||||
helpcontent2/source/text/swriter/guide/using_numbered_lists2 \
|
||||
@ -413,7 +391,15 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/librelogo/LibreLogo \
|
||||
helpcontent2/source/text/swriter/main0000 \
|
||||
helpcontent2/source/text/swriter/main0100 \
|
||||
helpcontent2/source/text/swriter/main0101 \
|
||||
helpcontent2/source/text/swriter/main0102 \
|
||||
helpcontent2/source/text/swriter/main0103 \
|
||||
helpcontent2/source/text/swriter/main0104 \
|
||||
helpcontent2/source/text/swriter/main0105 \
|
||||
helpcontent2/source/text/swriter/main0106 \
|
||||
helpcontent2/source/text/swriter/main0107 \
|
||||
helpcontent2/source/text/swriter/main0110 \
|
||||
helpcontent2/source/text/swriter/main0115 \
|
||||
helpcontent2/source/text/swriter/main0120 \
|
||||
helpcontent2/source/text/swriter/main0200 \
|
||||
helpcontent2/source/text/swriter/main0202 \
|
||||
@ -429,16 +415,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
|
||||
helpcontent2/source/text/swriter/main0216 \
|
||||
helpcontent2/source/text/swriter/main0220 \
|
||||
helpcontent2/source/text/swriter/main0503 \
|
||||
helpcontent2/source/text/swriter/menu/edit_reference_submenu \
|
||||
helpcontent2/source/text/swriter/menu/insert_header_footer \
|
||||
helpcontent2/source/text/swriter/menu/insert_footnote_endnote \
|
||||
helpcontent2/source/text/swriter/menu/insert_frame \
|
||||
helpcontent2/source/text/swriter/menu/submenu_more_breaks \
|
||||
helpcontent2/source/text/swriter/menu/contentcontrol_submenu \
|
||||
helpcontent2/source/text/swriter/menu/pageLayoutMenu \
|
||||
helpcontent2/source/text/swriter/mailmergetoolbar \
|
||||
helpcontent2/source/text/swriter/track_changes_toolbar \
|
||||
helpcontent2/source/text/swriter/navigate_toolbar \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# #
|
||||
#
|
||||
$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))
|
||||
$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
|
||||
|
||||
$(eval $(call gb_AllLangPackage_use_customtarget,helpcontent2_html_lang,helpcontent2/help3xsl))
|
||||
|
||||
@ -16,6 +16,7 @@ $(eval $(call gb_AllLangPackage_add_files,helpcontent2_html_lang,$(LIBO_SHARE_HE
|
||||
$(lang)/bookmarks.js \
|
||||
$(lang)/contents.js \
|
||||
$(lang)/langnames.js \
|
||||
$(lang)/noscript.html \
|
||||
) \
|
||||
))
|
||||
|
||||
|
||||
@ -235,11 +235,9 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack
|
||||
screenshots/modules/smath/ui/savedefaultsdialog/$(lang)/SaveDefaultsDialog.png \
|
||||
screenshots/modules/smath/ui/spacingdialog/$(lang)/SpacingDialog.png \
|
||||
screenshots/svx/ui/compressgraphicdialog/$(lang)/CompressGraphicDialog.png \
|
||||
screenshots/modules/sdraw/ui/copydlg/$(lang)/DuplicateDialog.png \
|
||||
screenshots/modules/sdraw/ui/dlgsnap/$(lang)/SnapObjectDialog.png \
|
||||
screenshots/modules/sdraw/ui/insertlayer/$(lang)/InsertLayerDialog.png \
|
||||
screenshots/modules/sdraw/ui/insertslidesdialog/$(lang)/InsertSlidesDialog.png \
|
||||
screenshots/modules/sdraw/ui/vectorize/$(lang)/VectorizeDialog.png \
|
||||
screenshots/miscellaneous/impressremote/ui/image01/$(lang)/impress_remote01.png \
|
||||
screenshots/miscellaneous/impressremote/ui/image02/$(lang)/impress_remote02.png \
|
||||
screenshots/modules/scalc/ui/xmlsourcedialog/$(lang)/XMLSourceDialog.png \
|
||||
screenshots/modules/simpress/ui/optimpressgeneralpage/$(lang)/OptSavePage.png \
|
||||
screenshots/modules/simpress/ui/sdviewpage/$(lang)/SdViewPage.png \
|
||||
screenshots/modules/simpress/ui/prntopts/$(lang)/prntopts.png \
|
||||
@ -253,8 +251,6 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack
|
||||
screenshots/modules/simpress/ui/customanimationeffecttab/$(lang)/EffectTab.png \
|
||||
screenshots/modules/simpress/ui/customanimationtexttab/$(lang)/TextAnimationTab.png \
|
||||
screenshots/modules/simpress/ui/customanimationtimingtab/$(lang)/TimingTab.png \
|
||||
screenshots/modules/swriter/ui/watermarkdialog/$(lang)/WatermarkDialog.png \
|
||||
screenshots/modules/swriter/ui/indexentry/$(lang)/IndexEntryDialog.png \
|
||||
screenshots/writerperfect/ui/exportepub/$(lang)/EpubDialog.png \
|
||||
screenshots/cui/ui/colorpickerdialog/$(lang)/ColorPicker.png \
|
||||
screenshots/cui/ui/colorpage/$(lang)/ColorPage.png \
|
||||
@ -263,9 +259,11 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack
|
||||
screenshots/cui/ui/hyperlinkinternetpage/$(lang)/HyperlinkInternetPage.png \
|
||||
screenshots/cui/ui/hyperlinkmailpage/$(lang)/HyperlinkMailPage.png \
|
||||
screenshots/cui/ui/hyperlinknewdocpage/$(lang)/HyperlinkNewDocPage.png \
|
||||
screenshots/cui/ui/optviewpage/$(lang)/OptViewPage.png \
|
||||
screenshots/cui/ui/optfltrpage/$(lang)/OptFltrPage.png \
|
||||
screenshots/cui/ui/opthtmlpage/$(lang)/OptHtmlPage.png \
|
||||
screenshots/cui/ui/optaccessibilitypage/$(lang)/OptAccessibilityPage.png \
|
||||
screenshots/cui/ui/optsavepage/$(lang)/OptSavePage.png \
|
||||
screenshots/cui/ui/optadvancedpage/$(lang)/OptAdvancedPage.png \
|
||||
screenshots/cui/ui/optasianpage/$(lang)/OptAsianPage.png \
|
||||
screenshots/cui/ui/optctlpage/$(lang)/OptCTLPage.png \
|
||||
@ -289,7 +287,5 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack
|
||||
files/scalc/$(lang)/pivot.ods \
|
||||
files/scalc/$(lang)/functions_ifs.ods \
|
||||
files/scalc/$(lang)/function_fourier.ods \
|
||||
files/scalc/$(lang)/conditionalformatting.ods \
|
||||
files/scalc/$(lang)/statistics_data.ods \
|
||||
)))
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -14,20 +14,9 @@ html_TREE_MODULES := swriter scalc simpress sdraw sdatabase smath schart sbasic
|
||||
html_TEXT_MODULES := $(html_TREE_MODULES)
|
||||
html_BMARK_MODULES := swriter:WRITER scalc:CALC simpress:IMPRESS sdraw:DRAW sdatabase:BASE smath:MATH schart:CHART sbasic:BASIC shared:SHARED
|
||||
|
||||
gb_html_allhelpfiles = $(sort $(subst helpcontent2/source/text/,,$(foreach module,$(html_TEXT_MODULES),$(gb_AllLangHelp_$(module)_HELPFILES))))
|
||||
|
||||
# In case someone has a product name containing quotes, use Unicode
|
||||
# code points for ' (27) and " (22) in JS, CSS and entities for HTML.
|
||||
gb_PRODUCTNAME_JS := $(subst ',\\\u{27},$(subst ",\\\u{22},$(PRODUCTNAME)))
|
||||
gb_PRODUCTNAME_CSS := $(subst ',\\\27,$(subst ",\\\22,$(PRODUCTNAME)))
|
||||
gb_PRODUCTNAME_HTML := $(subst ',',$(subst ",",$(PRODUCTNAME)))
|
||||
|
||||
$(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\
|
||||
hid2file.js \
|
||||
languages.js \
|
||||
default.css \
|
||||
help2.js \
|
||||
$(if $(HELP_ONLINE),tdf_matomo.js) \
|
||||
$(foreach lang,$(gb_HELP_LANGS),\
|
||||
$(lang)/bookmarks.js \
|
||||
$(lang)/contents.js \
|
||||
@ -37,87 +26,138 @@ $(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\
|
||||
$(foreach module,$(html_TEXT_MODULES),filelists/html-help/$(module)/$(lang).filelist) \
|
||||
$(lang)/langnames.js \
|
||||
$(if $(HELP_OMINDEX_PAGE),$(lang)/xap_tpl) \
|
||||
$(lang)/noscript.html \
|
||||
) \
|
||||
))
|
||||
|
||||
# trailing space for Windows so that xargs doesn't interpret the final CR (that
|
||||
# win-make adds as the newline character) as part of the last filename
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/hid2file.js : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/generate_hid2file.xsl \
|
||||
$(foreach module,$(html_TEXT_MODULES),$(call gb_AllLangHelp_get_helpfiles_target,$(module))) \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
|
||||
# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
|
||||
# command, if the xsltproc invocation failed):
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/hid2file.js : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/generate_hid2file.xsl \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc) \
|
||||
$(foreach module,$(html_TEXT_MODULES),$(call gb_AllLangHelp_get_helpfiles_target,$(module))) \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
|
||||
$(call gb_Trace_StartRange,$(@F),XSL)
|
||||
( \
|
||||
RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),$(gb_html_allhelpfiles)$(if $(filter WNT,$(OS)), )) && \
|
||||
echo 'var hid2fileMap = {' \
|
||||
&& cd $(SRCDIR)/helpcontent2/source/text && $(call gb_ExternalExecutable_get_command,xsltproc,$(if $(filter WNT,$(OS)),env -i $(gb_Helper_set_ld_path)) xargs) $< <$$RESPONSEFILE || { rm $$RESPONSEFILE; exit 1 ; } \
|
||||
&& rm "$$RESPONSEFILE" \
|
||||
&& echo '};' \
|
||||
) > $@
|
||||
$(call gb_Trace_EndRange,$(@F),XSL)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
( \
|
||||
echo 'var hid2fileMap = {' \
|
||||
&& RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(foreach module,$(html_TEXT_MODULES),$(addprefix $(SRCDIR)/,$(gb_AllLangHelp_$(module)_HELPFILES)))) \
|
||||
&& <"$$RESPONSEFILE" $(if $(filter WNT,$(OS)),tr -d '\r' | env -i PATH="$$PATH") xargs -n 1 printf '%s\n' \
|
||||
| while read xhp; do \
|
||||
rm -f $@.good && \
|
||||
{ $(call gb_ExternalExecutable_get_command,xsltproc) $< $$xhp && touch $@.good; } \
|
||||
| $(gb_AWK) 'NF' \
|
||||
&& rm $@.good || exit \
|
||||
; done \
|
||||
&& rm "$$RESPONSEFILE" \
|
||||
&& echo '};' \
|
||||
) > $@ \
|
||||
)
|
||||
|
||||
# copy en-US file so that pattern rules below don't need special treatment for en-US
|
||||
$(gb_HelpTranslatePartTarget_workdir)/en-US/helpcontent2/source/text/shared/help/browserhelp.xhp: $(SRCDIR)/helpcontent2/source/text/shared/help/browserhelp.xhp
|
||||
mkdir -p $(@D) && cp $< $@
|
||||
|
||||
# Xapian localized templates
|
||||
ifeq ($(HELP_OMINDEX_PAGE),TRUE)
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/xap_tpl : \
|
||||
$(gb_HelpTranslatePartTarget_workdir)/%/helpcontent2/source/text/shared/help/browserhelp.xhp \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/xap_templ_query.xsl \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
define html_gen_xaptpl_dep
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/xap_tpl : \
|
||||
$(if $(filter en-US,$(1)),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(1)))/helpcontent2/source/text/shared/help/browserhelp.xhp
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(call html_gen_xaptpl_dep,$(lang))))
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/xap_tpl : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/xap_templ_query.xsl \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc) \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XAT,1)
|
||||
$(call gb_Trace_StartRange,$*/$(@F),XSL)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam lang $* \
|
||||
--stringparam productname "$(gb_PRODUCTNAME_HTML)" \
|
||||
--stringparam productname "$(PRODUCTNAME)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
-o $@ \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/xap_templ_query.xsl \
|
||||
$(gb_HelpTranslatePartTarget_workdir)/$*/helpcontent2/source/text/shared/help/browserhelp.xhp \
|
||||
$(if $(filter en-US,$*),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$*))/helpcontent2/source/text/shared/help/browserhelp.xhp \
|
||||
)
|
||||
$(call gb_Trace_EndRange,$*/$(@F),XSL)
|
||||
|
||||
endif
|
||||
|
||||
# Create noscript.html, when browser has no javascript enabled
|
||||
|
||||
define html_gen_noscript_dep
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/noscript.html : \
|
||||
$(if $(filter en-US,$(1)),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(1)))/helpcontent2/source/text/shared/help/browserhelp.xhp
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(call html_gen_noscript_dep,$(lang))))
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/noscript.html : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/noscript.xsl \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc) \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),NJS,1)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam lang $* \
|
||||
--stringparam productname "$(PRODUCTNAME)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
-o $@ \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/noscript.xsl \
|
||||
$(if $(filter en-US,$*),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$*))/helpcontent2/source/text/shared/help/browserhelp.xhp \
|
||||
)
|
||||
|
||||
|
||||
# set of installed languages - has to be language independent
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/languages.js : $(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
$(file >$@,var languagesSet = new Set([$(subst $(WHITESPACE),$(COMMA) ,$(patsubst %,'%',$(gb_HELP_LANGS)))]);)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/languages.js : \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
( \
|
||||
printf 'var languagesSet = new Set([' ; \
|
||||
for lang in $(gb_HELP_LANGS) ; do printf '%s' "'$$lang', " ; done | sed 's/, $$//' ; \
|
||||
printf ']);\n' \
|
||||
) > $@
|
||||
|
||||
|
||||
define html_gen_langnames_js_dep
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/langnames.js : \
|
||||
$(if $(filter en-US,$(1)),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(1)))/helpcontent2/source/text/shared/help/browserhelp.xhp
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(call html_gen_langnames_js_dep,$(lang))))
|
||||
|
||||
# names of the languages - has to be translated, ie. per language
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/langnames.js : \
|
||||
$(gb_HelpTranslatePartTarget_workdir)/%/helpcontent2/source/text/shared/help/browserhelp.xhp \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/langnames.js : \
|
||||
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
||||
( \
|
||||
echo 'var languageNames = {' ; \
|
||||
sed -n -e 's/^.*<paragraph[^>]* id="lang_.*<variable id="\([^"]*\)"[^>]*>\([^<]*\)<.*$$/"\1": "\2",/p' $(filter %/browserhelp.xhp,$^) ; \
|
||||
grep '<paragraph[^>]*id="lang_' $(if $(filter en-US,$*),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$*))/helpcontent2/source/text/shared/help/browserhelp.xhp | \
|
||||
sed -e 's/^.*<variable id="\([^"]*\)"[^>]*>\([^<]*\)<.*$$/"\1": "\2",/' ; \
|
||||
echo '};' \
|
||||
) > $@
|
||||
|
||||
define html_gen_contents_html_dep
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/contents.part : $(call gb_HelpTarget__get_treefile,$(1),$(3))
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/contents.part : TREE_FILE := $(call gb_HelpTarget__get_treefile,$(1),$(3))
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/contents.part : LANGUAGE := $(2)
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/contents.part : MODULE := $(lastword $(subst :, ,$(filter $(module):%, $(html_BMARK_MODULES))))
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/contents.part : $(call gb_HelpTarget__get_treefile,$(1),$(3))
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/contents.part : TREE_FILE := $(call gb_HelpTarget__get_treefile,$(1),$(3))
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/contents.part : LANGUAGE := $(2)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/contents.part : MODULE := $(lastword $(subst :, ,$(filter $(module):%, $(html_BMARK_MODULES))))
|
||||
|
||||
endef
|
||||
|
||||
define html_gen_contents_dep
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/contents.js : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/contents.js : \
|
||||
$(foreach module,$(html_TREE_MODULES),\
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(module)/$(1)/contents.part)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(module)/$(1)/contents.part)
|
||||
$(foreach module,$(html_TREE_MODULES),$(call html_gen_contents_html_dep,$(module)/$(1),$(1),helpcontent2/source/auxiliary/$(module)))
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(call html_gen_contents_dep,$(lang))))
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/contents.js :
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.js :
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CAT,2)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
( \
|
||||
@ -127,44 +167,39 @@ $(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/contents.js :
|
||||
) > $@ \
|
||||
)
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/contents.part : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_tree.xsl \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.part : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_tree.xsl \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
|
||||
$(call gb_Trace_StartRange,$*/$(@F),XSL)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam lang $(LANGUAGE) \
|
||||
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
|
||||
--stringparam module $(MODULE) \
|
||||
--stringparam productname "$(gb_PRODUCTNAME_HTML)" \
|
||||
--stringparam productname "$(PRODUCTNAME)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
-o $@ \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_tree.xsl \
|
||||
$(TREE_FILE) \
|
||||
)
|
||||
$(call gb_Trace_EndRange,$*/$(@F),XSL)
|
||||
|
||||
# link txt file for icon replacement table - tdf#128519
|
||||
# copy online_transform.xsl to workdir and build links.txt.xsl
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/online_transform.xsl : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/online_transform.xsl) : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/online_transform.xsl
|
||||
mkdir -p $(dir $@)
|
||||
cp $(SRCDIR)/helpcontent2/help3xsl/online_transform.xsl $@
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/links.txt.xsl : \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/online_transform.xsl \
|
||||
$(SRCDIR)/icon-themes/colibre/links.txt \
|
||||
$(SRCDIR)/helpcontent2/helpers/make_icon_link.txt.py \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,python)
|
||||
$(call gb_Trace_StartRange,$(@F),PY)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/links.txt.xsl) : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/online_transform.xsl) \
|
||||
$(SRCDIR)/icon-themes/colibre/links.txt \
|
||||
$(SRCDIR)/helpcontent2/helpers/make_icon_link.txt.py \
|
||||
$(call gb_ExternalExecutable_get_dependencies,python)
|
||||
$(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/helpcontent2/helpers/make_icon_link.txt.py $(SRCDIR)/icon-themes/colibre/links.txt $@
|
||||
$(call gb_Trace_EndRange,$(@F),PY)
|
||||
|
||||
define html_gen_html_dep
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/html.text : \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/links.txt.xsl \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/html.text : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/links.txt.xsl) \
|
||||
$(foreach module,$(html_TEXT_MODULES), \
|
||||
$(if $(filter en-US,$(1)), \
|
||||
$(call gb_AllLangHelp_get_helpfiles_target,$(module)), \
|
||||
@ -174,32 +209,34 @@ endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(call html_gen_html_dep,$(lang))))
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/html.text : \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/links.txt.xsl \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/html.text : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/links.txt.xsl) \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
|
||||
$(call gb_Trace_StartRange,$*/$(@F),XSL)
|
||||
rm -rf $(dir $@)text && mkdir -p $(dir $@)text && cd $(dir $@)text && mkdir -p $(sort $(dir $(gb_html_allhelpfiles))) \
|
||||
&& cd $(if $(filter en-US,$*),$(SRCDIR),$(gb_HelpTranslatePartTarget_workdir)/$*) \
|
||||
&& RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),$(addsuffix $(WHITESPACE)dummyIgnoreCRinEOL$(NEWLINE),$(gb_html_allhelpfiles))) \
|
||||
&& while read xhp dummy; do \
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam Language $* \
|
||||
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
|
||||
--stringparam root $(if $(filter en-US,$*),$(SRCDIR),$(gb_HelpTranslatePartTarget_workdir)/$*)/helpcontent2/source/ \
|
||||
--stringparam productname "$(gb_PRODUCTNAME_HTML)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
--stringparam xapian $(if $(filter TRUE, $(HELP_OMINDEX_PAGE)),'yes','no') \
|
||||
-o $(dir $@)/text/$${xhp%.xhp}.html \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/online_transform.xsl \
|
||||
helpcontent2/source/text/$$xhp \
|
||||
|| exit \
|
||||
; done <"$$RESPONSEFILE" \
|
||||
&& rm "$$RESPONSEFILE" \
|
||||
&& touch $@
|
||||
$(call gb_Trace_EndRange,$*/$(@F),XSL)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
cd $(if $(filter en-US,$*),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$*))/helpcontent2/source \
|
||||
&& rm -rf $(dir $@)text \
|
||||
&& RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(foreach module,$(html_TEXT_MODULES),$(patsubst helpcontent2/source/%,%,$(gb_AllLangHelp_$(module)_HELPFILES)))) \
|
||||
&& <"$$RESPONSEFILE" $(if $(filter WNT,$(OS)),tr -d '\r' | env -i PATH="$$PATH") xargs -n 1 printf '%s\n' \
|
||||
| while read xhp; do \
|
||||
mkdir -p $$(dirname $(dir $@)$$xhp) && \
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam Language $* \
|
||||
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
|
||||
--stringparam root $(if $(filter WNT,$(OS)),$$(cygpath -m `pwd`),`pwd`)/ \
|
||||
--stringparam productname "$(PRODUCTNAME)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
--stringparam xapian $(if $(filter TRUE, $(HELP_OMINDEX_PAGE)),'yes','no') \
|
||||
-o $(dir $@)$${xhp%.xhp}.html \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/online_transform.xsl) \
|
||||
$(if $(filter WNT,$(OS)),$$(cygpath -m `pwd`),`pwd`)/$$xhp \
|
||||
|| exit \
|
||||
; done \
|
||||
&& rm "$$RESPONSEFILE" \
|
||||
&& touch $@ \
|
||||
)
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/bookmarks.js :
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.js :
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CAT,2)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
( \
|
||||
@ -210,7 +247,7 @@ $(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/bookmarks.js :
|
||||
)
|
||||
|
||||
define html__gen_bookmarks_lang_dep
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(2)/$(1)/bookmarks.part : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(2)/$(1)/bookmarks.part : \
|
||||
$(if $(filter en-US,$(1)), \
|
||||
$(call gb_AllLangHelp_get_helpfiles_target,$(firstword $(subst /, ,$(2)))), \
|
||||
$(call gb_HelpTranslateTarget_get_target,$(firstword $(subst /, ,$(2)))/$(1)))
|
||||
@ -218,45 +255,56 @@ $(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(2)/$(1)/bookmarks.part : \
|
||||
endef
|
||||
|
||||
define html__gen_bookmarks_lang_deps
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/bookmarks.js : \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(2)/$(1)/bookmarks.part
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/bookmarks.js : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(2)/$(1)/bookmarks.part
|
||||
$(call html__gen_bookmarks_lang_dep,$(1),$(2))
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(2)/$(1)/bookmarks.part : HELP_LANG := $(1)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(2)/$(1)/bookmarks.part : HELP_LANG := $(1)
|
||||
|
||||
endef
|
||||
|
||||
define html__gen_bookmarks_deps
|
||||
$(foreach lang,$(gb_HELP_LANGS),$(call html__gen_bookmarks_lang_deps,$(lang),$(1)))
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/%/bookmarks.part : APP := $(2)
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/$(1)/%/bookmarks.part : APPDIR := $(1)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/%/bookmarks.part : APP := $(2)
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/%/bookmarks.part : APPDIR := $(1)
|
||||
|
||||
endef
|
||||
|
||||
html_gen_bookmarks_deps = $(call html__gen_bookmarks_deps,$(firstword $(1)),$(lastword $(1)))
|
||||
define html_gen_bookmarks_deps
|
||||
$(call html__gen_bookmarks_deps,$(firstword $(1)),$(lastword $(1)))
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach module,$(html_BMARK_MODULES),$(call html_gen_bookmarks_deps,$(subst :, ,$(module)))))
|
||||
|
||||
# strip the helpcontent2/source/text prefix and cd to the corresponding directory to maximize
|
||||
# the number of files that xargs can squeeze into a single invocation of xsltproc
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/bookmarks.part : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline
|
||||
# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole
|
||||
# command, if any xsltproc invocation failed):
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.part : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
|
||||
$(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
|
||||
$(call gb_Trace_StartRange,$*/$(@F),XSL)
|
||||
RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),$(subst helpcontent2/source/text/,,$(gb_AllLangHelp_$(APPDIR)_BOOKMARK_HELPFILES))$(if $(filter WNT,$(OS)), )) \
|
||||
&& cd $(if $(filter en-US,$(HELP_LANG)),$(SRCDIR),$(gb_HelpTranslatePartTarget_workdir)/$(HELP_LANG))/helpcontent2/source/text \
|
||||
&& ( \
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc,$(if $(filter WNT,$(OS)),env -i $(gb_Helper_set_ld_path)) xargs) \
|
||||
--stringparam app $(APP) \
|
||||
--stringparam Language $(HELP_LANG) \
|
||||
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
|
||||
--stringparam productname "$(gb_PRODUCTNAME_HTML)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
|
||||
<$$RESPONSEFILE || { rm $$RESPONSEFILE; exit 1; } \
|
||||
) | sort -k3b -s >$@ && rm "$$RESPONSEFILE"
|
||||
$(call gb_Trace_EndRange,$*/$(@F),XSL)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
RESPONSEFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(addprefix $(if $(filter en-US,$(HELP_LANG)),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(HELP_LANG)))/,$(gb_AllLangHelp_$(APPDIR)_BOOKMARK_HELPFILES))) \
|
||||
&& ( \
|
||||
<"$$RESPONSEFILE" $(if $(filter WNT,$(OS)),tr -d '\r' | env -i PATH="$$PATH") xargs -n 1 printf '%s\n' \
|
||||
| { rm -f $@.good && while read xhp; do \
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) \
|
||||
--stringparam app $(APP) \
|
||||
--stringparam Language $(HELP_LANG) \
|
||||
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
|
||||
--stringparam productname "$(PRODUCTNAME)" \
|
||||
--stringparam productversion "$(PRODUCTVERSION)" \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \
|
||||
$$xhp \
|
||||
|| exit \
|
||||
; done && touch $@.good; } \
|
||||
| sort -k3b -s \
|
||||
| awk 'NF' \
|
||||
&& rm $@.good \
|
||||
) > $@ \
|
||||
&& rm "$$RESPONSEFILE" \
|
||||
)
|
||||
|
||||
# The various gid_File_Help_*_Zip in scp2 that use EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG expect
|
||||
# $(module)/$(lang).filelist files containing lists of files (in instdir) for the corresponding
|
||||
@ -267,32 +315,17 @@ $(gb_CustomTarget_workdir)/helpcontent2/help3xsl/%/bookmarks.part : \
|
||||
|
||||
# html__filelist,lang,module
|
||||
define html__filelist
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/filelists/html-help/$(2)/$(1).filelist: \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/filelists/html-help/$(2)/$(1).filelist: \
|
||||
$(call gb_HelpTarget_get_filelist,$(2)/$(1)) \
|
||||
$(if $(filter $(2),shared), \
|
||||
$(call gb_Package_get_target,helpcontent2_html_lang_$(1)) \
|
||||
$(call gb_Package_get_target,helpcontent2_html_media_lang_$(1)))
|
||||
mkdir -p $$$$(dirname $$@)
|
||||
sed -e 's|$(if $(filter $(1),en-US),$(SRCDIR),$(gb_HelpTranslatePartTarget_workdir)/$(1))/helpcontent2/source/|$(INSTROOT)/$(LIBO_SHARE_HELP_FOLDER)/$(1)/|g' -e 's|.xhp|.html|g' $(call gb_HelpTarget_get_filelist,$(2)/$(1)) > $$@
|
||||
sed -e 's|$(if $(filter $(1),en-US),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(1)))/helpcontent2/source/|$(INSTROOT)/$(LIBO_SHARE_HELP_FOLDER)/$(1)/|g' -e 's|.xhp|.html|g' $(call gb_HelpTarget_get_filelist,$(2)/$(1)) > $$@
|
||||
$(if $(filter $(2),shared),cat $(call gb_Package_get_target,helpcontent2_html_lang_$(1)) $(call gb_Package_get_target,helpcontent2_html_media_lang_$(1)) >> $$@,:)
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach lang,$(gb_HELP_LANGS),$(foreach module,$(html_TEXT_MODULES),$(call html__filelist,$(lang),$(module)))))
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/default.css : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/default.css \
|
||||
$(BUILDDIR)/config_host.mk
|
||||
sed -e "s/%PRODUCTNAME/$(gb_PRODUCTNAME_CSS)/g" $< > $@
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/help2.js : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/help2.js \
|
||||
$(BUILDDIR)/config_host.mk
|
||||
sed -e "s/%PRODUCTNAME/$(gb_PRODUCTNAME_JS)/g" $< > $@
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/help3xsl/tdf_matomo.js : \
|
||||
$(SRCDIR)/helpcontent2/help3xsl/tdf_matomo.js
|
||||
mkdir -p $(dir $@)
|
||||
cp $(SRCDIR)/helpcontent2/help3xsl/tdf_matomo.js $@
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -16,12 +16,12 @@ $(eval $(call gb_CustomTarget_register_targets,helpcontent2/source/auxiliary,\
|
||||
images_helpimg.zip \
|
||||
))
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary/images_helpimg.zip : \
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary/helpimg.ilst \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/images_helpimg.zip : \
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/helpimg.ilst \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,python)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1)
|
||||
$(call gb_Helper_abbreviate_dirs, \
|
||||
ILSTFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),$(filter %.ilst,$^)) && \
|
||||
ILSTFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(filter %.ilst,$^)) && \
|
||||
$(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/solenv/bin/pack_images.py \
|
||||
-g $(helpmedia_DIR) -m $(helpmedia_DIR) -c $(helpmedia_DIR) \
|
||||
-l $${ILSTFILE} \
|
||||
@ -29,13 +29,15 @@ $(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary/images_helpimg.zip : \
|
||||
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null) && \
|
||||
rm -rf $${ILSTFILE})
|
||||
|
||||
# include everything including directories to also rebuild on file deletion
|
||||
helpmedia_allMedia:=$(shell $(FIND) $(helpmedia_DIR)/media/helpimg)
|
||||
# but we're only interested in the png images
|
||||
helpmedia_images = $(filter %.png,$(helpmedia_allMedia))
|
||||
# helpimg.ilst is phony to rebuild everything each time
|
||||
.PHONY : $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/helpimg.ilst
|
||||
|
||||
$(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary/helpimg.ilst: $(helpmedia_allMedia)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LST,1)
|
||||
$(file >$@,$(subst $(WHITESPACE),$(NEWLINE),$(sort $(subst $(helpmedia_DIR)/,%MODULE%/,$(helpmedia_images)))))
|
||||
$(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/helpimg.ilst : \
|
||||
$(SRCDIR)/helpcontent2/helpers/create_ilst.pl
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
$(PERL) $< -dir=$(helpmedia_DIR)/media/helpimg -pre=media/helpimg > $@.out && \
|
||||
mv $@.out $@ \
|
||||
)
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# #
|
||||
#
|
||||
$(eval $(call gb_GeneratedPackage_GeneratedPackage,helpcontent2_html_lang_generated,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))
|
||||
$(eval $(call gb_GeneratedPackage_GeneratedPackage,helpcontent2_html_lang_generated,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
|
||||
|
||||
$(eval $(call gb_GeneratedPackage_use_customtarget,helpcontent2_html_lang_generated,helpcontent2/help3xsl))
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# #
|
||||
#
|
||||
$(eval $(call gb_Package_Package,helpcontent2_helpimages,$(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary))
|
||||
$(eval $(call gb_Package_Package,helpcontent2_helpimages,$(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)))
|
||||
|
||||
$(eval $(call gb_Package_add_files,helpcontent2_helpimages,$(LIBO_SHARE_FOLDER)/config,\
|
||||
images_helpimg.zip \
|
||||
|
||||
@ -7,16 +7,13 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))
|
||||
$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
|
||||
|
||||
$(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2/help3xsl))
|
||||
|
||||
$(eval $(call gb_Package_add_files,helpcontent2_html_dynamic,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)), \
|
||||
hid2file.js \
|
||||
languages.js \
|
||||
default.css \
|
||||
help2.js \
|
||||
$(if $(HELP_ONLINE),tdf_matomo.js) \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -20,8 +20,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
files/scalc/pivot.ods \
|
||||
files/scalc/trigon.ods \
|
||||
files/scalc/functions_ifs.ods \
|
||||
files/scalc/conditionalformatting.ods \
|
||||
files/scalc/statistics_data.ods \
|
||||
helpimg/area1.png \
|
||||
helpimg/area2.png \
|
||||
helpimg/border_ca_1.png \
|
||||
@ -51,7 +49,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/dircurscent.png \
|
||||
helpimg/dircursleft.png \
|
||||
helpimg/dircursright.png \
|
||||
helpimg/donate.png \
|
||||
helpimg/ein.png \
|
||||
helpimg/feldalle.png \
|
||||
helpimg/feldbrei.png \
|
||||
@ -66,15 +63,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/kombi1.png \
|
||||
helpimg/left.png \
|
||||
helpimg/left2.png \
|
||||
helpimg/line_break_none.png \
|
||||
helpimg/line_break_full.png \
|
||||
helpimg/line_break_left.png \
|
||||
helpimg/line_break_right.png \
|
||||
helpimg/line_break_sample_left.png \
|
||||
helpimg/line_break_sample_right.png \
|
||||
helpimg/line_break_sample_full.png \
|
||||
helpimg/line_break_sample_none.png \
|
||||
helpimg/line_break_sample_orig.png \
|
||||
helpimg/linkdata.png \
|
||||
helpimg/linleft.png \
|
||||
helpimg/linright.png \
|
||||
@ -96,27 +84,17 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/scalc/IMCOT_equation.svg \
|
||||
helpimg/sc_func_imsin.svg \
|
||||
helpimg/sc_func_imsinh.svg \
|
||||
helpimg/scalc/country_codes.png \
|
||||
helpimg/scalc/IMCSC_equation.svg \
|
||||
helpimg/scalc/IMCSCH_equation.svg \
|
||||
helpimg/scalc/IMSEC_equation.svg \
|
||||
helpimg/scalc/IMSECH_equation.svg \
|
||||
helpimg/scalc/IMTAN_equation.svg \
|
||||
helpimg/scalc/comment_indicator.png \
|
||||
helpimg/scalc/formula_indicator.png \
|
||||
helpimg/scalc/edit_highlight.png \
|
||||
helpimg/scalc/anchor.png \
|
||||
helpimg/scalc/row_col_highlight.png \
|
||||
helpimg/scalc/cursor_themed.png \
|
||||
helpimg/scalc/cursor_system.png \
|
||||
helpimg/scalc/refs_in_color.png \
|
||||
helpimg/sc_func_opt01.svg \
|
||||
helpimg/sd_drawing_with_comment.png \
|
||||
helpimg/sd_PresenterConsole01.png \
|
||||
helpimg/sd_PresenterConsole02.png \
|
||||
helpimg/sd_PresenterConsole03.png \
|
||||
helpimg/sd_PresenterConsole04.png \
|
||||
helpimg/sdraw/Green_cross.svg \
|
||||
helpimg/si_presentation_with_comment.png \
|
||||
helpimg/sheettabs.png \
|
||||
helpimg/sistop.png \
|
||||
@ -146,6 +124,8 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/sbasic/DimArray_function.svg \
|
||||
helpimg/sbasic/Do_statement.svg \
|
||||
helpimg/sbasic/Do-Loop_statement.svg \
|
||||
helpimg/sbasic/Else_fragment.svg \
|
||||
helpimg/sbasic/ElseIf_fragment.svg \
|
||||
helpimg/sbasic/Enum_statement.svg \
|
||||
helpimg/sbasic/Erase_statement.svg \
|
||||
helpimg/sbasic/For-Each_statement.svg \
|
||||
@ -179,12 +159,8 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/sbasic/While_statement.svg \
|
||||
helpimg/sbasic/With_statement.svg \
|
||||
helpimg/sbasic/Write_statement.svg \
|
||||
helpimg/schart/CategoryProperties.png \
|
||||
helpimg/scalc/coordinates-to-polar-01.svg \
|
||||
helpimg/scalc/calczoomslider.png \
|
||||
helpimg/sdraw/area-fill-none-same-vs-background.png \
|
||||
helpimg/sdraw/control_points.png \
|
||||
helpimg/sdraw/dimension01.svg \
|
||||
helpimg/sdraw/distribute-orig.svg \
|
||||
helpimg/sdraw/distribute-HR.svg \
|
||||
helpimg/sdraw/distribute-HL.svg \
|
||||
@ -377,7 +353,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/starmath/un21221.svg \
|
||||
helpimg/python/python_interactive_console.png \
|
||||
helpimg/python/python_shell.png \
|
||||
helpimg/swriter/MasterDocuments.png \
|
||||
helpimg/sw_paste_range.png \
|
||||
helpimg/sw_signatureline01.png \
|
||||
helpimg/sw_signatureline02.png \
|
||||
@ -396,8 +371,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
helpimg/warning_small.png \
|
||||
helpimg/what-if.png \
|
||||
helpimg/zellvor.png \
|
||||
helpimg/impress_remote01.png \
|
||||
helpimg/impress_remote02.png \
|
||||
navigation/favicon.ico \
|
||||
navigation/libo-base.svg \
|
||||
navigation/libo-basic.svg \
|
||||
@ -406,14 +379,11 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
navigation/libo-draw.svg \
|
||||
navigation/libo-impress.svg \
|
||||
navigation/libo-math.svg \
|
||||
navigation/libo-symbol-black.svg \
|
||||
navigation/libo-symbol-white.svg \
|
||||
navigation/libo-writer.svg \
|
||||
screenshots/modules/sdraw/ui/copydlg/DuplicateDialog.png \
|
||||
screenshots/modules/scalc/ui/deletecells/DeleteCellsDialog.png \
|
||||
screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png \
|
||||
screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png \
|
||||
screenshots/modules/sdraw/ui/insertlayer/InsertLayerDialog.png \
|
||||
screenshots/modules/sdraw/ui/insertslidesdialog/InsertSlidesDialog.png \
|
||||
screenshots/modules/sdraw/ui/vectorize/VectorizeDialog.png \
|
||||
screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png \
|
||||
screenshots/modules/smath/ui/fontdialog/FontDialog.png \
|
||||
screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png \
|
||||
@ -421,9 +391,10 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png \
|
||||
screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png \
|
||||
screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png \
|
||||
screenshots/modules/swriter/ui/indexentry/IndexEntryDialog.png \
|
||||
screenshots/writerperfect/ui/exportepub/EpubDialog.png \
|
||||
screenshots/svx/ui/compressgraphicdialog/CompressGraphicDialog.png \
|
||||
screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png \
|
||||
screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png \
|
||||
screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png \
|
||||
screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png \
|
||||
screenshots/modules/simpress/ui/prntopts/prntopts.png \
|
||||
@ -437,6 +408,7 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png \
|
||||
screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png \
|
||||
screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png \
|
||||
screenshots/cui/ui/charnamepage/CharNamePage.png \
|
||||
screenshots/cui/ui/colorpage/ColorPage.png \
|
||||
screenshots/cui/ui/colorpickerdialog/ColorPicker.png \
|
||||
screenshots/cui/ui/effectspage/EffectsPage.png \
|
||||
@ -444,9 +416,11 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
|
||||
screenshots/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage.png \
|
||||
screenshots/cui/ui/hyperlinkmailpage/HyperlinkMailPage.png \
|
||||
screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png \
|
||||
screenshots/cui/ui/optviewpage/OptViewPage.png \
|
||||
screenshots/cui/ui/optfltrpage/OptFltrPage.png \
|
||||
screenshots/cui/ui/opthtmlpage/OptHtmlPage.png \
|
||||
screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png \
|
||||
screenshots/cui/ui/optsavepage/OptSavePage.png \
|
||||
screenshots/cui/ui/optadvancedpage/OptAdvancedPage.png \
|
||||
screenshots/cui/ui/optasianpage/OptAsianPage.png \
|
||||
screenshots/cui/ui/optctlpage/OptCTLPage.png \
|
||||
|
||||
@ -18,8 +18,10 @@ $(eval $(call gb_Package_add_file,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOL
|
||||
|
||||
$(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\
|
||||
a11y-toggle.js \
|
||||
default.css \
|
||||
flexsearch.debug.js \
|
||||
help.js \
|
||||
help2.js \
|
||||
normalize.css \
|
||||
paginathing.js \
|
||||
polyfills.js \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Latest download version
|
||||
|
||||
PrismJS 1.28.0
|
||||
PrismJS 1.20.0
|
||||
|
||||
Using prism.js for Basic code highlight
|
||||
|
||||
@ -12,14 +12,10 @@ Download page http://prismjs.com/download
|
||||
|
||||
Theme: Coy
|
||||
|
||||
Languages to download:
|
||||
Visual Basic +
|
||||
Python +
|
||||
SQL +
|
||||
defaults Prism pre-sets
|
||||
Languages to download: Visual Basic + Python + defaults pre-sets
|
||||
|
||||
Plugins: line numbers,
|
||||
|
||||
Plugins:
|
||||
line numbers,
|
||||
normalize-whitespace: configure after https://prismjs.com/plugins/normalize-whitespace/
|
||||
|
||||
Prism.plugins.NormalizeWhitespace = new NormalizeWhitespace({
|
||||
@ -43,14 +39,6 @@ Add class 'language-visual-basic' and 'line-numbers' to <code> as in
|
||||
|
||||
<xsl:template match="bascode">
|
||||
<div class="bascode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-visual-basic line-numbers"><xsl:apply-templates /></code></pre>
|
||||
</div>
|
||||
<pre><code class="language-visual-basic line-numbers"><xsl:apply-templates /></code></pre></div>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="pycode">
|
||||
<div class="pycode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-python line-numbers"><xsl:apply-templates /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
@ -1,54 +1,100 @@
|
||||
/* -*- 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/.
|
||||
*/
|
||||
MIT License
|
||||
|
||||
function hideNavs() {
|
||||
let navs = document.querySelectorAll('[data-a11y-toggle] + nav');
|
||||
navs.forEach((nav) => {
|
||||
if (!nav.hasAttribute('hidden')) {
|
||||
nav.previousElementSibling.setAttribute('aria-expanded', 'false');
|
||||
nav.setAttribute('hidden', 'true');
|
||||
}
|
||||
Copyright (c) 2016 Edenspiekermann
|
||||
|
||||
*/
|
||||
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
var internalId = 0;
|
||||
var togglesMap = {};
|
||||
var targetsMap = {};
|
||||
|
||||
function $ (selector, context) {
|
||||
return Array.prototype.slice.call(
|
||||
(context || document).querySelectorAll(selector)
|
||||
);
|
||||
}
|
||||
|
||||
function getClosestToggle (element) {
|
||||
if (element.closest) {
|
||||
return element.closest('[data-a11y-toggle]');
|
||||
}
|
||||
|
||||
while (element) {
|
||||
if (element.nodeType === 1 && element.hasAttribute('data-a11y-toggle')) {
|
||||
return element;
|
||||
}
|
||||
|
||||
element = element.parentNode;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
function handleToggle (toggle) {
|
||||
var target = toggle && targetsMap[toggle.getAttribute('aria-controls')];
|
||||
|
||||
if (!target) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var toggles = togglesMap['#' + target.id];
|
||||
var isExpanded = target.getAttribute('aria-hidden') === 'false';
|
||||
|
||||
target.setAttribute('aria-hidden', isExpanded);
|
||||
toggles.forEach(function (toggle) {
|
||||
toggle.setAttribute('aria-expanded', !isExpanded);
|
||||
});
|
||||
}
|
||||
const navToggle = document.querySelectorAll('[data-a11y-toggle]');
|
||||
navToggle.forEach((toggle) => {
|
||||
let navList = toggle.nextElementSibling;
|
||||
let navLinks = navList.querySelectorAll('a');
|
||||
toggle.addEventListener('click', (event) => {
|
||||
if (navList.hasAttribute('hidden')) {
|
||||
toggle.setAttribute('aria-expanded', 'true');
|
||||
navList.removeAttribute('hidden');
|
||||
// Set focus on first link
|
||||
// will be highlighted for keyboard users
|
||||
navLinks[0].focus();
|
||||
} else {
|
||||
navList.setAttribute('hidden', 'true');
|
||||
toggle.setAttribute('aria-expanded', 'false');
|
||||
}
|
||||
event.stopPropagation();
|
||||
}, false);
|
||||
});
|
||||
document.addEventListener('keydown', (event) => {
|
||||
// Ignore IME composition
|
||||
if (event.isComposing || event.keyCode === 229) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Close menu with ESC key
|
||||
if (event.keyCode === 27) {
|
||||
hideNavs();
|
||||
}
|
||||
}, false);
|
||||
document.addEventListener('click', (event) => {
|
||||
// close navigation menus when clicking anywhere (except when on mobile)
|
||||
if (event.target.closest('[data-a11y-toggle] + nav') || Math.max(document.documentElement.clientWidth, window.innerWidth || 0) < 960) return
|
||||
hideNavs();
|
||||
})
|
||||
var initA11yToggle = function (context) {
|
||||
togglesMap = $('[data-a11y-toggle]', context).reduce(function (acc, toggle) {
|
||||
var selector = '#' + toggle.getAttribute('data-a11y-toggle');
|
||||
acc[selector] = acc[selector] || [];
|
||||
acc[selector].push(toggle);
|
||||
return acc;
|
||||
}, togglesMap);
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
var targets = Object.keys(togglesMap);
|
||||
targets.length && $(targets).forEach(function (target) {
|
||||
var toggles = togglesMap['#' + target.id];
|
||||
var isExpanded = target.hasAttribute('data-a11y-toggle-open');
|
||||
var labelledby = [];
|
||||
|
||||
toggles.forEach(function (toggle) {
|
||||
toggle.id || toggle.setAttribute('id', 'a11y-toggle-' + internalId++);
|
||||
toggle.setAttribute('aria-controls', target.id);
|
||||
toggle.setAttribute('aria-expanded', isExpanded);
|
||||
labelledby.push(toggle.id);
|
||||
});
|
||||
|
||||
target.setAttribute('aria-hidden', !isExpanded);
|
||||
target.hasAttribute('aria-labelledby') || target.setAttribute('aria-labelledby', labelledby.join(' '));
|
||||
|
||||
targetsMap[target.id] = target;
|
||||
});
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
initA11yToggle();
|
||||
});
|
||||
|
||||
document.addEventListener('click', function (event) {
|
||||
var toggle = getClosestToggle(event.target);
|
||||
handleToggle(toggle);
|
||||
});
|
||||
|
||||
document.addEventListener('keyup', function (event) {
|
||||
if (event.which === 13 || event.which === 32) {
|
||||
var toggle = getClosestToggle(event.target);
|
||||
if (toggle && toggle.getAttribute('role') === 'button') {
|
||||
handleToggle(toggle);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
window && (window.a11yToggle = initA11yToggle);
|
||||
})();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -39,11 +39,8 @@ xsltproc get_tree.xsl <file.tree>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="topic">
|
||||
<xsl:variable name="pagetarget">
|
||||
<xsl:value-of select="substring-after(@id,'xhp')"/>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="htmlpage">
|
||||
<xsl:value-of select="concat($lang,'/',substring-before(substring-after(@id,'/'),'.xhp'),'.html','?DbPAR=',$module,$pagetarget)" />
|
||||
<xsl:value-of select="concat($lang,'/',substring-before(substring-after(@id,'/'),'.xhp'),'.html','?DbPAR=',$module)" />
|
||||
</xsl:variable>
|
||||
<![CDATA[<li><a target="_top" href="]]><xsl:value-of select="$htmlpage"/><![CDATA[">]]><xsl:call-template name="replace"><xsl:with-param name="text"><xsl:value-of select="."/></xsl:with-param></xsl:call-template><![CDATA[</a></li>\]]>
|
||||
</xsl:template>
|
||||
|
||||
@ -50,19 +50,17 @@ function getQuery(q) {
|
||||
|
||||
function currentModule() {
|
||||
// We need to know the module that the user is using when they call for help
|
||||
let module = getQuery('DbPAR');
|
||||
let moduleFromURL = regexArray[1].toUpperCase();
|
||||
var module = getQuery('DbPAR');
|
||||
if (module == null) {
|
||||
// first deal with snowflake Base
|
||||
if(url.indexOf('/sdatabase/') !== -1) {
|
||||
// get the module name from the URL and remove the first character,
|
||||
// but first deal with snowflake Base
|
||||
if(url.indexOf('explorer/database/') !== -1) {
|
||||
module = 'BASE';
|
||||
} else {
|
||||
if (null === regexArray || moduleFromURL === 'SHARED') {
|
||||
// comes from search or elsewhere, no defined module in URL
|
||||
module = 'SHARED'
|
||||
if (null === regexArray){// comes from search or elsewhere, no defined module in URL
|
||||
module = 'HARED'
|
||||
} else {
|
||||
// drop the 's' from the start
|
||||
module = moduleFromURL.substring(1);
|
||||
module = regexArray[1].toUpperCase().substring(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -71,13 +69,13 @@ function currentModule() {
|
||||
function fullLinkify(indexEl, bookmarks, modules, currentModule) {
|
||||
var fullLinkified = '';
|
||||
// if user is not on a shared category page, limit the index to the current module + shared
|
||||
if(currentModule !== 'SHARED') {
|
||||
if(currentModule !== 'HARED') {
|
||||
bookmarks = bookmarks.filter(function(obj) {
|
||||
return obj['app'] === currentModule || obj['app'] === 'SHARED';
|
||||
});
|
||||
}
|
||||
bookmarks.forEach(function(obj) {
|
||||
fullLinkified += '<a href="' + obj['url'] + '" class="' + obj['app'] + '" dir="auto">' + obj['text'] + '</a>';
|
||||
fullLinkified += '<a href="' + obj['url'] + '" class="' + obj['app'] + '">' + obj['text'] + '</a>';
|
||||
});
|
||||
return fullLinkified;
|
||||
}
|
||||
@ -116,7 +114,7 @@ function filter(indexList) {
|
||||
|
||||
// Similarly to fullLinkify(), limit search results to the user's current module + shared
|
||||
// unless they're somehow not coming from a module.
|
||||
if(userModule !== 'SHARED') {
|
||||
if(userModule !== 'HARED') {
|
||||
resultModules = [userModule, 'SHARED'];
|
||||
} else {
|
||||
resultModules = modules;
|
||||
@ -148,11 +146,10 @@ function debounce(fn, wait, indexList) {
|
||||
};
|
||||
}
|
||||
|
||||
// copy pycode, sqlcode and bascode to clipboard on mouse click
|
||||
// copy pycode and bascode to clipboard on mouse click
|
||||
// Show border when copy is done
|
||||
divcopyable(document.getElementsByClassName("bascode"));
|
||||
divcopyable(document.getElementsByClassName("pycode"));
|
||||
divcopyable(document.getElementsByClassName("sqlcode"));
|
||||
|
||||
function divcopyable(itemcopyable){
|
||||
for (var i = 0, len = itemcopyable.length; i < len; i++) {
|
||||
@ -247,16 +244,4 @@ document.addEventListener('click', function(event) {
|
||||
});
|
||||
}
|
||||
});
|
||||
// YouTube consent click. This only works for a single video.
|
||||
let youtubePlaceholder = document.querySelector(".youtube_placeholder");
|
||||
if (youtubePlaceholder) {
|
||||
youtubePlaceholder.prepend(...document.querySelectorAll(".youtube_consent"));
|
||||
}
|
||||
function youtubeLoader(ytId, width, height) {
|
||||
let iframeMarkup = `<iframe width="${width}" height="${height}" src="https://www.youtube-nocookie.com/embed/${ytId}?version=3" allowfullscreen="true" frameborder="0"></iframe>`;
|
||||
let placeholder = document.getElementById(ytId);
|
||||
placeholder.innerHTML = iframeMarkup;
|
||||
placeholder.removeAttribute("style");
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
|
||||
@ -8,19 +8,19 @@
|
||||
*/
|
||||
// Used to set Application in caseinline=APP
|
||||
function setApplSpan(spanZ) {
|
||||
let module = getParameterByName("DbPAR");
|
||||
var module = getParameterByName("DbPAR");
|
||||
if (module === null) {
|
||||
module = "SHARED";
|
||||
module = "WRITER";
|
||||
}
|
||||
let y = spanZ.getElementsByTagName("SPAN");
|
||||
let n = y.length;
|
||||
let foundAppl = false;
|
||||
var y = spanZ.getElementsByTagName("SPAN");
|
||||
var n = y.length;
|
||||
var foundAppl = false;
|
||||
for (i = 0; i < n; i++) {
|
||||
if (y[i].getAttribute("id") === null){
|
||||
continue;
|
||||
}
|
||||
else if( y[i].getAttribute("id").startsWith(module)){
|
||||
y[i].hidden = false;
|
||||
y[i].removeAttribute("hidden");
|
||||
foundAppl=true;
|
||||
}
|
||||
}
|
||||
@ -29,9 +29,8 @@ function setApplSpan(spanZ) {
|
||||
continue;
|
||||
}
|
||||
else if( y[i].getAttribute("id").startsWith("default")){
|
||||
y[i].hidden = true;
|
||||
if(!foundAppl){
|
||||
y[i].hidden = false;
|
||||
y[i].removeAttribute("hidden");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -39,36 +38,77 @@ function setApplSpan(spanZ) {
|
||||
// Used to set system in case, caseinline=SYSTEM
|
||||
function setSystemSpan(spanZ) {
|
||||
// if no System in URL, get browser system
|
||||
let system = getParameterByName("System");
|
||||
var system = getParameterByName("System");
|
||||
if (system === null) {
|
||||
system = getSystem();
|
||||
}
|
||||
let y = spanZ.getElementsByTagName("SPAN");
|
||||
let n = y.length;
|
||||
let foundSystem = false;
|
||||
|
||||
for (let i = 0; i < n; i++) {
|
||||
var y = spanZ.getElementsByTagName("SPAN");
|
||||
var n = y.length;
|
||||
var foundSystem = false;
|
||||
for (i = 0; i < n; i++) {
|
||||
if (y[i].getAttribute("id") === null){
|
||||
continue;
|
||||
}
|
||||
else if( y[i].getAttribute("id").startsWith(system)){
|
||||
y[i].hidden = false;
|
||||
y[i].removeAttribute("hidden");
|
||||
foundSystem=true;
|
||||
}
|
||||
}
|
||||
for (let i = 0; i < n; i++) {
|
||||
for (i = 0; i < n; i++) {
|
||||
if (y[i].getAttribute("id") === null){
|
||||
continue;
|
||||
}
|
||||
else if( y[i].getAttribute("id").startsWith("default")){
|
||||
y[i].hidden = true;
|
||||
if(!foundSystem){
|
||||
y[i].hidden = false;
|
||||
y[i].removeAttribute("hidden");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// paint headers and headings with appl color
|
||||
|
||||
function moduleColor (module) {
|
||||
switch (module){
|
||||
case "WRITER" : {color="#0369A3"; break;}
|
||||
case "CALC" : {color="#43C330"; break;}
|
||||
case "CHART" : {color="darkcyan"; break;}
|
||||
case "IMPRESS": {color="#A33E03"; break;}
|
||||
case "DRAW" : {color="#C99C00"; break;}
|
||||
case "BASE" : {color="#8E03A3"; break;}
|
||||
case "BASIC" : {color="black"; break;}
|
||||
case "MATH" : {color="darkslategray"; break;}
|
||||
case "SHARED" : {color="gray"; break;}
|
||||
default : {color="#18A303"; break;}
|
||||
}
|
||||
document.getElementById("TopLeftHeader").style.background = color;
|
||||
document.getElementById("SearchFrame").style.background = color;
|
||||
document.getElementById("DonationFrame").style.background = color;
|
||||
var cols = document.getElementsByClassName('tableheadcell');
|
||||
for(i = 0; i < cols.length; i++) {cols[i].style.backgroundColor = color;};
|
||||
for (j of [1,2,3,4,5,6]) {
|
||||
var hh = document.getElementsByTagName("H" + j);
|
||||
for(i = 0; i < hh.length; i++) {
|
||||
hh[i].style.color = color;
|
||||
hh[i].style.borderBottomColor = color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Find spans that need the switch treatment and give it to them
|
||||
var spans = document.querySelectorAll("[class^=switch]");
|
||||
var n = spans.length;
|
||||
for (z = 0; z < n; z++) {
|
||||
var id = spans[z].getAttribute("id");
|
||||
if (id === null) {
|
||||
continue;
|
||||
}
|
||||
else if (id.startsWith("swlnsys")) {
|
||||
setSystemSpan(spans[z]);
|
||||
} else {
|
||||
setApplSpan(spans[z]);
|
||||
}
|
||||
}
|
||||
/* add &DbPAR= and &System= to the links in DisplayArea div */
|
||||
/* skip for object files */
|
||||
function fixURL(module, system) {
|
||||
@ -126,10 +166,6 @@ function getParameterByName(name, url) {
|
||||
return decodeURIComponent(results[2].replace(/\+/g, " "));
|
||||
}
|
||||
|
||||
// This is used when arriving the first time via the application
|
||||
// or direct access to web root, e.g. a web search. It should not
|
||||
// be used outside of online context as then we can not guarantee
|
||||
// en-US as a fallback language.
|
||||
function existingLang(lang) {
|
||||
if (lang === undefined) {
|
||||
return 'en-US';
|
||||
@ -150,8 +186,7 @@ function existingLang(lang) {
|
||||
function setupModules(lang) {
|
||||
var modulesNav = document.getElementById('modules-nav');
|
||||
if (!modulesNav.classList.contains('loaded')) {
|
||||
let html =
|
||||
'<a href="' + lang + '/text/shared/05/new_help.html?DbPAR=SHARED"><div class="office-icon"></div>%PRODUCTNAME</a>' +
|
||||
var html =
|
||||
'<a href="' + lang + '/text/swriter/main0000.html?DbPAR=WRITER"><div class="writer-icon"></div>Writer</a>' +
|
||||
'<a href="' + lang + '/text/scalc/main0000.html?DbPAR=CALC"><div class="calc-icon"></div>Calc</a>' +
|
||||
'<a href="' + lang + '/text/simpress/main0000.html?DbPAR=IMPRESS"><div class="impress-icon"></div>Impress</a>' +
|
||||
@ -165,12 +200,10 @@ function setupModules(lang) {
|
||||
}
|
||||
}
|
||||
|
||||
function setupLanguages(url) {
|
||||
let langNav = document.getElementById('langs-nav');
|
||||
if (!langNav) return;
|
||||
let page = url.substring(url.search('/text/'));
|
||||
function setupLanguages(page) {
|
||||
var langNav = document.getElementById('langs-nav');
|
||||
if (!langNav.classList.contains('loaded')) {
|
||||
let html = '';
|
||||
var html = '';
|
||||
languagesSet.forEach(function(lang) {
|
||||
html += '<a href="' + lang + page + '">' + ((lang in languageNames)? languageNames[lang]: lang) + '</a>';
|
||||
});
|
||||
@ -179,6 +212,33 @@ function setupLanguages(url) {
|
||||
}
|
||||
}
|
||||
|
||||
// Test, if we are online
|
||||
if (document.body.getElementsByTagName('meta')) {
|
||||
var _paq = _paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['disableCookies']);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.documentfoundation.org/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '68']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
var system = getParameterByName("System");
|
||||
} else {
|
||||
var system = getSystem();
|
||||
}
|
||||
|
||||
var module = getParameterByName("DbPAR");
|
||||
fixURL(module,system);
|
||||
moduleColor(module);
|
||||
var helpID = getParameterByName("HID");
|
||||
// only used in xhp pages with <help-id-missing/> tags
|
||||
var missingElement = document.getElementById("bm_HID2");
|
||||
if(missingElement != null){missingElement.innerHTML = helpID;}
|
||||
|
||||
function debugInfo(dbg) {
|
||||
if (dbg == null) return;
|
||||
document.getElementById("DEBUG").style.display = "block";
|
||||
@ -187,48 +247,20 @@ function debugInfo(dbg) {
|
||||
document.getElementById("bm_HID").innerHTML = "HID is: "+helpID;
|
||||
}
|
||||
|
||||
// Find spans that need the switch treatment and give it to them
|
||||
function impl_Switches(){
|
||||
|
||||
let spans = document.querySelectorAll("[class^=switch]");
|
||||
let n = spans.length;
|
||||
for (let z = 0; z < n; z++) {
|
||||
let id = spans[z].getAttribute("id");
|
||||
if (id === null) {
|
||||
continue;
|
||||
}
|
||||
else if (id.startsWith("swlnsys")) {
|
||||
setSystemSpan(spans[z]);
|
||||
} else {
|
||||
setApplSpan(spans[z]);
|
||||
}
|
||||
}
|
||||
}
|
||||
// Main
|
||||
let module = getParameterByName("DbPAR");
|
||||
let system = getParameterByName("System");
|
||||
let helpID = getParameterByName("HID");
|
||||
impl_Switches();
|
||||
fixURL(module,system);
|
||||
// only used in xhp pages with <help-id-missing/> tags
|
||||
let missingElement = document.getElementById("bm_HID2");
|
||||
if(missingElement != null){missingElement.innerHTML = helpID;}
|
||||
|
||||
debugInfo(getParameterByName("Debug"));
|
||||
|
||||
// Mobile devices need the modules and langs displayed on page load
|
||||
// Mobile devices need the modules and langs on page load
|
||||
if (Math.max(document.documentElement.clientWidth, window.innerWidth || 0) < 960) {
|
||||
let modules = document.getElementById('modules-nav');
|
||||
let langs = document.getElementById('langs-nav');
|
||||
modules.removeAttribute('hidden');
|
||||
var e = new Event('click');
|
||||
var modulesBtn = document.getElementById('modules');
|
||||
var langsBtn = document.getElementById('langs');
|
||||
var modules = document.getElementById('modules-nav');
|
||||
var langs = document.getElementById('langs-nav');
|
||||
modules.setAttribute('data-a11y-toggle-open', '');
|
||||
modulesBtn.dispatchEvent(e);
|
||||
if (langs) {
|
||||
langs.removeAttribute('hidden');
|
||||
langs.setAttribute('data-a11y-toggle-open', '');
|
||||
langsBtn.dispatchEvent(e);
|
||||
}
|
||||
}
|
||||
|
||||
const href = window.location.href;
|
||||
const lang = getParameterByName("Language", href) || document.querySelector("html").getAttribute("lang");
|
||||
setupModules(lang);
|
||||
setupLanguages(href);
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
|
||||
@ -45,8 +45,6 @@
|
||||
window.location.replace(lang + '/' + defaultFile + '?System=' + system + '&DbPAR=' + module);
|
||||
}
|
||||
var bookmark = target.slice(target.indexOf('/') + 1, target.length);
|
||||
// tdf#156573 Replace character "?" by "%3F"
|
||||
bookmark = bookmark.replace("?", "%3F");
|
||||
var file = hid2fileMap[bookmark];
|
||||
// check first if a root bookmark @@nowidget@@ can be used
|
||||
if (file === undefined) {
|
||||
|
||||
35
help3xsl/noscript.xsl
Normal file
35
help3xsl/noscript.xsl
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
* 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/.
|
||||
-->
|
||||
<!--
|
||||
Stylesheet to create the localized noscript error page.
|
||||
xsltproc noscript.xsl <browserhelp.xhp>
|
||||
-->
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:include href="brand.xsl"/>
|
||||
<xsl:output indent="yes" method="html"/>
|
||||
<xsl:param name="productname"/>
|
||||
<xsl:param name="productversion"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin: 20px">
|
||||
<h1 style="color: red;">
|
||||
<xsl:call-template name="brand">
|
||||
<xsl:with-param name="string"><xsl:value-of select="//variable[@id='noscriptmsg']"/></xsl:with-param>
|
||||
</xsl:call-template>
|
||||
</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
@ -92,29 +92,22 @@
|
||||
<xsl:variable name="note_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/note.svg')"/>
|
||||
<xsl:variable name="tip_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/tip.svg')"/>
|
||||
<xsl:variable name="warning_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/warning.svg')"/>
|
||||
<xsl:variable name="donate_img" select="concat($img_url_prefix,'helpimg/donate.png')"/>
|
||||
|
||||
<!-- Strings for the help UI page -->
|
||||
<xsl:variable name="tmp_href_ui"><xsl:value-of select="concat($urlpre,'text/shared/help/browserhelp.xhp')"/></xsl:variable>
|
||||
<xsl:variable name="tmp_doc_ui" select="document($tmp_href_ui)"/>
|
||||
<xsl:variable name="ui_contents"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='contents']"/></xsl:variable>
|
||||
<xsl:variable name="ui_index"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='index']"/></xsl:variable>
|
||||
<xsl:variable name="ui_pholderbmarksall"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderbmarksall']"/></xsl:variable>
|
||||
<xsl:variable name="ui_pholderbmarkschosen"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderbmarkschosen']"/></xsl:variable>
|
||||
<xsl:variable name="ui_pholderfullsearch"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderfullsearch']"/></xsl:variable>
|
||||
<xsl:variable name="ui_module"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='module']"/></xsl:variable>
|
||||
<xsl:variable name="ui_language"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='language']"/></xsl:variable>
|
||||
<xsl:variable name="ui_donate"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='donate']"/></xsl:variable>
|
||||
<xsl:variable name="ui_logo"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='LibreOfficeHelp']"/></xsl:variable>
|
||||
<xsl:variable name="ui_selectmodule"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='selectmodule']"/></xsl:variable>
|
||||
<xsl:variable name="ui_selectlang"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='selectlanguage']"/></xsl:variable>
|
||||
<xsl:variable name="ui_search"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='searchhelpcontents']"/></xsl:variable>
|
||||
<xsl:variable name="ui_copyclip"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='copyclip']"/></xsl:variable>
|
||||
<xsl:variable name="ytvideobutton"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='ytbutton']"/></xsl:variable>
|
||||
<xsl:variable name="ytaccept"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='ytaccept']"/></xsl:variable>
|
||||
<xsl:variable name="ytpromovideoH2"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='externalvideo']"/></xsl:variable>
|
||||
<xsl:variable name="ytprivacy"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='ytprivacy']"/></xsl:variable>
|
||||
<xsl:variable name="ui_books"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='books']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_contents"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='contents']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_index"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='index']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_pholderall"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderall']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_pholderchosen"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderchosen']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_module"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='module']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_language"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='language']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_donate"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='donate']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_logo"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='LibreOfficeHelp']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_selectmodule"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='selectmodule']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_selectlang"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='selectlanguage']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_search"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='searchhelpcontents']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_copyclip"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='copyclip']"/></xsl:variable>
|
||||
<!--
|
||||
#############
|
||||
# Templates #
|
||||
@ -123,9 +116,7 @@
|
||||
|
||||
<!-- Create the document skeleton -->
|
||||
<xsl:template match="/">
|
||||
<xsl:variable name="htmlpage">
|
||||
<xsl:value-of select="concat(substring-before($filename,'.xhp'),'.html')"/>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="htmlpage"><xsl:value-of select="concat(substring-before($filename,'.xhp'),'.html')"/></xsl:variable>
|
||||
<xsl:variable name="titleL10N">
|
||||
<xsl:call-template name="brand"><xsl:with-param name="string"><xsl:value-of select="$title"/></xsl:with-param></xsl:call-template>
|
||||
</xsl:variable>
|
||||
@ -140,58 +131,31 @@
|
||||
<xsl:otherwise><xsl:value-of select="$productversion"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="direction">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$lang='ar' or $lang='fa' or $lang='he' or $lang='sd' or $lang='ur'">
|
||||
<xsl:value-of select="'rtl'"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="'ltr'"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="meta_description">
|
||||
<xsl:call-template name="brand">
|
||||
<xsl:with-param name="string">
|
||||
<xsl:value-of select="substring(concat($productname,': ',//description),1,170)"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
<html lang="{$lang}" dir="{$direction}">
|
||||
<html lang="{$lang}">
|
||||
<head>
|
||||
<base href="{$install}"/>
|
||||
<title><xsl:value-of disable-output-escaping="yes" select="$titleL10N"/></title>
|
||||
<noscript><meta http-equiv="refresh" content="0; URL={$install}{$lang}/noscript.html"/></noscript>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<xsl:if test="//description">
|
||||
<meta name="description" contents="{$meta_description}"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="$online">
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org"/>
|
||||
</xsl:if>
|
||||
<title><xsl:value-of select="$titleL10N"/></title>
|
||||
<link rel="shortcut icon" href="media/navigation/favicon.ico"/>
|
||||
<link type="text/css" href="normalize.css" rel="Stylesheet"/>
|
||||
<link type="text/css" href="prism.css" rel="Stylesheet"/>
|
||||
<link type="text/css" href="default.css" rel="Stylesheet"/>
|
||||
<link type="text/css" href="prism.css" rel="Stylesheet"/>
|
||||
<script type="text/javascript" src="polyfills.js"></script>
|
||||
<script type="text/javascript" src="languages.js"></script>
|
||||
<script type="text/javascript" src="{$lang}/langnames.js"></script>
|
||||
<script type="text/javascript" src="flexsearch.debug.js"></script>
|
||||
<script type="text/javascript" src="prism.js"></script>
|
||||
<script type="text/javascript" src="help2.js" defer=""></script>
|
||||
<xsl:if test="$online">
|
||||
<script type="text/javascript" src="tdf_matomo.js" defer=""></script>
|
||||
</xsl:if>
|
||||
<script type="text/javascript" src="a11y-toggle.js" defer=""></script>
|
||||
<script type="text/javascript" src="paginathing.js" defer=""></script>
|
||||
<script type="text/javascript" src="{$lang}/bookmarks.js" defer=""></script>
|
||||
<script type="text/javascript" src="{$lang}/contents.js" defer=""></script>
|
||||
<script type="text/javascript" src="help.js" defer=""></script>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
<!--tdf#155193 - do not index when indexer="excluded", see omindex on HTML indexing-->
|
||||
<xsl:if test="//topic[@indexer='exclude']">
|
||||
<meta name="robots" content="noindex"/>
|
||||
</xsl:if>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -200,65 +164,51 @@
|
||||
<div></div>
|
||||
</a>
|
||||
<a class="logo" href="{$lang}/text/shared/05/new_help.html">
|
||||
<p dir="auto"><xsl:value-of disable-output-escaping="yes" select="$ui_logo"/></p>
|
||||
<p><xsl:value-of select="$ui_logo"/></p>
|
||||
</a>
|
||||
<div class="dropdowns">
|
||||
<div class="modules">
|
||||
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">
|
||||
<button type="button" data-a11y-toggle="modules-nav" id="modules" onclick="setupModules('{$lang}');">
|
||||
<xsl:value-of select="$ui_module"/>
|
||||
</button>
|
||||
<nav id="modules-nav" hidden=""/><!-- is filled in via setupModules() -->
|
||||
<nav id="modules-nav"/><!-- is filled in via setupModules() on demand -->
|
||||
</div>
|
||||
<xsl:if test="$online">
|
||||
<div class="lang">
|
||||
<button type="button" data-a11y-toggle="langs-nav" id="langs" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">
|
||||
<button type="button" data-a11y-toggle="langs-nav" id="langs" onclick="setupLanguages('{$htmlpage}');">
|
||||
<xsl:value-of select="$ui_language"/>
|
||||
</button>
|
||||
<nav id="langs-nav" hidden=""/><!-- is filled in via setupLanguages() -->
|
||||
<nav id="langs-nav"/><!-- is filled in via setupLanguages() on demand -->
|
||||
</div>
|
||||
</xsl:if>
|
||||
</div>
|
||||
</header>
|
||||
<aside class="leftside">
|
||||
<aside class="rightside">
|
||||
<input id="accordion-1" name="accordion-menu" type="checkbox"/>
|
||||
<label for="accordion-1" dir="auto"><xsl:value-of select="$ui_contents"/></label>
|
||||
<label for="accordion-1"><xsl:value-of select="$ui_contents"/></label>
|
||||
<div id="Contents" class="contents-treeview"></div>
|
||||
</aside>
|
||||
<div id="SearchFrame">
|
||||
<div id="Bookmarks">
|
||||
<xsl:variable name="pholder">
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains($htmlpage, '/text/shared/')">
|
||||
<xsl:value-of select="$ui_pholderbmarksall"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$ui_pholderbmarkschosen"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<input id="search-bar" type="search" class="search" placeholder="{$pholder}" dir="auto"/>
|
||||
<div class="nav-container" tabindex="0">
|
||||
<nav class="index" dir="auto"></nav>
|
||||
<aside class="leftside">
|
||||
<div id="Index">
|
||||
<div class="index-label"><xsl:value-of select="$ui_index"/>  🔎︎ </div>
|
||||
<div id="Bookmarks">
|
||||
<xsl:variable name="pholder">
|
||||
<xsl:choose>
|
||||
<xsl:when test="not(contains($htmlpage, '/text/shared/explorer/database/')) and contains($htmlpage, '/text/shared/')">
|
||||
<xsl:value-of select="$ui_pholderall"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$ui_pholderchosen"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<input id="search-bar" type="text" class="search" placeholder="{$pholder}"/>
|
||||
<nav class="index"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
|
||||
<noscript>
|
||||
<div id="WarnJS">
|
||||
<h1 dir="auto">
|
||||
<xsl:call-template name="brand"><xsl:with-param name="string"><xsl:value-of select="$tmp_doc_ui//variable[@id='noscriptmsg']"/></xsl:with-param></xsl:call-template>
|
||||
</h1>
|
||||
</div>
|
||||
</noscript>
|
||||
<xsl:if test="$online">
|
||||
<xsl:if test="$xapian='yes'">
|
||||
<div class="xapian-omega-search">
|
||||
<form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top">
|
||||
<input id="omega-autofocus" type="search" name="P" placeholder="{$ui_pholderfullsearch}" dir="auto"/>
|
||||
<input type="submit" class="xapian-omega-search-button" value="🔍"/>
|
||||
</form>
|
||||
</div>
|
||||
</xsl:if>
|
||||
<!-- help2.js checks, if meta elements exist in the body -->
|
||||
<meta itemprop="applicationCategory" content="BusinessApplication"/>
|
||||
<meta itemprop="applicationSuite" content="LibreOffice"/>
|
||||
@ -275,32 +225,28 @@
|
||||
</xsl:if>
|
||||
<xsl:apply-templates select="/helpdocument/body"/>
|
||||
</div>
|
||||
<div id="DonationFrame">
|
||||
<a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank">
|
||||
<div class="icontable donation">
|
||||
<div class="iconcell">
|
||||
<img class="iconimage" src="{$donate_img}" alt="{$ui_donate}" style="{$iconsizestyle}"/>
|
||||
</div>
|
||||
<div class="iconcell">
|
||||
<p dir="auto"><xsl:value-of select="$ui_donate"/></p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank"><xsl:value-of select="$ui_books"/></a></h2>
|
||||
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
|
||||
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;"></img>
|
||||
</div>
|
||||
<div id="SearchFrame">
|
||||
<xsl:if test="$online">
|
||||
<p itemscope="true" itemtype="http://schema.org/Organization" dir="auto">
|
||||
<xsl:if test="$xapian='yes'">
|
||||
<div class="xapian-omega-search">
|
||||
<form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top">
|
||||
<input id="omega-autofocus" type="search" name="P"/>
|
||||
<input type="submit" class="xapian-omega-search-button" value="🔍"/>
|
||||
</form>
|
||||
</div>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
</div>
|
||||
<div id="DonationFrame">
|
||||
<xsl:if test="$online">
|
||||
<div class="donation">
|
||||
<p><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank"><xsl:value-of select="$ui_donate"/></a></p>
|
||||
</div>
|
||||
</xsl:if>
|
||||
</div>
|
||||
<footer>
|
||||
<xsl:if test="$online">
|
||||
<p itemscope="true" itemtype="http://schema.org/Organization">
|
||||
<meta itemprop="name" content="The Document Foundation"/>
|
||||
<meta itemprop="legalName" content="The Document Foundation"/>
|
||||
<meta itemprop="alternateName" content="TDF"/>
|
||||
@ -309,11 +255,11 @@
|
||||
</xsl:if>
|
||||
<div id="DEBUG" class="debug">
|
||||
<h3 class="bug">Help content debug info:</h3>
|
||||
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source{$filename}" target="_blank"><xsl:value-of select="$filename"/></a></p>
|
||||
<p dir="auto">Title is: <xsl:value-of disable-output-escaping="yes" select="$title"/></p>
|
||||
<p id="bm_module" dir="auto"></p>
|
||||
<p id="bm_system" dir="auto"></p>
|
||||
<p id="bm_HID" dir="auto"></p>
|
||||
<p>This page is: <a href="https://opengrok.libreoffice.org/xref/help/source{$filename}" target="_blank"><xsl:value-of select="$filename"/></a></p>
|
||||
<p>Title is: <xsl:value-of select="$title"/></p>
|
||||
<p id="bm_module"></p>
|
||||
<p id="bm_system"></p>
|
||||
<p id="bm_HID"></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
@ -335,7 +281,7 @@
|
||||
|
||||
<!-- BOOKMARK -->
|
||||
<xsl:template match="bookmark">
|
||||
<a id="{@id}"></a>
|
||||
<a name="{@id}"></a>
|
||||
<xsl:choose>
|
||||
<xsl:when test="starts-with(@branch,'hid')" />
|
||||
<xsl:otherwise><xsl:apply-templates /></xsl:otherwise>
|
||||
@ -473,6 +419,11 @@
|
||||
<xsl:when test="(concat('/',@href) = /helpdocument/meta/topic/filename) or (@href = /helpdocument/meta/topic/filename)">
|
||||
<xsl:apply-templates />
|
||||
</xsl:when>
|
||||
<xsl:when test="contains(child::embedvar/@href,'/00/00000004.xhp#wie')"> <!-- special treatment of howtoget links -->
|
||||
<xsl:call-template name="insert_howtoget">
|
||||
<xsl:with-param name="linkhref" select="@href"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:call-template name="createlink" />
|
||||
</xsl:otherwise>
|
||||
@ -530,14 +481,18 @@
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='bascode' or @role='pycode' or @role='sqlcode'">
|
||||
<xsl:when test="contains(descendant::embedvar/@href,'/00/00000004.xhp#wie')"> <!-- special treatment of howtoget links -->
|
||||
<xsl:apply-templates />
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='bascode' or @role='pycode'">
|
||||
<xsl:call-template name="brand">
|
||||
<xsl:with-param name="string" select="."/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='smathcode'">
|
||||
<p id="{@id}" class="smathcode" dir="auto"><span class="input" data-tooltip="{$ui_copyclip}"><xsl:apply-templates /></span></p>
|
||||
<p id="{@id}" class="smathcode"><span class="input" data-tooltip="{$ui_copyclip}"><xsl:apply-templates /></span></p>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='logocode'">
|
||||
@ -573,14 +528,18 @@
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='bascode' or @role='pycode' or @role='sqlcode'">
|
||||
<xsl:when test="contains(descendant::embedvar/@href,'/00/00000004.xhp#wie')"> <!-- special treatment of howtoget links -->
|
||||
<xsl:apply-templates />
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='bascode' or @role='pycode'">
|
||||
<xsl:call-template name="brand">
|
||||
<xsl:with-param name="string" select="."/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='smathcode'">
|
||||
<p id="{@id}" class="smathcode" dir="auto"><span class="input" data-tooltip="{$ui_copyclip}"><xsl:apply-templates /></span></p>
|
||||
<p id="{@id}" class="smathcode"><span class="input" data-tooltip="{$ui_copyclip}"><xsl:apply-templates /></span></p>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@role='logocode'">
|
||||
@ -595,7 +554,7 @@
|
||||
|
||||
<!-- SECTION -->
|
||||
<xsl:template match="section">
|
||||
<a id="{@id}"></a>
|
||||
<a name="{@id}"></a>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@id='relatedtopics'">
|
||||
<div class="relatedtopics">
|
||||
@ -603,7 +562,7 @@
|
||||
<xsl:variable name="href"><xsl:value-of select="concat($urlpre,'text/shared/00/00000004.xhp')"/></xsl:variable>
|
||||
<xsl:variable name="anchor"><xsl:value-of select="'related'"/></xsl:variable>
|
||||
<xsl:variable name="doc" select="document($href)"/>
|
||||
<p class="related" itemprop="mentions" dir="auto">
|
||||
<p class="related" itemprop="mentions">
|
||||
<xsl:apply-templates select="$doc//variable[@id=$anchor]"/>
|
||||
</p>
|
||||
<div class="relatedbody" itemprop="mentions">
|
||||
@ -622,7 +581,7 @@
|
||||
|
||||
<!-- SECTION -->
|
||||
<xsl:template match="section" mode="embedded">
|
||||
<a id="{@id}"></a>
|
||||
<a name="{@id}"></a>
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</xsl:template>
|
||||
|
||||
@ -697,34 +656,86 @@
|
||||
|
||||
</xsl:template>
|
||||
|
||||
<!-- SWITCH and SWITCHINLINE -->
|
||||
<xsl:template match="switch|switchinline">
|
||||
<!-- SWITCH -->
|
||||
<xsl:template match="switch">
|
||||
<xsl:variable name="idsw">
|
||||
<xsl:value-of select="//meta/topic/@id" /><xsl:number level="any" count="switch|switchinline" format="_1"/>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test ="@select = 'sys' or @select = 'appl'">
|
||||
<span id="swln{@select}{$idsw}" class="{local-name()}">
|
||||
<xsl:when test ="@select = 'sys'">
|
||||
<span id="swlnsys{$idsw}" class="switch">
|
||||
<xsl:apply-templates />
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:when test ="@select = 'appl'">
|
||||
<span id="swlnappl{$idsw}" class="switch">
|
||||
<xsl:apply-templates />
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p class="debug" dir="auto">Unsupported switch condition.</p>
|
||||
<p class="debug">Unsupported switch condition.</p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
<xsl:template match="switch|switchinline" mode="embedded">
|
||||
<xsl:template match="switch" mode="embedded">
|
||||
<xsl:variable name="idsw">
|
||||
<xsl:value-of select="//meta/topic/@id" /><xsl:number level="any" count="switch|switchinline" format="_1"/>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test ="@select = 'sys' or @select = 'appl'">
|
||||
<span id="swln{@select}{$idsw}" class="{local-name()}">
|
||||
<xsl:when test ="@select = 'sys'">
|
||||
<span id="swlnsys{$idsw}" class="switch">
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:when test ="@select = 'appl'">
|
||||
<span id="swlnappl{$idsw}" class="switch">
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p class="debug" dir="auto">Unsupported switch condition.</p>
|
||||
<p class="debug">Unsupported switch condition.</p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<!-- SWITCHINLINE -->
|
||||
<xsl:template match="switchinline">
|
||||
<xsl:variable name="idsw">
|
||||
<xsl:value-of select="//meta/topic/@id" /><xsl:number level="any" count="switch|switchinline" format="_1"/>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test ="@select = 'sys'">
|
||||
<span id="swlnsys{$idsw}" class="switchinline">
|
||||
<xsl:apply-templates />
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:when test ="@select = 'appl'">
|
||||
<span id="swlnappl{$idsw}" class="switchinline">
|
||||
<xsl:apply-templates />
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p class="debug">Unsupported switch condition.</p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
<xsl:template match="switchinline" mode="embedded">
|
||||
<xsl:variable name="idsw">
|
||||
<xsl:value-of select="//meta/topic/@id" /><xsl:number level="any" count="switch|switchinline" format="_1"/>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test ="@select = 'sys'">
|
||||
<span id="swlnsys{$idsw}" class="switchinline">
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:when test ="@select = 'appl'">
|
||||
<span id="swln{@select}_{$idsw}" class="switchinline">
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p class="debug">Unsupported switch condition.</p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
@ -737,10 +748,10 @@
|
||||
<xsl:template match="tablecell">
|
||||
<xsl:choose>
|
||||
<xsl:when test="paragraph[@role='tablehead']">
|
||||
<th rowspan="{@rowspan}" colspan="{@colspan}" class='tableheadcell' dir="auto"><xsl:apply-templates /></th>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}" class='tableheadcell'><xsl:apply-templates /></td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}" dir="auto"><xsl:apply-templates /></td>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}"><xsl:apply-templates /></td>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
@ -749,10 +760,10 @@
|
||||
<xsl:template match="tablecell" mode="embedded">
|
||||
<xsl:choose>
|
||||
<xsl:when test="paragraph[@role='tablehead']">
|
||||
<th rowspan="{@rowspan}" colspan="{@colspan}" class='tableheadcell' dir="auto"><xsl:apply-templates mode="embedded"/></th>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}" class='tableheadcell'><xsl:apply-templates mode="embedded"/></td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}" dir="auto"><xsl:apply-templates mode="embedded"/></td>
|
||||
<td rowspan="{@rowspan}" colspan="{@colspan}"><xsl:apply-templates mode="embedded"/></td>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
@ -763,9 +774,6 @@
|
||||
<xsl:template match="tablerow" mode="icontable"><div class="icontable"><xsl:apply-templates mode="icontable"/></div></xsl:template>
|
||||
<xsl:template match="tablerow" mode="embedded"><tr><xsl:apply-templates mode="embedded"/></tr></xsl:template>
|
||||
|
||||
<!-- TABLEHEAD -->
|
||||
<xsl:template match="tablehead"><thead><xsl:apply-templates /></thead></xsl:template>
|
||||
|
||||
<!-- TITLE -->
|
||||
<xsl:template match="title"/>
|
||||
|
||||
@ -773,8 +781,8 @@
|
||||
<xsl:template match="topic"/>
|
||||
|
||||
<!-- VARIABLE -->
|
||||
<xsl:template match="variable"><a id="{@id}"></a><xsl:apply-templates /></xsl:template>
|
||||
<xsl:template match="variable" mode="embedded"><xsl:apply-templates mode="embedded"/></xsl:template>
|
||||
<xsl:template match="variable"><a name="{@id}"></a><xsl:apply-templates /></xsl:template>
|
||||
<xsl:template match="variable" mode="embedded"><a name="{@id}"></a><xsl:apply-templates mode="embedded"/></xsl:template>
|
||||
|
||||
<xsl:template match="text()">
|
||||
<xsl:call-template name="brand">
|
||||
@ -793,14 +801,12 @@
|
||||
<xsl:template match="h1 | h2 | h3 | h4 | h5 | h6">
|
||||
<xsl:element name="{local-name()}">
|
||||
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
||||
<xsl:attribute name="dir">auto</xsl:attribute>
|
||||
<xsl:apply-templates />
|
||||
</xsl:element>
|
||||
</xsl:template>
|
||||
<xsl:template match="h1 | h2 | h3 | h4 | h5 | h6" mode="embedded">
|
||||
<xsl:element name="{concat('h',substring-after(local-name(),'h') + 1)}">
|
||||
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
||||
<xsl:attribute name="dir">auto</xsl:attribute>
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
</xsl:element>
|
||||
</xsl:template>
|
||||
@ -822,52 +828,33 @@
|
||||
</xsl:template>
|
||||
|
||||
<!--NOTE TIP AND WARNING-->
|
||||
|
||||
<xsl:template match="tip | note | warning">
|
||||
<xsl:call-template name="insertnote">
|
||||
<xsl:with-param name="type" select="local-name()" />
|
||||
</xsl:call-template>
|
||||
<xsl:variable name="imgsrc">
|
||||
<xsl:choose>
|
||||
<xsl:when test="local-name()='note'"><xsl:value-of select="$note_img"/></xsl:when>
|
||||
<xsl:when test="local-name()='tip'"><xsl:value-of select="$tip_img"/></xsl:when>
|
||||
<xsl:when test="local-name()='warning'"><xsl:value-of select="$warning_img"/></xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<div class="{local-name()}">
|
||||
<div class="noteicon"><img src="{$imgsrc}" alt="{local-name()}" title="{local-name()}" style="{$iconsizestyle}"/></div>
|
||||
<div class="notetext"><p id="{@id}"><xsl:apply-templates /></p></div>
|
||||
</div>
|
||||
<br/>
|
||||
</xsl:template>
|
||||
<xsl:template match="tip | note | warning" mode="embedded">
|
||||
<xsl:call-template name="insertnote">
|
||||
<xsl:with-param name="type" select="local-name()" />
|
||||
</xsl:call-template>
|
||||
</xsl:template>
|
||||
|
||||
<!--SQLCODE, BASCODE, PYCODE-->
|
||||
<xsl:template match="bascode | pycode | sqlcode">
|
||||
<xsl:variable name="codelangclass">
|
||||
<xsl:variable name="imgsrc">
|
||||
<xsl:choose>
|
||||
<xsl:when test="local-name()='bascode'"><xsl:text>language-visual-basic line-numbers</xsl:text></xsl:when>
|
||||
<xsl:when test="local-name()='pycode'"><xsl:text>language-python line-numbers</xsl:text></xsl:when>
|
||||
<xsl:when test="local-name()='sqlcode'"><xsl:text>language-sql</xsl:text></xsl:when>
|
||||
<xsl:when test="local-name()='note'"><xsl:value-of select="$note_img"/></xsl:when>
|
||||
<xsl:when test="local-name()='tip'"><xsl:value-of select="$tip_img"/></xsl:when>
|
||||
<xsl:when test="local-name()='warning'"><xsl:value-of select="$warning_img"/></xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<div class="{local-name()}" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre dir="auto"><code class="{$codelangclass}"><xsl:apply-templates /></code></pre>
|
||||
<div class="{local-name()}">
|
||||
<div class="noteicon"><img src="{$imgsrc}" alt="{local-name()}" title="{local-name()}" style="{$iconsizestyle}"/></div>
|
||||
<div class="notetext"><p id="{@id}"><xsl:apply-templates mode="embedded"/></p></div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
<xsl:template match="bascode | pycode | sqlcode" mode="embedded">
|
||||
<xsl:variable name="codelangclass">
|
||||
<xsl:choose>
|
||||
<xsl:when test="local-name()='bascode'"><xsl:text>language-visual-basic line-numbers</xsl:text></xsl:when>
|
||||
<xsl:when test="local-name()='pycode'"><xsl:text>language-python line-numbers</xsl:text></xsl:when>
|
||||
<xsl:when test="local-name()='sqlcode'"><xsl:text>language-sql</xsl:text></xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<div class="{local-name()}" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre dir="auto"><code class="{$codelangclass}"><xsl:apply-templates /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DESCRIPTION -->
|
||||
<xsl:template match="description">
|
||||
<p id="{@id}" class="description" dir="auto"><xsl:apply-templates /></p>
|
||||
</xsl:template>
|
||||
<xsl:template match="description" mode="embedded">
|
||||
<p id="{@id}" class="description" dir="auto"><xsl:apply-templates /></p>
|
||||
<br/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- In case of missing help files -->
|
||||
@ -942,12 +929,12 @@
|
||||
<xsl:template name="insertlistitem">
|
||||
<xsl:choose>
|
||||
<xsl:when test="ancestor::list[@type='ordered']">
|
||||
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto">
|
||||
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep">
|
||||
<xsl:apply-templates />
|
||||
</li>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered" dir="auto">
|
||||
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered">
|
||||
<xsl:apply-templates />
|
||||
</li>
|
||||
</xsl:otherwise>
|
||||
@ -958,7 +945,7 @@
|
||||
<xsl:template name="insertlist">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@type='ordered'">
|
||||
<ol itemprop="HowTo" itemscope="true" itemtype="http://schema.org/HowToSection" dir="auto">
|
||||
<ol itemprop="HowTo" itemscope="true" itemtype="http://schema.org/HowToSection">
|
||||
<xsl:if test="@startwith != ''">
|
||||
<xsl:attribute name="start"><xsl:value-of select="@startwith"/></xsl:attribute>
|
||||
</xsl:if>
|
||||
@ -966,7 +953,7 @@
|
||||
</ol>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<ul itemprop="Unordered" itemscope="true" itemtype="http://schema.org/ItemList" dir="auto">
|
||||
<ul itemprop="Unordered" itemscope="true" itemtype="http://schema.org/ItemList">
|
||||
<xsl:apply-templates />
|
||||
</ul>
|
||||
</xsl:otherwise>
|
||||
@ -985,12 +972,38 @@
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<p id="{@id}" class="{$role}" dir="auto"><xsl:apply-templates /></p>
|
||||
<p id="{@id}" class="{$role}"><xsl:apply-templates /></p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="bascode">
|
||||
<div class="bascode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-visual-basic line-numbers"><xsl:apply-templates /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
<xsl:template match="bascode" mode="embedded">
|
||||
<div class="bascode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-visual-basic line-numbers"><xsl:apply-templates mode="embedded" /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="pycode">
|
||||
<div class="pycode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-python line-numbers"><xsl:apply-templates /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
<xsl:template match="pycode" mode="embedded">
|
||||
<div class="pycode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet">
|
||||
<xsl:attribute name="data-tooltip"><xsl:value-of select="$ui_copyclip"/></xsl:attribute>
|
||||
<pre><code class="language-python line-numbers"><xsl:apply-templates mode="embedded" /></code></pre>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Insert Logo code snippet -->
|
||||
<xsl:template name="insertlogocode">
|
||||
<pre dir="auto"><xsl:apply-templates /></pre>
|
||||
<pre><xsl:apply-templates /></pre>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Insert "How to get Link" -->
|
||||
@ -1001,7 +1014,7 @@
|
||||
<xsl:variable name="tmp_doc" select="document($tmp_href)"/>
|
||||
<div class="howtoget">
|
||||
<div>
|
||||
<p class="howtogetheader" dir="auto"><xsl:apply-templates select="$tmp_doc//variable[@id='wie']"/></p>
|
||||
<p class="howtogetheader"><xsl:apply-templates select="$tmp_doc//variable[@id='wie']"/></p>
|
||||
</div>
|
||||
<div class="howtogetbody">
|
||||
<xsl:choose>
|
||||
@ -1058,8 +1071,8 @@
|
||||
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>
|
||||
</xsl:variable>
|
||||
<div class="{$type}">
|
||||
<div class="noteicon" dir="auto"><img src="{$imgsrc}" alt="{$alt}" style="{$iconsizestyle}"/></div>
|
||||
<div class="notetext"><p dir="auto"><xsl:apply-templates /></p></div>
|
||||
<div class="noteicon"><img src="{$imgsrc}" alt="{$alt}" title="{$alt}" style="{$iconsizestyle}"/></div>
|
||||
<div class="notetext"><p><xsl:apply-templates /></p></div>
|
||||
</div>
|
||||
<br/>
|
||||
</xsl:template>
|
||||
@ -1070,7 +1083,6 @@
|
||||
<xsl:param name="embedded" />
|
||||
<xsl:element name="{concat('h',$level)}">
|
||||
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
||||
<xsl:attribute name="dir">auto</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$embedded = 'yes'">
|
||||
<xsl:apply-templates mode="embedded"/>
|
||||
@ -1150,17 +1162,17 @@
|
||||
<xsl:apply-templates select="$doc//section[@id=$anchor]" mode="embedded"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="$doc//paragraph[@id=$anchor]"> <!-- then test for a para of that name -->
|
||||
<p class="embedded" dir="auto">
|
||||
<p class="embedded">
|
||||
<xsl:apply-templates select="$doc//paragraph[@id=$anchor]" mode="embedded"/>
|
||||
</p>
|
||||
</xsl:when>
|
||||
<xsl:when test="$doc//variable[@id=$anchor]"> <!-- then test for a variable of that name -->
|
||||
<p class="embedded" dir="auto">
|
||||
<p class="embedded">
|
||||
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>
|
||||
</p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise> <!-- then give up -->
|
||||
<p class="bug" dir="auto">D'oh! You found a bug (<xsl:value-of select="@href"/> not found).</p>
|
||||
<p class="bug">D'oh! You found a bug (<xsl:value-of select="@href"/> not found).</p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
@ -1214,9 +1226,6 @@
|
||||
<xsl:when test="starts-with(@src,'media/screenshots/')">
|
||||
<xsl:value-of select="'screenshot'"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="starts-with(@src,'media/icon-themes/')">
|
||||
<xsl:value-of select="'iconimage'"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="starts-with(@src,'media/')">
|
||||
<xsl:value-of select="'genericimage'"/>
|
||||
</xsl:when>
|
||||
@ -1255,7 +1264,7 @@
|
||||
<xsl:call-template name="convert2px"><xsl:with-param name="value" select="@height"/></xsl:call-template>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
<img src="{$src2}" class="{$imagestyle}" alt="{$alt}" style="{concat('width:',$width,';height:',$height)}" itemprop="{$property}" itemscope="true" itemtype="http://schema.org/ImageObject"/>
|
||||
<img src="{$src2}" class="{$imagestyle}" alt="{$alt}" title="{$alt}" style="{concat('width:',$width,';height:',$height)}" itemprop="{$property}" itemscope="true" itemtype="http://schema.org/ImageObject"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Insert an object -->
|
||||
@ -1277,14 +1286,9 @@
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="starts-with(@type,'video/youtube')">
|
||||
<div id="{@id}" class="youtube_placeholder">
|
||||
<h2 id="promovideoH2"><xsl:value-of select="$ytpromovideoH2"/></h2>
|
||||
<p><xsl:value-of select="$ytaccept"/></p>
|
||||
<p><a href="https://policies.google.com/privacy" target="_blank"><xsl:value-of select="$ytprivacy"/></a></p>
|
||||
<button class="youtube_button" onClick="youtubeLoader('{@id}', 700, 394)" >
|
||||
<xsl:value-of select="$ytvideobutton"/>
|
||||
</button>
|
||||
</div>
|
||||
<div id="mediadiv">
|
||||
<iframe id="{@id}" src="{@data}" width="{$width}" height="{$height}" frameborder="0" allowfullscreen="true"></iframe>
|
||||
</div>
|
||||
</xsl:when>
|
||||
<xsl:when test="not(starts-with(@type,'video/youtube')) and starts-with(@type,'video')">
|
||||
<div id="mediadiv">
|
||||
@ -1442,17 +1446,20 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="resolveembedvar">
|
||||
<xsl:variable name="href"><xsl:value-of select="concat($urlpre,substring-before(@href,'#'))"/></xsl:variable>
|
||||
<xsl:variable name="anchor"><xsl:value-of select="substring-after(@href,'#')"/></xsl:variable>
|
||||
<xsl:variable name="doc" select="document($href)"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$doc//variable[@id=$anchor]"> <!-- test for a variable of that name -->
|
||||
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise> <!-- or give up -->
|
||||
<span class="bug">[<xsl:value-of select="@href"/> not found].</span>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:if test="not(@href='text/shared/00/00000004.xhp#wie')"> <!-- special treatment if howtoget links -->
|
||||
<xsl:variable name="archive"><xsl:value-of select="concat(substring-before(substring-after(@href,'text/'),'/'),'/')"/></xsl:variable>
|
||||
<xsl:variable name="href"><xsl:value-of select="concat($urlpre,substring-before(@href,'#'))"/></xsl:variable>
|
||||
<xsl:variable name="anchor"><xsl:value-of select="substring-after(@href,'#')"/></xsl:variable>
|
||||
<xsl:variable name="doc" select="document($href)"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$doc//variable[@id=$anchor]"> <!-- test for a variable of that name -->
|
||||
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise> <!-- or give up -->
|
||||
<span class="bug">[<xsl:value-of select="@href"/> not found].</span>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Apply -->
|
||||
|
||||
@ -69,10 +69,8 @@ var Paginator = function(element) {
|
||||
parent = existingContainer.parentNode;
|
||||
parent.removeChild(existingContainer);
|
||||
}
|
||||
const searchInput = document.getElementById("search-bar");
|
||||
var container = document.createElement('nav');
|
||||
container.setAttribute('class', options.containerClass);
|
||||
container.setAttribute('tabindex', '0');
|
||||
var ul = document.createElement('ul');
|
||||
ul.setAttribute('class', options.ulClass);
|
||||
|
||||
@ -229,7 +227,6 @@ var Paginator = function(element) {
|
||||
limitPagination = pagLimit();
|
||||
}
|
||||
show(page);
|
||||
searchInput.focus();
|
||||
});
|
||||
}());
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* PrismJS 1.28.0
|
||||
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+python+sql+visual-basic&plugins=line-numbers+normalize-whitespace */
|
||||
/* PrismJS 1.20.0
|
||||
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+python+visual-basic&plugins=line-numbers+normalize-whitespace */
|
||||
/**
|
||||
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
|
||||
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
|
||||
@ -34,12 +34,10 @@ pre[class*="language-"] {
|
||||
position: relative;
|
||||
margin: .5em 0;
|
||||
overflow: visible;
|
||||
padding: 1px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre[class*="language-"] > code {
|
||||
pre[class*="language-"]>code {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
border-left: 10px solid #358ccb;
|
||||
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
|
||||
background-color: #fdfdfd;
|
||||
@ -49,7 +47,7 @@ pre[class*="language-"] > code {
|
||||
background-attachment: local;
|
||||
}
|
||||
|
||||
code[class*="language-"] {
|
||||
code[class*="language"] {
|
||||
max-height: inherit;
|
||||
height: inherit;
|
||||
padding: 0 1em;
|
||||
@ -81,6 +79,7 @@ pre[class*="language-"] {
|
||||
pre[class*="language-"]:before,
|
||||
pre[class*="language-"]:after {
|
||||
content: '';
|
||||
z-index: -2;
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0.75em;
|
||||
@ -96,6 +95,7 @@ pre[class*="language-"]:after {
|
||||
transform: rotate(-2deg);
|
||||
}
|
||||
|
||||
:not(pre) > code[class*="language-"]:after,
|
||||
pre[class*="language-"]:after {
|
||||
right: 0.75em;
|
||||
left: auto;
|
||||
@ -193,6 +193,13 @@ pre[class*="language-"]:after {
|
||||
|
||||
}
|
||||
|
||||
/* Plugin styles */
|
||||
.token.tab:not(:empty):before,
|
||||
.token.cr:before,
|
||||
.token.lf:before {
|
||||
color: #e0d7d1;
|
||||
}
|
||||
|
||||
/* Plugin styles: Line Numbers */
|
||||
pre[class*="language-"].line-numbers.line-numbers {
|
||||
padding-left: 0;
|
||||
|
||||
2733
help3xsl/prism.js
2733
help3xsl/prism.js
File diff suppressed because it is too large
Load Diff
@ -1,24 +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/.
|
||||
*/
|
||||
// Test, if we are online
|
||||
if (document.body.getElementsByTagName('meta')) {
|
||||
var _paq = _paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['disableCookies']);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.documentfoundation.org/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '68']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
}
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
@ -21,16 +21,21 @@ xsltproc xap_template_query.xsl <file.xhp>
|
||||
<xsl:variable name="target" select="concat('/',$productversion,'/')"/>
|
||||
<!-- Strings for the help UI page -->
|
||||
<xsl:variable name ="ui_contents"><xsl:apply-templates select="//variable[@id='contents']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_pholderfullsearch"><xsl:apply-templates select="//variable[@id='pholderfullsearch']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_index"><xsl:apply-templates select="//variable[@id='index']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_pholderall"><xsl:apply-templates select="//variable[@id='pholderall']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_pholderchosen"><xsl:apply-templates select="//variable[@id='pholderchosen']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_module"><xsl:apply-templates select="//variable[@id='module']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_language"><xsl:apply-templates select="//variable[@id='language']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_donate"><xsl:apply-templates select="//variable[@id='donate']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_logo"><xsl:apply-templates select="//variable[@id='LibreOfficeHelp']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_selectmodule"><xsl:apply-templates select="//variable[@id='selectmodule']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_selectlang"><xsl:apply-templates select="//variable[@id='selectlanguage']"/></xsl:variable>
|
||||
<xsl:variable name ="ui_search"><xsl:apply-templates select="//variable[@id='searchhelpcontents']"/></xsl:variable>
|
||||
<xsl:variable name="ui_books"><xsl:apply-templates select="//variable[@id='books']"/></xsl:variable>
|
||||
|
||||
<xsl:variable name="brand3" select="'%PRODUCTNAME'"/>
|
||||
<xsl:variable name="brand4" select="'%PRODUCTVERSION'"/>
|
||||
|
||||
|
||||
<xsl:template match="/">
|
||||
<![CDATA[$httpheader{Content-Type,text/html; charset=utf-8}<!DOCTYPE html><html lang="]]><xsl:value-of select="$lang"/><![CDATA[">
|
||||
<base href="]]><xsl:value-of select="$target"/><![CDATA["/>
|
||||
@ -73,9 +78,16 @@ $def{SPAGE,<input type=submit name="[" value="$1" disabled=disabled>}
|
||||
<link rel="shortcut icon" href="media/navigation/favicon.ico"/>
|
||||
<link type="text/css" href="normalize.css" rel="Stylesheet"/>
|
||||
<link type="text/css" href="default.css" rel="Stylesheet"/>
|
||||
<link type="text/css" href="prism.css" rel="Stylesheet"/>
|
||||
<script type="text/javascript" src="polyfills.js"></script>
|
||||
<script type="text/javascript" src="languages.js"></script>
|
||||
<script type="text/javascript" src="]]><xsl:value-of select="$lang"/><![CDATA[/langnames.js"></script>
|
||||
<script type="text/javascript" src="flexsearch.debug.js"></script>
|
||||
<script type="text/javascript" src="prism.js"></script>
|
||||
<script type="text/javascript" src="help2.js" defer=""></script>
|
||||
<script type="text/javascript" src="a11y-toggle.js" defer=""></script>
|
||||
<script type="text/javascript" src="paginathing.js" defer=""></script>
|
||||
<script type="text/javascript" src="]]><xsl:value-of select="$lang"/><![CDATA[/bookmarks.js" defer=""></script>
|
||||
<script type="text/javascript" src="]]><xsl:value-of select="$lang"/><![CDATA[/contents.js" defer=""></script>
|
||||
<script type="text/javascript" src="help.js" defer=""></script>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
@ -95,29 +107,38 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header id="TopLeftHeader">
|
||||
<a class="symbol" href="]]><xsl:value-of select="$lang"/><![CDATA[/text/shared/05/new_help.html"><div></div></a>
|
||||
<a class="logo" href="]]><xsl:value-of select="$lang"/><![CDATA[/text/shared/05/new_help.html">
|
||||
<p dir="auto">]]><xsl:value-of select="$ui_logo"/><![CDATA[</p>
|
||||
</a>
|
||||
<div class="dropdowns">
|
||||
<div class="modules">
|
||||
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">]]>
|
||||
<xsl:value-of select="$ui_module"/><![CDATA[
|
||||
</button>
|
||||
<nav id="modules-nav" hidden=""/><!-- is filled in via setupModules() -->
|
||||
</div>
|
||||
<div id="TopLeftHeader">
|
||||
<header>
|
||||
<div class="logo-container">
|
||||
<a class="logo" href="]]><xsl:value-of select="$lang"/><![CDATA[/text/shared/05/new_help.html">
|
||||
<div class="symbol"></div>
|
||||
<p>]]><xsl:value-of select="$ui_logo"/><![CDATA[</p>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<aside class="leftside">
|
||||
<input id="accordion-1" name="accordion-menu" type="checkbox"/>
|
||||
<label for="accordion-1">]]><xsl:value-of select="$ui_contents"/><![CDATA[</label>
|
||||
<div id="Contents" class="contents-treeview"></div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
<div class="modules">
|
||||
<button type="button" data-a11y-toggle="modules-nav" id="modules" onclick="setupModules(']]><xsl:value-of select="$lang"/><![CDATA[');">]]><xsl:value-of select="$ui_module"/><![CDATA[
|
||||
</button>
|
||||
<nav id="modules-nav"/><!-- is filled in via setupModules() on demand -->
|
||||
</div>
|
||||
<aside class="rightside">
|
||||
<input id="accordion-1" name="accordion-menu" type="checkbox"/>
|
||||
<label for="accordion-1">]]><xsl:value-of select="$ui_contents"/><![CDATA[</label>
|
||||
<div id="Contents" class="contents-treeview"></div>
|
||||
</aside>
|
||||
<aside class="leftside">
|
||||
<div id="Index">
|
||||
<div class="index-label">]]><xsl:value-of select="$ui_index"/><![CDATA[  🔎︎ </div>
|
||||
<div id="Bookmarks">
|
||||
<input id="search-bar" type="text" class="search" placeholder="]]><xsl:value-of select="$ui_pholderchosen"/><![CDATA["/>
|
||||
<nav class="index"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<div id="DonationFrame">
|
||||
<div class="donation">
|
||||
<p dir="auto"><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank">]]><xsl:value-of select="$ui_donate"/><![CDATA[</a></p>
|
||||
<p><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank">]]><xsl:value-of select="$ui_donate"/><![CDATA[</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="SearchFrame">
|
||||
@ -127,7 +148,7 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va
|
||||
<div id="DisplayArea">
|
||||
<form name="P" method="get" action="]]><xsl:value-of select="$lang"/><![CDATA[/search" target="_top">
|
||||
<center>
|
||||
<input id="omega-autofocus" type=search name=P placeholder="]]><xsl:value-of select="$ui_pholderfullsearch"/>"<![CDATA[ value="$html{$query}" size=40 autofocus>
|
||||
<input id="omega-autofocus" type=search name=P value="$html{$query}" size=40 autofocus>
|
||||
<script>
|
||||
if (!("autofocus" in document.createElement("input")))
|
||||
document.getElementById("omega-autofocus").focus();
|
||||
@ -148,7 +169,7 @@ $if{$suggestion,]]><xsl:apply-templates select="//variable[@id='xap_didyoumean']
|
||||
|
||||
$or{$html{$error},
|
||||
$if{$eq{$msize,0},
|
||||
$if{$query$.]]><xsl:apply-templates select="//variable[@id='xap_no_match']"/><![CDATA[,
|
||||
$if{$query,]]><xsl:apply-templates select="//variable[@id='xap_no_match']"/><![CDATA[,
|
||||
<hr>]]><xsl:apply-templates select="//variable[@id='xap_searching_doc']"/><![CDATA[
|
||||
},
|
||||
$if{$not{$msizeexact},
|
||||
@ -188,7 +209,7 @@ $if{$field{size},<span title="$html{$field{size}} bytes">]]><xsl:apply-templates
|
||||
<a href="$html{$field{url}}">$html{$prettyurl{$field{url}}}</a><br>
|
||||
<small>
|
||||
]]><xsl:apply-templates select="//variable[@id='xap_matching']"/><![CDATA[
|
||||
<i>$list{$map{$terms,$html{$prettyterm{$_}}},</i>$. <i>,</i> ]]><xsl:apply-templates select="//variable[@id='xap_and']"/><![CDATA[ <i>}</i></small>${for lynx:}<p></td></tr>}
|
||||
<i>$list{$map{$terms,$html{$prettyterm{$_}}},</i>$. <i>,</i> and <i>}</i></small>${for lynx:}<p></td></tr>}
|
||||
</table>
|
||||
|
||||
<br><center>
|
||||
@ -225,17 +246,7 @@ $map{$cgilist{B},<input type=hidden name=B value="$html{$_}">}
|
||||
</form>
|
||||
<hr><div align=right><i><small><a href="https://xapian.org/">$html{$version}</a></small></i></div>
|
||||
<footer>
|
||||
<h2 style="text-align: center;" dir="auto"><a href="https://books.libreoffice.org" target="_blank">]]><xsl:value-of select="$ui_books"/><![CDATA[</a></h2>
|
||||
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
|
||||
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"></img>
|
||||
<img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;"></img>
|
||||
</div>
|
||||
<p dir="auto"><a href="https://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | <a href="https://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="https://www.documentfoundation.org/statutes.pdf" target="_blank">Statutes (non-binding English translation)</a> - <a href="https://www.documentfoundation.org/satzung.pdf" target="_blank">Satzung (binding German version)</a> | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the <a href="https://www.libreoffice.org/download/license/" target="_blank">Mozilla Public License v2.0</a>. “LibreOffice” and “The Document Foundation” are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="https://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>. LibreOffice was based on OpenOffice.org.</p>
|
||||
<p><a href="https://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | <a href="https://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="https://www.documentfoundation.org/statutes.pdf" target="_blank">Statutes (non-binding English translation)</a> - <a href="https://www.documentfoundation.org/satzung.pdf" target="_blank">Satzung (binding German version)</a> | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the <a href="https://www.libreoffice.org/download/license/" target="_blank">Mozilla Public License v2.0</a>. “LibreOffice” and “The Document Foundation” are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="https://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>. LibreOffice was based on OpenOffice.org.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,35 +0,0 @@
|
||||
|
||||
use 5.010;
|
||||
|
||||
$hlp='helpers/calc_text_func.xsl'; #extract section
|
||||
$hlp0='helpers/calc_text_func0.xsl'; #replace section
|
||||
|
||||
$source= 'source/text/scalc/01/04060110.xhp';
|
||||
$tmp = $source . '.tmp';
|
||||
|
||||
@todo = qw/ LEFTB LENB MIDB RIGHTB /;
|
||||
|
||||
|
||||
for $F ( @ARGV) {
|
||||
$f=lc $F;
|
||||
say $F
|
||||
|
||||
$fOut = "source/text/scalc/01/func_$f.xhp";
|
||||
system qq( xsltproc --stringparam func $F $hlp $source > $fOut );
|
||||
|
||||
if ( -z $fOut ) {
|
||||
warn "$F empty";
|
||||
unlink $fOut;
|
||||
next;
|
||||
}
|
||||
|
||||
system qq( xsltproc --stringparam func $f $hlp0 $source > $tmp );
|
||||
rename $tmp, $source;
|
||||
|
||||
$mk .= qq( helpcontent2/source/text/scalc/01/func_$f \\\n);
|
||||
}
|
||||
|
||||
say qq(TODO. add to git and AllLangHelp_scalc.mk :
|
||||
$mk)
|
||||
if $mk;
|
||||
|
||||
@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
|
||||
|
||||
<xsl:param name="func" select="BASE"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:for-each select="//section/h2[text() = $func ]">
|
||||
|
||||
<xsl:call-template name="section"/>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="section">
|
||||
<helpdocument version="1.0">
|
||||
<xsl:comment>
|
||||
* 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/.
|
||||
*
|
||||
</xsl:comment>
|
||||
<meta>
|
||||
<topic id="calcfunc_{../@id}" indexer="include" status="PUBLISH">
|
||||
<title id="tit"><xsl:value-of select="text()"/> Function</title>
|
||||
<filename>/text/scalc/01/func_<xsl:value-of select="../@id"/>.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
|
||||
<xsl:copy-of select="preceding-sibling::*"/>
|
||||
<section id="func_{../@id}">
|
||||
<h1 id="{@id}">
|
||||
<variable id="{../@id}_h1">
|
||||
<link href="text/scalc/01/func_{../@id}.xhp"><xsl:value-of select="text()"/></link>
|
||||
</variable>
|
||||
</h1>
|
||||
<xsl:copy-of select="following-sibling::*[1]"/>
|
||||
|
||||
</section>
|
||||
<xsl:copy-of select="following-sibling::*[1]/following-sibling::*"/>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
|
||||
|
||||
<xsl:param name="func" select="base"/>
|
||||
|
||||
<xsl:template match="@* | node()">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@* | node()"/>
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="//section">
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="current()[@id = $func]">
|
||||
<section id="{./@id}">
|
||||
<embed href="text/scalc/01/func_{@id}.xhp#func_{@id}"/>
|
||||
</section>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:copy-of select="."/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
@ -16,6 +16,9 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
import random
|
||||
import time
|
||||
from math import floor
|
||||
from lxml import etree
|
||||
|
||||
output_file_path = os.path.join(os.path.dirname(sys.argv[0]), "convertfilters.xhp")
|
||||
@ -57,13 +60,13 @@ output = '''<?xml version="1.0" encoding="UTF-8"?>
|
||||
-->
|
||||
<meta>
|
||||
<topic id="convertfilters" indexer="include" status="PUBLISH">
|
||||
<title id="tit">File Conversion Filters Tables</title>
|
||||
<title id="tit" xml-lang="en-US">File Conversion Filters Tables</title>
|
||||
<filename>/text/shared/guide/convertfilters.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<section id="convertfilters01">
|
||||
<bookmark branch="index" id="bm_id541554406270299">
|
||||
<bookmark xml-lang="en-US" branch="index" id="bm_id541554406270299">
|
||||
<bookmark_value>filters;document conversion</bookmark_value>
|
||||
<bookmark_value>document conversion;filters</bookmark_value>
|
||||
<bookmark_value>convert-to;filters</bookmark_value>
|
||||
@ -71,28 +74,28 @@ output = '''<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bookmark_value>module file filters</bookmark_value>
|
||||
</bookmark>
|
||||
<h1 id="hd_id771554399002497">
|
||||
<variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp">File Conversion Filter Names</link></variable>
|
||||
<variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp" name="conversion filter names">File Conversion Filter Names</link></variable>
|
||||
</h1>
|
||||
<paragraph id="par_id581554399002498" role="paragraph" >
|
||||
<paragraph id="par_id581554399002498" role="paragraph" xml-lang="en-US">
|
||||
<variable id="commandline_intro">
|
||||
<ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp">command line</link> document conversion.</ahelp>
|
||||
<ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link> document conversion.</ahelp>
|
||||
</variable>
|
||||
</paragraph>
|
||||
</section>
|
||||
<h2 id="hd_id531633524464103">Usage</h2>
|
||||
<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp">command line</link>.</paragraph>
|
||||
<paragraph role="paragraph" id="par_id314959p" localize="false" ><emph>soffice --convert-to OutputFileExtension[:OutputFilterName[:OutputFilterParams[,param]]] [--outdir output_dir]</emph></paragraph>
|
||||
<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link>.</paragraph>
|
||||
<paragraph role="paragraph" id="par_id314959p" localize="false" xml-lang="en-US"><emph>soffice --convert-to OutputFileExtension[:OutputFilterName[:OutputFilterParams[,param]]] [--outdir output_dir]</emph></paragraph>
|
||||
<embed href="text/shared/guide/start_parameters.xhp#convertto"/>
|
||||
<paragraph role="tablecontent" id="par_id314959o" localize="false" ><emph>soffice --infilter="InputFilterName[:InputFilterParams[,param]]"</emph></paragraph>
|
||||
<paragraph role="tablecontent" id="par_id314959o" localize="false" xml-lang="en-US"><emph>soffice --infilter="InputFilterName[:InputFilterParams[,param]]"</emph></paragraph>
|
||||
<paragraph role="paragraph" id="par_id501550934647297" localize="false"><input>--infilter="Text (encoded):UTF8,LF,Liberation Mono,en-US"</input>.</paragraph>
|
||||
'''
|
||||
|
||||
output += '''
|
||||
<paragraph role="paragraph" id="par_id00tablehead">
|
||||
<ahelp hid="." visibility="hidden">
|
||||
<variable visibility="hidden" id="filtername">Displayed Filter Name</variable>
|
||||
<variable visibility="hidden" id="apiname">API Name (OutputFilterName / InputFilterName)</variable>
|
||||
<variable visibility="hidden" id="mediatype">Media Type (OutputFileExtension)</variable>
|
||||
<variable visibility="hidden" id="filtername">Filter Name</variable>
|
||||
<variable visibility="hidden" id="apiname">API Name</variable>
|
||||
<variable visibility="hidden" id="mediatype">Media Type (Extension)</variable>
|
||||
</ahelp>
|
||||
</paragraph>
|
||||
'''
|
||||
@ -127,7 +130,7 @@ for module in modules:
|
||||
|
||||
output += f'\
|
||||
<section id="filters{module[:-4]}">\n\
|
||||
<bookmark branch="index" id="bm_000{module[:-4]}">\n\
|
||||
<bookmark xml-lang="en-US" branch="index" id="bm_000{module[:-4]}">\n\
|
||||
<bookmark_value>command line document conversion; filters for {module[:-4].upper()}</bookmark_value>\n\
|
||||
</bookmark>\n\
|
||||
<h2 id="hd_000{module[:-4]}">Filters for {module[:-4].upper()}</h2>\n\
|
||||
@ -166,11 +169,11 @@ for module in modules:
|
||||
</tablecell>\n\
|
||||
</tablerow>\n'
|
||||
|
||||
output += '\
|
||||
output += f'\
|
||||
</table>\n\
|
||||
</section>\n'
|
||||
|
||||
output += '\
|
||||
output += f'\
|
||||
</body>\n\
|
||||
</helpdocument>'
|
||||
|
||||
@ -178,4 +181,4 @@ with open(output_file_path, "w") as f:
|
||||
f.write(output)
|
||||
|
||||
print(f'\nDone. File saved at: {output_file_path}.')
|
||||
print('Please move this file into helpcontent2/source/text/shared/guide.')
|
||||
print(f'Please move this file into helpcontent2/source/text/shared/guide.')
|
||||
|
||||
59
helpers/create_ilst.pl
Normal file
59
helpers/create_ilst.pl
Normal file
@ -0,0 +1,59 @@
|
||||
:
|
||||
eval 'exec perl -wS $0 ${1+"$@"}'
|
||||
if 0;
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
# creates the ilst control file for the
|
||||
# help specific images
|
||||
|
||||
use File::Find;
|
||||
|
||||
$params = join "|", "",@ARGV,"";
|
||||
($params =~ /-dir/) ? ($startdir = $params) =~ (s/.*-dir=([^\|]*).*$/$1/gs) : (($startdir = `pwd`) =~ s/\n//gs);
|
||||
($params =~ /-pre/) ? ($pre = $params) =~ (s/.*-pre=([^\|]*).*$/$1/gs) : ($pre = "helpimg");
|
||||
|
||||
my $startdir_regexp = quotemeta($startdir);
|
||||
|
||||
|
||||
if ( -d $startdir ) {
|
||||
find(sub{push @files, $File::Find::name if (($File::Find::name=~/\.png$/));},$startdir);
|
||||
foreach ( @files ) { s#.*$startdir_regexp[\\/]##; };
|
||||
for (sort(@files)) {
|
||||
# it's now all in one place so no need to distinguish GLOBALRES vs. HELPCONTENT
|
||||
$prefix = "%MODULE%/";
|
||||
print "$prefix" . "$pre/$_\n";
|
||||
}
|
||||
} else {
|
||||
&terminate("Cannot find $startdir.");
|
||||
}
|
||||
|
||||
|
||||
sub terminate {
|
||||
$err = shift;
|
||||
printf STDERR "$err\n\n";
|
||||
$msg = <<"MSG";
|
||||
create_ilst.pl -dir=directory [-pre=string]
|
||||
-dir root directory for the help images to
|
||||
be searched (default=current dir)
|
||||
Only *.png will be found.
|
||||
-pre define directory prefix (default=helpimg)
|
||||
|
||||
MSG
|
||||
die "$msg\n";
|
||||
}
|
||||
@ -1722,8 +1722,6 @@ HID_GLBLTREE_UPD_LINK,53034,
|
||||
HID_GLBLTREE_UPD_SEL,53032,
|
||||
HID_GLOBAL_FALLBACK,4294967295,
|
||||
HID_GLOS_GROUP_TREE,53021,
|
||||
HID_GOTOTABLE,59002
|
||||
HID_GOTOTABLEMASK,59003
|
||||
HID_GRAFIK_TOOLBOX,54830,
|
||||
HID_GRIDWIZARD_CANCEL,34811,
|
||||
HID_GRIDWIZARD_FINISH,34812,
|
||||
|
||||
@ -26,23 +26,23 @@ except IOError:
|
||||
print("There was an error writing", file_xsl)
|
||||
sys.exit()
|
||||
|
||||
file_xsl.write('<?xml version="1.0" encoding="UTF-8"?>\n')
|
||||
file_xsl.write('<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">\n')
|
||||
file_xsl.write('<xsl:template name="linktxt">\n')
|
||||
file_xsl.write('<xsl:param name="src1"/>\n')
|
||||
file_xsl.write('<?xml version="1.0" encoding="UTF-8"?>\n');
|
||||
file_xsl.write('<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">\n');
|
||||
file_xsl.write('<xsl:template name="linktxt">\n');
|
||||
file_xsl.write('<xsl:param name="src1"/>\n');
|
||||
file_xsl.write('<xsl:choose>\n')
|
||||
|
||||
for line in file_icon:
|
||||
if line[0] != "#" :
|
||||
if line.find('png',0, len(line)) != -1 :
|
||||
a = "\'" + line.split()[0] + "\'"
|
||||
b = line.split()[1].replace(".png",".svg")
|
||||
file_xsl.write('<xsl:when test="$src1=' + a + '"><xsl:text>'+ b + '</xsl:text></xsl:when>\n')
|
||||
a = "\'" + line.split()[0] + "\'";
|
||||
b = line.split()[1].replace(".png",".svg");
|
||||
file_xsl.write('<xsl:when test="$src1=' + a + '"><xsl:text>'+ b + '</xsl:text></xsl:when>\n');
|
||||
|
||||
file_xsl.write('<xsl:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>\n')
|
||||
file_xsl.write('</xsl:choose>\n')
|
||||
file_xsl.write('</xsl:template>\n')
|
||||
file_xsl.write('</xsl:stylesheet>\n')
|
||||
file_xsl.write('<xsl:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>\n');
|
||||
file_xsl.write('</xsl:choose>\n');
|
||||
file_xsl.write('</xsl:template>\n');
|
||||
file_xsl.write('</xsl:stylesheet>\n');
|
||||
|
||||
file_xsl.close()
|
||||
file_icon.close()
|
||||
|
||||
@ -16,10 +16,16 @@
|
||||
</xsl:template>
|
||||
|
||||
<!-- remove colspan="" rowspan="" in tablecell -->
|
||||
<xsl:template match="@colspan[//tablecell/@colspan='']" />
|
||||
<xsl:template match="@rowspan[//tablecell/@rowspan='']" />
|
||||
<!--remove xml-lang, marked IMPLIED everywhere-->
|
||||
<xsl:template match="@xml-lang" />
|
||||
<xsl:template match="//tablecell[@colspan='' and @rowspan='']">
|
||||
<tablecell>
|
||||
<xsl:if test="@id"><xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute></xsl:if>
|
||||
<xsl:if test="@width"><xsl:attribute name="width"><xsl:value-of select="@width"/></xsl:attribute></xsl:if>
|
||||
<xsl:if test="@unit"><xsl:attribute name="unit"><xsl:value-of select="@unit"/></xsl:attribute></xsl:if>
|
||||
<xsl:if test="@class"><xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute></xsl:if>
|
||||
<xsl:if test="@localize"><xsl:attribute name="localize"><xsl:value-of select="@localize"/></xsl:attribute></xsl:if>
|
||||
<xsl:apply-templates/>
|
||||
</tablecell>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="node()|@*">
|
||||
<xsl:copy>
|
||||
|
||||
@ -338,7 +338,7 @@
|
||||
.uno:EditDoc;shared/02/07070000.xhp
|
||||
.uno:EditFootnote;swriter/01/02150000.xhp
|
||||
.uno:EditGlossary;swriter/01/02120000.xhp
|
||||
.uno:EditHeaderAndFooter;scalc/01/02120100.xhp
|
||||
.uno:EditHeaderAndFooter;scalc/01/02120000.xhp
|
||||
.uno:EditHyperlink;shared/02/09070000.xhp
|
||||
.uno:EditLinks;shared/01/02180000.xhp
|
||||
.uno:EditPrintArea;scalc/01/05080300.xhp
|
||||
@ -616,7 +616,6 @@
|
||||
.uno:Intersect;simpress/01/13180300.xhp
|
||||
.uno:Italic;shared/01/05110200.xhp
|
||||
.uno:JustifyPara;shared/01/05080400.xhp
|
||||
.uno:JumpToTable;scalc/01/02220000.xhp
|
||||
.uno:Label;shared/02/01170000.xhp
|
||||
.uno:LastPage;shared/02/10040000.xhp
|
||||
.uno:LastRecord;shared/main0213.xhp
|
||||
|
||||
@ -24,19 +24,7 @@ Version 06-Jun-2017
|
||||
|
||||
Version Nov 2018
|
||||
Added extensions: H1, .. H6, menuitem, keycode, literal input, widget, note, tip, warning
|
||||
Added extensions: pycode, sqlcode, bascode
|
||||
-->
|
||||
<!ENTITY % commonAttrs "id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED">
|
||||
|
||||
<!ENTITY % hn "h1 | h2 | h3 | h4 | h5 | h6">
|
||||
|
||||
<!ENTITY % codeContent "bascode | sqlcode | pycode">
|
||||
|
||||
<!ENTITY % noteContent "note | tip | warning">
|
||||
|
||||
<!ENTITY % hnContent "#PCDATA | comment | embedvar | br | emph | item | link | sub | sup | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget | help-id-missing">
|
||||
|
||||
<!ENTITY % paraContent "%hnContent; | image | object ">
|
||||
|
||||
<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | menuitem | widget | keycode | input | literal | sub | sup | item | link | switchinline | variable)*>
|
||||
<!ATTLIST ahelp
|
||||
@ -46,22 +34,23 @@ Version Nov 2018
|
||||
|
||||
<!ELEMENT alt (#PCDATA)>
|
||||
<!ATTLIST alt
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
id CDATA #REQUIRED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT bascode (paragraph+)>
|
||||
|
||||
<!ELEMENT pycode (paragraph+)>
|
||||
|
||||
<!ELEMENT sqlcode (paragraph+)>
|
||||
|
||||
|
||||
<!ELEMENT body ( %hn; | section | paragraph | description | table | comment | bookmark | switch | embed | list | sort | %codeContent; | %noteContent;)*>
|
||||
<!ELEMENT body (h1 | h2 | h3 | h4 | h5 | h6 | section | paragraph | table | comment | bookmark | switch | embed | list | sort | bascode | pycode | note | warning |tip)*>
|
||||
|
||||
<!ELEMENT bookmark (bookmark_value)*>
|
||||
<!ATTLIST bookmark
|
||||
branch CDATA #REQUIRED
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
id CDATA #REQUIRED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT bookmark_value (#PCDATA | embedvar)*>
|
||||
@ -70,10 +59,12 @@ Version Nov 2018
|
||||
|
||||
<!ELEMENT caption (#PCDATA | embedvar | br | emph | sub | sup | item | link | switchinline | variable)*>
|
||||
<!ATTLIST caption
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
id CDATA #REQUIRED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT case ( %hn; | %noteContent; | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | %codeContent;)*>
|
||||
<!ELEMENT case (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*>
|
||||
<!ATTLIST case
|
||||
select CDATA #REQUIRED
|
||||
>
|
||||
@ -90,7 +81,7 @@ Version Nov 2018
|
||||
date CDATA #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT default ( %hn; | %noteContent; | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | %codeContent;)*>
|
||||
<!ELEMENT default (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*>
|
||||
|
||||
<!ELEMENT defaultinline (#PCDATA | image | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | keycode | menuitem | input | literal | widget)*>
|
||||
|
||||
@ -113,7 +104,7 @@ Version Nov 2018
|
||||
|
||||
<!ELEMENT keycode (#PCDATA)>
|
||||
|
||||
<!ELEMENT input (#PCDATA | help-id-missing)*>
|
||||
<!ELEMENT input (#PCDATA)>
|
||||
|
||||
<!ELEMENT literal (#PCDATA)>
|
||||
|
||||
@ -125,25 +116,29 @@ Version Nov 2018
|
||||
|
||||
<!ELEMENT filename (#PCDATA)>
|
||||
|
||||
<!ELEMENT h1 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h1 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT h1 (%hnContent;)* >
|
||||
<!ATTLIST h1 %commonAttrs; >
|
||||
<!ELEMENT h2 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h2 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT h2 (%hnContent;)* >
|
||||
<!ATTLIST h2 %commonAttrs; >
|
||||
<!ELEMENT h3 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h3 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT h3 (%hnContent;)* >
|
||||
<!ATTLIST h3 %commonAttrs; >
|
||||
<!ELEMENT h4 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h4 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT h4 (%hnContent;)* >
|
||||
<!ATTLIST h4 %commonAttrs; >
|
||||
|
||||
<!ELEMENT h5 (%hnContent;)* >
|
||||
<!ATTLIST h5 %commonAttrs; >
|
||||
|
||||
<!ELEMENT h6 (%hnContent;)* >
|
||||
<!ATTLIST h6 %commonAttrs; >
|
||||
<!ELEMENT h5 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h5 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT h6 (#PCDATA | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | bookmark | keycode | menuitem | input | literal | widget)*>
|
||||
<!ATTLIST h6 id CDATA #REQUIRED xml-lang CDATA #IMPLIED localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT helpdocument (meta, body)>
|
||||
<!ATTLIST helpdocument
|
||||
@ -183,7 +178,7 @@ Version Nov 2018
|
||||
sorted (asc | desc) #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT listitem (comment | section | paragraph | table | switch | embed | bookmark | %noteContent;)*>
|
||||
<!ELEMENT listitem (comment | section | paragraph | table | switch | embed | bookmark | note | tip | warning)*>
|
||||
<!ATTLIST listitem
|
||||
format (1 | i | I | a | A) #IMPLIED
|
||||
bullet (disc | circle | square) #IMPLIED
|
||||
@ -201,16 +196,18 @@ Version Nov 2018
|
||||
width CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT paragraph (%paraContent;)*>
|
||||
<!ELEMENT paragraph (#PCDATA | image | comment | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | bookmark | menuitem | input | keycode | literal | widget | help-id-missing)*>
|
||||
<!ATTLIST paragraph
|
||||
role CDATA #REQUIRED
|
||||
level CDATA #IMPLIED
|
||||
id CDATA #REQUIRED
|
||||
l10n CDATA #IMPLIED
|
||||
xml-lang CDATA #IMPLIED
|
||||
oldref CDATA #IMPLIED
|
||||
%commonAttrs;
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT section (section | %hn; | paragraph | description | table | list | comment | bookmark | embed | switch | sort | %codeContent; | %noteContent;)*>
|
||||
<!ELEMENT section (section | h1 | h2 | h3 | h4 | h5 | h6 | paragraph | table | list | comment | bookmark | embed | switch | sort | bascode | pycode | note |warning | tip)*>
|
||||
<!ATTLIST section
|
||||
id CDATA #REQUIRED
|
||||
>
|
||||
@ -218,7 +215,7 @@ Version Nov 2018
|
||||
<!ELEMENT sort (section+)>
|
||||
<!ATTLIST sort
|
||||
order (asc | desc) #IMPLIED
|
||||
descendant (paragraph | %hn;) #IMPLIED
|
||||
descendant (paragraph | h1 | h2 | h3 | h4 | h5 | h6 ) #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT switch ((case | comment)* | default?)*>
|
||||
@ -231,7 +228,7 @@ Version Nov 2018
|
||||
select (sys | appl | distrib | target | ver | lang) #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT table (caption*, tablehead*, tablerow+)>
|
||||
<!ELEMENT table (caption*, tablerow+)>
|
||||
<!ATTLIST table
|
||||
name CDATA #IMPLIED
|
||||
width CDATA #IMPLIED
|
||||
@ -241,7 +238,7 @@ Version Nov 2018
|
||||
id CDATA #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode | pycode | %noteContent;)*>
|
||||
<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode | pycode | note | warning | tip)*>
|
||||
<!ATTLIST tablecell
|
||||
colspan CDATA #IMPLIED
|
||||
rowspan CDATA #IMPLIED
|
||||
@ -257,14 +254,11 @@ Version Nov 2018
|
||||
unit CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT tablehead (tablerow+)>
|
||||
<!ATTLIST tablehead
|
||||
class CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT title (#PCDATA)>
|
||||
<!ATTLIST title
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
id CDATA #REQUIRED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT topic (title+, filename, bookmark*)>
|
||||
@ -280,27 +274,28 @@ Version Nov 2018
|
||||
visibility (hidden | visible) #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT note (%paraContent;)*>
|
||||
<!ELEMENT note (#PCDATA | image | comment | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | bookmark | menuitem | input | keycode | literal | widget | help-id-missing)*>
|
||||
<!ATTLIST note
|
||||
id CDATA #REQUIRED
|
||||
l10n CDATA #IMPLIED
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT tip (%paraContent;)*>
|
||||
<!ELEMENT tip (#PCDATA | image | comment | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | bookmark | menuitem | input | keycode | literal | widget | help-id-missing)*>
|
||||
<!ATTLIST tip
|
||||
id CDATA #REQUIRED
|
||||
l10n CDATA #IMPLIED
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT warning (%paraContent;)*>
|
||||
<!ELEMENT warning (#PCDATA | image | comment | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | bookmark | menuitem | input | keycode | literal | widget | help-id-missing)*>
|
||||
<!ATTLIST warning
|
||||
id CDATA #REQUIRED
|
||||
l10n CDATA #IMPLIED
|
||||
%commonAttrs;
|
||||
xml-lang CDATA #IMPLIED
|
||||
localize CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT description (%paraContent;)*>
|
||||
<!ATTLIST description
|
||||
l10n CDATA #IMPLIED
|
||||
%commonAttrs;
|
||||
>
|
||||
<!ELEMENT help-id-missing EMPTY>
|
||||
|
||||
265
lohgerrit
265
lohgerrit
@ -1,265 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#GERRITHOST=gerrit.libreoffice.org
|
||||
GERRITHOST=logerrit
|
||||
GERRITURL="ssh://$GERRITHOST/help"
|
||||
|
||||
get_SHA_for_change() {
|
||||
SHA=$(ssh "${GERRITHOST?}" gerrit query --all-approvals change:"$1" | grep ref | tail -1 | cut -d: -f2 | sed 's/^ *//')
|
||||
}
|
||||
|
||||
branch_or_default() {
|
||||
local branch=$1
|
||||
if test -z "${branch}"; then
|
||||
# Try to use the tracked branch
|
||||
branch=$(git symbolic-ref HEAD|sed 's|refs/heads/||')
|
||||
local remote=$(git config branch.${branch}.remote)
|
||||
branch=$(git rev-parse --abbrev-ref --symbolic-full-name HEAD@{upstream}|sed "s|${remote}/||")
|
||||
if test -z "$branch"; then
|
||||
branch=$(git symbolic-ref HEAD 2> /dev/null)
|
||||
branch="${branch##refs/heads/}"
|
||||
if test -z "${branch}"; then
|
||||
echo >&2 "no branch specified, and could not guess the current branch"
|
||||
exit 1
|
||||
fi
|
||||
echo >&2 "no branch specified, guessing current branch ${branch}"
|
||||
else
|
||||
echo >&2 "no branch specified, guessing tracked branch ${branch}"
|
||||
fi
|
||||
fi
|
||||
echo "${branch}"
|
||||
}
|
||||
|
||||
lohgerrit() {
|
||||
echo "Host logerrit gerrit.libreoffice.org"
|
||||
if test -n "${2-}" && test -f "$HOME/.ssh/id_$2"; then
|
||||
echo " IdentityFile ~/.ssh/id_$2"
|
||||
fi
|
||||
echo " User $1"
|
||||
echo " Port 29418"
|
||||
echo " HostName gerrit.libreoffice.org"
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
help|--help|"")
|
||||
echo "Usage: ./logerrit subcommand [options]"
|
||||
echo "simple and basic tool to interact with LibreOffice gerrit"
|
||||
echo "see https://wiki.documentfoundation.org/Development/gerrit for details."
|
||||
echo
|
||||
echo "subcommands:"
|
||||
echo " setup walking you though your gerrit setup"
|
||||
echo " test test your gerrit setup"
|
||||
echo
|
||||
echo " --- for submitters:"
|
||||
echo " submit [BRANCH] submit your change for review"
|
||||
echo " submit [BRANCH]%private submit your change as private"
|
||||
echo " submit [BRANCH]%wip submit your change as work-in-progress"
|
||||
echo " nextchange [BRANCH] reset branch to the remote to start with the next change"
|
||||
echo " testfeature [BRANCH] [CHANGEID]"
|
||||
echo " trigger a test of a feature branch on gerrit"
|
||||
echo
|
||||
echo "Note: private changes are only visibly to yourself and those that you explicitly add as reviewers."
|
||||
echo "For full documentation, see https://gerrit.libreoffice.org/Documentation/intro-user.html#private-changes"
|
||||
echo
|
||||
echo " --- for reviewers:"
|
||||
echo " checkout CHANGEID checkout the changes for review"
|
||||
echo " pull CHANGEID pull (and merge) the changes on current branch"
|
||||
echo " cherry-pick CHANGEID cherry-pick the change on current branch"
|
||||
echo " patch CHANGEID show the change as a patch"
|
||||
echo " query ... query for changes for review on project help"
|
||||
echo " <any other gerrit command>"
|
||||
echo
|
||||
echo "advanced users should consider using git review instead:"
|
||||
echo "https://wiki.documentfoundation.org/Development/GitReview"
|
||||
exit
|
||||
;;
|
||||
setup)
|
||||
script_canonical_file=$(readlink -f "$0")
|
||||
script_canonical_dir=$(dirname "$script_canonical_file")
|
||||
if ! cd "$script_canonical_dir"; then
|
||||
echo "Can't cd to $script_canonical_dir"
|
||||
exit 1
|
||||
fi
|
||||
ssh_home="$HOME/.ssh";
|
||||
ssh_key=
|
||||
created_ssh=
|
||||
if ! test -d "$ssh_home"; then
|
||||
echo "It appears that you have no ssh setup, running ssh-keygen to create that:"
|
||||
mkdir -m0700 "$ssh_home"
|
||||
created_ssh=TRUE
|
||||
echo
|
||||
echo "Hit enter to generate an ssh key - you will need to enter a pass-phrase"
|
||||
echo
|
||||
read -r
|
||||
all_algo="$(ssh -Q key)"
|
||||
if grep -q -x ssh-ed25519 <<< "$all_algo"; then
|
||||
algo="ed25519"
|
||||
elif grep -q -x ssh-rsa <<< "$all_algo"; then
|
||||
algo="rsa"
|
||||
else
|
||||
echo "Could not find 'ssh-ed25519' or 'ssh-rsa' in the output from 'ssh -Q key'"
|
||||
exit 1
|
||||
fi
|
||||
ssh-keygen -t "$algo" # Generate the key pair using the selected algorithm
|
||||
fi
|
||||
if test -d "$ssh_home"; then
|
||||
# order algos based on the PubkeyAcceptedKeyTypes option from OpenSSH 8.1
|
||||
for ssh_key_type in ecdsa ed25519 rsa; do
|
||||
pk="$ssh_home/id_${ssh_key_type}.pub"
|
||||
ssh_key=""
|
||||
if test -f "$pk" && ssh_key="$(< "$pk")" && test -n "$ssh_key"; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
echo "Please go to https://gerrit.libreoffice.org/ and click the \"Sign in\" link"
|
||||
echo "at the top right of the page. You'll be sent to our Single Sign-On portal"
|
||||
echo "for authentication (create an account if needs be), and automatically"
|
||||
echo "redirected back to gerrit afterwards."
|
||||
echo
|
||||
echo "Visit https://gerrit.libreoffice.org/settings/#SSHKeys and paste the public"
|
||||
if test -z "$ssh_key"; then
|
||||
echo "part of your SSH key in the 'New SSH key' form."
|
||||
else
|
||||
echo "key below in the 'New SSH key' form."
|
||||
echo
|
||||
printf '%s\n' "$ssh_key"
|
||||
echo
|
||||
fi
|
||||
echo
|
||||
echo "Note that you need to register additional email addresses, if you want to"
|
||||
echo "commit from them. Each additional email address must be confirmed by"
|
||||
echo "following the verification link sent to it."
|
||||
echo
|
||||
read -r -p 'Which user name did you choose? ' GERRITUSER
|
||||
if test -z "$created_ssh"; then
|
||||
echo
|
||||
echo "Please now add the following to your ~/.ssh/config, creating the file if needed:"
|
||||
echo
|
||||
logerrit "$GERRITUSER" ${ssh_key:+"$ssh_key_type"}
|
||||
echo
|
||||
else
|
||||
echo "Automatically creating your ssh config"
|
||||
logerrit "$GERRITUSER" ${ssh_key:+"$ssh_key_type"} >"$ssh_home/config"
|
||||
fi
|
||||
# setup the remote properly ...
|
||||
git config remote.origin.pushurl ssh://logerrit/help
|
||||
echo "To see if your setup was successful, run './logerrit test' then."
|
||||
# a good place to make sure the hooks are set up
|
||||
./g -z
|
||||
;;
|
||||
test)
|
||||
if test -n "$(ssh "$GERRITHOST" 2>&1|grep "Welcome to Gerrit Code Review")"; then
|
||||
echo "Your gerrit setup was successful!"
|
||||
else
|
||||
echo "There seems to be trouble. Please have the output of:"
|
||||
echo "ssh -vvvv $GERRITHOST"
|
||||
echo "at hand when looking for help."
|
||||
fi
|
||||
;;
|
||||
submit)
|
||||
BRANCH=$(branch_or_default $2)
|
||||
TYPE=${3:+"%$3"}
|
||||
|
||||
if [ "$BRANCH" = "master" ]; then
|
||||
WEEKOLDDATE=$(date --date="7 days ago" +%s 2> /dev/null)
|
||||
if [ "$WEEKOLDDATE" = "" ]; then
|
||||
WEEKOLDDATE=$(date -v-7d +%s) # BSD equivalent
|
||||
fi
|
||||
PARENTDATE=$(git show -s --format=%ct HEAD~1)
|
||||
if [[ $PARENTDATE -lt $WEEKOLDDATE ]]; then
|
||||
echo "Your branch is older than a week, do './g pull -r' and retry"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
git push "$GERRITURL" "HEAD:refs/for/$BRANCH$TYPE"
|
||||
;;
|
||||
nextchange)
|
||||
if test -n "$(git status -s -uno)"; then
|
||||
echo "You have uncommitted changes. Please commit or stash these:"
|
||||
git status
|
||||
exit 1
|
||||
fi
|
||||
CHANGEID=$(git log --format=format:%b -1 HEAD|grep Change-Id|cut -d: -f2|tr -d \ )
|
||||
if test -z "$CHANGEID"; then
|
||||
CHANGEID="NOCHANGEID"
|
||||
fi
|
||||
BACKUPBRANCH=backup/$CHANGEID-$(date +%F-%H%M%S)
|
||||
git branch "$BACKUPBRANCH"
|
||||
echo "current state backed up as $BACKUPBRANCH"
|
||||
BRANCH=$(branch_or_default $2)
|
||||
git reset --hard "remotes/origin/$BRANCH"
|
||||
;;
|
||||
checkout)
|
||||
get_SHA_for_change "$2"
|
||||
git fetch "$GERRITURL" "$SHA" && git checkout FETCH_HEAD
|
||||
;;
|
||||
review)
|
||||
echo "'./logerrit review' has been removed as obsolete."
|
||||
echo "Please use either:"
|
||||
echo " - git-review: https://wiki.documentfoundation.org/Development/GitReview"
|
||||
echo " - or the web-UI directly: https://gerrit.libreoffice.org/"
|
||||
echo "Both provide a better experience."
|
||||
exit 1;
|
||||
;;
|
||||
pull)
|
||||
get_SHA_for_change "$2"
|
||||
git pull "$GERRITURL" "$SHA"
|
||||
;;
|
||||
cherry-pick)
|
||||
get_SHA_for_change "$2"
|
||||
git fetch "$GERRITURL" "$SHA" && git cherry-pick FETCH_HEAD
|
||||
;;
|
||||
patch)
|
||||
get_SHA_for_change "$2"
|
||||
git fetch "$GERRITURL" "$SHA" && git format-patch -1 --stdout FETCH_HEAD
|
||||
;;
|
||||
query)
|
||||
shift
|
||||
ssh "${GERRITHOST?}" gerrit query project:help "${@@Q}"
|
||||
;;
|
||||
testfeature)
|
||||
CHANGEID=${3#I}
|
||||
if test -n "$3" -a \( ${#3} -ne 41 -o -n "${CHANGEID//[0-9a-f]/}" \); then
|
||||
echo "${3} is not a valid Gerrit change id"
|
||||
exit 1
|
||||
fi
|
||||
CHANGEID=$3
|
||||
|
||||
BRANCH=$(branch_or_default $2)
|
||||
BRANCH="${BRANCH##feature/}"
|
||||
WORKDIR=$(mktemp -d)
|
||||
if test -z "$WORKDIR"; then
|
||||
echo "could not create work directory."
|
||||
exit 1
|
||||
fi
|
||||
echo "workdir at $WORKDIR"
|
||||
git clone -s "$(dirname "$0")" "$WORKDIR/help"
|
||||
|
||||
pushd "$WORKDIR/help" || { echo "Changing directory failed."; exit 1; }
|
||||
echo "noop commit: trigger test build for branch feature/$BRANCH" > ../commitmsg
|
||||
echo >> ../commitmsg
|
||||
echo "branch is at:" >> ../commitmsg
|
||||
echo >> ../commitmsg
|
||||
git log -1|sed -e "s/Change-Id:/XXXXXX:/" >> ../commitmsg
|
||||
if test -n "$CHANGEID"; then
|
||||
echo >> ../commitmsg
|
||||
echo "Change-Id: $CHANGEID" >> ../commitmsg
|
||||
fi
|
||||
git fetch https://git.libreoffice.org/help "feature/$BRANCH" && \
|
||||
git checkout -b featuretst FETCH_HEAD && \
|
||||
cp -a .git-hooks/* .git/hooks && \
|
||||
git commit --allow-empty -F ../commitmsg && \
|
||||
git push "$GERRITURL" "HEAD:refs/for/feature/$BRANCH"
|
||||
popd || { echo "Changing directory failed."; exit 1; }
|
||||
|
||||
rm -rf "$WORKDIR/help"
|
||||
rm -f "$WORKDIR/commitmsg"
|
||||
rmdir "$WORKDIR"
|
||||
;;
|
||||
*)
|
||||
ssh "${GERRITHOST?}" gerrit "${@@Q}"
|
||||
;;
|
||||
esac
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
@ -1,108 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ DEFAULT STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold; }
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.howtoget
|
||||
{ background:#EEEEEE;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#EEEEEE; margin: 0px;}
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid black; padding: 3px; display: none;}
|
||||
|
||||
/* Basic code syntax highlight */
|
||||
.identifier, .unknown
|
||||
{ color: green;}
|
||||
|
||||
.keyword
|
||||
{ color: blue;}
|
||||
|
||||
.comment
|
||||
{ color: gray;}
|
||||
|
||||
.number, .string
|
||||
{ color: red;}
|
||||
|
||||
.operator, .parameter
|
||||
{ color: black;}
|
||||
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #1 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #2 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #00FF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #00FF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #00FF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #00FF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST BLACK STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFFFF;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFFFF; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #FFFFFF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFFFF; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFFFF; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST WHITE STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #FFFFFF; color: #000000;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #000000; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #000000; background: #FFFFFF;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #000000; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #000000; }
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Basic
|
||||
|
||||
Language=dsb
|
||||
Order=7
|
||||
Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
|
||||
Heading=headingheading
|
||||
Program=BASIC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Calc
|
||||
|
||||
Language=dsb
|
||||
Order=3
|
||||
Start=text%2Fscalc%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CALC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
Title=%PRODUCTNAME Chart
|
||||
|
||||
Language=dsb
|
||||
Order=4
|
||||
Start=text%2Fschart%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CHART
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Base
|
||||
|
||||
Language=dsb
|
||||
Order=7
|
||||
Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
|
||||
Heading=headingheading
|
||||
Program=DATABASE
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Draw
|
||||
|
||||
Language=dsb
|
||||
Order=4
|
||||
Start=text%2Fsdraw%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=DRAW
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Impress
|
||||
|
||||
Language=dsb
|
||||
Order=5
|
||||
Start=text%2Fsimpress%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=IMPRESS
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Math
|
||||
|
||||
Language=dsb
|
||||
Order=6
|
||||
Start=text%2Fsmath%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=MATH
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Writer
|
||||
|
||||
Language=dsb
|
||||
Order=2
|
||||
Start=text%2Fswriter%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=WRITER
|
||||
@ -1,108 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ DEFAULT STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold; }
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.howtoget
|
||||
{ background:#EEEEEE;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#EEEEEE; margin: 0px;}
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid black; padding: 3px; display: none;}
|
||||
|
||||
/* Basic code syntax highlight */
|
||||
.identifier, .unknown
|
||||
{ color: green;}
|
||||
|
||||
.keyword
|
||||
{ color: blue;}
|
||||
|
||||
.comment
|
||||
{ color: gray;}
|
||||
|
||||
.number, .string
|
||||
{ color: red;}
|
||||
|
||||
.operator, .parameter
|
||||
{ color: black;}
|
||||
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #1 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #2 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #00FF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #00FF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #00FF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #00FF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST BLACK STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFFFF;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFFFF; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #FFFFFF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFFFF; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFFFF; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST WHITE STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #FFFFFF; color: #000000;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #000000; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #000000; background: #FFFFFF;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #000000; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #000000; }
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Basic
|
||||
|
||||
Language=hsb
|
||||
Order=7
|
||||
Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
|
||||
Heading=headingheading
|
||||
Program=BASIC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Calc
|
||||
|
||||
Language=hsb
|
||||
Order=3
|
||||
Start=text%2Fscalc%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CALC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
Title=%PRODUCTNAME Chart
|
||||
|
||||
Language=hsb
|
||||
Order=4
|
||||
Start=text%2Fschart%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CHART
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Base
|
||||
|
||||
Language=hsb
|
||||
Order=7
|
||||
Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
|
||||
Heading=headingheading
|
||||
Program=DATABASE
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Draw
|
||||
|
||||
Language=hsb
|
||||
Order=4
|
||||
Start=text%2Fsdraw%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=DRAW
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Impress
|
||||
|
||||
Language=hsb
|
||||
Order=5
|
||||
Start=text%2Fsimpress%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=IMPRESS
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Math
|
||||
|
||||
Language=hsb
|
||||
Order=6
|
||||
Start=text%2Fsmath%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=MATH
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Writer
|
||||
|
||||
Language=hsb
|
||||
Order=2
|
||||
Start=text%2Fswriter%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=WRITER
|
||||
@ -57,7 +57,6 @@
|
||||
<topic id="sbasic/text/sbasic/shared/uno_objects.xhp">UNO Objects, Functions and Services</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/calc_functions.xhp">Calling Calc functions</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/special_vba_func.xhp">Exclusive VBA functions</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/vba_objects.xhp">VBA Supported Model</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090400.xhp">Further Statements</topic>
|
||||
</node>
|
||||
<node id="07010201" title="Alphabetic List of Functions, Statements and Operators">
|
||||
@ -70,8 +69,6 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03131900.xhp">BasicLibraries object</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03130100.xhp">Beep Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03010301.xhp">Blue Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090401.xhp">Call Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/CallByName.xhp">CallByName Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090102.xhp">Case Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100100.xhp">CBool Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120105.xhp">CByte Function</topic>
|
||||
@ -87,16 +84,19 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03100300.xhp">CDate Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100400.xhp">CDbl Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100060.xhp">CDec Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100500.xhp">CInt Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100600.xhp">CLng Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/compatible.xhp">CompatibilityMode Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100900.xhp">CSng Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03101000.xhp">CStr Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090401.xhp">Call Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020401.xhp">ChDir Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020402.xhp">ChDrive Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090402.xhp">Choose Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120102.xhp">Chr Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120112.xhp">ChrW Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100500.xhp">CInt Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100600.xhp">CLng Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020101.xhp">Close Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/collection.xhp">Collection Object</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/compatible.xhp">CompatibilityMode Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100700.xhp">Const Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120313.xhp">ConvertFromURL Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120312.xhp">ConvertToURL Function</topic>
|
||||
@ -105,11 +105,8 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03131800.xhp">CreateUnoDialog Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03132000.xhp">CreateUnoListener Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03131600.xhp">CreateUnoService Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/CreateUnoSvcWithArgs.xhp">CreateUnoServiceWithArguments Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03131500.xhp">CreateUnoStruct Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03132300.xhp">CreateUnoValue Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100900.xhp">CSng Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03101000.xhp">CStr Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020403.xhp">CurDir Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100070.xhp">CVar Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03100080.xhp">CVErr Function</topic>
|
||||
@ -138,7 +135,7 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03102100.xhp">Dim Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020404.xhp">Dir Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090201.xhp">Do...Loop Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/doEvents.xhp">DoEvents Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03110100.xhp">Comparison Operators</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090404.xhp">End Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/enum.xhp">Enum Statement [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03130800.xhp">Environ Function</topic>
|
||||
@ -166,7 +163,6 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03120301.xhp">Format Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03150000.xhp">FormatDateTime Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03170010.xhp">FormatNumber Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03170020.xhp">FormatPercent Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03080503.xhp">Frac Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020102.xhp">FreeFile Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090405.xhp">FreeLibrary Function</topic>
|
||||
@ -190,7 +186,7 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03030201.xhp">Hour Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090103.xhp">IIf Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03090101.xhp">If...Then...Else Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03060300.xhp">Imp Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03060300.xhp">Imp-Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120401.xhp">InStr Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120411.xhp">InStrRev Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03160000.xhp">Input Function [VBA]</topic>
|
||||
@ -226,13 +222,14 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03030202.xhp">Minute Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03140004.xhp">MIRR Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020411.xhp">MkDir Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070600.xhp">Mod Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070600.xhp">Mod-Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03030104.xhp">Month Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03150002.xhp">MonthName Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03010102.xhp">MsgBox Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03010101.xhp">MsgBox Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020412.xhp">Name Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/new_keyword.xhp">New keyword</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03060400.xhp">Not Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/new_keyword.xhp">New Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03060400.xhp">Not-Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03030203.xhp">Now Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03140005.xhp">NPer Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03140006.xhp">NPV Function [VBA]</topic>
|
||||
@ -266,7 +263,6 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03020104.xhp">Reset Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/Resume.xhp">Resume Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03010305.xhp">RGB Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03010306.xhp">RGB Function [VBA]</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120307.xhp">Right Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03020413.xhp">RmDir Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03080302.xhp">Rnd Function</topic>
|
||||
@ -323,15 +319,11 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03020205.xhp">Write Statement</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03060600.xhp">Xor Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03030106.xhp">Year Function</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070100.xhp">"-" Subtraction Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070200.xhp">"*" Multiplication Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070300.xhp">"+" Addition Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070400.xhp">"/" Division Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070700.xhp">"\" Integer Division Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070500.xhp">"^" Exponentiation Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03120300.xhp">"& or +" Concatenation Operators</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/01020100.xhp">"&" Hexadecimal/Octal Notation</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/conventions.xhp">":" Statement Separator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070100.xhp">"-" Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070200.xhp">"*" Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070300.xhp">"+" Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070400.xhp">"/" Operator</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03070500.xhp">"^" Operator</topic>
|
||||
</node>
|
||||
<node id="07010205" title="Advanced Basic Libraries">
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_tools.xhp">Tools Library</topic>
|
||||
@ -342,26 +334,16 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_importwiz.xhp">ImportWizard Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_schedule.xhp">Schedule Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_script.xhp">ScriptBindingLibrary Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_template.xhp">Template Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_wikieditor.xhp">WikiEditor Library</topic>
|
||||
</node>
|
||||
<node id="07010305" title="ScriptForge Library">
|
||||
<node id="07010305" title="ScriptForge Library">
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_ScriptForge.xhp">Overview of the ScriptForge Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_toc.xhp">List of all ScriptForge methods and properties</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_intro.xhp">Creating Python Scripts with ScriptForge</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_methods.xhp">ScriptForge method signatures</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_array.xhp">Array service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_base.xhp">Base service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_basic.xhp">Basic service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_calc.xhp">Calc service</topic>
|
||||
<node id="07010501" title="Example Scripts">
|
||||
<topic id="sbasic/text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</topic>
|
||||
<topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic>
|
||||
</node>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_chart.xhp">Chart service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_database.xhp">Database service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_dataset.xhp">Dataset service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_datasheet.xhp">Datasheet service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_dialog.xhp">Dialog service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_dialogcontrol.xhp">DialogControl service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_dictionary.xhp">Dictionary service</topic>
|
||||
@ -370,23 +352,20 @@
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_filesystem.xhp">FileSystem service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_form.xhp">Form service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_formcontrol.xhp">FormControl service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_formdocument.xhp">FormDocument service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_l10n.xhp">L10N service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_menu.xhp">Menu service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_platform.xhp">Platform service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_popupmenu.xhp">PopupMenu service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_region.xhp">Region service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_services.xhp">Services service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_session.xhp">Session service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_string.xhp">String service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_textstream.xhp">TextStream service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_timer.xhp">Timer service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_toolbar.xhp">Toolbar service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_toolbarbutton.xhp">ToolbarButton service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_ui.xhp">UI service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_unittest.xhp">UnitTest service</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/sf_writer.xhp">Writer service</topic>
|
||||
</node>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_template.xhp">Template Library</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_wikieditor.xhp">WikiEditor Library</topic>
|
||||
</node>
|
||||
</node>
|
||||
<node id="070103" title="Guides">
|
||||
<topic id="shared/text/shared/guide/macro_recording.xhp">Recording a Macro</topic>
|
||||
@ -417,11 +396,6 @@
|
||||
<topic id="sbasic/text/sbasic/python/python_examples.xhp">Python Programming Examples</topic>
|
||||
<topic id="sbasic/text/sbasic/python/python_2_basic.xhp">Calling Basic Macros from Python</topic>
|
||||
</node>
|
||||
<node id="070203" title="Python Modules">
|
||||
<topic id="sbasic/text/sbasic/shared/03/lib_ScriptForge.xhp">scriptforge module</topic>
|
||||
<topic id="sbasic/text/sbasic/python/python_programming.xhp">uno module</topic>
|
||||
<topic id="sbasic/text/sbasic/python/python_screen.xhp">msgbox module</topic>
|
||||
</node>
|
||||
</node>
|
||||
<node id="0703" title="Script Development Tools">
|
||||
<topic id="shared/text/shared/guide/dev_tools.xhp">Object Inspector</topic>
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
<topic id="scalc/text/scalc/main0503.xhp">%PRODUCTNAME Calc Features</topic>
|
||||
<topic id="scalc/text/scalc/guide/keyboard.xhp">Shortcut Keys (%PRODUCTNAME Calc Accessibility)</topic>
|
||||
<topic id="scalc/text/scalc/04/01020000.xhp">Shortcut Keys for Spreadsheets</topic>
|
||||
<topic id="scalc/text/scalc/01/calculation_accuracy.xhp">Calculation Accuracy in %PRODUCTNAME Calc</topic>
|
||||
<topic id="scalc/text/scalc/05/02140000.xhp">Error Codes in %PRODUCTNAME Calc</topic>
|
||||
<topic id="scalc/text/scalc/01/04060112.xhp">Add-in for Programming in %PRODUCTNAME Calc</topic>
|
||||
<topic id="scalc/text/scalc/guide/main.xhp">Instructions for Using %PRODUCTNAME Calc</topic>
|
||||
@ -31,20 +30,19 @@
|
||||
<node id="0802" title="Command and Menu Reference">
|
||||
<node id="080201" title="Menus">
|
||||
<topic id="scalc/text/scalc/main0100.xhp">Menus</topic>
|
||||
<topic id="shared/text/shared/menu/PickList.xhp">File</topic>
|
||||
<topic id="shared/text/shared/main_edit.xhp">Edit</topic>
|
||||
<topic id="scalc/text/shared/main0103.xhp">View</topic>
|
||||
<topic id="scalc/text/shared/main0104.xhp">Insert</topic>
|
||||
<topic id="shared/text/shared/main_format.xhp">Format</topic>
|
||||
<topic id="scalc/text/scalc/main0101.xhp">File</topic>
|
||||
<topic id="scalc/text/scalc/main0102.xhp">Edit</topic>
|
||||
<topic id="scalc/text/scalc/main0103.xhp">View</topic>
|
||||
<topic id="scalc/text/scalc/main0104.xhp">Insert</topic>
|
||||
<topic id="scalc/text/scalc/main0105.xhp">Format</topic>
|
||||
<topic id="scalc/text/scalc/main0116.xhp">Sheet</topic>
|
||||
<topic id="scalc/text/scalc/main0112.xhp">Data</topic>
|
||||
<topic id="scalc/text/shared/main_tools.xhp">Tools</topic>
|
||||
<topic id="scalc/text/shared/main0107.xhp">Window</topic>
|
||||
<topic id="scalc/text/scalc/main0106.xhp">Tools</topic>
|
||||
<topic id="scalc/text/scalc/main0107.xhp">Window</topic>
|
||||
<topic id="shared/text/shared/main0108.xhp">Help</topic>
|
||||
</node>
|
||||
<node id="080202" title="Toolbars">
|
||||
<topic id="scalc/text/scalc/main0200.xhp">Toolbars</topic>
|
||||
<topic id="shared/text/shared/02/find_toolbar.xhp">Find Bar</topic>
|
||||
<topic id="scalc/text/scalc/main0202.xhp">Formatting Bar</topic>
|
||||
<topic id="scalc/text/scalc/main0203.xhp">Drawing Object Properties Bar</topic>
|
||||
<topic id="scalc/text/scalc/main0205.xhp">Text Formatting Bar</topic>
|
||||
@ -152,21 +150,6 @@
|
||||
<topic id="scalc/text/scalc/guide/pivotchart_update.xhp">Updating Pivot Charts</topic>
|
||||
<topic id="scalc/text/scalc/guide/pivotchart_delete.xhp">Deleting Pivot Charts</topic>
|
||||
</node>
|
||||
<node id="08095" title="Data Analysis">
|
||||
<topic id="scalc/text/scalc/01/statistics_sampling.xhp">Data Sampling</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_descriptive.xhp">Descriptive Statistics</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_anova.xhp">Analysis og Variance (ANOVA)</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_correlation.xhp">Correlation</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_covariance.xhp">Covariance</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_exposmooth.xhp">Exponential Smoothing</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_movingavg.xhp">Moving Average</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_regression.xhp">Regression Analysis</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_test_t.xhp">Paired t-Test</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_test_f.xhp">f-Test</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_test_z.xhp">z-Test</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_test_chisqr.xhp">Chi-square Test</topic>
|
||||
<topic id="scalc/text/scalc/01/statistics_fourier.xhp">Fourier Analysis</topic>
|
||||
</node>
|
||||
<node id="0810" title="Scenarios">
|
||||
<topic id="scalc/text/scalc/guide/scenario.xhp">Using Scenarios</topic>
|
||||
</node>
|
||||
@ -175,7 +158,6 @@
|
||||
</node>
|
||||
<node id="0811" title="References">
|
||||
<topic id="scalc/text/scalc/guide/relativ_absolut_ref.xhp">Addresses and References, Absolute and Relative</topic>
|
||||
<topic id="scalc/text/scalc/guide/r1c1syntax.xhp">R1C1 Reference Syntax</topic>
|
||||
<topic id="scalc/text/scalc/guide/cellreferences.xhp">Referencing a Cell in Another Document</topic>
|
||||
<topic id="scalc/text/scalc/guide/cellreferences_url.xhp">References to Other Sheets and Referencing URLs</topic>
|
||||
<topic id="scalc/text/scalc/guide/cellreference_dragdrop.xhp">Referencing Cells by Drag-and-Drop</topic>
|
||||
@ -189,7 +171,6 @@
|
||||
<topic id="scalc/text/scalc/guide/edit_multitables.xhp">Copying to Multiple Sheets</topic>
|
||||
<topic id="scalc/text/scalc/guide/cellcopy.xhp">Only Copy Visible Cells</topic>
|
||||
<topic id="scalc/text/scalc/guide/mark_cells.xhp">Selecting Multiple Cells</topic>
|
||||
<topic id="scalc/text/scalc/guide/move_dragdrop.xhp">Moving Cells</topic>
|
||||
</node>
|
||||
<node id="0813" title="Formulas and Calculations">
|
||||
<topic id="scalc/text/scalc/guide/formulas.xhp">Calculating With Formulas</topic>
|
||||
@ -211,7 +192,7 @@
|
||||
<topic id="sbasic/text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</topic>
|
||||
<topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic>
|
||||
</node>
|
||||
<node id="0816" title="Miscellaneous">
|
||||
<node id="0815" title="Miscellaneous">
|
||||
<topic id="scalc/text/scalc/guide/auto_off.xhp">Deactivating Automatic Changes</topic>
|
||||
<topic id="scalc/text/scalc/guide/consolidate.xhp">Consolidating Data</topic>
|
||||
<topic id="scalc/text/scalc/guide/goalseek.xhp">Applying Goal Seek</topic>
|
||||
|
||||
@ -19,36 +19,34 @@
|
||||
<node id="1102" title="Command and Menu Reference">
|
||||
<node id="11020201" title="Menus">
|
||||
<topic id="sdraw/text/sdraw/main0100.xhp">Menus</topic>
|
||||
<topic id="shared/text/shared/menu/PickList.xhp">File</topic>
|
||||
<topic id="shared/text/shared/main_edit.xhp">Edit</topic>
|
||||
<topic id="sdraw/text/shared/main0103.xhp">View</topic>
|
||||
<topic id="sdraw/text/sdraw/main0101.xhp">File</topic>
|
||||
<topic id="sdraw/text/sdraw/main_edit.xhp">Edit</topic>
|
||||
<topic id="sdraw/text/sdraw/main0103.xhp">View</topic>
|
||||
<topic id="sdraw/text/sdraw/main_insert.xhp">Insert</topic>
|
||||
<topic id="shared/text/shared/main_format.xhp">Format</topic>
|
||||
<topic id="sdraw/text/sdraw/main_format.xhp">Format</topic>
|
||||
<topic id="sdraw/text/sdraw/main_page.xhp">Page</topic>
|
||||
<topic id="sdraw/text/sdraw/main_shape.xhp">Shape</topic>
|
||||
<topic id="sdraw/text/shared/main_tools.xhp">Tools</topic>
|
||||
<topic id="simpress/text/shared/main0107.xhp">Window</topic>
|
||||
<topic id="sdraw/text/sdraw/main_tools.xhp">Tools</topic>
|
||||
<topic id="simpress/text/simpress/main0107.xhp">Window</topic>
|
||||
<topic id="shared/text/shared/main0108.xhp">Help</topic>
|
||||
</node>
|
||||
<node id="11020202" title="Toolbars">
|
||||
<topic id="sdraw/text/sdraw/main0200.xhp">Toolbars</topic>
|
||||
<topic id="sdraw/text/sdraw/01/3dsettings_toolbar.xhp">3D Settings Toolbar</topic>
|
||||
<topic id="sdraw/text/sdraw/main0210.xhp">Drawing Bar</topic>
|
||||
<topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic>
|
||||
<topic id="shared/text/shared/02/find_toolbar.xhp">Find Bar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="sdraw/text/sdraw/main0213.xhp">Options Bar</topic>
|
||||
<topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
|
||||
<topic id="shared/text/shared/main0204.xhp">Table Bar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic>
|
||||
<topic id="sdraw/text/sdraw/01/3dsettings_toolbar.xhp">3D Settings Toolbar</topic>
|
||||
</node>
|
||||
</node>
|
||||
<node id="1103" title="Loading, Saving, Importing, and Exporting">
|
||||
<topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
|
||||
<topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic>
|
||||
</node>
|
||||
<node id="1104" title="Formatting">
|
||||
<topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
|
||||
<topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic>
|
||||
<topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/color_define.xhp">Defining Custom Colors</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/gradient.xhp">Creating Gradient Fills</topic>
|
||||
@ -89,7 +87,7 @@
|
||||
<node id="1108" title="Groups and Layers">
|
||||
<topic id="sdraw/text/sdraw/guide/groups.xhp">Grouping Objects</topic>
|
||||
<topic id="simpress/text/sdraw/guide/layers.xhp">About Layers</topic>
|
||||
<topic id="simpress/text/sdraw/01/insert_layer.xhp">Insert or Modify Layer</topic>
|
||||
<topic id="simpress/text/sdraw/guide/layer_new.xhp">Inserting Layers</topic>
|
||||
<topic id="simpress/text/sdraw/guide/layer_tipps.xhp">Working With Layers</topic>
|
||||
<topic id="simpress/text/sdraw/guide/layer_move.xhp">Moving Objects to a Different Layer</topic>
|
||||
</node>
|
||||
|
||||
@ -39,59 +39,35 @@
|
||||
</node>
|
||||
<node id="1004" title="%PRODUCTNAME Options">
|
||||
<topic id="shared/text/shared/optionen/01000000.xhp">Options</topic>
|
||||
<node id="100401" title="%PRODUCTNAME">
|
||||
<topic id="shared/text/shared/optionen/01010100.xhp">User Data</topic>
|
||||
<topic id="shared/text/shared/optionen/01010600.xhp">General</topic>
|
||||
<topic id="shared/text/shared/optionen/01010800.xhp">View</topic>
|
||||
<topic id="shared/text/shared/optionen/01010900.xhp">Print Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01010300.xhp">Paths</topic>
|
||||
<topic id="shared/text/shared/optionen/01010700.xhp">Fonts</topic>
|
||||
<topic id="shared/text/shared/optionen/01030300.xhp">Security</topic>
|
||||
<topic id="shared/text/shared/optionen/01012000.xhp">Appearance</topic>
|
||||
<topic id="shared/text/shared/optionen/java.xhp">Advanced</topic>
|
||||
<topic id="shared/text/shared/optionen/expertconfig.xhp">Expert Configuration</topic>
|
||||
<topic id="shared/text/shared/optionen/BasicIDE.xhp">Basic IDE</topic>
|
||||
<topic id="shared/text/shared/optionen/opencl.xhp">OpenCL</topic>
|
||||
<topic id="shared/text/shared/optionen/01013000.xhp">Accessibility</topic>
|
||||
</node>
|
||||
<node id="100402" title="Load/Save">
|
||||
<topic id="shared/text/shared/optionen/01010200.xhp">General</topic>
|
||||
<topic id="shared/text/shared/optionen/01020000.xhp">Load/Save options</topic>
|
||||
<topic id="shared/text/shared/optionen/01130200.xhp">Microsoft Office</topic>
|
||||
<topic id="shared/text/shared/optionen/01130100.xhp">VBA Properties</topic>
|
||||
</node>
|
||||
<node id="100403" title="Languages and Locales">
|
||||
<topic id="shared/text/shared/optionen/01140000.xhp">Languages</topic>
|
||||
<topic id="shared/text/shared/optionen/01150000.xhp">Language Setting Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01010400.xhp">Writing Aids</topic>
|
||||
</node>
|
||||
<node id="100404" title="%PRODUCTNAME Writer">
|
||||
<topic id="shared/text/shared/optionen/01040000.xhp">Text Document Options</topic>
|
||||
</node>
|
||||
<node id="100405" title="%PRODUCTNAME Writer/Web">
|
||||
<topic id="shared/text/shared/optionen/01050000.xhp">HTML Document Options</topic>
|
||||
</node>
|
||||
<node id="100406" title="%PRODUCTNAME Calc">
|
||||
<topic id="shared/text/shared/optionen/01060000.xhp">Spreadsheet Options</topic>
|
||||
</node>
|
||||
<node id="100407" title="%PRODUCTNAME Impress">
|
||||
<topic id="shared/text/shared/optionen/01070000.xhp">Presentation Options</topic>
|
||||
</node>
|
||||
<node id="100408" title="%PRODUCTNAME Draw">
|
||||
<topic id="shared/text/shared/optionen/01080000.xhp">Drawing Options</topic>
|
||||
</node>
|
||||
<node id="100409" title="%PRODUCTNAME Math">
|
||||
<topic id="shared/text/shared/optionen/01090000.xhp">Formula</topic>
|
||||
</node>
|
||||
<node id="100410" title="%PRODUCTNAME Base">
|
||||
<topic id="shared/text/shared/optionen/01160000.xhp">Data sources options</topic>
|
||||
</node>
|
||||
<node id="100412" title="Charts">
|
||||
<topic id="shared/text/shared/optionen/01110000.xhp">Chart options</topic>
|
||||
</node>
|
||||
<node id="100413" title="Internet">
|
||||
<topic id="shared/text/shared/optionen/01030000.xhp">Internet options</topic>
|
||||
</node>
|
||||
<topic id="shared/text/shared/optionen/01010100.xhp">User Data</topic>
|
||||
<topic id="shared/text/shared/optionen/01010200.xhp">General</topic>
|
||||
<topic id="shared/text/shared/optionen/01010800.xhp">View</topic>
|
||||
<topic id="shared/text/shared/optionen/01010900.xhp">Print Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01010300.xhp">Paths</topic>
|
||||
<topic id="shared/text/shared/optionen/01010700.xhp">Fonts</topic>
|
||||
<topic id="shared/text/shared/optionen/01030300.xhp">Security</topic>
|
||||
<topic id="shared/text/shared/optionen/01012000.xhp">Application Colors</topic>
|
||||
<topic id="shared/text/shared/optionen/01013000.xhp">Accessibility</topic>
|
||||
<topic id="shared/text/shared/optionen/java.xhp">Advanced</topic>
|
||||
<topic id="shared/text/shared/optionen/expertconfig.xhp">Expert Configuration</topic>
|
||||
<topic id="shared/text/shared/optionen/BasicIDE.xhp">Basic IDE</topic>
|
||||
<topic id="shared/text/shared/optionen/opencl.xhp">OpenCL</topic>
|
||||
<topic id="shared/text/shared/optionen/01010400.xhp">Writing Aids</topic>
|
||||
<topic id="shared/text/shared/optionen/01010600.xhp">General</topic>
|
||||
<topic id="shared/text/shared/optionen/01020000.xhp">Load/Save options</topic>
|
||||
<topic id="shared/text/shared/optionen/01030000.xhp">Internet options</topic>
|
||||
<topic id="shared/text/shared/optionen/01040000.xhp">Text Document Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01050000.xhp">HTML Document Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01060000.xhp">Spreadsheet Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01070000.xhp">Presentation Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01080000.xhp">Drawing Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01090000.xhp">Formula</topic>
|
||||
<topic id="shared/text/shared/optionen/01110000.xhp">Chart options</topic>
|
||||
<topic id="shared/text/shared/optionen/01130100.xhp">VBA Properties</topic>
|
||||
<topic id="shared/text/shared/optionen/01130200.xhp">Microsoft Office</topic>
|
||||
<topic id="shared/text/shared/optionen/01140000.xhp">Languages</topic>
|
||||
<topic id="shared/text/shared/optionen/01150000.xhp">Language Setting Options</topic>
|
||||
<topic id="shared/text/shared/optionen/01160000.xhp">Data sources options</topic>
|
||||
</node>
|
||||
<node id="1005" title="Wizards">
|
||||
<topic id="shared/text/shared/autopi/01000000.xhp">Wizard</topic>
|
||||
@ -104,6 +80,9 @@
|
||||
<node id="100504" title="Agenda Wizard">
|
||||
<topic id="shared/text/shared/autopi/01040000.xhp">Agenda Wizard</topic>
|
||||
</node>
|
||||
<node id="100506" title="HTML Export Wizard">
|
||||
<topic id="shared/text/shared/autopi/01110000.xhp">HTML Export</topic>
|
||||
</node>
|
||||
<node id="100510" title="Document Converter Wizard">
|
||||
<topic id="shared/text/shared/autopi/01130000.xhp">Document Converter</topic>
|
||||
</node>
|
||||
@ -112,7 +91,7 @@
|
||||
<node id="1006" title="Configuring %PRODUCTNAME">
|
||||
<topic id="shared/text/shared/guide/configure_overview.xhp">Configuring %PRODUCTNAME</topic>
|
||||
<topic id="shared/text/shared/01/packagemanager.xhp">Extension Manager</topic>
|
||||
<topic id="shared/text/shared/optionen/01012000.xhp">Changing Icon Views</topic>
|
||||
<topic id="shared/text/shared/guide/flat_icons.xhp">Changing Icon Views</topic>
|
||||
<topic id="shared/text/shared/guide/edit_symbolbar.xhp">Adding Buttons to Toolbars </topic>
|
||||
<topic id="shared/text/shared/guide/workfolder.xhp">Changing Your Working Directory </topic>
|
||||
<topic id="shared/text/shared/guide/standard_template.xhp">Changing Default Templates</topic>
|
||||
@ -147,13 +126,13 @@
|
||||
<topic id="swriter/text/swriter/guide/dragdroptext.xhp">Moving and Copying Text in Documents</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_table.xhp">Copying Spreadsheet Areas to Text Documents</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_graphic.xhp">Copying Graphics Between Documents</topic>
|
||||
<topic id="shared/text/shared/guide/gallery_insert.xhp">Copying Graphics From the Gallery</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_fromgallery.xhp">Copying Graphics From the Gallery</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_beamer.xhp">Drag-and-Drop With the Data Source View</topic>
|
||||
</node>
|
||||
<node id="1010" title="Copy and Paste">
|
||||
<topic id="shared/text/shared/guide/copy_drawfunctions.xhp">Copying Drawing Objects Into Other Documents</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_graphic.xhp">Copying Graphics Between Documents</topic>
|
||||
<topic id="shared/text/shared/guide/gallery_insert.xhp">Copying Graphics From the Gallery</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_fromgallery.xhp">Copying Graphics From the Gallery</topic>
|
||||
<topic id="shared/text/shared/guide/dragdrop_table.xhp">Copying Spreadsheet Areas to Text Documents</topic>
|
||||
</node>
|
||||
<node id="1012" title="Charts and Diagrams">
|
||||
@ -165,7 +144,6 @@
|
||||
<topic id="shared/text/shared/guide/import_ms.xhp">Opening documents saved in other formats</topic>
|
||||
<topic id="shared/text/shared/guide/doc_save.xhp">Saving Documents</topic>
|
||||
<topic id="shared/text/shared/guide/doc_autosave.xhp">Saving Documents Automatically</topic>
|
||||
<topic id="shared/text/shared/guide/cmis-remote-files.xhp">Opening and Saving files on remote servers</topic>
|
||||
<topic id="shared/text/shared/guide/export_ms.xhp">Saving Documents in Other Formats</topic>
|
||||
<topic id="shared/text/shared/01/ref_pdf_export.xhp">Exporting Documents to PDF</topic>
|
||||
<topic id="shared/text/shared/guide/data_dbase2office.xhp">Importing and Exporting Data in Text Format</topic>
|
||||
@ -207,7 +185,6 @@
|
||||
<topic id="shared/text/shared/guide/change_title.xhp">Changing the Title of a Document</topic>
|
||||
<topic id="shared/text/shared/guide/round_corner.xhp">Creating Round Corners</topic>
|
||||
<topic id="shared/text/shared/guide/background.xhp">Defining Background Colors or Background Graphics</topic>
|
||||
<topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
|
||||
<topic id="shared/text/shared/guide/lineend_define.xhp">Defining Line Ends</topic>
|
||||
<topic id="shared/text/shared/guide/linestyle_define.xhp">Defining Line Styles</topic>
|
||||
<topic id="shared/text/shared/guide/insert_graphic_drawit.xhp">Editing Graphic Objects </topic>
|
||||
@ -217,6 +194,7 @@
|
||||
<topic id="shared/text/shared/guide/space_hyphen.xhp">Inserting Protected Spaces, Hyphens and Conditional Separators</topic>
|
||||
<topic id="shared/text/shared/guide/insert_specialchar.xhp">Inserting Special Characters</topic>
|
||||
<topic id="shared/text/shared/guide/tabs.xhp">Inserting and Editing Tab Stops</topic>
|
||||
<topic id="shared/text/shared/guide/cmis-remote-files.xhp">Opening and Saving files on remote servers</topic>
|
||||
<topic id="shared/text/shared/guide/protection.xhp">Protecting Content in %PRODUCTNAME</topic>
|
||||
<topic id="shared/text/shared/guide/redlining_protect.xhp">Protecting Records</topic>
|
||||
<topic id="shared/text/shared/guide/pageformat_max.xhp">Selecting the Maximum Printable Area on a Page</topic>
|
||||
|
||||
@ -29,40 +29,39 @@
|
||||
<node id="0402" title="Command and Menu Reference">
|
||||
<node id="04020101" title="Menus">
|
||||
<topic id="simpress/text/simpress/main0100.xhp">Menus</topic>
|
||||
<topic id="shared/text/shared/menu/PickList.xhp">File</topic>
|
||||
<topic id="shared/text/shared/main_edit.xhp">Edit</topic>
|
||||
<topic id="simpress/text/shared/main0103.xhp">View</topic>
|
||||
<topic id="simpress/text/shared/main0104.xhp">Insert</topic>
|
||||
<topic id="shared/text/shared/main_format.xhp">Format</topic>
|
||||
<topic id="simpress/text/simpress/main0101.xhp">File</topic>
|
||||
<topic id="simpress/text/simpress/main_edit.xhp">Edit</topic>
|
||||
<topic id="simpress/text/simpress/main0103.xhp">View</topic>
|
||||
<topic id="simpress/text/simpress/main0104.xhp">Insert</topic>
|
||||
<topic id="simpress/text/simpress/main_format.xhp">Format</topic>
|
||||
<topic id="simpress/text/simpress/main_slide.xhp">Slide</topic>
|
||||
<topic id="simpress/text/simpress/main0114.xhp">Slide Show</topic>
|
||||
<topic id="simpress/text/shared/main_tools.xhp">Tools</topic>
|
||||
<topic id="simpress/text/shared/main0107.xhp">Window</topic>
|
||||
<topic id="simpress/text/simpress/main_tools.xhp">Tools</topic>
|
||||
<topic id="simpress/text/simpress/main0107.xhp">Window</topic>
|
||||
<topic id="shared/text/shared/main0108.xhp">Help</topic>
|
||||
</node>
|
||||
<node id="04020102" title="Toolbars">
|
||||
<topic id="simpress/text/simpress/main0200.xhp">Toolbars</topic>
|
||||
<topic id="simpress/text/simpress/main0210.xhp">Drawing Bar</topic>
|
||||
<topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic>
|
||||
<topic id="shared/text/shared/02/find_toolbar.xhp">Find Bar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0214.xhp">Image Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0202.xhp">Line and Filling Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0213.xhp">Options Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0211.xhp">Outline Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0209.xhp">Rulers</topic>
|
||||
<topic id="simpress/text/simpress/main0212.xhp">Slide Sorter Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0204.xhp">Slide View Bar</topic>
|
||||
<topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0206.xhp">Status Bar</topic>
|
||||
<topic id="shared/text/shared/main0204.xhp">Table Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0203.xhp">Text Formatting Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0204.xhp">Slide View Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0206.xhp">Status Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0209.xhp">Rulers</topic>
|
||||
<topic id="simpress/text/simpress/main0210.xhp">Drawing Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0211.xhp">Outline Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0212.xhp">Slide Sorter Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0213.xhp">Options Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0214.xhp">Image Bar</topic>
|
||||
<topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic>
|
||||
</node>
|
||||
</node>
|
||||
<node id="0403" title="Loading, Saving, Importing, Exporting and Redacting">
|
||||
<topic id="simpress/text/simpress/guide/html_export.xhp">Saving a Presentation in HTML Format</topic>
|
||||
<topic id="simpress/text/simpress/guide/html_import.xhp">Importing HTML Pages Into Presentations </topic>
|
||||
<topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
|
||||
<topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic>
|
||||
<topic id="simpress/text/simpress/guide/animated_gif_save.xhp">Exporting Animations in GIF Format</topic>
|
||||
<topic id="simpress/text/simpress/guide/table_insert.xhp">Including Spreadsheets in Slides</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic>
|
||||
@ -71,7 +70,7 @@
|
||||
<topic id="shared/text/shared/guide/auto_redact.xhp">Automatic Redaction</topic>
|
||||
</node>
|
||||
<node id="0404" title="Formatting">
|
||||
<topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic>
|
||||
<topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic>
|
||||
<topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/color_define.xhp">Defining Custom Colors</topic>
|
||||
<topic id="sdraw/text/sdraw/guide/gradient.xhp">Creating Gradient Fills</topic>
|
||||
|
||||
@ -41,7 +41,6 @@
|
||||
</node>
|
||||
<node id="0303" title="Working with Formulas">
|
||||
<topic id="smath/text/smath/guide/align.xhp">Manually Aligning Formula Parts</topic>
|
||||
<topic id="smath/text/smath/guide/color.xhp">Applying Color to Formula Parts</topic>
|
||||
<topic id="smath/text/smath/guide/attributes.xhp">Changing Default Attributes</topic>
|
||||
<topic id="smath/text/smath/guide/brackets.xhp">Merging Formula Parts in Brackets</topic>
|
||||
<topic id="smath/text/smath/guide/comment.xhp">Entering Comments</topic>
|
||||
|
||||
@ -30,46 +30,38 @@
|
||||
<node id="0202" title="Command and Menu Reference">
|
||||
<node id="020201" title="Menus">
|
||||
<topic id="swriter/text/swriter/main0100.xhp">Menus</topic>
|
||||
<topic id="shared/text/shared/menu/PickList.xhp">File</topic>
|
||||
<topic id="shared/text/shared/main_edit.xhp">Edit</topic>
|
||||
<topic id="swriter/text/shared/main0103.xhp">View</topic>
|
||||
<topic id="swriter/text/shared/main0104.xhp">Insert</topic>
|
||||
<topic id="shared/text/shared/main_format.xhp">Format</topic>
|
||||
<topic id="shared/text/shared/menu/style_menu.xhp">Styles</topic>
|
||||
<topic id="swriter/text/swriter/main0101.xhp">File</topic>
|
||||
<topic id="swriter/text/swriter/main0102.xhp">Edit</topic>
|
||||
<topic id="swriter/text/swriter/main0103.xhp">View</topic>
|
||||
<topic id="swriter/text/swriter/main0104.xhp">Insert</topic>
|
||||
<topic id="swriter/text/swriter/main0105.xhp">Format</topic>
|
||||
<topic id="swriter/text/swriter/main0115.xhp">Styles</topic>
|
||||
<topic id="swriter/text/swriter/main0110.xhp">Table</topic>
|
||||
<topic id="swriter/text/swriter/main0120.xhp">Form</topic>
|
||||
<topic id="swriter/text/shared/main_tools.xhp">Tools</topic>
|
||||
<topic id="swriter/text/shared/main0107.xhp">Window</topic>
|
||||
<topic id="swriter/text/swriter/main0106.xhp">Tools</topic>
|
||||
<topic id="swriter/text/swriter/main0107.xhp">Window</topic>
|
||||
<topic id="shared/text/shared/main0108.xhp">Help</topic>
|
||||
</node>
|
||||
<node id="020202" title="Toolbars">
|
||||
<topic id="swriter/text/swriter/main0200.xhp">Toolbars</topic>
|
||||
<topic id="swriter/text/swriter/main0206.xhp">Bullets and Numbering Bar</topic>
|
||||
<topic id="shared/text/shared/01/classificationbar.xhp">Classification Bar</topic>
|
||||
<topic id="simpress/text/simpress/main0210.xhp">Drawing Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0205.xhp">Drawing Object Properties Bar</topic>
|
||||
<topic id="shared/text/shared/02/find_toolbar.xhp">Find Bar</topic>
|
||||
<topic id="shared/text/shared/02/fontwork_toolbar.xhp">Fontwork Bar</topic>
|
||||
<topic id="shared/text/shared/02/01170000.xhp">Form Control Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0202.xhp">Formatting Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0203.xhp">Image Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0204.xhp">Table Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0205.xhp">Drawing Object Properties Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0206.xhp">Bullets and Numbering Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0208.xhp">Status Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0210.xhp">Print Preview</topic>
|
||||
<topic id="swriter/text/swriter/main0213.xhp">Rulers</topic>
|
||||
<topic id="swriter/text/swriter/main0214.xhp">Formula Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0215.xhp">Frame Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0203.xhp">Image Bar</topic>
|
||||
<topic id="swriter/text/swriter/02/18010000.xhp">Insert Bar</topic>
|
||||
<topic id="swriter/text/swriter/librelogo/LibreLogo.xhp">LibreLogo Toolbar</topic>
|
||||
<topic id="swriter/text/swriter/mailmergetoolbar.xhp">Mail Merge Toolbar</topic>
|
||||
<topic id="swriter/text/swriter/main0216.xhp">OLE Object Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0210.xhp">Print Preview</topic>
|
||||
<topic id="shared/text/shared/main0214.xhp">Query Design Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0213.xhp">Rulers</topic>
|
||||
<topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0208.xhp">Status Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0204.xhp">Table Bar</topic>
|
||||
<topic id="shared/text/shared/main0212.xhp">Table Data Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0216.xhp">OLE-Object Bar</topic>
|
||||
<topic id="swriter/text/swriter/main0220.xhp">Text Object Bar</topic>
|
||||
<topic id="swriter/text/swriter/track_changes_toolbar.xhp">Track Changes Bar</topic>
|
||||
<topic id="shared/text/shared/main0201.xhp">Standard Bar</topic>
|
||||
<topic id="shared/text/shared/main0212.xhp">Table Data Bar</topic>
|
||||
<topic id="shared/text/shared/main0213.xhp">Form Navigation Bar</topic>
|
||||
<topic id="shared/text/shared/main0214.xhp">Query Design Bar</topic>
|
||||
<topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic>
|
||||
<topic id="swriter/text/swriter/librelogo/LibreLogo.xhp">LibreLogo Toolbar</topic>
|
||||
</node>
|
||||
</node>
|
||||
<node id="0210" title="Navigating Text Documents">
|
||||
@ -104,14 +96,13 @@
|
||||
<topic id="swriter/text/swriter/guide/load_styles.xhp">Using Styles From Another Document or Template</topic>
|
||||
<topic id="swriter/text/swriter/guide/stylist_fromselect.xhp">Creating New Styles From Selections</topic>
|
||||
<topic id="swriter/text/swriter/guide/stylist_update.xhp">Updating Styles From Selections</topic>
|
||||
<topic id="swriter/text/swriter/guide/spotlight_styles.xhp">Spotlight Styles</topic>
|
||||
<topic id="swriter/text/shared/guide/standard_template.xhp">Creating and Changing Default and Custom Templates</topic>
|
||||
<topic id="swriter/text/shared/guide/template_manager.xhp">Template Manager</topic>
|
||||
</node>
|
||||
<node id="0204" title="Graphics in Text Documents">
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic.xhp">Inserting Graphics</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic_dialog.xhp">Inserting a Graphic From a File</topic>
|
||||
<topic id="swriter/text/shared/guide/gallery_insert.xhp">Inserting Graphics From the Gallery</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic_gallery.xhp">Inserting Graphics From the Gallery With Drag-and-Drop</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic_scan.xhp">Inserting a Scanned Image</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic_fromchart.xhp">Inserting a Calc Chart into a Text Document</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_graphic_fromdraw.xhp">Inserting Graphics From %PRODUCTNAME Draw or Impress</topic>
|
||||
@ -135,7 +126,7 @@
|
||||
<topic id="swriter/text/swriter/guide/section_insert.xhp">Inserting Sections</topic>
|
||||
</node>
|
||||
<node id="0208" title="Tables of Contents and Indexes">
|
||||
<topic id="swriter/text/swriter/guide/chapter_numbering.xhp">Heading Numbering</topic>
|
||||
<topic id="swriter/text/swriter/guide/chapter_numbering.xhp">Chapter Numbering</topic>
|
||||
<topic id="swriter/text/swriter/guide/indices_userdef.xhp">User-Defined Indexes</topic>
|
||||
<topic id="swriter/text/swriter/guide/indices_toc.xhp">Creating a Table of Contents</topic>
|
||||
<topic id="swriter/text/swriter/guide/indices_index.xhp">Creating Alphabetical Indexes</topic>
|
||||
@ -150,7 +141,6 @@
|
||||
<topic id="swriter/text/swriter/guide/fields.xhp">About Fields</topic>
|
||||
<topic id="swriter/text/swriter/guide/fields_date.xhp">Inserting a Fixed or Variable Date Field</topic>
|
||||
<topic id="swriter/text/swriter/guide/field_convert.xhp">Converting a Field into Text</topic>
|
||||
<topic id="swriter/text/swriter/guide/contentcontrols.xhp">Using Content Controls</topic>
|
||||
</node>
|
||||
<node id="0211" title="Calculating in Text Documents">
|
||||
<topic id="swriter/text/swriter/guide/calculate_multitable.xhp">Calculating Across Tables</topic>
|
||||
@ -189,9 +179,9 @@
|
||||
<topic id="swriter/text/swriter/guide/using_hyphen.xhp">Hyphenation</topic>
|
||||
</node>
|
||||
<node id="0215" title="Numbering and Lists">
|
||||
<topic id="swriter/text/swriter/guide/captions_numbers.xhp">Adding Heading Numbers to Captions</topic>
|
||||
<topic id="swriter/text/swriter/guide/captions_numbers.xhp">Adding Chapter Numbers to Captions</topic>
|
||||
<topic id="swriter/text/swriter/guide/auto_numbering.xhp">Creating Numbered or Bulleted Lists as You Type</topic>
|
||||
<topic id="swriter/text/swriter/guide/chapter_numbering.xhp">Heading Numbering</topic>
|
||||
<topic id="swriter/text/swriter/guide/chapter_numbering.xhp">Chapter Numbering</topic>
|
||||
<topic id="swriter/text/swriter/guide/insert_tab_innumbering.xhp">Changing the Outline Level of Numbered and Bulleted Lists</topic>
|
||||
<topic id="swriter/text/swriter/guide/join_numbered_lists.xhp">Combining Numbered Lists</topic>
|
||||
<topic id="swriter/text/swriter/guide/numbering_lines.xhp">Adding Line Numbers</topic>
|
||||
@ -213,7 +203,6 @@
|
||||
</node>
|
||||
<node id="0219" title="Loading, Saving, Importing, Exporting and Redacting">
|
||||
<topic id="swriter/text/swriter/guide/send2html.xhp">Saving Text Documents in HTML Format</topic>
|
||||
<topic id="swriter/text/swriter/guide/markdown.xhp">Working with Text Documents in Markdown Format</topic>
|
||||
<topic id="swriter/text/swriter/guide/textdoc_inframe.xhp">Inserting an Entire Text Document</topic>
|
||||
<topic id="shared/text/shared/guide/redaction.xhp">Redacting a Text Document</topic>
|
||||
<topic id="shared/text/shared/guide/auto_redact.xhp">Automatic Redaction</topic>
|
||||
|
||||
@ -1,108 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ DEFAULT STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold; }
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.howtoget
|
||||
{ background:#EEEEEE;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#EEEEEE; margin: 0px;}
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid black; padding: 3px; display: none;}
|
||||
|
||||
/* Basic code syntax highlight */
|
||||
.identifier, .unknown
|
||||
{ color: green;}
|
||||
|
||||
.keyword
|
||||
{ color: blue;}
|
||||
|
||||
.comment
|
||||
{ color: gray;}
|
||||
|
||||
.number, .string
|
||||
{ color: red;}
|
||||
|
||||
.operator, .parameter
|
||||
{ color: black;}
|
||||
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #1 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST #2 STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #00FF00;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #00FF00; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #EFEFEF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #00FF00; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #00FF00; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST BLACK STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #000000; color: #FFFFFF;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #FFFFFF; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #FFFFFF; background: #000000;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #FFFFFF; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#000000;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#000000;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #FFFFFF; }
|
||||
@ -1,109 +0,0 @@
|
||||
/*
|
||||
* 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 .
|
||||
*/
|
||||
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ HIGH CONTRAST WHITE STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
|
||||
|
||||
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
|
||||
|
||||
.acronym
|
||||
{ font-weight: bold;}
|
||||
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt;}
|
||||
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; padding: 3px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
p, td
|
||||
{ font-size: 11pt; }
|
||||
|
||||
h1
|
||||
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
h4, h5, h6
|
||||
{ font-size: 11pt; }
|
||||
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
|
||||
/* HIGH CONTRAST SPECIFIC SETTINGS */
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ background: #FFFFFF; color: #000000;}
|
||||
|
||||
.related
|
||||
{ border-top: 1px solid #000000; }
|
||||
|
||||
.howtogetheader
|
||||
{border: 1px solid #000000; background: #FFFFFF;}
|
||||
|
||||
h1
|
||||
{ border-bottom: 1px solid #000000; ]
|
||||
|
||||
.howtoget
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.howtogetbody
|
||||
{ background:#FFFFFF;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid red; padding: 3px; display: none;}
|
||||
|
||||
a
|
||||
{ color: #000000; }
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Basic
|
||||
|
||||
Language=tl
|
||||
Order=7
|
||||
Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
|
||||
Heading=headingheading
|
||||
Program=BASIC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Calc
|
||||
|
||||
Language=tl
|
||||
Order=3
|
||||
Start=text%2Fscalc%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CALC
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
Title=%PRODUCTNAME Chart
|
||||
|
||||
Language=tl
|
||||
Order=4
|
||||
Start=text%2Fschart%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=CHART
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Base
|
||||
|
||||
Language=tl
|
||||
Order=7
|
||||
Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
|
||||
Heading=headingheading
|
||||
Program=DATABASE
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Draw
|
||||
|
||||
Language=tl
|
||||
Order=4
|
||||
Start=text%2Fsdraw%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=DRAW
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Impress
|
||||
|
||||
Language=tl
|
||||
Order=5
|
||||
Start=text%2Fsimpress%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=IMPRESS
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Math
|
||||
|
||||
Language=tl
|
||||
Order=6
|
||||
Start=text%2Fsmath%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=MATH
|
||||
@ -1,26 +0,0 @@
|
||||
#
|
||||
# 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 .
|
||||
#
|
||||
|
||||
|
||||
Title=%PRODUCTNAME Writer
|
||||
|
||||
Language=tl
|
||||
Order=2
|
||||
Start=text%2Fswriter%2Fmain0000.xhp
|
||||
Heading=headingheading
|
||||
Program=WRITER
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user