summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
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
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2-0/+44
The re-construction will be deferred until it becomes visible again. Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini3-3/+3
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: I2005b792c74ad5a5f58c831dcc7caa5134280890
2014-10-25coverity#982163 silence Unchecked return value from libraryCaolán McNamara1-1/+1
Change-Id: I6b9a3c6ce75472da551706b1c1555eff4ba1abc8
2014-10-25coverity#983652 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: Ib818955314689a3193e2026fae19161a79aa8e5b
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: Ic8d2963536b793f0a229901d9e13d8e54842d9b9
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara1-1/+5
Change-Id: I3ec05ae695428f92b7424295b6f2d3e833c6b162
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara1-3/+3
Change-Id: I9b705664c3814aea5c433526ad147a8ab11c2d0f
2014-10-13coverity#707458 Uncaught exception (better fix)Michael Stahl1-1/+0
getStatementsGraph_NoLock() cannot throw the exception because of the i_Internal=true parameter, which may confuse Converity; but possibly xIter->nextElement() could throw this in a multi-threaded scenario... Change-Id: I204c0e5b38fee919d6cfe9247bde76b6ea78ed0f
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: Ia446cc0b8b26bb158b36ca64cbf45bf172f37bdf
2014-10-09Improve method descriptions.Kohei Yoshida1-9/+20
Change-Id: I25074578607dedaec9689dff9a6bb9c2fa7be56b
2014-10-01Revert inadvertent modification of type_reference/offapi.idlStephan Bergmann1-1/+0
...from 9835bb562cfe3a5d386c24d86176ba7bb5ab26d2 "MM: export the SwDocShell mail merge via UNO." It shall only be edited manually when deliberately going incompatible. Change-Id: I19c82dca3b6537631a155629d6072b516b32ded5
2014-10-01MM: export the SwDocShell mail merge via UNOJan-Marek Glogowski2-0/+10
This saves the loading time for large document. Use it if you want to present the generated document to the user or write a mail merge unit tests. This includes: * renaming "only" to "shell" at multiple occurences * dropping the DBMGR_MERGE_SINGLE_FILE special type for the mail merge wizard in favour of an additional SwMergeDescriptor boolean * cleanup and renaming of the internal merge type enums, so these actually match the diffferent merge targets: printer, email, file and shell Change-Id: I33c6773972195193687ba9c3e12b562310d330c1
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+1
Change-Id: Iebc8298a7e6a7d423d2667eec8a46a936cc4d2cd Reviewed-on: https://gerrit.libreoffice.org/11599 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-14/+0
Change-Id: I0d8072f1194aa837932dcffd6dc6a3761bbdc74e
2014-09-05Fix MediaDescriptor.idl for TemplateRegionNameOlivier Hallot1-3/+2
Clearly Cut & Paste slipped into this file. Please review the correct content for TemplateRegionName Change-Id: Ic3c896f13c204f28a231e442d3dd68a4b33373f1 Reviewed-on: https://gerrit.libreoffice.org/11282 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-04coverity#707311 Uncaught exceptionCaolán McNamara1-2/+3
Change-Id: Ifdab456cb545e552a2efaed03ff00aeac874d47d
2014-09-04coverity#983958 Uncaught exceptionCaolán McNamara1-3/+5
Change-Id: Idd9c2dcfbeceb3519b1632a2f9b2651c73451061
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara1-2/+5
Change-Id: I89459f7a77fcb5785cfb2e8288326fce65202d9c
2014-09-02coverity#706501 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ic5d95b87428284113f543427b417453dd361b354
2014-09-02coverity#706482 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: I457e05ddbc13a9b3ff911da56a0a607de944f8f2
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard1-0/+4
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I4be3600af6ee97ba9f962edf9723c04d89b161e4
2014-08-17coverity#983636 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b
2014-08-17coverity#983637 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570
2014-08-17coverity#983649 Uncaught exceptionCaolán McNamara1-2/+3
Change-Id: I928e8dbeeac168a02c82f2fafe881dae38ae4e3c
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: If828f82e36d12ceca7e6392de5757a131c99462c
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara1-5/+3
and coverity#1231675 Uncaught exception Change-Id: If0907f2048fc5e492d5b8b49388c3bfad542e5f7
2014-08-15XStyleLoader2 : correct idl descriptionLaurent Godard1-2/+2
only implemented for calc at the moment Change-Id: I7ac631567a69c9ad30da79caad3c50359de14437 Reviewed-on: https://gerrit.libreoffice.org/10923 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-14remove unpublished unused FutureDocumentVersionProductUpdateRequestCaolán McNamara2-57/+0
Change-Id: Icdfc9c02df251680b6f01fac184be9484edf8870
2014-08-05sw: add RowInteropGrabBag UNO property for table rowsMiklos Vajna1-0/+10
Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853
2014-08-01typo: more then -> more thanTakeshi Abe8-10/+10
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-31Missing @since tagStephan Bergmann1-0/+2
Change-Id: I6195dce9cea9a4fed4a48449e655271db68d95c2
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara1-0/+1
Change-Id: Ie4d2eed7442ab1e234ea20e8230f1fab32b8c896