summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-08-20offapi: add missing #include that could cause trouble for SDK usersMichael Stahl1-1/+1
... as reported by ccsheller on IRC. Change-Id: I416b31d15388be28ca493f1f147c7786f339e6cb
2015-08-20XTransferable2 should be including XTransferable, not itselfNoel Grandin1-1/+1
Change-Id: I5790c949354434fc3661520c9038fd90e1b182f4
2015-08-17Do not unnecessarily break compatibilityStephan Bergmann2-5/+6
...re 2c346d669648bdecbe4be0e6013af14abef2526a "tdf#39080 Hide Whitespace UI option added to the View menu." Change-Id: Ib2f364dba7a50854a11f004b42c7ee22ee10e48b
2015-08-17tdf#39080 Hide Whitespace UI option added to the View menu.Ashod Nakashian2-0/+5
Change-Id: I1f9ba9ef489159ca54db802393d958d7fd6ac8ff Reviewed-on: https://gerrit.libreoffice.org/17280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl1-2/+0
Revert the API change from e41c33b376d8b5776e400979eb8544db596c5bbe and use the existing css::util::XUpdatable instead. Change-Id: I3eba4c7def98c8765a970d54a7fe84a320d4313e Reviewed-on: https://gerrit.libreoffice.org/17382 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard1-0/+10
DataPoints now support the whole css::drawing::FillProperties properties which makes handling fill properties in chart2 a lot easier. The new names are just aliases for the old property names. Change-Id: I5b85010fe2557eeb5376de71ff3605b3abbcd488
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard2-0/+35
Change-Id: I4998904a9273f2c67114a246d7f234843602573c
2015-07-23add optional ContainsHeader propertyEike Rathke1-0/+7
great we never had this :-( Change-Id: Id79b08ff9dfe42228ed7d6b27ad0c8cc29b1bfb0
2015-07-14getFiles: simplify even more descriptionJulien Nabet1-14/+1
Conflicts: offapi/com/sun/star/ui/dialogs/XFilePicker.idl Change-Id: I89cec47234e275d4753a779e320fc6288c6a4fbc Reviewed-on: https://gerrit.libreoffice.org/16985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-07-13Missing @since tagStephan Bergmann1-0/+2
Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet1-3/+2
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html for details Change-Id: I7f855a067349381e2567bd15a8daa56aad412774 Reviewed-on: https://gerrit.libreoffice.org/16959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-12[API CHANGE] add way to get XSidebar from XSidebarProviderMarkus Mohrhard1-0/+6
Change-Id: I9fcf1cffa70eac6fec228ca4a9d4d32783295f21
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke1-0/+6
... without generating 0;;;@ from 0;@ that has different semantics. Introduce css::util::NumberFormat::EMPTY to properly flag empty subformats and distinguish from UNDEFINED, everything else would be an ugly hack. SvNumberformat::GetMappedFormatstring() now correctly supports the trailing text subformat, so exports using it should get that automatically. Change-Id: If9a1bcc5ec5dfcf46688035e2b1428ab4747a68d
2015-07-03Fix typosAndrea Gelmini2-3/+3
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-07-02Deprecate "getFiles" for "getSelectedFiles" from XFilePicker2.idlJulien Nabet1-2/+1
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html Change-Id: Ieceecd04dd161d40054715f74a4351397f97addc Reviewed-on: https://gerrit.libreoffice.org/16630 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-06-22new uno sidebar api tdf#91806Laurent Godard7-0/+319
the entry point is SfxBaseController::getSidebar() the Decks and panels are now per SidebarController and not global anymore ' macro example Sub testSidebarApi controller = thisComponent.currentcontroller frameIni = thisComponent.currentcontroller.frame sidebar = thisComponent.currentcontroller.getSidebar() sidebar.setVisible(true) frame = sidebar.getFrame() decks = sidebar.getdecks() c = decks.count h = decks.hasElements() e = decks.getElementNames() a = decks.hasByName("MyDeck") deck = decks.getByName("MyDeck") deck.activate(true) t = deck.getTitle() deck.setTitle("new deck title") deck.moveFirst() deck.moveLast() deck.moveUp() deck.moveDown() index = deck.getOrderIndex() panels = deck.getPanels() ep = panels.getElementnames() ap = panels.hasByName("aPanelName") panel = panels.getByName("aPanelName") panel.setTitle("new panel title") panel.collapse() panel.expand(true) ' expand and collapse other index = panel.getOrderIndex() panel.moveLast() panel.moveFirst() panel.moveDown() panel.moveUp() End Sub Change-Id: I7a4b953f2277dea483bb296ba6ead35de7205ace Reviewed-on: https://gerrit.libreoffice.org/15856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara1-1/+2
make this a multi-path element with a shared read-only location and a user read/write location and don't copy the presets, instead just keep them in the shared location Now an admin can copy extra palettes into the shared location and they magically appear in the user deployments Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-0/+4
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens1-4/+4
Implemented Regina's suggestions: * this is a text field, therefore it belongs to text namespace * page-name (evtl. slide-name) describes much better what this field really contains This (among other changes) reverts commit 6609de8856519e0e9 Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636
2015-05-13Improve documentationStephan Bergmann2-0/+8
Change-Id: I37a610acbce78033f90b7d18274eb233a734fd7e
2015-05-07Initial XTiledRenderable APILászló Németh3-0/+85
Cherry-picked from e2ad83e25aa86bc377b664d6d07a0b86abf487c0 Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e
2015-04-23add css::sheet::DatabaseRange property TotalsRowEike Rathke1-0/+7
Change-Id: Ica3b93ff25c936c0109ab3259c8a8015fcfb99eb
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens1-4/+4
no use for it outside Impress really ... Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard1-0/+2
Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a
2015-04-19fix indentationMarkus Mohrhard1-1/+1
Change-Id: I1d7fa501959758d17440edcec146724cba97535f
2015-04-14remove build warningLaurent Godard1-1/+1
Change-Id: I533d603ac1f073336eda99de57892ff5e12132d4 Reviewed-on: https://gerrit.libreoffice.org/15288 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann4-5/+5
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
2015-04-07Update the reference rdbs to libreoffice-4-4Stephan Bergmann1-15/+17
Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2
2015-04-07Update the reference rdbs to libreoffice-4-3Stephan Bergmann1-9/+29
Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2