Age | Commit message (Collapse) | Author |
|
Change-Id: Ieaa1875a8731b5339d4ebf032b3f724ff889903f
|
|
Change-Id: If33ea9c4e4388cc1b7d15847f32dd2228b047363
|
|
and drop some truly bizarre and unnecessary code
Change-Id: I105ba8784b6c4179a3cd7ad5bf9a250fd680d64a
|
|
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
|
|
Change-Id: I104c778e107259904fa4a830d3685a6506250fbb
|
|
...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
|
|
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.
|
|
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
|
|
Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884
Reviewed-on: https://gerrit.libreoffice.org/19364
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: If9ca3e2d88d1b0dee57531ed954ba4895fb37fe3
|
|
Change-Id: Ibc7a9ec036317ced9fa09805b08669e6a01f8908
|
|
Change-Id: If4bf5978fca921860d44421e17dd4f3d772d1c22
|
|
Change-Id: Ic62811bbcb0d1365ee5623943273c834a614b895
|
|
Change-Id: I4bab8a3fd8532865086d664062ce45ebdf4373f0
|
|
Change-Id: I6f8de37216f0f9d015e17b0bf1f1b1c1492275cf
|
|
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>
|
|
just send everything via callModifiedHdl()
Change-Id: I011df1d1c376deae962b465e4a27e98af968de6f
|
|
Change-Id: Iac825646e33cb40f7d8a1c1aa6a3e67f3aac5980
|
|
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
|
|
Change-Id: I8e49fce5a4d8f5b46b9bd1dd3f71a8c7dc90c20d
|
|
Change-Id: I7e993bda82bffcc51ae4181eb73e614c0f743349
Reviewed-on: https://gerrit.libreoffice.org/19379
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
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>
|
|
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>
|
|
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
|
|
Change-Id: Ic3330817809727bfa2293ba74dcd7f5a25683dae
|
|
Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6
|
|
Change-Id: I01a76e0cf19e11609a2f414bf754f3034b298b2d
|
|
Change-Id: Ia60195d48717dc87c8a8a5753477604cbdd0c79e
|
|
Change-Id: I4eb9f4bf423febce89635654c0cf1199b79d6fb8
|
|
Change-Id: I6f09015a33410e700562a87c0cf51195cbd63172
|
|
Change-Id: I754e1cbe9f6ed5c83b79771f99728ef317cfbe0a
|
|
Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34
|
|
Change-Id: I9d5393ec87c46bca28d13ea12ae73d5186443c38
|
|
Change-Id: If919721a1987798f7ca612f408125d77130112ba
|
|
Change-Id: Ib0576691b01830f25e38444efdb2442ca85ba2ca
|
|
...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
|
|
Change-Id: I79a38ff2ec50d3a3687cac7ed7688bbbcaf2208c
|
|
Change-Id: I9529bf81dcfcd6761485af5d66789c1a9a83eeec
|
|
Change-Id: I3f23e25e449e85176a092400d14e7b6fbf78b588
|
|
Change-Id: Ifc2b655bdb8dc361dd051be5b8b29fe6dee55ff2
|
|
Change-Id: I77453452183c0f3cb9b3a03c37142264d49a7d3a
|
|
Change-Id: I2a0fa04be569ae567719a8829b42796eadff28b6
|
|
Change-Id: Id7bc74352d6808a074fe227e11f998e95a050329
|
|
Change-Id: Ie3564a98078464b98ab4ef6f1aa87544dbcebe6c
|
|
Change-Id: Ic8ce96e0e1bcec279b15fd6bc81426bcb25b8c96
|
|
Change-Id: Ib91d29da570f81879c8afc1e0fc035f2cfe52c9b
|
|
Change-Id: I6851ec09bb8ed6134fd1cfe3aa830f5557efdc8d
|
|
Change-Id: Id1739bdb702b9ae7002f8ddcd06e47babad8b8c3
|
|
Change-Id: I7aa14ff4c89676b41c5d96a75dfd1bcd60eccf80
|
|
Change-Id: I44402f7c644d60e2166956ca5f98955cc73e5bab
|