summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-30simplifyBjoern Michaelsen
Change-Id: Icaf94870906ba2723de727d06037c343f26e87b8
2015-06-30remove dead codeBjoern Michaelsen
Change-Id: If60fd90f1ffb8a58cc43e4c4a0f80f68b7511937
2015-06-30simplifyBjoern Michaelsen
Change-Id: Ie9313bd8bb391d33e5f86fb86e0874b85594fedf
2015-06-30dont branch on the same conditional twiceBjoern Michaelsen
Change-Id: Icda8e94140d56d71b568ac52feb303bcc861ea31
2015-06-30should there be a size mismatch here, we already wrote out-of-boundsBjoern Michaelsen
Change-Id: I303e93635985fce53aaffc9af89cfa10cecadefb
2015-06-30gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara
Change-Id: I173618b2e6a2ad69918da8b85ec0eef7099f1d3d
2015-06-30tdf#92281 - FILEOPEN: Only western font is set for symbols in DOC filesMark Hung
Inserting a symbol in Writer set all fonts including CJK and CTL to the same one. This patch makes the behavior consistent with that, allows CJK and CTL user to see the symbols. Change-Id: I7a61868e8078c81c68e471760f080b3ce7df589f Reviewed-on: https://gerrit.libreoffice.org/16604 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
that were really not helping make the code any clearer. Found with a search git grep -P 'typedef\s+\w+\s*\*\s*\w+\;' and manual inspection Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard
Change-Id: Ie9cbf1b6dfc79df3a74efd3b9bb31ce33e7be3a0
2015-06-30tdf#92438 fix regression in LibreLogo icon orderLászló Németh
Change-Id: I214f49ada17ddb350586426085d27290ad46ee61
2015-06-30translate some comments on the flyEike Rathke
Change-Id: I2888fd23de5fac90ec7fada213361921b02f9447
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke
Some callers of ScRefUpdate::Update() rely on a return value !=UR_NOTHING if rows or columns are inserted or deleted or moved, so simply ignoring the entire columns/rows cases is not possible even if the ranges actually don't change. Instead, return UR_STICKY that may allow to further differentiate in future. Change-Id: Iba6c1e5eb1a33d39ef677ef1de2f2d296bf504f1
2015-06-29instsetoo_native: fix building installation setsMichael Stahl
... after 39b04ad7cb2e10f32e92d3c9bec57e35f64a3304 started using PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons whereas PRODUCTNAME is LibreOfficeDev so rename for consistency. Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
2015-06-29Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke
Change-Id: Iac8574329c8c8e0bc0ac956993ccdd085372a6cc
2015-06-29can't make the gtk3 dialogs modal for some reason, workaround the auto-popdownCaolán McNamara
Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8
2015-06-29fdo#39468 Translate German Comments - reportdesignPhillip Sz
fix after review Change-Id: Ie6a665e6e473cb774cfbcc805aeb944de5723639 Reviewed-on: https://gerrit.libreoffice.org/16527 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-29support plain database range (table) names in INDIRECTEike Rathke
Change-Id: I89c1249315059d6a04615de27e8b9b18dfd300ff
2015-06-29SwViewShell::ImplEndAction: avoid direct paintMiklos Vajna
Commit 56dd27d9ed829ea0444b3b5932dcd0d431d6e251 (sw: invalidate after keypresses when we have a callback, 2015-01-13) only enabled invalidate-then-paint for the tiled rendering case, because the main loop had no priorities back then. This limitation went away with 48c2815dd20cf20eeec8bb4e003000f4a3d13291 (tdf#91727 - Unwind non-dispatch of idle handlers., 2015-06-10), so it's not a problem to always do this panting inside the Paint() call. Change-Id: I98ddfcc0f20f1553974b74ec3c859dde315612e4 Reviewed-on: https://gerrit.libreoffice.org/16587 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-29Remove some hard coded references to "LibreOffice" as Productname.Martin Hollmichel
Change-Id: Ibd0a500d7ba31ec4c25bad64b39311d45e94dca3 Reviewed-on: https://gerrit.libreoffice.org/16590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-29Forgot the end marker of the Emacs mode lineTor Lillqvist
2015-06-29Untabify and add Emacs and vim mode linesTor Lillqvist
2015-06-29Simplify productname logic.Martin Hollmichel
Change-Id: I55fb371843071943ea7966e42444cc56faee9430 Reviewed-on: https://gerrit.libreoffice.org/16589 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-29tdf#92047 - cleanup logic.Michael Meeks
There are still a truck-load of problems with watercan usability. Change-Id: Ic8a9cda070747b1887a292df89b0398bdad8ef8a Reviewed-on: https://gerrit.libreoffice.org/16565 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-29SwViewShell::Paint: restore old render context at the endMiklos Vajna
The idea is that mpOut is only used for non-drawing purposes outside Paint(), e.g. to do logic <-> pixel conversion. Change-Id: Ia83cd32dd0a5152dcfc1644e92af08b4ddf4653c Reviewed-on: https://gerrit.libreoffice.org/16584 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-29TableRef: can be used in INDIRECTEike Rathke
Change-Id: I8eed87f0e6c0816a7d315f6c5ed039b0b193c322
2015-06-29tdf#68016 Write fixture for current behaviour of SfxListenerTobias Lippert
Also: Make destructor of SfxListener more robust, so that it can be used in tests. Change-Id: I02b273ca8e527705c2d3ea3295ed0dec1c4f83ae Reviewed-on: https://gerrit.libreoffice.org/16483 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-06-29online update: Configure switch --enable-online-update=marJan Holesovsky
This will enable the mar-based online update instead of the 'traditional' one. At the moment, this does not build, as libbz2 was not packaged as an external library yet. Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256
2015-06-29online update: Add updater executable build supportNathan Yee
Change-Id: I033f114d29cd020b6dba5a74257d3f577dd73ea7
2015-06-29online update: Add mar executable build supportNathan Yee
Remove unneeded mar library build support Add macro workarounds in mar.c; will deal with them in the future Change PL_strdup to strdup (is this safe?) Change-Id: Ib3108abdf360f6fc1ccc1bf5030df8529d724b82
2015-06-29online update: Add MAR library creation capabilityNathan Yee
Change-Id: Icf2a97b4b6f7bc75aaaec86bf5bc56192396d4e4
2015-06-29online update: Add preliminary support for creating MAR librariesNathan Yee
Change-Id: I04040d67b82afc0f00558d493ee046c97001cd5d
2015-06-29online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky
This commit copies several source files around the Mozilla's online update from the Mozilla sources to LibreOffice. The hope is that we will be able to modify it so that LibreOffice can use the same update mechanism as Firefox, including downloading the packs on background, and applying them on the next start. changeset: 248917:ce863f9d8864 The following locations in the Mozzila sources were copied: firefox/modules/libmar -> onlineupdate/source/libmar firefox/toolkit/mozapps/update -> onlineupdate/source/update JavaScript parts were omitted. Change-Id: I0c92dc0bf734bfd5d8746822f674e162d64fa62f
2015-06-29Related tdf#92322: fix crash with doCursorJulien Nabet
0 0x00002aaaafaf3b0c in BrowseBox::DoShowCursor(char const*) (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:182 1 0x00002aaaafafe392 in BrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:2489 2 0x00002aaaafb27966 in svt::EditBrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/editbrowsebox.cxx:237 3 0x00002aaab1b5706a in vcl::Window::CompatGetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/window.cxx:3948 See https://bugs.documentfoundation.org/attachment.cgi?id=116859 Change-Id: I664884ee9333055707aecd7ad309c1a97596b71b Reviewed-on: https://gerrit.libreoffice.org/16538 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-29German comments: i18npool and scaddins now complete.Michael Meeks
Change-Id: I00983cc759706ebd9461367bd5235bd7e6304e24
2015-06-29tdf#92353 FileSave: Not confirmed for overwrite a file (unix)Juergen Funk
The setConfimOverwrite function must be set after setOperationMode function Change-Id: Id5ab54be502e9c96eba3d7ab600b5e06e241c8fd Reviewed-on: https://gerrit.libreoffice.org/16517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-06-29Explain how to test SDK examplesStephan Bergmann
Change-Id: Ifcf0a7276e1b0da6b9176eb70c4a8dae00491935
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna
Change-Id: I98de3f5413756c494c677d592ea921155e4c08be
2015-06-29Make the patch actually applyTor Lillqvist
Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar
Disables the area tab when a line is selected Change-Id: Ib02a68fb548a7cc10f9af7e0d1b6191119f18915 Reviewed-on: https://gerrit.libreoffice.org/16165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-06-29Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet
Missing "else" in front of the "if" Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b355da6853af6678c4ba22710d157cf8a6d43eb Change-Id: I3c32e8f09acbea7094c4268384ec4b1c4e028fc5 Reviewed-on: https://gerrit.libreoffice.org/16497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Deena Francis <deena.francis@gmail.com> Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-06-29fix build of libetonyek with older versions of gccDavid Tardon
Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
2015-06-29g_assert_nonnull was not declaredCaolán McNamara
Change-Id: Ie98c37d4bdaa365ac27e8620fb5bbecbb0faccdf
2015-06-29Resolves: tdf#92275 impress grinds to a halt constant swapping imagesCaolán McNamara
This reverts commit 6c84442f99de109b585d3ba8964deb8dcf261c0f. "tdf#87820 Images not displayed properly in Calc" and replaces it with an alternative solution Change-Id: Iecb560d43767f0e41e442a307eefcdcecb7589ef
2015-06-29coverity#1308581 Uncaught exceptionCaolán McNamara
Change-Id: I925cc31890c8b1cd5ced0a619fbfde4be0a66dd4
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara
Change-Id: Ic31670bd8999961dc9571c8d55817951a702d417
2015-06-29coverity#1308553 Uncaught exceptionCaolán McNamara
Change-Id: I26d41fa888c2426ad8e77a170d9e9eb880ad32df
2015-06-29coverity#1308463 Uncaught exceptionCaolán McNamara
Change-Id: If0308eb0068951af425cb691672b915decc384a2
2015-06-29coverity#1308429 Unchecked return valueCaolán McNamara
Change-Id: I1d7db630eb6d0c12c5eb8b507be114693689e4e1
2015-06-29coverity#1308595 Uncaught exceptionCaolán McNamara
Change-Id: I2245925215e98077c9665803435d39e9a05de367
2015-06-29coverity#1308594 Uncaught exceptionCaolán McNamara
Change-Id: Ic320ba53565ef735d24a3538bf1863b3fb37c97a