summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
2014-12-16Marking as published was not intentionalMiklos Vajna2-2/+2
Change-Id: Ic0d5ed7824f4897708a81617521367af61562401 (cherry picked from commit ca92bb9bef9893b0791fadc4a8a665fd4315f27b)
2014-12-16Missing @since tagsMiklos Vajna2-1/+5
Change-Id: I6393e839a7aee88bb8580837db8c78550d9b6475 (cherry picked from commit 0c59b57b47a8d5ca3753cb03b01b5523a221b12d)
2014-12-16ucbhelper::InteractionAuthFallback::getCode() can be an implementation detailMiklos Vajna1-1/+0
Change-Id: I4967e5e12aa348692b3b954398faede843db381b (cherry picked from commit 26e564db14fcb3c229d30a0d5fe232b3d768343f)
2014-12-16Authentication 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 (cherry picked from commit 4998e6a361252529cabcaac37b0f03bbed173544)
2014-12-16IDL definition for the auth fallback requestMihai Varga2-0/+36
Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6 (cherry picked from commit fc79b871ecfa351c5ac2587d95d8f65bae811621)
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
2014-07-18Add obnoxious commentsTor Lillqvist1-5/+11
Change-Id: I393e8a23bf69802e7879fe668708dca4f743bd4e
2014-07-11bnc#883684: Better fix for this.Kohei Yoshida2-0/+31
Instead of making all chart objects exempt from unloading, check each OLE object on whether or not it already has its persistent storage created. If not, don't unload it else it would have nothing to load back from once unloaded. Change-Id: I2312e86c9376d3699ef4aa1e0cf2f4c04f706c1e
2014-07-11add UNO API loadStylesFromDocumentLaurent Godard2-0/+57
avoid opening again a document that is already available apply to calc - refactoring ScStyleFamiliesObj::loadStylesFromURL Change-Id: I6b26c91265dcafa73b472bc68ee684ba0733b0ac Reviewed-on: https://gerrit.libreoffice.org/10214 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I727779317672fe58c440aee76762d0a9ae28d8ca
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+3
We need to pass the role of the data sequence in order to avoid unreliable guess work when importing static value array. Also, not all Excel's scatter plots have real numeric X values; some have textural X values in which case Excel switch to generating 1, 2, 3, ... as X values. When importing to our chart implementation, using "categories" role in such cases instead of "values-x" results in a more faithful chart rendering. Change-Id: If4bc1f650bb024dcd1b1b36537f457fb38404a78
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2-0/+42
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+4
When creating an embedded chart object during import, we don't want to create a default chart which would only mess up the chart data. With this change, ChartModel::initNew() is a no-op. Change-Id: Id29659c3885ec1e06bed26d2c851123fb63072cc