summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-15cid#1326117 Unchecked return valueNoel Grandin
Change-Id: Ieaa1875a8731b5339d4ebf032b3f724ff889903f
2015-10-15cid#1326116 Unchecked return valueNoel Grandin
Change-Id: If33ea9c4e4388cc1b7d15847f32dd2228b047363
2015-10-15cid#1326115 Unchecked return valueNoel Grandin
and drop some truly bizarre and unnecessary code Change-Id: I105ba8784b6c4179a3cd7ad5bf9a250fd680d64a
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
2015-10-15com.sun.star.table.BorderLine is already handled further upStephan Bergmann
Change-Id: I104c778e107259904fa4a830d3685a6506250fbb
2015-10-15[API CHANGE] Remove deprecated com.sun.star.uno.Union classStephan Bergmann
...which had never been useful for anything, as UNOIDL does not have a union concept. In light of coverity#1327215 "UwF: Unwritten field," seems cleaner to just remove that class completely than to silence that somewhat bogus (as the class is non-final, so derivations could actually set m_value) Coverity warning. Change-Id: Iaef9003a84e2c2f73adb2744bd759460cb149f68
2015-10-15Revert "tdf#94994 Enable auto-numbering by default"Samuel Mehrbrodt
After discussion with Design team, we don't want this enabled by default, unless we fix some things so this is less obtrusive This reverts commit beb8d01d32bafac3a96f9f28bf93b58985e524dd.
2015-10-15android: show flat ODS files in the doc browserMiklos Vajna
I forgot about this when I enabled other Calc file types in 07997cba7745997d7e2ed908a8764ba1f0777f1e (android: adapt doc browser to updated manifest that accepts Calc documents, 2015-01-19). Change-Id: Iabacffbfc09d806f09bc7e0f9307830bda8ebbe1
2015-10-15cppcheck:variableScopeNoel Grandin
Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884 Reviewed-on: https://gerrit.libreoffice.org/19364 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-15loplugin:unreffunNoel Grandin
Change-Id: If9ca3e2d88d1b0dee57531ed954ba4895fb37fe3
2015-10-15CppunitTest_sw_ww8import: SAL_OVERRIDE -> overrideMiklos Vajna
Change-Id: Ibc7a9ec036317ced9fa09805b08669e6a01f8908
2015-10-15cid#1326507 Resource leakNoel Grandin
Change-Id: If4bf5978fca921860d44421e17dd4f3d772d1c22
2015-10-15cid#1326359 Nesting level does not match indentationNoel Grandin
Change-Id: Ic62811bbcb0d1365ee5623943273c834a614b895
2015-10-15cid#1326132 Logically dead codeNoel Grandin
Change-Id: I4bab8a3fd8532865086d664062ce45ebdf4373f0
2015-10-15cid#1326900 IM: Questionable integer mathNoel Grandin
Change-Id: I6f8de37216f0f9d015e17b0bf1f1b1c1492275cf
2015-10-15tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson
Replace boost::bind with C++11 lambdas. In addition, replace the use of FuncT::result_type in ListenerOperations::notifyAllListeners with a less type specific means of determining the return type of the function to be applied in order to allow for the use of C++11 lambdas. Change-Id: I1035be976e542d8b5bbd451c473a896d91ed66ca Reviewed-on: https://gerrit.libreoffice.org/19314 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-15simplify the way we override behaviour hereNoel Grandin
just send everything via callModifiedHdl() Change-Id: I011df1d1c376deae962b465e4a27e98af968de6f
2015-10-15update creditsChristian Lohmaier
Change-Id: Iac825646e33cb40f7d8a1c1aa6a3e67f3aac5980
2015-10-14tdf#93318 reintroduce first/last button in Calc tab barTomaž Vajngerl
Seems that first/last button are still useful when there are a lot of tabs. Using ctrl+click is not discoverable enough for the users so for now bring the buttons back. Also turn on enabling/disabling buttons when they have some effect (this was turned off for Calc for unknown reasons). Change-Id: I6bbb04d44066ebc6b89fe3d941ecafdbb378284a
2015-10-14make test more readable - use Primitive2DSequenceTomaž Vajngerl
Change-Id: I8e49fce5a4d8f5b46b9bd1dd3f71a8c7dc90c20d
2015-10-14Breeze Icon: add missing linked file - fixedMatthias Freund
Change-Id: I7e993bda82bffcc51ae4181eb73e614c0f743349 Reviewed-on: https://gerrit.libreoffice.org/19379 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-14tdf#75256 Sifr icons for the startcenter part 3Matthias Freund
Jay Philips suggested me to round up the folder icon. And a new remote-documents icon (with a cloud). Change-Id: I3852fd012aea92812daaad69dff11d862841b046 Reviewed-on: https://gerrit.libreoffice.org/19175 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks
Use the new configurationlistener to track the relevant setting. Change-Id: I9decea55df25f7eb34cd2fef94743d1907360d16 Reviewed-on: https://gerrit.libreoffice.org/19377 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-10-14allow using Android Studio with lldb to debug native partChristian Lohmaier
and of course also for the Java part Using build-id linker flag allows lldb to map the installed .so to the non-stripped version on the buildhost. Also ndk-gdb supports specifying a different package name on the commandline, so no need for the error in configure anymore. Change-Id: If6887a27cc8ab15ee6ab612502cacf0a22ade737
2015-10-14fix SwIndex assert on fdo66692-2.docCaolán McNamara
Change-Id: Ic3330817809727bfa2293ba74dcd7f5a25683dae
2015-10-14WaE: loplugin:staticmethodsTor Lillqvist
Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6
2015-10-14fix build against glib < 2.36 (w/o gmenu) againBjoern Michaelsen
Change-Id: I01a76e0cf19e11609a2f414bf754f3034b298b2d
2015-10-14fix build against glib < 2.36 (w/o gmenu)Bjoern Michaelsen
Change-Id: Ia60195d48717dc87c8a8a5753477604cbdd0c79e
2015-10-14bring Unity menues to gtk3 tooBjoern Michaelsen
Change-Id: I4eb9f4bf423febce89635654c0cf1199b79d6fb8
2015-10-14coverity#1327177 UuF: Unused fieldCaolán McNamara
Change-Id: I6f09015a33410e700562a87c0cf51195cbd63172
2015-10-14coverity#1327176 UuF: Unused fieldCaolán McNamara
Change-Id: I754e1cbe9f6ed5c83b79771f99728ef317cfbe0a
2015-10-14coverity#1327175 UuF: Unused fieldCaolán McNamara
Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34
2015-10-14coverity#1327173 UuF: Unused fieldCaolán McNamara
Change-Id: I9d5393ec87c46bca28d13ea12ae73d5186443c38
2015-10-14coverity#1327163 UrF: Unread fieldCaolán McNamara
Change-Id: If919721a1987798f7ca612f408125d77130112ba
2015-10-14coverity#1327164 UrF: Unread fieldCaolán McNamara
Change-Id: Ib0576691b01830f25e38444efdb2442ca85ba2ca
2015-10-14Make _XCloneable.checkImplementationID return a useful value againStephan Bergmann
...it happened to return a value that would match one's expectaions until f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d "cid#1326854 EC: Comparing incompatible types for equality" fixed the method but failed to also straighten its odd return value. Change-Id: I9b98be8c86a176fec37505d4337b708ac9bbf5de
2015-10-14java:using "this" with a static field makes no senseNoel Grandin
Change-Id: I79a38ff2ec50d3a3687cac7ed7688bbbcaf2208c
2015-10-14java:remove unused importsNoel Grandin
Change-Id: I9529bf81dcfcd6761485af5d66789c1a9a83eeec
2015-10-14cid#1326855 EC: Comparing incompatible types for equalityNoel Grandin
Change-Id: I3f23e25e449e85176a092400d14e7b6fbf78b588
2015-10-14cid#1326854 EC: Comparing incompatible types for equalityNoel Grandin
Change-Id: Ifc2b655bdb8dc361dd051be5b8b29fe6dee55ff2
2015-10-14coverity#1326130 Logically dead codeCaolán McNamara
Change-Id: I77453452183c0f3cb9b3a03c37142264d49a7d3a
2015-10-14coverity#735879 Dereference after null checkCaolán McNamara
Change-Id: I2a0fa04be569ae567719a8829b42796eadff28b6
2015-10-14coverity#735880 Dereference after null checkCaolán McNamara
Change-Id: Id7bc74352d6808a074fe227e11f998e95a050329
2015-10-14coverity#7359793 Unchecked dynamic_castCaolán McNamara
Change-Id: Ie3564a98078464b98ab4ef6f1aa87544dbcebe6c
2015-10-14coverity#7359796 Unchecked dynamic_castCaolán McNamara
Change-Id: Ic8ce96e0e1bcec279b15fd6bc81426bcb25b8c96
2015-10-14coverity#7359797 Unchecked dynamic_castCaolán McNamara
Change-Id: Ib91d29da570f81879c8afc1e0fc035f2cfe52c9b
2015-10-14coverity#7359798 Unchecked dynamic_castCaolán McNamara
Change-Id: I6851ec09bb8ed6134fd1cfe3aa830f5557efdc8d
2015-10-14coverity#735979 Unchecked dynamic_castCaolán McNamara
Change-Id: Id1739bdb702b9ae7002f8ddcd06e47babad8b8c3
2015-10-14coverity#735980 Unchecked dynamic_castCaolán McNamara
Change-Id: I7aa14ff4c89676b41c5d96a75dfd1bcd60eccf80
2015-10-14coverity#736798 Dereference before null checkCaolán McNamara
Change-Id: I44402f7c644d60e2166956ca5f98955cc73e5bab