Julien Nabet
e885b4abae
coverity#704348 Logically dead code
...
Change-Id: I8c97042c07e3eb66468591fa9c486998ffb1e37f
Reviewed-on: https://gerrit.libreoffice.org/3048
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Christoph Brill <egore911@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28 13:05:51 +00:00
Julien Nabet
089311bb3d
coverity#704145 Resource leak in object
...
also cleaned up comments
Change-Id: Ia676d215cf8ef4830e31a1caf4153e33af84c200
Reviewed-on: https://gerrit.libreoffice.org/3071
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28 13:03:19 +00:00
Jan Holesovsky
a756c8857b
Re-introduce accidentally removed basegfx::fround().
...
Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a
2013-03-28 13:46:07 +01:00
Luboš Luňák
86461bd286
revert the --enable-clang option
...
This should be completely equivalent to ./autogen.sh CC=clang CXX=clang++ ,
which is the normal way to pass any compiler to configure, so this is needless
duplication.
This reverts commits 1a843cc54d
and
02ed260819
.
Change-Id: Ib02ab84a7b84fe4797dca0f62aa5049c1be55302
2013-03-28 13:37:37 +01:00
Stephan Bergmann
acca22d642
Related rhbz#928568: Detect aggregators listening at themselves
...
...which would lead to infinite recursion during disposing.
Change-Id: Ie895dbf8b4497296f2216edeac012f242d720adf
2013-03-28 13:30:41 +01:00
Stephan Bergmann
7eaf1e9388
Half-assed attempt at enforcing operator [] preconditions
...
...inspired by comments to <https://gerrit.libreoffice.org/#/c/3068/ >
"String::AppendAscii cleanup in dbaccess," but it quickly becomes apparent that
lots of code rely on s[s.getLength()] == 0, so live with a weakened precondition
check for now.
Change-Id: Ifad96c706b14433df4a084ab8054b32433b8b5b6
2013-03-28 13:30:41 +01:00
Eike Rathke
4fb6281270
explicit 'en' fallback not needed for 'en-US' reference
...
If 'en-US' was given, 'en' is part of default fallbacks anyway.
Change-Id: I4f78c60bccd55fcf90f7c7fc99cda25ff1213db8
2013-03-28 13:29:58 +01:00
Eike Rathke
0d87455f0d
disabled --sort=foldcase
...
--sort=foldcase has the effect that all binary searches must be done
case insensitive, i.e. in Vim either 'set ignorecase' is needed to find
a tag at all (and then you may get more than you asked for) unless a
regular expression is given, or 'set notagbsearch' to switch off binary
search. Other tools requiring binary search may not work at all if they
don't use the ctags readtags library or similar.
Change-Id: Ifce4b4fa5635617023e0be61ca6df0dd4d6b942a
2013-03-28 13:29:57 +01:00
Andras Timar
b7699c97a7
Updated core
...
Project: help d67b1b116fd3c4d9e08c45135949e55e7170a6ae
2013-03-28 11:59:51 +00:00
Julien Nabet
cf57e77ccc
coverity#704345 Logically dead code
...
Change-Id: I72360ada3abedc75b2718742e8a038eb6d214f0c
Reviewed-on: https://gerrit.libreoffice.org/3047
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28 11:40:56 +00:00
Andras Timar
3b68171ced
Updated core
...
Project: help 43af1f1ed191b075af25c02a131d7eb52189ef62
2013-03-28 11:33:42 +00:00
Stephan Bergmann
23085e3bec
Make test more robust
...
Change-Id: I699cd0b64a789f0529a47f9128267b65ae1d1165
2013-03-28 12:13:45 +01:00
Petr Mladek
692a5dca10
Updated core
...
Project: dictionaries 2f682dd14a18b87e348f6b929cac61dae68898d1
Revert "Romanian thesaurus fix"
It is not needed. The idx files are generated automatically during build.
This reverts commit 551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc.
Change-Id: I53eb6407bc41199ca586757276a5d2d9a980afa4
Reviewed-on: https://gerrit.libreoffice.org/3107
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28 10:47:46 +00:00
Lucian Constantin
69133c6ae8
Updated core
...
Project: dictionaries 551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc
2013-03-28 10:27:22 +00:00
Tor Lillqvist
2c38ea6d16
Building without --with-help is not supposed to disable help functionality
...
Drop HAVE_FEATURE_HELP. Just check HAVE_FEATURE_DESKTOP instead in the few
places in the code where HAVE_FEATURE_HELP had been introduced so far. It's
only for the non-desktop platforms that leaving out the traditional help
functionality is intended anyway.
Change-Id: I2d05869267f509a8e64cf402eed8ebef0020cada
2013-03-28 11:48:14 +02:00
Jan Holesovsky
51f50a0dee
fdo#61789 Fix crash, pSvtGraphicStroke is allowed to be NULL.
...
Change-Id: Ia08e2e91354c9b4e543023c193b95e79d56e235b
2013-03-28 10:42:32 +01:00
Markus Mohrhard
bc2f2ab20a
move the dialog to chart2
...
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
2013-03-28 10:11:02 +01:00
EricSeynaeve
a2c8ae13a1
Converting spline dialog box to glade.
...
Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5
2013-03-28 10:11:01 +01:00
Stephan Bergmann
a1076b3822
Revert "sw: unused COLFUZZY macro in non-debug builds"
...
This reverts commit 4f90888df7
, got already
addressed with 0f60c1a50a
"OSL_ENSURE ->
SAL_WARN_IF (silence -Werror=unused-macros)."
2013-03-28 09:25:26 +01:00
Miklos Vajna
4f90888df7
sw: unused COLFUZZY macro in non-debug builds
...
Change-Id: I0f2981d691edf1d476bf94deb2f539e8d3c35334
2013-03-28 09:13:49 +01:00
David Tardon
6fd2146cb8
add missing dep on jawt
...
Change-Id: Ie6c552976f2f1027602a5b4ba27ba4754ec9dd69
2013-03-28 08:59:26 +01:00
David Tardon
2d7d465ee0
add missing dep on comphelper/classids.hxx
...
Change-Id: Ibe2fe28c19010fa8844db3ad912e9a5dc9305cad
2013-03-28 08:59:25 +01:00
David Tardon
a91559dee5
add missing dep on sal/typesizes.h
...
Change-Id: I45e2949bd50ef1b72e40f6dbc67a05bbbbeeeb5b
2013-03-28 08:59:25 +01:00
David Tardon
a11189ce72
add missing dep on sal/config.h
...
Change-Id: I6f1e3eddc960b5010e9bf015ba426aefd0437bc1
2013-03-28 08:59:25 +01:00
David Tardon
02474e0edd
add missing deps on headers
...
Change-Id: I4e16a271533fdc1fa51f9539b38220330cc44276
2013-03-28 08:59:25 +01:00
David Tardon
09505a2f05
add missing dep on sal/config.h
...
Change-Id: I2df7a90f09c9692c9cc28fe0f6e5f0a56673811e
2013-03-28 08:59:25 +01:00
David Tardon
580c639997
add missing dep on osl/thread.h
...
Change-Id: I4c33ed5a9ae5a29c2deb1a7f7d3ef1a11a44c539
2013-03-28 08:59:24 +01:00
David Tardon
4b45fe583e
add missing dep on sal/types.h
...
Change-Id: I76ab0b77a9d68feac2f14dc2f45c9bb39c15e585
2013-03-28 08:59:24 +01:00
David Tardon
820f596b74
add missing deps on headers
...
Change-Id: Ifdc86edf9885d5c5bad158838093f7eff02c6ef3
2013-03-28 08:59:24 +01:00
David Tardon
876537a1ed
add missing deps on URE headers
...
Change-Id: Id432ade1703e50a0abe1642e2e1eba89dc102dee
2013-03-28 08:59:24 +01:00
David Tardon
1fdf63282b
add missing dep on uwinapi.h
...
Change-Id: Ie7a616d4295db98a8c513e876b83b8e6b52ba83a
2013-03-28 08:59:23 +01:00
David Tardon
e8b8e33c29
add missing dep on sal headers
...
Change-Id: Iffcd9b94b1246c012413f26cf11c1bb28541d38b
2013-03-28 08:59:23 +01:00
David Tardon
52a29f6d3c
add missing dep on sal/typesizes.h
...
Change-Id: I1b840d53259c92bf5336e7815c726154c2323f2a
2013-03-28 08:59:23 +01:00
David Tardon
27b8de356e
make sure output dir exists
...
Change-Id: I437c54719a514fdc020b3a6bf37d2f288102fdea
2013-03-28 08:59:23 +01:00
David Tardon
1e3c9641f0
add missing deps on uwinapi headers
...
Change-Id: I8a6d62a611879aaa6f6b823ecb11618c26e4123c
2013-03-28 08:59:22 +01:00
Tor Lillqvist
38cbf02fcd
WaE: struct 'ScRefCellValue' was previously declared as a class
...
Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61
2013-03-28 09:44:26 +02:00
Stephan Bergmann
0f60c1a50a
OSL_ENSURE -> SAL_WARN_IF (silence -Werror=unused-macros)
...
Change-Id: I34cb3308916c95b95d3197d207c49a3799760163
2013-03-28 07:58:27 +01:00
Kohei Yoshida
6a944422c4
A bit more.
...
Change-Id: I7617bfa094ba8e6fb2c19944362bd604f5299732
2013-03-28 01:12:52 -04:00
Kohei Yoshida
226aefbc55
Reduce calls to ScDocument::GetCell().
...
Change-Id: I39196eced68d25b6b2ae1378f712564badfc4572
2013-03-28 01:12:52 -04:00
Kohei Yoshida
629c793388
More on replacing ScBaseCell.
...
Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd
2013-03-28 01:12:51 -04:00
Kohei Yoshida
e610388522
We only need to send the broadcaster instance with ScHint.
...
Another ScBaseCell eliminated.
Change-Id: I32a07024dd1d8ab536038942aa7209a7829d193c
2013-03-28 01:12:51 -04:00
Kohei Yoshida
f847a0e29b
Some header cleansup. Some headers are no longer needed.
...
Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae
2013-03-28 01:12:51 -04:00
Kohei Yoshida
0c0191cfb7
Some followup cleanup now that these methods are in the formula cell only.
...
Change-Id: I796bf379f004a1371c86362e57eaac4a511f34cd
2013-03-28 01:12:51 -04:00
Kohei Yoshida
d832acf33d
Now we don't need to check for the cell type; it's always of formula type.
...
Change-Id: I4066975340f7e8a89e9e4d07cc7bed3851da52b6
2013-03-28 01:12:51 -04:00
Kohei Yoshida
96228fa3ec
Stop exporting symbols of these cell classes except for ScFormulaCell.
...
And move StartListeningTo() and EndListeningTo() methods from ScBaseCell
to ScFormulaCell. They really do belong only to the formula cells.
Change-Id: I468cd899beec0d8281ebb0d57fe6205a0fc4f534
2013-03-28 01:12:50 -04:00
Kohei Yoshida
49f9492358
attrarray.cxx is now free of ScBaseCell.
...
Change-Id: I9a323062fc341ef5fc20f2922503a88f3a45ce0d
2013-03-28 01:12:50 -04:00
Kohei Yoshida
f861f02ac9
cellsuno.cxx is now free of ScBaseCell.
...
Change-Id: Idc967bf3028c93e80edec81823d620e9f2626556
2013-03-28 01:12:50 -04:00
Kohei Yoshida
b5726f22a7
More of the same.
...
Change-Id: Id9a5968376f955b325d18067688f59116663740f
2013-03-28 01:12:49 -04:00
Kohei Yoshida
cb7f105b3c
Remove a bit more use of ScEditCell and ScBaseCell.
...
Change-Id: Ib01eaef7e3a612048d2ed3f714ed178f4076e689
2013-03-28 01:12:49 -04:00
Kohei Yoshida
f59dcdb19b
Reduce indentation by early bail-out.
...
Change-Id: I5965a38fdd4e80e22136905881a39eb38ffb7798
2013-03-28 01:12:49 -04:00