Commit graph

5990 commits

Author SHA1 Message Date
Thomas Arnhold
65c053ca1a Move DBG_ERROR to OSL_FAIL 2011-03-02 15:04:37 +01:00
Caolán McNamara
376257707d avoid implicit cast 2011-03-01 20:38:36 +00:00
Julien Nabet
b9b36572d9 Remove "using namespace ::rtl" 2011-02-26 22:39:23 +01:00
Tor Lillqvist
6e0a6da201 Stop using namespace rtl
It causes compilation errors in MSVC when using precompiled headers
because of the ambiguity of Reference. Instead use explicit 'using
::rtl::OUString' and 'using ::rtl::OUStringBuffer'.
2011-02-21 20:12:32 +02:00
Joseph Powers
d8369857bb Remove some #include "tools/list.hxx"
Plus some trailing whitespace cleanup
2011-02-18 20:57:55 -08:00
Bálint Dózsa
342f831ddd Remove dead codes 2011-02-17 10:53:39 -05:00
Bálint Dózsa
fcf3851494 Remove dead code 2011-02-16 21:08:26 +01:00
Thomas Arnhold
b3e28f672e Remove XML_CHECK_UI_CON(T)STRAINS 2011-02-15 13:27:12 +01:00
Thomas Arnhold
f3c99d5e34 Remove some dead code 2011-02-13 22:49:58 +01:00
Caolán McNamara
947c2ac8e0 (std|boost)::hash on a const char* hashes the pointer not the contents
This makes fontwork reappear again
2011-02-11 12:30:55 +00:00
Tor Lillqvist
8a8b0a3b5f Use const_iterator where required by tighter STL implementations 2011-02-09 16:50:09 +02:00
Thomas Arnhold
06fc1ee4c4 Remove dead code. Mostly unused namespaces 2011-02-07 23:31:50 +01:00
Thomas Arnhold
71eb11b3f7 Remove dead code 2011-02-07 16:05:04 +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
b6ca290586 data_type -> mapped_type 2011-02-05 15:44:26 +01:00
Fridrich Štrba
bb564bec13 migrate to use boost unordered containers 2011-02-05 13:18:52 +01:00
Caolán McNamara
8257ce4cd7 mark unimplemented copy ctor and assignment as private, and fix sigs 2011-02-03 14:43:24 +00:00
Caolán McNamara
0957067842 WaE: various new gcc 4.6.0 warnings 2011-01-31 11:13:08 +00:00
Thomas Arnhold
332c4b91ae Replace empty equalsAscii() with getLength(). 2011-01-28 15:59:35 +01:00
David Tardon
8f40db8e8e make the test for "-" more robust 2011-01-25 14:45:50 +01:00
David Tardon
fb7934efa2 check for exact pos. of the inner "-" 2011-01-25 14:45:50 +01:00
David Tardon
82d327237e WaE: unused variables 2011-01-25 14:45:49 +01:00
Caolán McNamara
8c8478ff36 WaE: gcc 4.6.0 various warnings 2011-01-25 10:27:53 +00:00
Caolán McNamara
eb0d5fb776 WaE: gcc 4.6.0 various warnings 2011-01-24 14:50:41 +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
02e52362c3 Use the foolproof checked macro for this 2011-01-18 10:59:00 +00:00
Anders Jonsson
9efbf8c9a6 Remove commented code 2011-01-10 19:28:58 -06:00
Joseph Powers
83d152fccc Remove DECLARE_LIST( SvXMLAutoStylePoolPropertiesPList_Impl, ... ) 2011-01-07 20:24:59 -08:00
Joseph Powers
0c55018f47 Remove DECLARE_LIST( SvXMLAutoStylePoolCache_Impl, OUStringPtr ) 2011-01-07 19:56:15 -08:00
Joseph Powers
9d276e3451 Remove DECLARE_LIST(ImpPlaceholderList, SdXMLPresentationPlaceholderContext*) 2011-01-07 08:44:24 -08:00
Joseph Powers
419c5a29e6 Remove DECLARE_LIST(ImpMasterPageList, SdXMLMasterPageContext*)
Plus a lot of white space cleanup (tailing type)
2011-01-07 08:29:08 -08:00
Joseph Powers
44343e4979 Remove DECLARE_LIST( XMLSectionList_Impl, XMLSectionImportContext* ) 2011-01-07 08:15:35 -08:00
Caolán McNamara
e8bf716e6d cppcheck: prefer prefix variant 2011-01-07 11:08:40 +00:00
Joseph Powers
d590e9e07f Remove DECLARE_LIST(Imp3DLightList, SdXML3DLightContext*) 2011-01-06 22:14:48 -08:00
Caolán McNamara
358c04248f cppunit: prefer prefix variant 2011-01-06 14:47:38 +00:00
Caolán McNamara
6f1972c3fa oops, patch wasn't applied correctly 2011-01-04 13:29:58 +00:00
Caolán McNamara
aa1f8d97e7 cppcheck: prefer prefix variant 2011-01-01 21:29:39 +00:00
Caolán McNamara
33ec32cb8e cppcheck: prefer prefix variant 2011-01-01 21:16:54 +00:00
Caolán McNamara
054d213f5c cppcheck: prefer prefix variant 2011-01-01 20:59:11 +00:00
Caolán McNamara
83638a10c5 cppcheck: prefer prefix variant 2011-01-01 20:51:41 +00:00
Caolán McNamara
e629c8174d cppcheck: prefer prefix variant 2010-12-30 21:04:49 +00:00
Caolán McNamara
0b96863054 cppcheck: prefer prefix variant 2010-12-30 20:59:06 +00:00
Joseph Powers
2cd16b322a Remove DECLARE_LIST( SvXMLStyleContexts_Impl, SvXMLStyleContextPtr) 2010-12-26 20:14:40 -08:00
Joseph Powers
35b81d6e10 Remove DECLARE_LIST(ImpXMLAutoLayoutInfoList, ImpXMLAutoLayoutInfo*) 2010-12-26 16:44:17 -08:00
Joseph Powers
0e1f0b6066 Remove DECLARE_LIST(ImpXMLEXPPageMasterList, ImpXMLEXPPageMasterInfo*) 2010-12-26 08:08:17 -08:00
Caolán McNamara
91125d8a71 cppcheck: prefer prefix variant 2010-12-23 21:07:04 +00:00