b450d32260
fdo#82088: changed namespace from utl to css::util
...
- edit: deleted redefined css (alrdy global)
Change-Id: I2e1b0a3d71ef25fdca2a56094283ed076e5cdd30
Reviewed-on: https://gerrit.libreoffice.org/11171
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk >
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk >
2014-08-28 08:55:44 -05:00
57a4337e25
set names on a bunch more threads...
...
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-25 13:21:59 +02:00
46bf3068de
remove commented out namespace aliases
...
Change-Id: I2895204753f3302b5c7cbcce6f4d01d6bdd0694e
2014-08-21 09:03:25 +02:00
56ad57dee7
starsdbc -> css::sdbc
...
Change-Id: Id0411425b0a3400dffe47143f908ab283fd2247e
2014-08-21 09:03:24 +02:00
9d17726dcd
staruno -> css::uno
...
Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
2014-08-21 09:03:16 +02:00
3ddfcd70dc
make debug builds fail hard on unexpected conditions
...
Change-Id: I0732ce65757ee29e5ad12cb576c5b64ed0edeaee
2014-08-20 18:35:44 +02:00
73ff8a29c1
update comments with my new findings
...
Change-Id: I58e07994e627ce980573812cbe56a068f66b1862
2014-08-20 18:35:41 +02:00
b3d9852309
Remove more useless includes of tools/debug.hxx
...
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc
Reviewed-on: https://gerrit.libreoffice.org/11020
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2014-08-20 09:10:01 -05:00
34d6e7790f
avoid potential null dereference
...
Change-Id: I2236a18608ffa9481c30088044f34e1a3372dd11
2014-08-20 10:08:49 +02:00
8c536baf20
do not use obsolete OSL_VERIFY macro
...
Change-Id: I8efdd4933d3e47c5e086dc4a4685110390d6b6e8
2014-08-20 10:08:49 +02:00
238d6ac878
this assert does not make sense
...
... as the code apparently can work even if xFormatTypes is empty.
Change-Id: I6b733b9b31329d4fafc745bc23d0f555286950e6
2014-08-20 10:08:49 +02:00
3dd12b4a5c
fdo#82427 disambiguate "NOT LIKE 'foo'"
...
Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef
2014-08-18 22:23:57 +02:00
5eaa0e76fb
fdo#82757 call convertStringToNumber and detectNumberFormat with same locale
...
So that they agree (among others) on date recognition patterns.
Change-Id: I964142702b5bb23bca2c62433e52f76dfa4bdacb
2014-08-18 20:42:12 +02:00
d4e64d0300
check len before memcpying into it
...
valgrind + bff on sf_3e0068c9b19bb548826bed0599f65745-CrdWMI-minimized.gif
Change-Id: I74cc21609f1c97a27e13615593f678cbbc8463e3
2014-08-18 12:59:48 +01:00
9662166fb0
warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...
...
...enumeration must have an underlying type (int assumed)
Change-Id: I51033adab7318f8bca5eeb325e522376e9e8c3ab
2014-08-13 10:10:36 +02:00
e49e41f760
check return of Execute row and propogate error code
...
Change-Id: I75b2c454122aa2d75d66dc46865135e01277bbcb
2014-08-09 13:35:48 +01:00
a9201a4dfe
Conditional jump or move depends on uninitialised value(s)
...
at 0x2DC948DF: connectivity::dbase::ODbaseTable::fillColumns() (DTable.cxx:330)
...
by 0x2C57E3B3: ScDocShell::DBaseImport(rtl::OUString const&, unsigned short, ScColWidthParam*, ScFlatBoolRowSegments&) (docsh8.cxx:345)
bff + valgrind: sf_52f907dbea3069ba59ef1e183a0f4160-430.pcx
fuzz a pcx long enough and it turns into a dbase file
Change-Id: Idf1622d6b55ae2cca381f263333d0ab0b6a469b2
2014-08-09 13:35:48 +01:00
dea2789107
Fix *_component_getFactory function type
...
Change-Id: I827fd727eb49ce19da847327d78bca531a11bc1a
2014-07-29 16:12:33 +02:00
6b5fb7ef6a
coverity#706301 Uncaught exception
...
Change-Id: I6c81df21c7c8713e3d409fb9418e6d6bcca48d68
2014-07-26 21:25:20 +01:00
28b98516e5
coverity#1079093 Uncaught exception
...
Change-Id: I4b09963e2daf22dcd006fee0ce0bb130c7c18342
2014-07-26 21:25:15 +01:00
5687788744
Resolves fdo#81213: Wrong table-clause generated by reportbuilder
...
Oracle doesn't accept "AS" for making an alias from a table
See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5
for more information
(thank you Lionel)
Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
2014-07-22 18:38:21 +02:00
8923103eee
coverity#706376 Uncaught exception
...
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
2014-07-21 13:59:34 +01:00
abede5a4fd
Typo: generel->general
...
Change-Id: Ib967981eb2b8ee6610a983b38f2f2617e873f17d
2014-07-19 19:13:09 +02:00
32551a546c
fdo#81336 bison priority increase with bigger number
...
Change-Id: Ib99f08c52379fd9df90c30b61cc246ee53022506
Reviewed-on: https://gerrit.libreoffice.org/10401
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu >
Tested-by: Lionel Elie Mamane <lionel@mamane.lu >
2014-07-19 07:45:30 +00:00
a517898052
remove unnecessary "const &" qualifier from T* parameters
...
e.g. convert code like
foo(X * const & p)
to
foo(X * p)
since the "const &" part of it adds nothing useful.
Change-Id: Icf5f2041517259e7b6e055b75ed1e0e77c547da5
2014-07-18 14:24:19 +02:00
55dac4ff40
coverity#706364 Uncaught exception
...
Change-Id: I4a6f7a2aa76d2a998bb6392de35fa1d25c85b3ce
2014-07-13 20:10:49 +01:00
31a1eb4824
coverity#706372 Uncaught exception
...
Change-Id: If3b3395bbe44720540e9619bba6088c6cd29ed37
2014-07-10 13:39:15 +01:00
d16bb62d22
Fix function signature
...
Change-Id: Ia3cd228009792d2e5c2e3b74e740341bb0088867
2014-07-10 11:11:00 +02:00
183e062e9f
use SimpleReferenceObject in connectivity module
...
to replace hand-rolled version
Change-Id: Ib415a6e78733277cbc1c0777d7263b65f404e6a4
2014-07-10 11:04:12 +02:00
4e549156ef
WaE: enumeration values not handled in switch
...
The previous commit to this file removed the default: case, so add it back
(even if doing nothing now).
Change-Id: Idc02818a30216dda0d64fddf21188de5766672e2
2014-07-07 13:21:56 +03:00
0d78ad871e
DBG_ASSERT->assert when followed by dereference
...
Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
2014-07-07 10:48:25 +01:00
eb9b890bc9
DBG_ASSERT->assert when followed by dereference
...
Change-Id: I9390228721df1b713d8cf2e719854b74d6b639c8
2014-07-06 21:06:06 +01:00
b5997b9354
JOINs are left-associative
...
Change-Id: I24fdd2ce9bb87cc52a7c84ec8cd300bc13b11461
2014-07-03 15:44:11 +02:00
4228f08d60
use assert when followed by deref
...
Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
2014-07-03 12:49:38 +01:00
a215499bf3
clang scan-build: Argument with 'nonnull' attribute passed null
...
Change-Id: I7e8700936cf98a672a2513232cf4247f1783c41b
2014-07-03 12:49:37 +01:00
8871a650b9
SAL_WARN->assert
...
immediately dereferenced
Change-Id: I96a657973c219facbaa64dd079dcaaaa3c1c4dd8
2014-07-02 10:46:48 +01:00
6a6d83ace3
coverity#706374 Uncaught exception
...
Change-Id: Ie17e29e6893c6f69f176d77fab9dcb6a90cb432b
2014-07-02 09:46:33 +01:00
7501ee9d9d
coverity#706373 Uncaught exception
...
Change-Id: Iee4774dffd43be3fc3eacbcc81f150706625fcad
2014-07-02 09:46:32 +01:00
051a8f9577
coverity#706371 Uncaught exception
...
Change-Id: I2019711112b1acb336b3002faca312c658f28671
2014-07-02 09:46:32 +01:00
b26ccfa080
coverity#706368 Uncaught exception
...
Change-Id: Ia8988be31ed4dc4843bd6c2573ec14efa3af6397
2014-07-02 09:46:32 +01:00
c12e8e6435
coverity#706367 Uncaught exception
...
Change-Id: I5c17c94956a44dab13935dca41e812ebd196203a
2014-07-02 09:46:31 +01:00
067738943a
coverity#706364 Uncaught exception
...
Change-Id: I75cd82d55d8bdf2f111cd0a91f056e1956ddad02
2014-07-02 09:46:31 +01:00
287ad2adeb
coverity#706308 Uncaught exception
...
Change-Id: I852e701bd62929c1a7303b86286b8cbe66cdfc1f
2014-07-02 09:46:31 +01:00
6a20b62711
salplug:literaltoboolconversion
...
Change-Id: I94b3bea97b6b4710bd4bf4c0fe88a1518a151de5
2014-07-01 23:19:17 +02:00
9263b101c3
Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool
...
Change-Id: I78a368ef2899b2462251b45a327fc7b1f31fe764
2014-07-01 17:49:10 +02:00
968f633b24
coverity#706382 Uncaught exception
...
and
coverity#706377
coverity#706378
coverity#706382
Change-Id: I17f672e31867b1be77c16a8a6e121a8f67df7c90
2014-07-01 16:43:05 +01:00
e50ef195bc
New loplugin:stringconcat
...
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01 15:45:52 +02:00
6d45e2a4fc
coverity#1224302 Uncaught exception
...
Change-Id: I622a7c41c9083f2deec21dc8c37572f978874127
2014-07-01 10:56:14 +01:00
430484932e
Typo: beeing->being
...
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
2014-06-29 13:15:51 +02:00
d979903273
odbc driver: let's not allocate the buffer twice for nothing
...
Change-Id: If5db845c856a9fb3adf8c4fcb883607e1cb9446e
2014-06-28 17:22:11 +02:00