summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2015-07-14getFiles: simplify even more descriptionJulien Nabet
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 Bergmann
Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet
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 Mohrhard
Change-Id: I9fcf1cffa70eac6fec228ca4a9d4d32783295f21
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
... 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 Gelmini
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 Nabet
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 Godard
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 McNamara
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 Grandin
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 Behrens
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 Bergmann
Change-Id: I37a610acbce78033f90b7d18274eb233a734fd7e
2015-05-07Initial XTiledRenderable APILászló Németh
Cherry-picked from e2ad83e25aa86bc377b664d6d07a0b86abf487c0 Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e
2015-04-23add css::sheet::DatabaseRange property TotalsRowEike Rathke
Change-Id: Ica3b93ff25c936c0109ab3259c8a8015fcfb99eb
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens
no use for it outside Impress really ... Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a
2015-04-19fix indentationMarkus Mohrhard
Change-Id: I1d7fa501959758d17440edcec146724cba97535f
2015-04-14remove build warningLaurent Godard
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 Bergmann
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
2015-04-07Update the reference rdbs to libreoffice-4-4Stephan Bergmann
Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2
2015-04-07Update the reference rdbs to libreoffice-4-3Stephan Bergmann
Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2
2015-04-07Missing @since tagStephan Bergmann
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 Mohrhard
Change-Id: I82f66218bf02898e523e4f69fec9166aa00d0b83
2015-04-03rename UNO API method for cond formatMarkus Mohrhard
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 Mohrhard
Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
[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 Mohrhard
Change-Id: I261e6d3199573fc2e37d940e4249a1fce105e6eb
2015-03-30fix API valuesMarkus Mohrhard
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
2015-03-30add value for first entryMarkus Mohrhard
Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7
2015-03-30add missing enum valuesMarkus Mohrhard
Change-Id: I3234fb21e3f62068e39b6667e9c77e857536ade4
2015-03-30more code for conditional format APIMarkus Mohrhard
Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421
2015-03-30add implementation for new conditional formattingMarkus Mohrhard
Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
2015-03-30fix all UNO IDL errors in new cond format APIMarkus Mohrhard
Change-Id: I004a3899363280c16a60a5cca03d8940baeeae5c
2015-03-25Typo: formated->formattedJulien Nabet
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
2015-03-25TyposJulien Nabet
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
2015-03-08TyposJulien Nabet
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
2015-02-28Typo: cirle->circleJulien Nabet
Change-Id: I0290c1f87e58e435e0989d7fd3186e98766d7a29
2015-02-25calc : add UNO properties for "Record changes"Laurent Godard
with unit testing Change-Id: I2a0e09f699c8489f61453b4144dd6181bd9b47fd Reviewed-on: https://gerrit.libreoffice.org/14603 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-02-21Various typosJulien Nabet
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
2015-02-19add first useful version of new conditional format UNO APIMarkus Mohrhard
Change-Id: I8b58ae33ad71d0df6ea30f205b4f331541f5b821
2015-02-01coverity#1267687 Uncaught exceptionCaolán McNamara
Change-Id: If7af42b345c876d29d750a29c1a406e862788b06
2015-02-01coverity#1267685 Uncaught exceptionCaolán McNamara
Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
2015-01-30Typo: even->eventJulien Nabet
Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e
2015-01-26no hurry to publish XCalendar4 and LocaleCalendar2 now, tdf#63230Eike Rathke
Change-Id: I05343a0c541ae2f66eedd7cc033140f810f3b1a2
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke
Implementation only, new local date/time routines not used yet from the outside in this step.
2015-01-23Document some accessible events in AccessibleEventId.idlNiklas Johansson
Add some documentation to a few undocumented functions. I'm a bit unsure of ACTIVE_DECENDANT_CHANGED_NOFOCUS but to me it seems to be a work around for windows that maps ACTIVE_DECENDANT_CHANGED to event object focus. See the note for IA2_EVENT_ACTIVE_DESCENDANT_CHANGED in the IA2 documentation: http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html#ae26846b6d521727ab696d20c3f43c0b5ac1379bc85d7afda57be018a7a44dc918 Change-Id: I99afc804731ad62e95c013682dc605abfc382646 Reviewed-on: https://gerrit.libreoffice.org/14137 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-20Add documentation for AccessibleStates STALE, OFFSCREEN and COLLAPSENiklas Johansson
Change-Id: I6bfcd180f0c1d9e63577f58685ce64c509d91326 Reviewed-on: https://gerrit.libreoffice.org/14055 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-19Related: #i34459# add description about IllegalArgumentException...Tsutomu Uchino
thrown by unprotect method and about some arguments (cherry picked from commit abaff3a9330500a7394767081bfb52788028ff0c) Change-Id: I3ee203279647a506e6cb860387aac3e4379c9c75