summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-18offapi: add some missing @since tagsMichael Stahl2-1/+2
Change-Id: I4201b4e36e783c5ec37e5c2ca1b19144d7cec2ad
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt1-1/+3
This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc) Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2 Reviewed-on: https://gerrit.libreoffice.org/22901 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-02-26unpublish SearchAlgorithms2 SearchOptions2 TextSearch2 XTextSearch2Eike Rathke4-4/+4
so we're free to fiddle around a little longer.. Change-Id: Idd6f4a6a4ce51d4991bac1907b808919f34638d7
2016-02-26WILD_MATCH_SELECTION @since LibreOffice 5.2Eike Rathke1-0/+2
Change-Id: Ie84088f571245864663b49be2a457d6ed04bc267
2016-02-26add optional boolean SearchWildcard to css::util::SearchDescriptor serviceEike Rathke1-0/+22
Change-Id: Iec1b0d8c0f03074acea2640a6e5d309921f04c59
2016-02-24Update the reference rdbs to libreoffice-5-1Stephan Bergmann1-5/+8
Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4
2016-02-24Update the reference rdbs to libreoffice-5-0Stephan Bergmann1-0/+13
Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587
2016-02-24Missing @since tagsStephan Bergmann2-0/+3
Change-Id: Ic7cb4f4ab52f05c16637cc1283a8cba59cd1764f
2016-02-23adapt description, the algorithm does not define the escape characterEike Rathke1-2/+5
Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2-0/+28
At least '\' (search in Word) and '~' (search in Excel) should be supported as escape character. Being able to restrict a match to entire selection instead of substring speeds up the Calc match whole cell scenario. Change-Id: Ice242b9cd59009f172b724e03c2cc08feda4cd3c
2016-02-23add description and @since LibreOffice 5.2Eike Rathke1-0/+6
Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
2016-02-23add @since LibreOffice 5.2Eike Rathke1-0/+2
Change-Id: Ibd1c3b650d85284feb2902f4f8f249ed373cc4ab
2016-02-20add [optional, property] boolean Wildcards, tdf#72196Eike Rathke1-0/+16
Change-Id: I7105bdeafe6a1b8bf24e88f7a00d5eb3d23df15a
2016-02-18[API CHANGE] add Author Initials to XAnnotationCaolán McNamara1-0/+3
and use the users preferred initials for impress annotations i.e. the ones entered in the tools->options and save and load those to/from odf similarly to what we do for writer annotation initials Change-Id: Iadc0e994bfaf58632ce25b8f7cdc737580ee97bc Reviewed-on: https://gerrit.libreoffice.org/22143 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna1-1/+1
Because the writerfilter::ooxml::OOXMLFastContextHandlerShape constructor only sent the input stream (and not the full media descriptor) to oox::shape::ShapeContextHandler, it's startFastElement() tried to reconstruct a media descriptor from just the input stream. As a result, the base URL of the document got lost at the time the oox::drawingml::BlipContext constructor tried to call getAbsoluteUrl(), to convert the relative URL to an absolute one. Fix the problem by sending not only the input stream, but the full media descriptor to the shape importer. As a bonus that makes code simpler, too. Change-Id: I1f06c04d0745aa7e2e06d4848cf454790d5073ca
2016-02-15offapi: avoid mysterious "deprecated:" warningsMichael Stahl2-2/+2
Change-Id: I9cc99c3108bae582d0da9645ba75947cced904fc
2016-02-15offapi: fix the remaining doxygen undocumented param warningsMichael Stahl14-7/+257
Change-Id: I933266695bfa88eb6665c7d2968176d74b640172
2016-02-15offapi: fix the ASCII art in chart2.CurveStyleMichael Stahl1-0/+12
Change-Id: I3a4097abe5887f0859ea11ac2025cf52689dc4e4
2016-02-15Related: #i126658# Add description about NoLabel property...Kay Schenk1-0/+7
on css.awt.UnoControlFixedTextModel Patch by: hanya (cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6) Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63
2016-02-09offapi: fix even more doxygen warningsMichael Stahl4-12/+52
Change-Id: Ic46ffa9423032a61ef79471c7cb4f2771c7f4270
2016-02-05offapi: fix more doxygen warningsMichael Stahl10-7/+35
Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce
2016-02-05offapi: fix doxygen warningsMichael Stahl9-5/+51
Change-Id: Ibd7183423cf9f6c984218e8b896a9593f9c04a2e
2016-02-05offapi: fix some doxygen warningsMichael Stahl4-1/+29
Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2
2016-02-05SearchAlgorithms2, SearchOptions2, XTextSearch2, TextSearch2; tdf#72196Eike Rathke5-0/+144
Change-Id: Ie6da8994451deca5577503e116281441c6358a6d
2016-02-03offapi: fix a few doxygen warningsMichael Stahl3-4/+12
Change-Id: I0fbd4affa876fa01458942c4cf14d029ed5d1095
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist1-0/+5
Change-Id: Iff29ac615ad4b6516790b1cbbde0215a3cd0efe6
2016-01-21offapi: ParseResult documentation makes no senseMichael Stahl1-5/+5
fix confusion between characters, code points and code units Change-Id: I315735e103799ff2fb53e99442d500b998f50304
2016-01-10Fix typosAndrea Gelmini35-41/+41
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard15-1063/+0
- probably out of date - links against Gtk2 and thus causes a GTk2 dependency in core packages - the only serious usecase (Flash) is doomed anyway Change-Id: I7264ab5eb04c2f4b6c31a815e45b9818209e5ae2 Reviewed-on: https://gerrit.libreoffice.org/20658 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Bryan Quigley <gquigs@gmail.com> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann1-4/+0
Change-Id: Idbaca99c9376ade11cd36526c0f667562a2d9c53
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+3
Off by default. Expand config options to show the user agent used. Re-use this to show more useful info in Help->About too. Change-Id: I1044116ef9beeb341a537c0f4451dca54e198f67 Reviewed-on: https://gerrit.libreoffice.org/20098 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-19Related: #i72580# Add descriptions about State property and button commandTsutomu Uchino2-0/+13
(cherry picked from commit 78dce87d4bd6936f0310d96381a0130f3ba82ed0) Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37
2015-11-18XTiledRenderable: not a finished interfaceLászló Németh1-1/+1
Marking as published was not intentional Change-Id: I1ec8d4e4b307eb2d93e66d286f1065eea197de48
2015-11-13Related: #i126649# Fix wrong at tag namesTsutomu Uchino5-9/+7
(cherry picked from commit 902cd9fe198a4e24843b0e4432cbc2dd3c587056) Change-Id: I7cac635d9e7b6eae93466ced0349edc01caab0c2
2015-11-10update the RDF media types as wellMichael Stahl1-2/+2
Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20
2015-11-10RDF: updated URLsAndrea Gelmini1-3/+3
Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-11-04Resolves: #i126627# wrong type description in @see tagTsutomu Uchino15-25/+25
(cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e) Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
2015-10-29Revert "Nothing "new" with these"Tor Lillqvist2-3/+7
Actually the "new" comment means "non-standard", as the "new" ones are not in SMIL 2.0, which is what ODF references. Yay for standards. Added clarifying comments. This reverts commit 11c7da74d5633d55c11d1ec04dd0096cb96f88f0. Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
2015-10-21Nothing "new" with theseTor Lillqvist2-3/+0
Change-Id: I95d81a35da99beb412b51604ff074e410dbfb530
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi2-2/+2
We need to convert a path string to decoded it for OOXML with a password as ODF is so. This patch adds the converting process for OOXML. In addition, this patch moves the decoded-point of URL into css.task.Document[MS]PasswordRequest ctor from the outside. This decoded-point of URL into ctor is common for OOXML and ODF. (notes: Strange to say, css.task.Document[MS]PasswordRequest ctor needs "aDocURL", but methods in interaction-handler use "aDocumentName" as the parameter. Probably this will be fixed in near future.) Change-Id: I0ecfddf0f70ea5810df52d9ca8637f483a26df2f Reviewed-on: https://gerrit.libreoffice.org/14677 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis2-0/+41
Change-Id: I3d139c6378f5274be1e7bfd88f72d1576c13243d Reviewed-on: https://gerrit.libreoffice.org/19321 Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti1-0/+7
Fixed 45-degree layout for axis labels, too. Change-Id: I9764e281aeee0a439fa9eec1e3b0df840221b72f Reviewed-on: https://gerrit.libreoffice.org/18889 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-09-30Fix typosAndrea Gelmini2-2/+2
Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f Reviewed-on: https://gerrit.libreoffice.org/18962 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-19add theServiceDocumenter singletonBjoern Michaelsen3-0/+59
Change-Id: I491fc5ae67de06cc2cf14d2e4a5cfbef57891c9a
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet3-4/+8
In order to use GetSelectedFiles (in XFilePicker2) instead of GetFiles (in XFilePicker), here are some api changes before: XFilePicker3 inherits from XFilePicker XFilePicker2 is not a published interface after: XFilePicker3 inherits from XFilePicker2 XFilePicker2 is a published interface + adapt Uno Implementations Change-Id: If44afaa7236f08bc2b814f91eda5bfad333dd799 Reviewed-on: https://gerrit.libreoffice.org/17068 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-09-09Avoid needless incompatible changeStephan Bergmann3-6/+8
..in 9ed1dd01be8afa0961e388a79e9ff4c1235820c2 "tdf#90839: support for wrapped text in data labels and for centered data value" by moving the additional optional property to the end; also, add missing @since tags Change-Id: I6f8a6cb22d29ba27a109089892b8df009d1043db
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti3-0/+10
Now in a pie chart the text of a label can be wrapped, the wrapping is automatic and the maximum text width is fixed to almost half the pie radius. This feature is used to import correctly the relative text wrapping property provided by MSO. Moreover the data value and percent value of a label are now centered horizontally, respect with the label text. Conflicts: chart2/qa/extras/xshape/chart2xshape.cxx Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b Reviewed-on: https://gerrit.libreoffice.org/17193 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-25typoStephan Bergmann1-2/+2
Change-Id: I555d4b79a61b371a39ad0f0b76c2d34c22414962
2015-08-25Remove redundant @since tagStephan Bergmann1-2/+0
Change-Id: Icc3e913d4150e724c87e8293f7b641ee8ca19177
2015-08-25sidebar uno api correctionsLaurent Godard7-10/+28
Change-Id: I1bd1040cc80c0450a5e029c37f0737c0692c056a Reviewed-on: https://gerrit.libreoffice.org/17952 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>