Age | Commit message (Collapse) | Author |
|
* Update helpcontent2 from branch 'master'
- Bookmark fixes for Chart Data table page
and clone description for some new buttons
Change-Id: Ie173ce3fd2deec89ce60ba373e799a2110243b05
Reviewed-on: https://gerrit.libreoffice.org/75007
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix typo
Change-Id: Ia277377ea5329d26717c80a0aeb8c393ba87cff3
Reviewed-on: https://gerrit.libreoffice.org/74998
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
* Update helpcontent2 from branch 'master'
- Add Help for FOURIER calc function and analysis
Refactor sample tables,
Mute l10n for numbers
FOURIER function
Fourier analysis
Sample file
Change-Id: If5361fe009ec380e9cdd6f3e24184471c1451421
Reviewed-on: https://gerrit.libreoffice.org/74914
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelp HIDs in form control Data pages
Change-Id: Iec13edc72bc5b1dbc83f73be142662917a6505cf
Reviewed-on: https://gerrit.libreoffice.org/74982
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps on form/form control event description pages
Change-Id: I421a0d038432df1a1a36fb4c889740d56885497a
Reviewed-on: https://gerrit.libreoffice.org/74983
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Add more ahelp bookmarks on Trend Line page for active UI items
Change-Id: I58daac7d38bf2e63a32dbaaa767a58d17cef81da
Reviewed-on: https://gerrit.libreoffice.org/74984
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Insert sys selector for Mac
Change-Id: I628d9e0e460a0e32cee8d89d05f42fb1a1d2f178
Reviewed-on: https://gerrit.libreoffice.org/74937
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Add example on CreateUnoService for Calc functions
Most demanded from user base on how to call Calc function
with the API.
Change-Id: I0a01b941385d26f35369a4e6226da223e7c57cf4
Reviewed-on: https://gerrit.libreoffice.org/74813
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Split VBA Compatibility files and enhance
Add examples,
Add cross-links
Split files
Change-Id: I92bef363f008aeed367167b50c4ea9a9943a62ff
Reviewed-on: https://gerrit.libreoffice.org/74812
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove old filepicker ref, fix links
Remove ref of internal file picker
Fix links of image export dialogs (previous links never worked)
Adjust export behavior with system filepicker
Change-Id: Ie38ac5c670a4a0364893563045cc94661a7e6bde
Reviewed-on: https://gerrit.libreoffice.org/74767
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps on Form Controls - General page
First cut at this beast with the ultimate goal of:
- covering all the form control properties with descriptions & ahelps
- killing sbasic/shared/01170101.xhp which is eerily similar to this one
since "initial import" time
Next step will be to save the usable parts of the duplicate file
Change-Id: I6213b8447f9b33625ed5a604f3354f60dde06336
Reviewed-on: https://gerrit.libreoffice.org/74770
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#122840 Add bookmark for inc/decrease indents
Change-Id: Ic6ab2894317b18b9b04296d755cc0eba5a2fafee
Reviewed-on: https://gerrit.libreoffice.org/74691
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#122842 Add how-to promote/demote levels in lists
Change-Id: Ibaeea4c06f2c62493b919b8c20b10d793ef78862
Reviewed-on: https://gerrit.libreoffice.org/74706
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#122753 Calc AutoFormat Styles update
Change-Id: I7b099f3b94f901af1885b942ce71c5815c1a4918
Reviewed-on: https://gerrit.libreoffice.org/74711
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#124606 Layers should be under sdraw/
Move layers relatated Help from simpress to sdraw.
Change-Id: I1fce2a3a2cb03c522e153b0fd5949007631e31a3
Reviewed-on: https://gerrit.libreoffice.org/74685
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in shared
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in scalc
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/scalc -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: I5a6a817065257ebffe7d0ed88f37c67ede86fb41
Reviewed-on: https://gerrit.libreoffice.org/74656
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in simpress
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/simpress -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: Id8811f2f1ecee89ddc9b86b57ef6b04e40b25d28
Reviewed-on: https://gerrit.libreoffice.org/74657
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in swriter
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/swriter -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: I39c9eed29db7612e2000912112f1629e20fd5774
Reviewed-on: https://gerrit.libreoffice.org/74658
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Some examples of Basic macros
Change-Id: I20f0693dfb1e965f50be875565d505021bcb9d4a
Reviewed-on: https://gerrit.libreoffice.org/73861
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in schart
Also remove some obsolete ones too.
Duplicates found with:
for i in $(find source/text/schart -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: I78f34394b3eb5a3046679613f0bd7af7b9381e0d
Reviewed-on: https://gerrit.libreoffice.org/74615
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove duplicated HID bookmarks in sbasic
Duplicates found with:
for i in $(find source/text/sbasic -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: I2882cca272e3eee6b0d45d3a0b5bcfaeaaf23ddb
Reviewed-on: https://gerrit.libreoffice.org/74616
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps on Base - Tools menu page
Change-Id: Ide88567847c84f011a98b27c26924d2af6a720c3
Reviewed-on: https://gerrit.libreoffice.org/74606
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelp hid on Math Symbol selector page
Change-Id: Ida7cb6349249823ff729862b7ca899dfe8bc9144
Reviewed-on: https://gerrit.libreoffice.org/74578
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelp and missing bookmark on Insert OLE page
Change-Id: Ia3c6900b1616266dc38cbba4fc74b461b33462f6
Reviewed-on: https://gerrit.libreoffice.org/74577
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Update Base - Oracle connection page
Ahelp and bookmark fixes, also adapt to current UI
Change-Id: I278b1df6168515c06e034f8528778c257b892127
Reviewed-on: https://gerrit.libreoffice.org/74576
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Improve other symbols in Math help pages
Rezise image and clean svg's
Change-Id: Ic9ecf60fc43117b5a8483f33b74c0568892da08c
Reviewed-on: https://gerrit.libreoffice.org/74532
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve format symbols in Math help pages
Rezise image and clean svg's
Change-Id: Ica8f8044f09b92e57387535a53727cd9afbd1292
Reviewed-on: https://gerrit.libreoffice.org/74531
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve brackets symbols in Math help pages
Rezise image and clean svg's
Change-Id: Ia56446a840c5deca661f691113e22964e5ead985
Reviewed-on: https://gerrit.libreoffice.org/74530
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve Operator symbols in Math help pages
Rezise image and clean svg's
Change-Id: Iae35945a62d00cec4f49fb1e3b78ec35867d2c90
Reviewed-on: https://gerrit.libreoffice.org/74529
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve set operators symbols display in Help page
resize Math iset operators icons (svg's)
Change-Id: I6775b7742f1e1e4d3e484c35d4ce9de93c4ced1e
Reviewed-on: https://gerrit.libreoffice.org/74479
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve unary Math symbols display in Help page
resize and arrange unary/binary symbols svg in Help page
Change-Id: I87fe6023efde717aa6e86c72449bb2b3f6d5d217
Reviewed-on: https://gerrit.libreoffice.org/74478
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve relations Math symbols display in Help page
resize and arrange relations symbols svg in Help page
Change-Id: I4c9373cbbd36741ab55d5c7f1429d61ef736b68b
Reviewed-on: https://gerrit.libreoffice.org/74477
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Improve functions Math symbols display in Help page
resize Math funcitons icons (svg's)
Change-Id: I36acb1b7d9ef9aafcd1dd88c24a4130918341d28
Reviewed-on: https://gerrit.libreoffice.org/74476
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps on Base View menu page
Add missing bookmarks and remove unneeded ahelp
Change-Id: I22c73e85869ffcdac235d740230f951c40d0503b
Reviewed-on: https://gerrit.libreoffice.org/74475
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Drop unneeded ahelp from Base Insert menu page
Change-Id: I0f8f13219e862cc3dd0439fe29fe1655d3cee972
Reviewed-on: https://gerrit.libreoffice.org/74474
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps in Base Edit menu description page
- Add missing bookmarks
- Remove obsolete ones
- Move an item closer to its current position in the menu
Still a very obsolete page :(
Change-Id: I0f19f9a0ea61724bb725cbe9efb83afc8abcb19f
Reviewed-on: https://gerrit.libreoffice.org/74473
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelp for HTML page - Size spinbuttons
Change-Id: I527a54be3e69039810b0505b9c50cdb3128b1c45
Reviewed-on: https://gerrit.libreoffice.org/74465
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#92083 Help: Move Color bar item from View->Toolbars to View menu
Change-Id: I05f65e0c00517fc7b4b8f4d4a93fdb0b4a6d185e
Reviewed-on: https://gerrit.libreoffice.org/74112
Tested-by: Jenkins
Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#125891 Add Help for "harpoon" math attributes
Add new svg icons
refactor svg for better rendering
Increase size of svg displayed in Help page
Contents for harpoon and wideharpoon attibutes
Change-Id: I5967fdf21270be88d1179bf130cfdc0ea1f2ee39
Reviewed-on: https://gerrit.libreoffice.org/73998
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#113131 Clarify Next Style for paragraphs.
Change-Id: If83c6c65cced2a8623a7192f9bd1dbe1981f56df
Reviewed-on: https://gerrit.libreoffice.org/73981
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix bookmarks and ahelps for Mirror horizontally/vertically pages
Change-Id: I7ecced501702132bc1e2dfefb990162c0494058e
Reviewed-on: https://gerrit.libreoffice.org/73847
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix bookmarks and ahelps around Help lines and Snap options
For the Impress Options toolbar:
- Drop stray bookmarks w/o ahelps in guides.xhp, these are covered elsewhere
- Use dot ahelps in 01070300.xhp as needed
Change-Id: Ib7096ac334c58ec06d5a1dad42f3f63799247ccb
Reviewed-on: https://gerrit.libreoffice.org/73846
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelp bookmark on Impress Zoom toolbar
Change-Id: I0ef7534a0cf8f53d839939bdf670e11a17228399
Reviewed-on: https://gerrit.libreoffice.org/73839
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
|
|
* Update helpcontent2 from branch 'master'
- tdf#112411 (related) No more More Controls toolbar
Show its content as part of the Form Controls toolbar page
Change-Id: I473d095b64a46cf3a7d45a73045215174223931f
Reviewed-on: https://gerrit.libreoffice.org/73712
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- tdf#125763 Remove confusing remark on Variable declarations
Plus, refactor the page layout, eliminating the tables.
Change-Id: I47bf8c479a073ea087923d9952ca586d85392ea0
Reviewed-on: https://gerrit.libreoffice.org/73668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Add missing bookmark for Add Condition page
Change-Id: I9a7f20b037c6c8c5b4eb795341a7ca7720f3f40c
Reviewed-on: https://gerrit.libreoffice.org/73781
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Drop some unneeded ahelps form Options overview pages
Change-Id: I64e45105cd07d299b7514da3487be3df9cb7737f
Reviewed-on: https://gerrit.libreoffice.org/73783
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Fix ahelps and bookmarks on Add / Edit XForms item pages
- Drop some unneeded ahelps and redundant bookmarks
- Add missing ahelps
- Drop missing UI item description
Change-Id: I70dc32b11e693d8b419937896d88d7feacdc8325
Reviewed-on: https://gerrit.libreoffice.org/73780
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Update helpcontent2 from branch 'master'
- Remove ahelps without corresponding UI items
Change-Id: I54e0712a07c24cb75e3d5c0c8738cef3d076733e
Reviewed-on: https://gerrit.libreoffice.org/73782
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|