Commit graph

1871 commits

Author SHA1 Message Date
Thomas Arnhold
6495f3945e Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-13 16:50:43 +01:00
Julien Nabet
b9b36572d9 Remove "using namespace ::rtl" 2011-02-26 22:39:23 +01:00
Tor Lillqvist
afd26e766a Remove 'using namespace rtl'
The ambiguity of 'Reference' causes compilation errors when using
precompiled headers. Instead use 'using ::rtl::OUString' and 'using
::rtl::OUStringBuffer'.
2011-02-21 16:21:18 +02:00
Rob Snelders
123ada6af7 translated comments 2011-02-08 20:59:40 +01:00
Fridrich Štrba
4d94306389 Port stuff to our private implementation of SGI extensions 2011-02-08 17:41:57 +01:00
Rob Snelders
c3f695ed03 translated comments 2011-02-08 17:11:29 +01:00
Tor Lillqvist
2bebe311aa Adapt to move of prewin.h and postwin.h 2011-02-08 14:01:12 +02:00
Thomas Arnhold
06fc1ee4c4 Remove dead code. Mostly unused namespaces 2011-02-07 23:31:50 +01:00
Fridrich Štrba
e0975cb881 std::hash -> boost::hash 2011-02-06 15:00:32 +01:00
Fridrich Štrba
2e0277366b Revert "Add #include <hash_map> again, we still use std::hash"
This reverts commit e1c6c40659d7970bbc2fd30d49055f33c82381db.
2011-02-06 14:57:06 +01:00
Joseph Powers
d3f2c581ee Add #include <hash_map> again, we still use std::hash 2011-02-06 05:33:00 -08:00
Fridrich Štrba
4d8c24bd51 remove some more <hash_map> includes 2011-02-06 08:38:18 +01:00
Joseph Powers
68cc88ce04 Cleanup of boost conversion issues 2011-02-05 16:19:49 -08:00
Fridrich Štrba
96fede799a some more unordered containers 2011-02-05 15:43:58 +01:00
Fridrich Štrba
bb564bec13 migrate to use boost unordered containers 2011-02-05 13:18:52 +01:00
Caolán McNamara
eb0d5fb776 WaE: gcc 4.6.0 various warnings 2011-01-24 14:50:41 +00:00
Thomas Arnhold
ef276ff33d Remove old RCS lines. 2011-01-21 14:12:45 +01:00
Thomas Arnhold
db756953c1 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-21 14:12:45 +01:00
Caolán McNamara
76f1fc1cb0 Related: rhbz#668057 use default server-side permissions for copied files 2011-01-20 17:25:17 +00:00
Caolán McNamara
5c4a11e83e Related: rhbz#668057 use default server-side permissions for copied files 2011-01-20 16:45:25 +00:00
Thomas Arnhold
88fa511a77 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:23:45 +01:00
Caolán McNamara
9f70db4be3 cppcheck: initialize member variable 2011-01-17 21:12:44 +00:00
Julien Nabet
a743e9fefd some cppcheck cleaning 2011-01-17 12:13:59 +00:00
Caolán McNamara
d3073bef2f equalsAsciiL faster than equalsAscii 2011-01-17 11:11:14 +00:00
Caolán McNamara
b1b10adec4 microopts equalsAsciiL faster than compareToAscii(const sal_Char*) 2011-01-15 21:13:41 +00:00
Caolán McNamara
8e00c04fc7 drop typedef, don't need it for C++ 2011-01-11 17:03:55 +00:00
Anders Jonsson
9efbf8c9a6 Remove commented code 2011-01-10 19:28:58 -06:00
Caolán McNamara
19d1638909 Related: rhbz#668057 Only need to know this if pInfo is non-null 2011-01-10 15:39:18 +00:00
Caolán McNamara
de26c2c65c cppunit: prefer prefix variant 2011-01-06 14:47:38 +00:00
Caolán McNamara
1c48992201 cppunit: prefer prefix variant 2011-01-06 14:47:37 +00:00
Caolán McNamara
fb96cb49b0 cppcheck: prefer prefix variant 2011-01-01 21:32:19 +00:00
Caolán McNamara
08ad087307 cppcheck: prefer prefix variant 2011-01-01 21:26:05 +00:00
Caolán McNamara
beb70bd3d4 cppcheck: prefer prefix variants 2010-12-29 21:10:34 +00:00
Caolán McNamara
e62d46ea6f cppcheck: prefer prefix variant 2010-12-24 14:26:01 +00:00
Caolán McNamara
a3f596902c cppcheck: prefer prefix variant 2010-12-16 20:22:45 +00:00
David Tardon
9d62518abf rhbz#661809 ne_propnames is affected too 2010-12-14 13:25:58 +01:00
Caolán McNamara
6ac218a85e cppcheck: some variables unused depending on ifdefs 2010-12-12 21:28:37 +00:00
Andy Holder
ba0be0f08a Remove commented out code
This code uses the OpenFlag_* macros from file.hxx that I'm removing.  I cannot see a
reason to kept any of it
2010-12-12 21:18:13 +00:00
Andy Holder
c0bc502f55 Change unnamespace file.hxx macros 2010-12-12 21:16:57 +00:00
Caolán McNamara
85c2c9a5a2 Resolves: rhbz#668109 ne_simple_propfind can touch gcrypt as well 2010-12-09 20:33:13 +00:00
Takeshi Abe
0b30cb7e66 Replace all occured, occurance etc. 2010-12-06 09:13:26 +00:00
Caolán McNamara
09a3d3502d cppcheck: use prefix variants 2010-11-27 21:06:05 +00:00
Caolán McNamara
24730279f1 cppcheck: use prefix form 2010-11-27 12:47:33 +00:00
Caolán McNamara
88d4f48202 cppcheck: use prefix variant 2010-11-26 21:47:45 +00:00
Caolán McNamara
02a39a76f4 cppcheck: methods can be const 2010-11-25 16:01:06 +00:00
David Tardon
498a0a17a7 fix author name 2010-11-24 13:57:09 +01:00
Caolán McNamara
63ff5a0041 xmllint: bad entity name 2010-11-24 12:18:03 +00:00
Caolán McNamara
43fcc01e7b WaE, && || 2010-11-22 12:42:34 +00:00
Caolán McNamara
c2d6e04475 remove archaic guards 2010-11-17 14:17:31 +00:00
Gert Faller
c1fa0e476b Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core 2010-11-13 09:00:53 +01:00