Commit graph

1038 commits

Author SHA1 Message Date
Thomas Arnhold
7d669e4cdc Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:12:37 +01:00
Thomas Arnhold
1707a350af Move DBG_ERROR1 to OSL_TRACE 2011-03-11 12:29:39 +01:00
Radek Doulik
50bc1bc97b fix placeholder text style n#650026
- make it inherit style from master text list styles, the style of placeholders
   living in master slide was not used, in this case the placeholder has body
   style and should thus use body text style of master slide
 - also added more debug output related to placeholders to make it easier
   debug next time
2011-03-07 17:02:21 +01:00
Thomas Arnhold
afd5abda6b Move DBG_ERROR to OSL_FAIL 2011-03-02 15:01:50 +01:00
Noel Power
bb552b9b9e resolves fdo#34909
enable import of macros for docxm
2011-03-02 11:36:54 +00:00
David Tardon
eab9f0e6e3 this only worked due to implicit conversion 2011-03-02 08:21:05 +01:00
Julien Nabet
d0230f019b Remove "using namespace ::rtl" 2011-03-01 23:05:32 +01:00
Luboš Luňák
8444752bf0 FilterBase::getVersion() -> const 2011-03-01 17:26:02 +01:00
David Tardon
2de4a10ced OSL_ASSERT takes a condition, not a message 2011-02-26 16:59:38 +01:00
Thomas Arnhold
93652f968c Bring back tablestyle.cxx 2011-02-26 16:31:31 +01:00
Thomas Arnhold
ace98753bd Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 16:31:31 +01:00
Thomas Arnhold
e1cbe35a9e Remove some more dead files and wrappers 2011-02-26 16:31:30 +01:00
Noel Power
4b3f93c959 use r:id or o:relid ( whichever exists ) for vml shape import 2011-02-22 15:38:17 +00:00
Noel Power
75b4c3b780 remove redundant include that was committed by mistake
remove #include "oox/token/tokenmap.hxx" that I added whilst doing some debug
2011-02-22 12:32:49 +00:00
Noel Power
b983427419 fdo#34305 fix missing jpg/gif in docx import 2011-02-22 11:32:36 +00:00
Muthu Subramanian K
7815b31f33 XLSX import of duplicate-conditional formatting. 2011-02-15 20:18:04 +05:30
Caolán McNamara
6f2edc72a1 add mode lines to new files 2011-02-14 13:24:08 +00:00
Caolán McNamara
476f9f9a0c (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:51:58 +00:00
Caolán McNamara
9b5a0fd922 (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:41:24 +00:00
Thomas Arnhold
5e4687547b Remove dead code 2011-02-07 22:41:12 +01:00
Fridrich Štrba
110c79cd4c use boost::hash instead of std::hash 2011-02-06 14:45:40 +01:00
Fridrich Štrba
c49b647c0a sgi hash containers -> boost unordered containers 2011-02-06 10:37:38 +01:00
Caolán McNamara
7585b27dd3 WaE: throw out some warnings 2011-01-31 21:25:37 +00:00
Caolán McNamara
e0b3e9eed7 equalsAscii -> equalsAsciiL 2011-01-29 13:19:42 +00:00
Michael Meeks
c4a384a3fc revert incorrect usage of RTL_CONSTASCII_STRINGPARAM on char * pointers 2011-01-28 16:59:16 +00:00
Thomas Arnhold
3f4b29b8f2 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-28 17:01:12 +01:00
Caolán McNamara
d304c5dfd3 WaE: gcc 4.6.0 various warnings 2011-01-27 11:23:19 +00:00
Thomas Arnhold
fb02ad8229 Remove old RCS lines. 2011-01-21 12:21:28 +01:00
Thomas Arnhold
4dd5c0b6b7 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:31:12 +01:00
Radek Doulik
ce13ac6030 set characters encoding for symbol fonts, n#656934 2011-01-18 20:00:48 +01:00
Radek Doulik
624538b9e8 fix default bullet size, n#656934 2011-01-18 20:00:48 +01:00
Radek Doulik
261d520fc7 extend debug dump so that it dumps numbering rules 2011-01-18 20:00:48 +01:00
Julien Nabet
45992b1bf7 some cppcheck cleaning 2011-01-17 09:27:06 +01:00
Radek Doulik
cd43ee9583 fix bullet characters encoding for symbol fonts, n#656934 2011-01-12 20:53:38 +01:00
Radek Doulik
1fda89a99e fix placeholder styles, n#656934
- do not lookup ph indexes which are set to -1
2011-01-12 20:53:37 +01:00
Radek Doulik
a216757e8c fix crash, happened when loading document from n#657892
- check that the sequence has has at least one item before assigning it
2011-01-12 20:53:37 +01:00
Caolán McNamara
ff8f8064fd cppunit: prefer prefix variant 2011-01-06 13:57:30 +00:00
Caolán McNamara
9de19e6f3c cppunit: prefer prefix variant 2011-01-06 13:51:11 +00:00
Caolán McNamara
4ee8b3988c cppcheck: prefer prefix variant 2011-01-01 21:27:36 +00:00
Caolán McNamara
04b3e195db cppcheck: prefer prefix variant 2011-01-01 21:00:21 +00:00
Caolán McNamara
ae8c0a4fa5 cppcheck: prefer prefix variant 2010-12-30 21:08:57 +00:00
Caolán McNamara
99d15d2bcd cppcheck: prefer prefix variant 2010-12-30 21:06:25 +00:00
Caolán McNamara
2da3de9965 cppcheck: prefer prefix variant 2010-12-23 16:33:44 +00:00
Caolán McNamara
b404c263e7 cppcheck: prefer prefix variant 2010-12-23 16:33:19 +00:00
Caolán McNamara
8785341478 cppcheck: prefer prefix variant 2010-12-23 14:59:21 +00:00
Jan Holesovsky
62604a952d Merge commit 'libreoffice-3.3.0.2' 2010-12-20 01:17:05 +01:00
Caolán McNamara
658a7aebed cppcheck: prefer prefix variant 2010-12-18 19:25:13 +00:00
Kohei Yoshida
3c8889ca49 Merge commit 'ooo/OOO330_m18' into libreoffice-3-3 2010-12-14 23:22:08 -05:00
Rene Engelhard
d77e27ac52 use $(GPERF) instead of hardcoded gperf (fdo#32195) 2010-12-14 11:08:11 +01:00
Rene Engelhard
3389452aa4 use $(GPERF) instead of hardcoded gperf (fdo#32195) 2010-12-13 22:18:41 +01:00