Commit graph

170 commits

Author SHA1 Message Date
npcdoom
a976720472 Changed some Insert calls for Append and added some asserts.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 12:10:56 +01:00
npcdoom
bc25156521 Remove deprecated List container.
- Converted List to std::vector<Paragraph*>.
- Added Append member function to ParagraphList.
- Updated needed functions from Insert to Append in
outliner/outliner.cxx.

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 12:10:56 +01:00
Thomas Arnhold
65c053ca1a Move DBG_ERROR to OSL_FAIL 2011-03-02 15:04:37 +01:00
Julien Nabet
9a0ad1d7e8 Remove "using namespace ::rtl" 2011-02-26 15:39:27 +01:00
Caolán McNamara
f9611b4a3b .is() rather than != NULL 2011-02-23 12:03:32 +00:00
Sébastien Le Ray
51efaa592d Double-capital autocor takes spellcheck in account 2011-02-23 12:02:02 +00:00
Nigel Hawkins
9779f2bd45 Remove SvBools from editeng 2011-02-22 13:03:33 +00:00
Sébastien Le Ray
45a30db947 Disable protocols capitalization 2011-02-21 21:16:11 +00:00
Sébastien Le Ray
66dc7126d9 Better protocols handling in french autocorrect 2011-02-21 21:14:36 +00:00
Tor Lillqvist
625041e786 Fix typo 2011-02-21 20:33:11 +02:00
Joseph Powers
d8369857bb Remove some #include "tools/list.hxx"
Plus some trailing whitespace cleanup
2011-02-18 20:57:55 -08:00
Albert Thuswaldner
65d891652f Translation of german comments. 2011-02-16 17:18:05 -05:00
David Tardon
1ef621e924 use osl::DebugBase for debugging live instances 2011-02-16 09:59:13 +01:00
Thomas Arnhold
b9f4764a0c Remove EDIT_PRINTER_LOG 2011-02-15 13:27:11 +01:00
Thomas Arnhold
a3b6f1abfb Remove OLD_NUMBER_FORMATTING 2011-02-15 13:27:11 +01:00
Thomas Arnhold
fde781f095 Remove unused USED ;) 2011-02-15 13:27:10 +01:00
Thomas Arnhold
cc47386e39 Remove TL_DEBUG 2011-02-15 13:27:10 +01:00
Thomas Arnhold
50679c68c1 Remove unused DEBUG_JP 2011-02-15 13:27:10 +01:00
Cédric Bosdonnat
9f8882b479 fdo#34226: Fixed BorderLine(2) convertion to SvxBorderLine 2011-02-15 11:07:07 +01:00
Arnaud Versini
47506b8c83 Remove bogus comments and dead code from editeng, next part. 2011-02-14 21:45:54 +01:00
Joseph Powers
131e816e17 Remove #include "svl/cancel.hxx"
make clean works with out it and I didn't see anywhere its classes in the
editeng source.
2011-02-14 07:24:13 -08:00
Arnaud Versini
2dadfcaeae Remove bogus comments and dead code 2011-02-13 17:49:43 +01:00
Fridrich Štrba
6e8ab10be3 Fix a typo and one visibility cook-up 2011-02-05 18:25:20 +01:00
Fridrich Štrba
f96236023a remove includes for <slist> 2011-02-05 13:34:36 +01:00
Fridrich Štrba
bb564bec13 migrate to use boost unordered containers 2011-02-05 13:18:52 +01:00
Thomas Arnhold
98df445a7d Clean up makefiles 2011-02-02 12:11:50 +01:00
Caolán McNamara
998e7286f7 WaE: nPos not used for anything 2011-01-26 20:27:58 +00:00
Kenneth Venken
2e2cb4bbe2 Cpp cleanliness: redundant assignment to self 2011-01-26 20:25:52 +00:00
Caolán McNamara
8c8478ff36 WaE: gcc 4.6.0 various warnings 2011-01-25 10:27:53 +00:00
Thomas Arnhold
a5ff21d92e Remove empty description and dates. 2011-01-22 00:19:18 +01:00
Thomas Arnhold
5eb9bd574e Remove obsolete RCS lines. 2011-01-21 20:48:34 +01:00
Thomas Arnhold
ef276ff33d Remove old RCS lines. 2011-01-21 14:12:45 +01:00
Kohei Yoshida
fe934f7e4b No need to check for a failed condition since the value has an init value. 2011-01-18 16:05:33 -05:00
Christian Lohmaier
ca55490e7c WaE patch for editeng. 2011-01-18 16:05:33 -05:00
Caolán McNamara
ec7b28f18d drop this redundant comment 2011-01-18 11:21:06 +00:00
David Tardon
81d22042d2 handle css::table::BorderLine in addition to css::table::BorderLine2
That means that table cell properties are correctly set on OpenXML
import again, whoo!
2011-01-12 07:31:02 +01:00
Andras Timar
98494fa7a1 s/KAPITAELCHENPROP/SMALL_CAPS_PERCENT/ and define it in a header 2011-01-11 13:09:31 +01:00
Caolán McNamara
163d89164e fix this to be what the original author thought he was saying 2011-01-04 13:34:10 +00:00
Caolán McNamara
8419013768 cppcheck: unused variable 2011-01-02 21:34:50 +00:00
Caolán McNamara
40cbc4c42d cppcheck: prefer prefix variant 2011-01-01 21:28:38 +00:00
Joseph Powers
8b33788c27 Remove DECLARE_LIST( DummyItemList, ConstPoolItemPtr ) 2010-12-31 06:57:20 -08:00
Joseph Powers
85b34a679f Remove DECLARE_LIST( DummyColorList, SvxColorItem* ) 2010-12-31 06:57:19 -08:00
Joseph Powers
c133017b11 Remove DECLARE_LIST(ViewList,OutlinerView*) 2010-12-31 06:57:19 -08:00
Caolán McNamara
5ab5692968 cppcheck: prefer prefix variant 2010-12-24 14:26:01 +00:00
Caolán McNamara
b3798f8aeb fix these ones up 2010-12-23 12:59:02 +00:00
Joseph Powers
64291483dc Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine* ) 2010-12-16 23:09:37 -08:00
Gert Faller
062f24fba5 change of __READONLY_DATA define to const 2010-12-12 09:24:14 +01:00
Gert Faller
3648fb3c27 cleaning of __EXPORT define 2010-12-11 23:23:07 +01:00
Michael Callahan
8a661baf49 remove obsolete __FAR_DATA 2010-12-06 10:37:25 +00:00
Takeshi Abe
0b30cb7e66 Replace all occured, occurance etc. 2010-12-06 09:13:26 +00:00