ae7ca8b957
fdo#46037: remove unused comphelper/configurationhelper.hxx
...
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa
Reviewed-on: https://gerrit.libreoffice.org/10603
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Stahl <mstahl@redhat.com >
2014-07-29 15:40:41 +00:00
8a406391b1
Recovery files can have an extension
...
Looks like unintentional change made in
c4a593b6b1732def0a21f455c0ca50f82a9bc40d
Change-Id: If314a3f290c79909e3a807f9c9c95791c26067e9
2014-07-28 15:09:32 +03:00
16c4dcf4e6
coverity#704648 Dereference after null check
...
Change-Id: I52b5fa71a440778d3423db84a3bf374f0c2654b9
2014-07-26 21:25:17 +01:00
d5fb4b7319
Typos
...
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
2014-07-23 22:23:52 +02:00
23e818d4f5
AmbigousFilterRequest is only ever extracted, never created
...
Change-Id: I79c669c1635192199d6ef135e1ab9b48a9e7e63a
2014-07-23 10:49:30 +01:00
594a5e20f7
coverity#1224998 Uncaught exception
...
Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97
2014-07-14 09:21:00 +01:00
1fc3126439
convert GlobalImageList to SimpleReferenceObject
...
instead of hand-rolling it's own reference counting
Change-Id: Ie90cdce49b9dab68f1bdf487b0f308e03464f893
2014-07-11 15:44:21 +02:00
3a93809df9
improvements to ShareableMutex
...
- add some docs
- remove unnecessary null checks
- improve field name
Change-Id: I8299ec0d56ee5d903f05f2790f97f90ca00663cb
2014-07-10 11:04:10 +02:00
f692c88e60
use SimpleReferenceObject in comphelper module
...
to replace hand-rolled version
Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb
2014-07-08 15:16:48 +02:00
f9ac894247
clang scan-build: Called C++ object pointer is null, a good catch
...
Change-Id: I4fbb37560f7b20fd6854ba9bb8d017352be679b6
2014-07-03 12:49:38 +01:00
a9fc9f4a9f
Drop unused E_NOEXCEPTIONS
...
Change-Id: I558684352cc99002752d4c5d118a0c46572bd6f0
2014-07-02 14:56:52 +02:00
b6df953c8f
Drop unnecessary ITransactionManager base class
...
Change-Id: Iebed1d63ff76fdc9b82ce6ce8860592606500e38
2014-07-02 14:56:52 +02:00
e50ef195bc
New loplugin:stringconcat
...
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01 15:45:52 +02:00
b232607e45
Typo: easiear->easier
...
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
2014-06-29 00:11:19 +02:00
5b621a30cc
clang: Dead assignment
...
Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129
2014-06-26 16:29:15 +01:00
533c6cb6ba
fixes for up-casting to Reference<XInterface>
...
Fix regressions introduced with
6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking
Reference constructor to reduce code noise"
Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2014-06-25 17:10:43 +02:00
1dac3254d5
allow a frame to go from init state to close
...
without an intermediate working stage so it can be disposed after creation, but
without a prior initialization like CppunitTest_services does
Change-Id: If2679fd0ce3657e727e34cfb0752501fc82df936
2014-06-24 16:05:50 +01:00
3e82897353
improve the inlinesimplememberfunctions clang plugin
...
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-17 10:55:17 +02:00
06b51293f6
loplugin:staticcall
...
Change-Id: I6301c6d01b62540d0a765b78323a46ee3a4965c8
2014-06-13 17:54:28 +02:00
da8bfce257
Fix memory leak
...
Change-Id: Ib0a2d8d69f5bd43872c949d79c685f71657dc9db
2014-06-13 17:42:58 +02:00
dd90d9b6d7
-Werror,-Wtautological-undefined-compare
...
Change-Id: Ibd738b91d35a1b82e1e7b078ef73c6f6076dc08a
2014-06-10 11:41:08 +02:00
184a00b962
loplugin: inlinesimplememberfunctions
...
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-09 10:10:13 +02:00
eda624641b
lp#1296715: refresh invalidated menus
...
- so we need to be a StatusListener in framework after all
- we ware updating all menus for now, instead of just one
- this would have a hugh performance hit when there is much change to the menu
- thus we just invalidate the menu and update with all changes after 100ms once
Change-Id: I48cda968cf0ae1eae0421b3424bb3e5830817e84
2014-06-05 11:10:57 +02:00
0e507ae031
various: remove SAL_THROW macro
...
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
2014-06-05 08:17:52 +02:00
b312a38797
update_pch: add a bunch of pch files
...
desktop: 1m51s -> 54s
framework: 1m55s -> 1m04s
package: 32s -> 16s
sdext: 1m31s -> 47s
svgio: 32s -> 15s
uui: 49s -> 20s
vbahelper: 1m44s -> 27s
xmlscript: 15s -> 10s
xmlsecurity: 45s -> 23s
Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
2014-06-04 21:18:37 +02:00
cc25f70ef1
compareTo -> equals
...
convert OUString::compareTo usage to equals to startsWith where it
is more appropriate
Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121
2014-06-04 11:52:34 +02:00
1d2993df98
coverity#737167 Uncaught exception
...
Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9
2014-06-04 09:38:12 +01:00
f634cda2a2
avoid problems with poppler's and vcl's FontInfo during runtime
...
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
2014-06-04 07:49:15 +02:00
229abf40ac
coverity#1219794 Uncaught exception
...
Change-Id: Icc9e5faf9ef15840c359b7766112278094d52dea
2014-06-03 20:10:17 +01:00
0301abbbc3
coverity#1219801 Uncaught exception
...
Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9
2014-06-03 20:10:17 +01:00
d9e7a359ef
coverity#1219797 Uncaught exception
...
Change-Id: I597fb90d677e7cade71bf6cbf7f7bce9d3bd05f6
2014-06-02 16:59:57 +01:00
4957262473
coverity#1219799 Uncaught exception
...
Change-Id: Id1903def4869bccef18f8a1132521d4f24fed551
2014-06-02 16:59:57 +01:00
1ae89d1892
fdo79368 Don't process overflow menu items twice.
...
We reuse the toolbox overflow menu for toolbarmanager's context
menu -- toolbarmanger previously added its menu listener to the
toolboxes menu permanently, meaning that it would try to handle
overflow menu items (in addition to the context menu items which
it should handle), instead we should only add the listener when
we are actually using the menu as a context menu.
Perhaps it would be better in the long run to actually use fully separate
menus instead, and ask toolbox to specifically add its items to that
rather than trying to hack the context menu on top of the overflow menu?
Change-Id: Iecface2c6eae9ab79dbcdb25ffdbaf446e2885ea
2014-06-01 08:42:46 +01:00
ebc0a15515
remove more unnecesary OUString constructor use
...
when throwing exceptions
Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
2014-05-29 09:01:40 +02:00
5e62d30fa2
update_pch
...
Change-Id: I5316693452427ed76a7738b090de023b110caa40
2014-05-28 15:53:10 +02:00
ec651eaead
cid#706551 Uncaught exception
...
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
2014-05-28 10:00:56 +02:00
ecd00991fd
cid#706552 Uncaught exception
...
Change-Id: I93c41521a7687ca5a451f8107971d1b8fabfd489
2014-05-28 10:00:56 +02:00
0a87f4ad1a
cid#706553 Uncaught exception
...
Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27
2014-05-28 10:00:56 +02:00
4b8e95bf8d
cid#706558 Uncaught exception
...
Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763
2014-05-28 10:00:55 +02:00
92b447876d
css already means ::com::sun::star
...
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
2014-05-27 14:00:28 +02:00
898b7643e4
loplugin:sallogareas
...
Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c
2014-05-27 13:29:50 +02:00
ea491d056d
OSL_TRACE -> SAL_INFO
...
Change-Id: Ib9e1ed6119b5286871ac10136f7fcbefffe7aebe
2014-05-27 12:34:30 +02:00
0f2824b117
remove more unnecessary use of OUString constructor
...
Change-Id: Iae14cb3df65295b6894fd9e05411c5698e9c8aba
2014-05-27 08:20:12 +02:00
9af0abebfd
remove unnecessary use of Reference constructor in throw
...
Convert code like this:
throw IOException("xx",
Reference< XInterface >(static_cast<OWeakObject*>(this)) );
to this:
throw IOException("xx",
static_cast<OWeakObject*>(this) );
Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-27 08:20:11 +02:00
3b24dcc8a8
Remove unnecessary semicolons
...
A simplified version of the semantic match that finds this problem is
follows: (http://coccinelle.lip6.fr/ )
// <smpl>
@r1@
statement S;
position p,p1;
@@
S@p1;@p
@script:python r2@
p << r1.p;
p1 << r1.p1;
@@
if p[0].line != p1[0].line_end:
cocci.include_match(False)
@@
position r1.p;
@@
-;@p
// </smpl>
Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e
Reviewed-on: https://gerrit.libreoffice.org/9493
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-05-27 01:19:00 -05:00
637bb5adf7
Resolves: fdo#79178 Crash when opening a form created with a previous version
...
A regression from c2c530da69152ff9192b9726aa95961803ce9b29 I think. Rework
this to follow the same ctor + init pattern as the others
move the fillCache out of the ctor to acquire the obj first, then
call the extra init before returning it
Change-Id: Ia0dc878654780294a4935f07ac70c4358ca51dfc
2014-05-25 15:28:39 +01:00
3467112fbd
coverity#983680 Uncaught exception
...
Change-Id: I62baf5b8809d915a4fe6a32788868072d55258e0
2014-05-24 16:11:00 +01:00
ac76cc7e60
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20
...
Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
2014-05-23 22:11:52 +02:00
c6f72b6a7c
coverity#1215320 Uncaught exception
...
Change-Id: Icbc9f370573eda2a79c04825b00db77d1bf1924f
2014-05-23 20:37:32 +01:00
afe26bb894
coverity#705818 Dereference before null check
...
Change-Id: Ie34e0df8ce38c58f5397942e53c55f6cc091b69d
2014-05-23 14:16:10 +01:00