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 |
|
Stephan Bergmann
|
b786a33cfd
|
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
|
2011-10-24 13:59:58 +02: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
|
d6f2418d08
|
Align a rebellious line
|
2011-10-18 14:17:51 +01:00 |
|
Lior Kaplan
|
89a4f63bc5
|
Compact the enumeration spaces from previous commit
|
2011-10-18 14:17:51 +01: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 |
|
Bjoern Michaelsen
|
e94a19f3e0
|
simplfy dmake to gbuild bridgefile
|
2011-10-05 00:31:50 +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 |
|
Norbert Thiebaud
|
57dbe3e466
|
temp fix to issues stemming from 979e2c8f8b
|
2011-09-30 11:39:46 -05:00 |
|
Caolán McNamara
|
1f5c696c37
|
add mode-lines to .m files and last round of merged files, etc.
|
2011-09-30 09:09:25 +01:00 |
|
Tor Lillqvist
|
58462caa51
|
Fix error reported by gcc 4.4.3: NULL used in arithmetic
|
2011-09-30 10:45:20 +03:00 |
|
Tor Lillqvist
|
4f3e9f30a0
|
Always link with user32
|
2011-09-22 15:46:15 +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 |
|
Caolán McNamara
|
ddf93e2c09
|
try better template friend class syntax
|
2011-09-13 10:15:22 +01:00 |
|
Stephan Bergmann
|
d996328cd5
|
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
|
2011-09-12 22:47:50 +02:00 |
|
Tor Lillqvist
|
99d5297d0b
|
Drop Win9x code
|
2011-09-12 15:30:32 +03:00 |
|
Caolán McNamara
|
2e11d06b06
|
not going to get away with this friend syntax
|
2011-09-12 11:54:30 +01: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 |
|