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 |
|
Muthu Subramanian
|
8542444fd5
|
Code review fixes.
|
2011-08-23 15:32:35 +05:30 |
|
Caolán McNamara
|
43f8cba7d2
|
callcatcher: yet more unused code
|
2011-08-23 10:35:44 +01:00 |
|
Muthu Subramanian
|
b6768c5073
|
n#699334: Legacy Diagram Text import.
- Imports Legacy Text.
- Formatting info is not imported.
|
2011-08-23 14:14:43 +05:30 |
|
Caolán McNamara
|
af6752b88e
|
callcatcher: remove unused methods
|
2011-08-22 09:39:15 +01:00 |
|
Caolán McNamara
|
7acd9e2c28
|
callcatcher: remove some methods
|
2011-08-17 09:54:13 +01:00 |
|
Caolán McNamara
|
a6825d680c
|
SvByteStringsSortDtor is now finally gone
|
2011-08-15 09:21:47 +01:00 |
|
Caolán McNamara
|
5c3b0251b1
|
callcatcher: remove code, hide's erAcks to-do code behind an ifdef
|
2011-08-15 09:21:47 +01:00 |
|
Eike Rathke
|
25027d0ba3
|
removed unused stuff from number formatter
|
2011-08-12 18:39:08 +02:00 |
|
Julien Nabet
|
5cbb76d6c4
|
Some cppcheck cleaning
|
2011-08-11 23:23:19 +02:00 |
|
Caolán McNamara
|
7292948992
|
callcatcher: yet more unused code
|
2011-08-11 11:10:38 +01:00 |
|
Eike Rathke
|
ea4470cbac
|
Number formatter sal_Bool -> bool clean-up and cosmetics
|
2011-08-10 01:32:41 +02:00 |
|
Nigel Hawkins
|
b3a2205527
|
Replace SvUShorts with vector in svl/zforlist.[ch]xx
LGPLv3+/MPL1.1
|
2011-08-09 15:29:47 +01:00 |
|
Nigel Hawkins
|
bb8ea3fc5f
|
Replace SvUShorts with vector in aeitem.[ch]xx
LGPLv3+/MPL1.1
|
2011-08-09 15:23:32 +01:00 |
|