Age | Commit message (Collapse) | Author |
|
Change-Id: Idf055cb16ec0b6e94bea8aa911967570023bbeb8
Reviewed-on: https://gerrit.libreoffice.org/38379
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Add missing bookmarks
Sync with UI
Make it have two window names in the title
Change-Id: I99d424919d3792e3c1a0ff4c2427cb335e74fad3
Reviewed-on: https://gerrit.libreoffice.org/38326
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: If5de917172e1b5fe0ef8819a96a41421e9cd8f22
Reviewed-on: https://gerrit.libreoffice.org/38245
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I73e645574af8558d0374cfd93a81f2fdfccd435c
|
|
Change-Id: Icf76f575849ce6c503c3bfe73ba730b40c024d74
Reviewed-on: https://gerrit.libreoffice.org/38325
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ie2851f81a644a02b314af0083442895666af9114
Reviewed-on: https://gerrit.libreoffice.org/38324
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ie8cc9e4cca21201b16bf0b1aae185d692cf0c214
|
|
They only depend on the perl script so won't get rebuild if images are
added or removed in source/media/
Use the same hack as in postprocess, make the targets PHONY so they
always get rebuilt.
Also fix a stray \ that caused the wrong output "[PRL] " to be printed
too early.
Change-Id: I03c8696591cf47395211feaed360fbd5642733a0
|
|
Add missing bookmarks
Remove unnecessary ahelps
Sync label spelling with UI
Change-Id: I5240d1386ef3abd716c6e6647b50c96a21555a65
Reviewed-on: https://gerrit.libreoffice.org/38244
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Iae0120954fc7ac7a1748ece724eb4c6ddd3321b7
Reviewed-on: https://gerrit.libreoffice.org/38243
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Remove duplicate bookmarks
Remove unnecessary ahelps
Change-Id: I986b3e8dfc5aa9c00c5414ab41845060ff43d709
Reviewed-on: https://gerrit.libreoffice.org/38242
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I16042693a842430ecc7a880118321205f8aed732
|
|
Change-Id: I18ccf5444aee8d6dbdbfc98102524ef8f46ffd44
TODO: correct the howtoget section
Reviewed-on: https://gerrit.libreoffice.org/37369
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
I have worked in a new implementation of the Help online. The strategy
was to batch "flatten" all XHP into HTML files with an offline
transformation using xsltproc.
(by "flatten", I mean resolve all embeds in XHP files)
see http://vm173.documentfoundation.org
This way all displayed files are now HTML with minimal javascript. No
more on-line XSLT transformation and their associate issues (delays) and
poor debug.
Advantages:
1) preserve all XHP files as-is, authoring tools, DTD.
2) preserve current translation workflow
3) all files turned to HTML static, with minimum Javascript
4) much faster load times, browser cache used.
5) Honors parameters &System and &DbPAR
6) URL bookmarking in browser (Ctrl-D)
7) Page navigation back and forth with browser buttons
8) preserve current HC2 in LibreOffice (see 1).
9) resolved <switchinline><caseinline> for &System and &DbPAR (aka
module).
10) maintained Fabio's bookmark search solution.
11) index-able by search engines (XHP files were unknown to robots).
12) pages can be directly accessed: e.g.
http://localhost/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3153114
13) hold Google search snippet in TopRight area
Disadvantages (Most are further work):
1) issue with offline use (file://path/to/pages/)
To do:
1) batch create html of localized pages, localized bookmarks
2) Resolve missing images paths (Icons are in core/icon-themes/)
3) Resolve protocol file:// for offline use (hit CORS guideline
restriction for browsers)
4) provide better layout for bookmarks in the left pane
5) work on web CSS to make it beautiful
6) Clean up the XSLT filter, set a debug param.
7) more
Change-Id: I6de74037dbb59da872153f853237afd75b47c917
Reviewed-on: https://gerrit.libreoffice.org/38220
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
introduced on error when combining lines in
eb145d19480d245228dc6b1032a925adbff8ea78
Change-Id: Ia0f5b7287689bea541c422c20b2d647b82c21b0b
|
|
This is fallout from the l10n and oldref attribute removal.
Some tags were broken into two rows and the second was
indented with spaces.
The line break was removed along the tags, but those
spaces were not.
Command I used to catch these:
find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g'
Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def
Reviewed-on: https://gerrit.libreoffice.org/37791
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
|
|
Change-Id: I1ecee4903c2216f12a64798b9f0e49f27ae81804
Reviewed-on: https://gerrit.libreoffice.org/38178
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ic551d68721a5c045e62f279add57942ea7a879cb
Reviewed-on: https://gerrit.libreoffice.org/38177
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
The URL was outdated.
Change-Id: I6c8de8a7271875fd5d6874aface4130e8e872194
Reviewed-on: https://gerrit.libreoffice.org/38085
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Help authoring extension does not support <sup> and <sub> tags,
a bug has been filled to fix it.
This patch restore <sup> tags in file.
Change-Id: I0551de6b937de2853494e8285fe7a56c2abb9d5a
Reviewed-on: https://gerrit.libreoffice.org/38024
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Muted numbers and codes are not to be translated
Change-Id: I4714318c6108a2735825d7ff7832d2b3733df7f7
Reviewed-on: https://gerrit.libreoffice.org/37973
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: Ifdfc7ca4de9565f69d8e14b91e219044e5ebd7f8
Reviewed-on: https://gerrit.libreoffice.org/37968
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: Ib295f68ea3bda9610359412b7748e417b77915bf
|
|
Change-Id: Idc360a4e6fd1c13a1e640121159d1227d7feb601
Reviewed-on: https://gerrit.libreoffice.org/37935
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Here we need the magic dot as ahelp id
Change-Id: I9991afeae940a0bf0415118353dde8de3d68eede
Reviewed-on: https://gerrit.libreoffice.org/37934
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I561cceb2579abf01c3239304dd9aba88235545e6
Reviewed-on: https://gerrit.libreoffice.org/37933
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I911bcf79b2ce0f0d8812f8756260861b95624b3b
Reviewed-on: https://gerrit.libreoffice.org/37932
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
A comment said "to be deleted" :)
Change-Id: I025701664b7b8c6d1691941393a09bd72b43a1b7
Reviewed-on: https://gerrit.libreoffice.org/37931
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I80b0d269def0dc700e6f6da6c76502d78f30fac4
Reviewed-on: https://gerrit.libreoffice.org/37930
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Drop bookmark and ahelp related to old OOo template manager window
Also fix a reference to the Styles and Formatting sidebar
Change-Id: Icfe056ee32e38b45f11f33b65f85c24b05a32107
Reviewed-on: https://gerrit.libreoffice.org/37929
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Fixes some syntax definitions
Mute l10n for VBA function names
Change-Id: I06d7391a44b465339e3c82f333719488f7d843b2
Reviewed-on: https://gerrit.libreoffice.org/37854
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I386772d2bc275eb49a96b18e40219abdc22df3f9
Reviewed-on: https://gerrit.libreoffice.org/37841
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
These functions are enabled whith Option VBASupport 1
fix bookmark
Fix metas
Fix makefile & add InStrRev
Bookmarking
Fix category for DDB
Change-Id: I12fed1cd521ffb846d2994323013e8dcc127381f
Reviewed-on: https://gerrit.libreoffice.org/37826
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: Iaad417818cf37a6f7505bd886a5c472e1731b12b
Reviewed-on: https://gerrit.libreoffice.org/37795
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
This is salvaged from the old Template Manager help page
but now it works a bit different: adding new paths makes the
files appear under the My Templates category.
Change-Id: I1717e1c1a2602647a41989e57dfeae7f4f18abf6
Reviewed-on: https://gerrit.libreoffice.org/37794
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I64abb89958c823d636c402ad4fee1f008742b491
Reviewed-on: https://gerrit.libreoffice.org/37789
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Correct many examples to use <bascode> tag to get colorised text
Merge some identical examples in section
Remove useless spaces
Remove ^M at end of line with <bascode>
Add localize="false" for pure Basic code
Add comments from Johnny_M
Treat 03101700.xhp in a different commit
Change-Id: I94a799ee13829ed9086127aa7d0e722ffe1dd90d
Reviewed-on: https://gerrit.libreoffice.org/33240
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: Icd5b0e048e4dc2824302d6a92c30a1d22bc2b750
|
|
Change-Id: If2e081fa32ec82250514c59d820adb5fa071669b
Reviewed-on: https://gerrit.libreoffice.org/37743
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I61f60fb4f3ac27604a71972f0c1d8a7e9effdcc4
Reviewed-on: https://gerrit.libreoffice.org/37735
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Document Basic constants more explicitely.
Change-Id: I76958041552148cc65e5bfb49eed6944991a0637
Reviewed-on: https://gerrit.libreoffice.org/37705
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Constants for TypeName/Vartype
add tablehead style
Change-Id: Ic613e1552af96df4a57d461600e26c11d5b289c2
Reviewed-on: https://gerrit.libreoffice.org/37692
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I29f56351df69aca3f04d4a88f1a44073f120e327
|
|
Change-Id: I432e8f0b5a4e8168d94987a2ef44d679cbb5c024
|
|
Change-Id: I955eb36ad43b4338fbd7aa9cd59c1138c27cc578
|
|
Change-Id: I175560732e50bbf96f652a77a7674e7283b3583c
|
|
thus partial revert of 2e141341684eb610834db92693d715f3fd01d0dd
Change-Id: I9909c267286e22623283f343f26e1ac36473c602
|
|
Change-Id: Icd2de9c8f0be2f5c35952f227b4ba38b38e2c04c
|
|
Change-Id: I28f0809eedc6d23cf52a262a805e680bf3c39c1b
Reviewed-on: https://gerrit.libreoffice.org/37293
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I78884c0421ef8ad935ca7214b9116fda29d2797f
update: remove duplicate empty line at end of files
Reviewed-on: https://gerrit.libreoffice.org/33766
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|