Rohan Kumar
221144f9c9
tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)
...
[UPDATED PATCH]: I removed the trailing newline characters in the
SAL_WARN macro as pointed by Jan Iverson
Change-Id: If90b0d44777ec2ab1bd646f22f4c9cdf798cf8b4
Reviewed-on: https://gerrit.libreoffice.org/22315
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-12 14:35:40 +00:00
Julien Nabet
1151fec7a8
Let's use the iterator return by erase method (final)
...
Change-Id: I1934b0c2a9ae9fa089d7e9ded4a289908fb2709a
Reviewed-on: https://gerrit.libreoffice.org/23173
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2016-03-12 14:30:32 +00:00
Rohan Kumar
0c3ff8ca07
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0 conditionals
and in some places i used SAL_INFO(..)s
Change-Id: I87e2e4d73be22630dbcce6df2650b924cba9f8ec
Reviewed-on: https://gerrit.libreoffice.org/23005
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-12 14:24:42 +00:00
Rohan Kumar
f3d454647a
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I replaced OSL_DEBUG_LEVEL > 1 conditionals to OSL_DEBUG_LEVEL > 0
as suggested in easy hack
Change-Id: Ie852e95992bb8b0c49f2d01348ed598dfc26a39a
Reviewed-on: https://gerrit.libreoffice.org/23074
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-12 14:21:10 +00:00
Rohan Kumar
eda2459251
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I removed the OSL_DEBUG_LEVEL > 1 conditional and replaced it
to OSL_DEBUG_LEVEL > 0 as suggested in easy hack.
Change-Id: If5f086f280d01e7a80be59f3c992dc2d0a7663cf
Reviewed-on: https://gerrit.libreoffice.org/23062
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-12 14:20:11 +00:00
Markus Mohrhard
67f4b98b98
fix memory leak in detective sdr objects
...
The SdrObject ownership needs to be transferred from the SdrObjList to
the Undo object. Only SdrUndoDelObj takes ownership of the object
SdrUndoRemoveObj does not.
Change-Id: I28f9c538eb4e54ec89ada8521f63d2f49d47a1ff
Reviewed-on: https://gerrit.libreoffice.org/23172
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:43:01 +00:00
Markus Mohrhard
baa938b44d
fix memory leak in ucalc
...
Change-Id: Iad38472638438eb52e9e46be0a284adbb8ccb689
Reviewed-on: https://gerrit.libreoffice.org/23169
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:42:38 +00:00
Markus Mohrhard
91831f3af1
use unique_ptr instead of manual new delete
...
Change-Id: I5cbc792818a61e787d4bdad6b605535cc16c8437
Reviewed-on: https://gerrit.libreoffice.org/23170
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:06:54 +00:00
Markus Mohrhard
0295a1f2ac
fix memory leak in ucalc
...
Change-Id: I8a2fd72894651e9c2c7d099f87853804ba483443
Reviewed-on: https://gerrit.libreoffice.org/23168
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:04:45 +00:00
Markus Mohrhard
0712550709
no need for fancy delete macros for local variables
...
Change-Id: Ib81562dda616ab6c9e2ad69c076818a9a2c42085
Reviewed-on: https://gerrit.libreoffice.org/23167
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:04:19 +00:00
Markus Mohrhard
bfbb89a77e
fix memory leak in ucalc test
...
Change-Id: I5b0f12020eed953b73f1f1b2f867b33172073487
Reviewed-on: https://gerrit.libreoffice.org/23166
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:03:57 +00:00
Markus Mohrhard
0b2b3369fc
declare variable when we use it
...
Change-Id: I7f85568318133b19ccd315ff9084efdd15b3eed7
Reviewed-on: https://gerrit.libreoffice.org/23165
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:03:37 +00:00
Markus Mohrhard
bb472d035b
we knowingly leak that during the unit tests
...
Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
Reviewed-on: https://gerrit.libreoffice.org/23171
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:02:36 +00:00
Markus Mohrhard
7452a44466
use correct cppunit assert macro, loplugin:cppunitassertequals
...
Change-Id: If50f49e9a14e4594778d12e2890e4ebd47b670d4
Reviewed-on: https://gerrit.libreoffice.org/22756
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2016-03-12 13:01:46 +00:00
David Ostrovsky
3bd54fd17b
Fix lcms2 on MSVC 14.0
...
Without explicitly specifying toolset v140, the build was
failing when only MSVC 14.0 was installed:
The builds tools for v120 (Platform Toolset = 'v120')
cannot be found
Change-Id: I6fb386d56e38cbf922de5069e70a3d3def147c0b
Reviewed-on: https://gerrit.libreoffice.org/23162
Reviewed-by: David Ostrovsky <david@ostrovsky.org >
Tested-by: Jenkins <ci@libreoffice.org >
2016-03-12 10:04:32 +00:00
Adolfo Jayme Barrientos
2a4fce4071
Updated core
...
Project: help cd69c2af776143be1768661c5d4587ce7f9f0335
tdf#98616 Update menu path for creating a pivot table
Change-Id: I484974df93271670ecd10562e173bd7a70dc7dda
2016-03-12 09:01:47 +00:00
Julien Nabet
8eef10a5fd
Let's use the iterator return by erase method (part b)
...
std::list seems ok but let's try for std::set and std::multiset
Change-Id: I1d4875468517c732680ba98ac9f2e08d1baa61bd
Reviewed-on: https://gerrit.libreoffice.org/23161
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
2016-03-12 08:24:56 +00:00
David Ostrovsky
682da4010b
Fix glew on MSVC 14.0
...
Without explicitly specifying toolset v140, the build was
failing when only MSVC 14.0 was installed:
The builds tools for v120 (Platform Toolset = 'v120')
cannot be found
Change-Id: I5849821f291b705ad75db8b4c9404af8458902ba
Reviewed-on: https://gerrit.libreoffice.org/23160
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: David Ostrovsky <david@ostrovsky.org >
2016-03-12 07:28:34 +00:00
Adolfo Jayme Barrientos
65b4d2a618
Typo
...
Change-Id: I834c8473a6c2ad135359c45af868132bbb6960f8
2016-03-12 01:08:34 -06:00
Adolfo Jayme Barrientos
b5ba60e39f
Updated core
...
Project: help b54536ff09619519e8d5bbd87b08b13fe027abfd
English
Change-Id: I9b07a614becef43d07bb946d07a2efbb91794a0e
2016-03-12 05:51:15 +00:00
Jochen Nitschke
51d0b4037b
tdf#84938 Change defines to typed_flags
...
Put defines into an enum class and use typed_flags template from o3tl
to give them flag operators.
There were some shift operations to apply flags from start references
to end references, these went into a helper in address.hxx to hide
them. A marco with shift operations in address.cxx was rewritten in two
helpers without shifts.
One shift remained in ScRange::Format with a comment.
The other flag untypical operator was a minus 1 in a helper for
ScRefFinder::ToggleRel, which iteratates through all possible
combinations for absolute references. This is used to make referecnces
absolute via SHIFT+F4. A replacement would be too complex.
Change-Id: I4850f1623e01e56c60ac2260b95fc5cad8b6fd71
Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de >
Reviewed-on: https://gerrit.libreoffice.org/22840
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Eike Rathke <erack@redhat.com >
Tested-by: Eike Rathke <erack@redhat.com >
2016-03-12 00:21:29 +00:00
David Ostrovsky
dc519b6dea
Fix .NET detection on 32bit platform
...
Change-Id: I5eaa098d1de6b57245aca7bba2274139e60ba402
Reviewed-on: https://gerrit.libreoffice.org/23159
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: David Ostrovsky <david@ostrovsky.org >
2016-03-12 00:05:08 +00:00
Julien Nabet
5da0983a7c
Typo: documet->document
...
Change-Id: I7ec134282af33386cab001ed076fb8fa90d33608
2016-03-12 00:48:44 +01:00
Rohan Kumar
b430ec96e3
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I removed OSL_DEBUG_LEVEL > 1 conditionals and in some
places i replaced OSL_ENSURE(..) with assert()
Change-Id: Ide7e4b633e85a699f680f47caac5bff36bf180a2
Reviewed-on: https://gerrit.libreoffice.org/23076
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-11 23:36:55 +00:00
Winfried Donkers
8dd5dbbb6e
tdf#97897 (first problem) fix for not recalculating on F9.
...
Set current formulacell to dirty to enforce recalculation.
Change-Id: Ie02b6a5ce7df57e6acca2fa3854cab883834af69
Reviewed-on: https://gerrit.libreoffice.org/22772
Reviewed-by: Eike Rathke <erack@redhat.com >
Tested-by: Eike Rathke <erack@redhat.com >
2016-03-11 22:55:07 +00:00
Dennis Francis
7bc97db5b9
tdf#42629 : Allow multiple status bar functions at a time
...
Change-Id: Ide9ced5ff4cedebd41a85814f74549648a896f16
Reviewed-on: https://gerrit.libreoffice.org/22060
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Eike Rathke <erack@redhat.com >
Tested-by: Eike Rathke <erack@redhat.com >
2016-03-11 21:45:26 +00:00
Jan Holesovsky
97c872d015
lok: Avoid dereferencing nullptr.
...
Change-Id: I40a53cf08e2a789299cd7a05d531b4f920653989
2016-03-11 20:52:05 +01:00
Miklos Vajna
c86a4d6b07
Updated core
...
Project: help f0301528ebc8a907be01e9435bb43b8d2b9449e0
selectcertificate: add help content for the description
Change-Id: Ie93709cbebcf11866cded6958c14375028910944
2016-03-11 17:09:05 +00:00
Miklos Vajna
27fc89cce9
xmlsecurity: extract OOXML export code into its own class
...
It was odd that import code had its own OOXMLSecParser, but export code
was buried in the controller.
Change-Id: Ie1964bf9c54a8b779981e8d72bf4810090cf960c
2016-03-11 17:37:11 +01:00
Miklos Vajna
6c11778ee6
CppunitTest_xmlsecurity_signing: add ODF verification testcases
...
Change-Id: I08734b7841fc83b327ebbf5c8ae43f7969e94e12
2016-03-11 17:37:11 +01:00
Stephan Bergmann
69bb5e8498
Thread safety
...
Change-Id: I13282ac1d6b3f1323e9056a4160301bd503ac271
2016-03-11 16:42:00 +01:00
Stephan Bergmann
8db7c0de57
No need for a complicated arg to SetReady
...
Change-Id: Iacb900ab7de0f01a78441019d2455abacc974617
2016-03-11 16:41:59 +01:00
Stephan Bergmann
34eb5546a1
Turn static s_bInEnableRequests into an ExecuteCmdLineRequests arg
...
Change-Id: Idb0b252d986bc866409928f4a126f55608c6347c
2016-03-11 16:41:59 +01:00
Stephan Bergmann
ee31139b64
Combine mbDowning, mbRequestsEnabled as mState
...
Change-Id: I3110f1690f0d7b0f19e7576f02cb1159342881a1
2016-03-11 16:41:59 +01:00
Stephan Bergmann
f3caa92527
pDocsRequest cannot be null
...
Change-Id: I399175f154e0a75779b90b74396c13fe2acbca49
2016-03-11 16:41:58 +01:00
Stephan Bergmann
1290a4082c
Create DispatchRequest via list-initialization
...
Change-Id: Ic1fc17b028281e64290c6c1d25bbd94fbf27251d
2016-03-11 16:41:58 +01:00
Stephan Bergmann
2cc88911db
Resolve trivial DispatchList typedef
...
Change-Id: I5a304701aed843f6cdbffcdcf6e04255453f0f48
2016-03-11 16:41:58 +01:00
Stephan Bergmann
9095c5495b
Use range-based for loop
...
Change-Id: Icf9dd7ffdc39ff64e9eac11050c8bfbfef6f004d
2016-03-11 16:41:58 +01:00
Michael Meeks
2a9095570a
User-Agent: disable reporting of languages.
...
Nowadays we have them all, so it is big, non-useful data.
Change-Id: Ia08b863852e6a0916f30e2ecdc14eea4fafe2ab0
Reviewed-on: https://gerrit.libreoffice.org/23143
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Michael Meeks <michael.meeks@collabora.com >
2016-03-11 15:16:56 +00:00
Yousuf Philips
fb3d0279d5
Updated core
...
Project: help c8c86435d40ad2ec5b0e1c5f6bdb9888445d13ab
Helper file to package the help so it can be viewed in help viewer
Change-Id: I419d7ac89953e969d271f1ef2d82d091cd1b079c
Reviewed-on: https://gerrit.libreoffice.org/22962
Reviewed-by: Yousuf Philips <philipz85@hotmail.com >
Tested-by: Yousuf Philips <philipz85@hotmail.com >
2016-03-11 14:18:26 +00:00
Rohan Kumar
004c233d30
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I removed OSL_DEBUG_LEVEL > 1 conditionals and replaced them with
OSL_DEBUG_LEVEL > 0 as suggested in easy hack
Change-Id: I6495bf203365356e0969a057f5238c2343931d2b
Reviewed-on: https://gerrit.libreoffice.org/23061
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-11 14:06:55 +00:00
Rohan Kumar
2e0c1e03e8
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
...
I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
and made sure that it doesn't break the build
Change-Id: I9febeed949a24d7bc5afb13dedde03fd812b5b20
Reviewed-on: https://gerrit.libreoffice.org/23077
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com >
2016-03-11 14:01:07 +00:00
Tor Lillqvist
67ef33f914
Passing a string to a std::ostringstream ctor is tricky
...
For it to do what one typically wants, also std::ios_base::ate is
needed.
Change-Id: If520c98cbd4d3913b644c2137623c2b7e9c5c708
2016-03-11 15:28:41 +02:00
Caolán McNamara
235411c9d4
gtk3: various bits means different things again
...
Change-Id: Iafa1e65fb0cc096513cdfe12a09fb0ef4c4d2db0
2016-03-11 13:21:54 +00:00
Christian Lohmaier
0531039157
neither doxygen nor javadoc make use of <type scope="…"> annotations
...
even more so when they are invalid xml.
Thus obsolete since the switch from autodoc to doxygen, see also
https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html
Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b
2016-03-11 13:47:43 +01:00
Christian Lohmaier
69db014220
ThreadPool doesn't exist - etiher point to IThreadPool or implementation
...
Change-Id: I96e1607945802d06dcc01b64267117d98f9a9994
2016-03-11 13:47:43 +01:00
Christian Lohmaier
a86734ef31
interface is called "DisposeNotifier", not "NotifyDispose"
...
Change-Id: Ib60120bedb360b178a09a649de635ae3459f3af4
2016-03-11 13:47:42 +01:00
Christian Lohmaier
37e1495307
ComponentFactoryWrapper was removed in 2002
...
with commit 9e50970ccf
Change-Id: Icb1077f9aa47874ec601a93adc3561d0d99c4261
2016-03-11 13:47:42 +01:00
Christian Lohmaier
ee39cab291
[I]ThreadPoolFactory is dead since 2003
...
f195124f6d
killed it off for good
Change-Id: Ibf217096d2f14caa5a7b1572895c81ab295f0c46
2016-03-11 13:47:41 +01:00
Christian Lohmaier
82bf21f4d0
NoConnectionException is com.sun.star.comp.beans.NoConnectionException
...
and not com.sun.star.lang.NoConnectionException
Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74
2016-03-11 13:47:41 +01:00