summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh
Replaced getUINameFromCommand by GetMenuLabelForCommand Change-Id: Icd89fed4d9944653996a2218c6ed80af72cefe89 Reviewed-on: https://gerrit.libreoffice.org/21464 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-01-14-Werror=maybe-uninitialized (GCC 6)Stephan Bergmann
Change-Id: I1a174b4b86c1d6cfbdffc4540a33b67b7b5e60dd
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: I5c5f38789e7001aa04a0a5481feb9f033e53748e
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: I892dc449bc2e9840ec8dac9c4a1b43961b6c1b07
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: Ie583f5158fdc764c10981244efea204558219465
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: Ic28a87df35ef3087071f87c4bc74c4c274169b51
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: I83beda380dc35544b9bc6fd5b1c7359546f8c8c5
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann
Change-Id: I07f653626dd4519d86dba735be9fec3e4c7e91e6
2016-01-14svx: loplugin:overrideMiklos Vajna
Change-Id: I532525fa12af2a0afbc1277b9a918c4d563f3b4f
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna
Given that the edit/outliner views can come and go, avoid the lifecycle problems with just passing a pointer to the sdr model to editeng, and then it'll always have the up to date "are we searching" information. editeng can't depend on svx, so provide an interface class SdrModel can implement. Change-Id: I3b98011593b00ac0fab05b6b9c591dd20d94c579
2016-01-14sd tiled rendering: it's pointless to send selection changes during search allMiklos Vajna
But they do cause annoying flashing. Change-Id: Ic313a15429c5db98c5660a5274aa49e95dd217e5
2016-01-14fix the MSVC 2013 --enable-lto buildMichael Stahl
... by sacrificing the appropriate number of chickens to the template dllexport gods. Change-Id: I27fb6a1f0a8a32c9bdc67574b3a2f3ec9f27b00f Reviewed-on: https://gerrit.libreoffice.org/21442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-01-14unotools: This list is constantTakeshi Abe
Change-Id: Ib97a824cf482ba48204447f25102d112b90d3064 Reviewed-on: https://gerrit.libreoffice.org/21463 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-01-14sfx2: Convert the exception to one that we actually announce.Jan Holesovsky
Otherwise saving to a non-existing http:// URL leads to a crash. Change-Id: Ia4b49e2872616545dcedb2fc5553cf5a20a1f97d
2016-01-14loplugin:unusedmethods unused return value in sotNoel Grandin
Change-Id: Icb5382a411a1cb035581f0cef5f6fae60bfb4940
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin
Change-Id: I1ed955a0e474a755949e80eef60c8cd19f43fd0e
2016-01-14loplugin:unusedmethods unused return value in sfx2Noel Grandin
Change-Id: I9c16c3f2754f181571faf7d5e1c48fa8bda59f7d
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin
Change-Id: Ie919a094630da57371b13081ab2f04984dd96c78
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
Change-Id: I9bf87cad19b7371076fd0b2333c83697021fe0e1
2016-01-14loplugin:unusedmethods unused return value in scriptingNoel Grandin
Change-Id: I9b203e255eddce59c37df1a94884e459df034459
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin
Change-Id: Ic70c3d727ecadd082f7e5d293fc2b279b1287b8f
2016-01-14tdf#96522 reset CustomShapeEngine at importArmin Le Grand
Do not reset UNO API xShape at import time as described in tdf#93994, better reset the involved XCustomShapeEngine which allocates and holds the EditEngine and VirtualDevice. Resetting the UNO API object leads to problems when e.g. an animation effect is set for the shape. This happens since the animation effect remembers the xShape using a weak reference, thus being no real on-demand constructable object. Change-Id: I7b421f578ebf003af2745e449cd02ba368b455dd Reviewed-on: https://gerrit.libreoffice.org/21401 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-01-14xmlsecurity: import OOXML <X509Certificate>Miklos Vajna
Change-Id: I051b3b0f69567cf7bcf4837ab6ccda221142b49e
2016-01-14xmlsecurity: import OOXML <SignatureValue>Miklos Vajna
Change-Id: I96479457d6740ec69bddbf3feabd3c1dc815f197
2016-01-14xmlsecurity: implement XInitialization for OOXMLSecParserMiklos Vajna
addSignature() can't be called without this, as later it'll try to examine the keeped SAX events, which are expected to be remembered by the next handler. Change-Id: Id6677fff791cc65e514e43fba169fc2f71a69e33
2016-01-14xmlsecurity: import OOXML <DigestValue>Miklos Vajna
Change-Id: I2ca893aba65a9b9ffd5ffaddbcb6accc13fca755
2016-01-14sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna
Change-Id: I36b0edc55b9c275bef5cf82af2bdf0ccb3ebe621
2016-01-14tdf#95845 Use CommandInfoProvider to receive UNO command labelssusobhang70
Change-Id: I04227652cc1b94129514ddb61ce66d7d9b365807 Reviewed-on: https://gerrit.libreoffice.org/21402 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin
Change-Id: I15a87da20487ce031c6aab2f3df0b18fd3e4c249
2016-01-14loplugin:unusedmethods unused return value in svtoolsNoel Grandin
Change-Id: Iee0fc65d6ae97296e3093c843d856fa13d875bf7
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin
Change-Id: I369b3ae84af046242430977cec7d5c5e69fc27e7
2016-01-14tdf#47989: Restore button should re-read the textOliver Specht
Fixes the re-use of the current sentence when restore button is clicked (introduced with tdf#39348) and really updates the current sentence in that case Change-Id: Id29262cae01eadaf4d588aad2dac23bf77b2a645 Reviewed-on: https://gerrit.libreoffice.org/21428 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-14tdf#40494: adding rows to table in protected sections not allowedOliver Specht
Travelling with tab key in tables usually adds a new row when the last cell is reached. This should not be done in protected sections. Change-Id: I554c85c517157e394c691b43c462f5abf45e8197 Reviewed-on: https://gerrit.libreoffice.org/21427 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock
Change-Id: I935f69d275d2073d8f0924392a5aa1fb2567cedf
2016-01-14vcl: change from pFontAttributes to pFontMetricChris Sherlock
Change-Id: I777fd9ee93402c9af026f1ebef6fe960bd8c7c8c
2016-01-14vcl: FontMetric now has ImplFontMetricPtr objectsChris Sherlock
ImplFontMetricPtr is a typedef to an intrusive_ptr<ImplFontMetric>. I have ditched the manual reference counting to use Boost's smart pointer. Change-Id: I5e93f45d19d43c8b7253f4342c1b9ef4a4301527
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris Sherlock
Change-Id: I6768b37a4b0b98202b7d2410d8cbfac47dac0415
2016-01-14vcl: remove unneeded headers from impfontmetric.hxxChris Sherlock
Change-Id: Ib12f628d6bc86336bae5ffc7b3041a2d2ad3e567
2016-01-14vcl: remove unneeded headers from impfontmetricdata.hxxChris Sherlock
Change-Id: I0f287bc48582aa26ec4cd69d8175d12cda0e567d
2016-01-14vcl: remove unneeded fwd decls from impfontcharmap.hxxChris Sherlock
Change-Id: I8d401e95b69feb710d450768e3b9ac9d22b896ca
2016-01-14vcl: remove unnecessary headers in impfont.hxxChris Sherlock
Change-Id: I509b517354a61f03e0b4ccc681a643f448c5f12f
2016-01-14vcl: no need to include cstdio in fontsubset.hxxChris Sherlock
Change-Id: I6172446f7d81698f8222f46db47eb13351d46cce
2016-01-14vcl: remove unnecessary foward decls from fontselect.hxxChris Sherlock
Change-Id: I6721303864c45251f50ee62515674909354cf932
2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock
Change-Id: I06f3e941bfb1af861298d4fbf666d270c5bac051
2016-01-14vcl: cleanup fontinstance.hxx - remove unneeded fwd decls and includesChris Sherlock
Change-Id: I2425451a6a0378025b047f9125abb53aa414f238
2016-01-14vcl: cleanup - remove unnecessary includes and fwd declsChris Sherlock
Change-Id: I031516292a9cc1f47fe193df5f5d98273dc003af
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock
Change-Id: Ic4444f54fabe03319de9add93653f6b7c91d6fce
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl
Change-Id: I10148330f1a356dbd423af98267c25d7128c3a86
2016-01-13tdf#97108: SwDocShell of clipboard document has no base URLMichael Stahl
... which triggers this assert; have to downgrade it to SAL_INFO. The startsWith("0x") check is obsolete anyway since commit 0f02bc189b6e89ca2e62d4bd6a2f407a9fd4ec3b. Change-Id: If47bc4496852ff85ba1bbeb4205ffc16be0782de
2016-01-14vcl: update private Unix fontcache.hxx's header guard nameChris Sherlock
Change-Id: I805a90f0074fe023a4af6d3dd2f394ec300ad625