summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
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
2015-04-07Missing @since tagStephan Bergmann1-0/+1
cf. dd9c9a69da7b22c4166391df082ac23878312a01 "Add the 'quoteright' key to the list of available keyboard shortcuts." Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard1-1/+10
Change-Id: I82f66218bf02898e523e4f69fec9166aa00d0b83
2015-04-03rename UNO API method for cond formatMarkus Mohrhard1-1/+1
My first idea does not work that well as it introduces some nasty problems with the lifecycle. THe new approach will only allow to use cond format objects of the same document. Change-Id: I276c3750ef24cdee6d63162c678ec839d4845b08
2015-04-02add properties for new databar propertiesMarkus Mohrhard1-0/+14
Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-0/+4
[API CHANGE]: extends the css.configuration.XReadWriteAccess in an incompatible way, but that is unpublished, has been commented as "still unpublished and unstable," and was specifically introduced for internal use by the simplified configuration access, so should not affect 3rd party code. Change-Id: I99ce045f5bd8c598e689d46fb0d3626dfaa6d0a0
2015-03-30finally implement and define also date formattingMarkus Mohrhard3-0/+85
Change-Id: I261e6d3199573fc2e37d940e4249a1fce105e6eb
2015-03-30fix API valuesMarkus Mohrhard1-4/+4
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
2015-03-30add value for first entryMarkus Mohrhard1-4/+9
Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7
2015-03-30add missing enum valuesMarkus Mohrhard1-3/+7
Change-Id: I3234fb21e3f62068e39b6667e9c77e857536ade4
2015-03-30more code for conditional format APIMarkus Mohrhard2-1/+3
Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421
2015-03-30add implementation for new conditional formattingMarkus Mohrhard1-1/+1
Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
2015-03-30fix all UNO IDL errors in new cond format APIMarkus Mohrhard9-17/+63
Change-Id: I004a3899363280c16a60a5cca03d8940baeeae5c