summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-25Typo: formated->formattedJulien Nabet3-3/+3
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
2015-03-25TyposJulien Nabet1-2/+2
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
2015-03-08TyposJulien Nabet1-1/+1
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet2-3/+3
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
2015-02-28Typo: cirle->circleJulien Nabet1-1/+1
Change-Id: I0290c1f87e58e435e0989d7fd3186e98766d7a29
2015-02-25calc : add UNO properties for "Record changes"Laurent Godard1-0/+15
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 Nabet1-1/+1
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
2015-02-19add first useful version of new conditional format UNO APIMarkus Mohrhard20-0/+702
Change-Id: I8b58ae33ad71d0df6ea30f205b4f331541f5b821
2015-02-01coverity#1267687 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: If7af42b345c876d29d750a29c1a406e862788b06
2015-02-01coverity#1267685 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
2015-01-30Typo: even->eventJulien Nabet1-1/+1
Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e
2015-01-26no hurry to publish XCalendar4 and LocaleCalendar2 now, tdf#63230Eike Rathke2-2/+2
Change-Id: I05343a0c541ae2f66eedd7cc033140f810f3b1a2
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke4-6/+92
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 Johansson1-6/+58
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 Johansson1-1/+8
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 Uchino1-0/+8
thrown by unprotect method and about some arguments (cherry picked from commit abaff3a9330500a7394767081bfb52788028ff0c) Change-Id: I3ee203279647a506e6cb860387aac3e4379c9c75
2015-01-14Related: #i20542# add description about getTextFieldMasters...Tsutomu Uchino1-0/+3
always returning void on this service (cherry picked from commit 938544d04f9802036400a533da8cc818db02bdad) Change-Id: I2d6217f0c8e1eb9631a6549f4ff1a46644431cc1
2015-01-14Related: #i53565# add descriptions about parameters of member methodsTsutomu Uchino1-1/+69
(cherry picked from commit 77399fdac9a5d5a5d935ec20500247960bf739e8) Conflicts: offapi/com/sun/star/util/XNumberFormats.idl Change-Id: I4046c42598dd6882e5d0a4f9b9328834aede0051
2015-01-14Fix documentation to match realityTor Lillqvist1-2/+2
Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist1-0/+25
Setters/getters for the flag whether to restrict OpenCL to formulas that use a subset of opcodes, and the lower limit on number of cells a fomula should refer to in order for OpenCL to be considered. Change-Id: Ifeb11d4e4003f13e392fe03f1ce2f89147f46e38
2014-12-22Clarify what "ID" meansTor Lillqvist1-4/+15
Change-Id: Idfc3e90acf8fecaff5d11964c2197bf1610f558b
2014-12-20Typo: XExtensionManger=>XExtensionManagerJulien Nabet1-4/+4
Change-Id: I00a07684a7d6a533c4a3f80ec738a8ce02117d0a
2014-12-20TyposJulien Nabet1-1/+1
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist1-11/+0
A certain 3rd party uses processEventsToIdle() from XToolkitExperimental, and their code is not C++, so it should be OK to change the ABI of XToolkitExperimental, says mmeeks. Change-Id: I4ba641ad98c17ae42a2ae2eff389fd3354618597
2014-12-17Tell people not to use createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-13/+1
I would have liked to kill this whole interface but it turns out that despite it being not published it is already being used for essential functionality by 3rd parties. Oh well, that is of course exactly what to expect with something explicitly marked as "experimental". Change-Id: I38716a23580313d955ae6bf09dfbcac519a7fb4e
2014-12-15Marking as published was not intentionalMiklos Vajna2-2/+2
Change-Id: Ic0d5ed7824f4897708a81617521367af61562401
2014-12-15Missing @since tagsMiklos Vajna2-1/+5
Change-Id: I6393e839a7aee88bb8580837db8c78550d9b6475
2014-12-15ucbhelper::InteractionAuthFallback::getCode() can be an implementation detailMiklos Vajna1-1/+0
Change-Id: I4967e5e12aa348692b3b954398faede843db381b
2014-12-15Authentication fallback request for the OneDrive connectionMihai Varga2-0/+33
To fix build, also squashed in: Author: Mihai Varga <mihai.mv13@gmail.com> Date: Fri Aug 1 12:50:23 2014 +0300 OneDrive auth fallback dialog interaction continuation Change-Id: Id37f502217da3fde55ae93a6e1c01409509d657c
2014-12-15IDL definition for the auth fallback requestMihai Varga2-0/+36
Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6
2014-12-04Bin noise comments and superfluous blank linesTor Lillqvist63-303/+1
Change-Id: Idec496b778d708fb6fa4c004329f8e734276052a
2014-11-18Mention how the new OpenCL configuration relates to this APITor Lillqvist1-2/+9
Change-Id: I0e5b8d7a6cca469efb263d0037b87e0a9475371e
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini39-51/+51
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
2014-11-05idle: allow processing pending handlers remotely.Michael Meeks1-0/+5
Change-Id: Idb835f1fb04a3f9ca2430781cabeb785285ccf7b