Commit graph

383 commits

Author SHA1 Message Date
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Julien Chaffraix
c437b03374 Removed several String <-> OUString conversion in fsstor. 2011-11-11 11:35:40 +00:00
Markus Mohrhard
832c18da69 change the code a bit to make it a bit more clear
this should do nearly the same as the old code
2011-11-10 05:20:35 +01:00
Daisuke Nishino
ff9fab243b Removed SvStringsSortDtor 2011-11-09 16:52:56 +00:00
Markus Mohrhard
56d1c2e4ec fdo#37925: don't show -0 as number in a cell 2011-11-08 04:51:43 +01:00
Caolán McNamara
2ea9da7147 don't need typename outside a template 2011-11-07 12:41:47 +00:00
Daisuke Nishino
6401ca3325 Get rid of SvStringsSort 2011-11-07 12:27:32 +00:00
Kohei Yoshida
5ec42cf012 Support rtl::OUString reference here as well. 2011-11-04 22:40:27 -04:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Caolán McNamara
576d7aaada drop some unused code 2011-10-28 10:22:59 +01:00
Norbert Thiebaud
0e73ffc339 Surely every target processor know how to do logical shift left efficiently 2011-10-26 09:19:09 -05:00
Caolán McNamara
084d665b61 meh, fix build failure 2011-10-24 11:25:22 +01:00
Caolán McNamara
c67a343bd9 don't leak contenttype registrations 2011-10-24 10:48:03 +01:00
Stephan Bergmann
bf1f0183d5 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). 2011-10-18 23:10:56 +02:00
Lior Kaplan
45e5cdd99f Remove .chaos file types, except 3 which are in use in the code 2011-10-18 14:17:50 +01:00
Pierre-André Jacquod
1353a64402 cppcheck scope reduction in svl/..zforlist.cxx 2011-10-07 15:57:34 +02:00
Pierre-André Jacquod
c36fbb450d cppcheck scope reduction in svl/szitem.cxx 2011-10-07 15:57:34 +02:00
Caolán McNamara
ae3a5e9c2d SvByteStrings can go now 2011-10-04 11:52:28 +01:00
Tor Lillqvist
27be19bd8b WaE: '==' : signed/unsigned mismatch 2011-10-04 13:11:35 +03:00
Tor Lillqvist
deb6a43c1f WaE: unreachable code 2011-10-04 13:11:33 +03:00
Tor Lillqvist
14c8a75cf3 WaE: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operation 2011-10-04 13:11:31 +03:00
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
David Tardon
59abf8c506 we do not need the counter now 2011-10-04 09:18:08 +02:00
Maciej Rumianowski
d4f1b520cd Get rid of SvNums
SvNums is a define for SvUShort and SvULong, both are replaced with std::vector
2011-10-04 08:48:26 +02:00
Maciej Rumianowski
ff76d2927b Finally remove SvULongs
In all places SvULongs have been replaced with std::vector, now can be totally removed.
2011-10-04 08:48:26 +02:00
Caolán McNamara
02abccf953 more uselessness in msvc 2011-10-03 14:11:30 +01:00
Caolán McNamara
d1420b9235 revert this, reported windows bustage 2011-10-03 12:44:57 +01:00
Caolán McNamara
9efb60f39f callcatcher: update list 2011-10-03 09:37:18 +01:00
Caolán McNamara
b48e2d958c callcatcher: various unused methods 2011-10-02 23:19:50 +01:00
Stephan Bergmann
c35ad52639 Cleaned up svldata. 2011-09-30 19:05:03 +02:00
Tor Lillqvist
58462caa51 Fix error reported by gcc 4.4.3: NULL used in arithmetic 2011-09-30 10:45:20 +03:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
1c38704ff1 callcatcher: some unused code 2011-09-15 11:23:37 +01:00
Julien Nabet
689bde97d1 Some cppcheck cleaning 2011-09-13 23:00:56 +02:00
Caolán McNamara
006b71d4e9 move init into default ctor, and make non-copyable 2011-09-13 13:35:35 +01:00
Pierre-André Jacquod
2240a98e68 wrong initialization of DdeInstData with memset despite std::vector
Thanks cppchecker for  detecting this
2011-09-13 13:30:49 +01:00
Tor Lillqvist
99d5297d0b Drop Win9x code 2011-09-12 15:30:32 +03:00
Caolán McNamara
11de7b8ec7 regenerate list 2011-09-12 09:10:04 +01:00
Caolán McNamara
77cdf95348 missing header 2011-09-12 09:10:03 +01:00
Caolán McNamara
6022aab435 ensure dtor gets called, and fix dtor and namespaces 2011-09-12 09:10:02 +01:00
Caolán McNamara
20de64b70e callcatcher: various unused code 2011-09-09 09:23:10 +01:00
Caolán McNamara
3b243b5fa3 remove freshly unused methods 2011-09-07 12:03:27 +01:00
Bjoern Michaelsen
10011d00a6 kill TF_POOLABLE, step 2: remove dead code 2011-09-07 08:44:03 +02:00
Kohei Yoshida
c8d7cb6bff Hopefully this will fix the build breakage on Mac. 2011-09-07 01:06:45 -04:00
Kohei Yoshida
2207f9c75a Refactored SfxItemPool for better encapsulation.
Basically everything except pItemInfos is under pImp.  This will
make it easier for future refactoring in the implementation area.
2011-09-06 23:45:55 -04:00
Bjoern Michaelsen
0d8c345bf9 kill TF_POOLABLE, step 1: error if unset 2011-09-07 02:40:28 +02:00
Matúš Kukan
2f44516d6c unusedcode: remove various classes 2011-08-31 20:55:58 +02:00
Caolán McNamara
3829892dbc merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
Caolán McNamara
005f5d443e remove freshly unused methods 2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00