summaryrefslogtreecommitdiff
path: root/source/media
AgeCommit message (Collapse)Author
2020-07-06tdf#131416 Const syntax diagramAlain Romedenne
Change-Id: Ie14901834c3fefbf612d8ad68e948d6e59de4658 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97676 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-26tdf#131416 Enum Basic statement syntax diagramAlain Romedenne
Change-Id: I7f0ad87f1b7bd678ca46caff518272e6ec5d7928 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97139 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-19tdf#131416 Basic statements syntax diagramsAlain Romedenne
- Do Until/Do While - If ElseIf EndIf - While - minor fix to Select Case statement Change-Id: Ie72759b2277c6d128ea7db4af68f76560f955f4e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96345 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-28tdf#133432 Missing epub screenshotOlivier Hallot
Partial solution for the bug. Fix some oddities in makefiles. a companion patch follow implementing screenshots for writerperfect/ module Change-Id: I1c87bac8b9d82a222e7719433e4074dd8e132bdf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94999 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-11Update screenshot PageFormatPageOlivier Hallot
Change-Id: Ic005c22caaffabc3aafec9f7621d5da7d0946114 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93945 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-11tdf#131416 Syntax diagramsLibreOfficiant
- Erase: syntax + new examples + x-refs - Managing flow of control: Do, If, While diagrams - Basic Syntax Diagrams (WiP) cheatsheet: https://wiki.documentfoundation.org/User:LibreOfficiant/BasicSyntax Change-Id: I68e03ccf8169d59e56f9a2e5b10b4bf09d8b217b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93529 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-11Update screenshots OptSavePageOlivier Hallot
Change-Id: I44e19df72148a9d8a1066fc9f5e2b3db24beb837 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93941 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-11Update screenshots OptSecurityPageOlivier Hallot
Change-Id: I2bbbfaff087c689db8d98a4a4e185642a03d1c3c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93942 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-05tdf#131416 Syntax diagramsLibreOfficiant
- Print & Select Case statements - GoSub,GoTo, On…GoSub/GoTo statements - section reuse + x-refs Change-Id: I785d46013d7e8e9f571b2a2d2abaa3e2e41d223f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93376 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-05-04tdf#131416 Basic Subroutines help pagesLibreOfficiant
- Function, Property & Sub statements - Public, Private are keywords, Global removed from diagrams: - Global=Public as Basic libraries remain in memory - Basic toc & index Change-Id: If107f4d148b4da399dd03d1b18ea3da5454bb9ac Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92784 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-30tdf#131416 Basic syntax diagramsLibreOfficiant
- Add UNO objects in Dim, ReDim statements - Include std fragments in Dim, Redim, Type statements - "@" omission in Dim, ReDim Statements - Replace bugged example in Let statement Change-Id: I500e1dcaa605978981e3b96cb277664fe5916282 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93131 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-25tdf#131416 Syntax Diagrams omissions and cleanupLibreOfficiant
- Missing '@' in list of type declaration characters - c(h)ar typo in fragments, refactoring in: - Type, Function, Property, Dim, ReDim statements - argument fragment Change-Id: I97caea851d6864e44d43550f6e71873e6f55eb91 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92769 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-23tdf#129366 Basic Syntax DiagramsLibreOfficiant
- runtime/compiler Option statements - Sub, Function, Property Get/Let/Set - Dim, ReDim, DimArray - Dim and Redim help pages reviewed and amended accordingly - Sub, Function, Property pages updates in subsequent patches Change-Id: Iee857aa6e17533278bf16917c0b7d32af0e038ea Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92528 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-23tdf#129366 Basic Byte datatype informationLibreOfficiant
- TypeName function - VarType function - syntax diagram fragment update Change-Id: I412e95c9eb8a3b84158b3888025081600030167e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92533 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-23tdf#36737 Clarify routine arguments initialisationLibreOfficiant
in those contexts: - native LibreOffice Basic - w/ Option Compatible - w/ Option VBASupport 1/0 - Added missing Byte, Boolean datatypes - type declaration caracters fragment conciser layout Change-Id: I53387018223466ef7452d87fb166d5d9e6de0594 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92540 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-17tdf#131416 Basic syntax diagrams reusable fragmentsLibreOfficiant
- a new help page to aggregate all fragments - reusable fragments as media/helpimg's Change-Id: If28747a75bbbd14ae8a0cc04bdedb8b7d81f173b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92009 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-103 Basic syntax diagramsLibreOfficiant
- For statement variations - On Error Change-Id: Ic4b25b9d44adeb0c80fc2e24cc60301b9325c1a3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92010 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-09tdf131416 Let/Set statements joint Syntax diagramLibreOfficiant
- Call diagram update to better reflect optional parms - Resume diagram added by anticipation, in order to prevent merge conflict with patch #91712 Change-Id: I82d3ea4ac5af581462e919696a53d91868b6fdd2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91709 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-04-01Call statement syntax diagramLibreOfficiant
Change-Id: Ia4cae7ee6078cf056b50009f73f8d545dc1b0384 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91506 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-01-11tdf#129741 (WIP) Add back help for color selectionOlivier Hallot
The color page dialog was removed by 957f72b1e3aeeb596eb9c82b4b623d09d1122e71 However there is no more Help page for Color selection, so we put it back and added contents, including screenshot. Change-Id: I0896af7897ab0080e8474efc0a960c185f506391 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86620 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-01-11Add localized color-picker screenshotOlivier Hallot
Command 'make screenshot' cannot fill the color picker with information, and screenshot must be taken manually for each lang. This patch adds placeholders for color picker loalized screenshots filled with en-US locale, while localized shots are to be provided by community members. Localized pt-BR is provided. See wiki for using screenshot features of LO dialogs. Change-Id: I40c1567a5d6c1a1bde8a43992e804a1f0401108c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86602 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add animation timing screenhot to help pageOlivier Hallot
Change-Id: Ieb94d4b05ad2a1105cf50731ec870f1a796a7ea5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86009 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add screenshot for text animation help pageOlivier Hallot
Change-Id: Ic7988ead5f7cd23e89a684d5c9835ab6102dcdd9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86008 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add screenshot for enhanced animation effectsOlivier Hallot
Change-Id: I51750fb6c756cca0b700f2dde49702b4143f5a34 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85997 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Move screenshot at right placeOlivier Hallot
Change-Id: Idaa06662b1a55d12b85a8f4571bcee765f17312a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85989 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add define custom presentation dialog screenshotOlivier Hallot
Change-Id: I23462439f2cc3d572fb0f352812fb416901ca4ff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85982 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add screenshot to custom slide show help pageOlivier Hallot
Change-Id: I71b520b6c0be114b1028c48614f910628d995b4a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85981 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add master layout dialog screenshot to help pageOlivier Hallot
Change-Id: I9a9f7816935c7eb344766799a7d8f9e0d2f80070 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85980 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add header-footer screenshot to Help pageOlivier Hallot
Change-Id: Id2bf12c8288ac32ba0feea3c794f91efd7a598a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85976 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add screenshot to slide design help pageOlivier Hallot
Change-Id: I106f1df1385863b008bfd7f9a4eb2594eb716319 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85965 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add screenshot for custom presentation pageOlivier Hallot
Change-Id: I8d6edb62fcbe454278ee774a9d5215d93405e7f3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85963 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add photo album screenshotOlivier Hallot
Change-Id: I830caf1b2f834ed59461355b92596053956a894f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85961 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add print options image to print option Help pageOlivier Hallot
Change-Id: I87edffcafa118a742d73c55820d6945bcf25e9e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85954 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-30Add SdViewPage screenshot to Impress option helpOlivier Hallot
Change-Id: Ifa04761f875e344962479686dc37a2eb3bfe8ca6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85952 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-20tdf#129505 Add localized images for impress remoteOlivier Hallot
Community is invited to supply their own localized images. Default is en-US Change-Id: I8c179473df279a9a686068dc17afa060ac675125 Reviewed-on: https://gerrit.libreoffice.org/85605 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-20Add screenshot for Impress General Option pageOlivier Hallot
Adjust screenshot for Presenter Console too Change-Id: I84d0df90e26315ca57670e2ad6334ba69bece9c2 Reviewed-on: https://gerrit.libreoffice.org/85580 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-12-01Use svg for equations images in CalcOlivier Hallot
Change-Id: Ibd355af31b69272badfc985aff4376576d987ce5 Reviewed-on: https://gerrit.libreoffice.org/84173 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-30tdf#92084 Help Pages for OPT_* Calc functionsSteve Fanning
Note: The OPT_* functions implemented in release 4.0 have no HID_ defined. Dummy HID contants were inserted waiting for tdf#129115. Change-Id: Iac253a86ff8cbf8fd1a222c6326abc7e0c9f4f76 Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/84122 Tested-by: Jenkins
2019-11-25Update screenshot after effectspage.ui changeOlivier Hallot
Change-Id: Iccdfa5974a7bb126d319e46b756e09362b9caaeb Reviewed-on: https://gerrit.libreoffice.org/83695 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export Security Page screenshotOlivier Hallot
Change-Id: Ic5ca4f1dbb1bab68914fd015808112b42cfe4951 Reviewed-on: https://gerrit.libreoffice.org/83144 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export Digital signature Page screenshotOlivier Hallot
Change-Id: I463c27689ddc53d8c66b88c835e189956d078652 Reviewed-on: https://gerrit.libreoffice.org/83143 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export iUser Interface Page screenshotOlivier Hallot
Change-Id: I3893d6fcb514057e41446f2a179b219405b8a072 Reviewed-on: https://gerrit.libreoffice.org/83142 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export View Page screenshotOlivier Hallot
Change-Id: I76b4036e5d205a952d369d398db211545621e537 Reviewed-on: https://gerrit.libreoffice.org/83141 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export Links Page screenshotOlivier Hallot
Change-Id: I996183a122518ec18d5ffb5d60b9d30c1f328c8e Reviewed-on: https://gerrit.libreoffice.org/83140 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-19Add PDF Export General Page screenshotOlivier Hallot
Change-Id: I1f045faa224e8b24cc67a38989209217b15abdb1 Reviewed-on: https://gerrit.libreoffice.org/83139 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-31Add screenshot for Options General pageOlivier Hallot
Use kde5 breeze theme Change-Id: I6f2fbcdc80cf2e5f30a81386784d11581524b03d Reviewed-on: https://gerrit.libreoffice.org/81829 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-31Add screenshot for Options Languages pageOlivier Hallot
Use kde5 breeze theme Change-Id: Ia278e403f2268016ccac2a1a1b66ca76344fed7b Reviewed-on: https://gerrit.libreoffice.org/81812 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-29Add screenshot for New Doc hyperlink help pageOlivier Hallot
Use kde5 breeze theme Change-Id: Ida64f6ea49f5f381ae61aa52195a592138d7636e Reviewed-on: https://gerrit.libreoffice.org/81633 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-28Add screenhshot for Hyperink Mail help pageOlivier Hallot
Use kde5 breeze theme Change-Id: I9976779b3a6455c42a4a70c68060982ad35de3e2 Reviewed-on: https://gerrit.libreoffice.org/81617 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-28Add screenshot for hyperlink internet help pageOlivier Hallot
Use kde5 breeze theme Change-Id: I138474c651c198754871cac87fec399f8ff9e368 Reviewed-on: https://gerrit.libreoffice.org/81614 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>