Commit graph

584 commits

Author SHA1 Message Date
Matúš Kukan
4b30ec9def fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
Josh Heidenreich
64e1ae0f55 Added READMEs for modules which used to be in libs-core 2012-02-08 06:37:16 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Ivan Timofeev
1c85118414 fix debug build 2012-02-05 22:02:12 +04:00
Michael Stahl
874f2e53b2 WrongList::TextInserted: fix STL crash
vector iterators and insert don't mix well
(regression from dfbf0cabfa)
2012-02-03 14:20:13 +01:00
Michael Stahl
aa2333374d editeng: convert some DBG_ASSERTs 2012-02-03 14:20:12 +01:00
Eike Rathke
971f826a96 resolved fdo#42784 BorderLine with only InnerWidth set does not work 2012-02-02 19:11:37 +01:00
Julien Nabet
428c9d516d Some cppcheck cleaning 2012-02-01 21:02:32 +01:00
Caolán McNamara
6b6bbe539b SWAPLONG->OSL_SWAPDWORD 2012-01-31 20:23:46 +00:00
Noel Grandin
61451fec9b fdo#44981 - remove obsolete SWAPLONG macros 2012-01-30 13:18:38 +00:00
Caolán McNamara
bbc94edb9a refactor ConvertLineEnd 2012-01-30 13:18:38 +00:00
Michael Stahl
4512de034a SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS 2012-01-27 23:49:18 +01:00
Michael Stahl
e549f52f16 fdo#38542: SvxBorderLine::GuessLinesWidths:
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older
OOo/LO apparently could write) fails, because GuessLinesWidths can't find
a matching style (result: standard "double" border, 3 equal width parts).
Try to create a custom BorderWidthImpl of type DOUBLE instead, that
preserves the individual widths.
2012-01-27 09:37:55 +01:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Keith McRae
987eae381d fdo#39428 Remove/audit SvStream operator>>/<<(long)
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18 22:56:13 -05:00
Marcel Metz
2a566b1775 Replaced SAL_INFO with SAL_WARN were applicable. 2012-01-17 23:27:44 +01:00
Marcel Metz
a18123fb97 Replaced DBG_ERRORFILE with SAL_INFO. 2012-01-16 12:51:33 +01:00
Caolán McNamara
4abfd463ed force users of WriteByteStringLine to explictly denote encoding 2012-01-16 10:21:55 +00:00
Caolán McNamara
9d4d727250 force users of ReadByteStringLine to explictly denote encoding 2012-01-16 10:21:55 +00:00
August Sodora
3447718347 SV_DECL_PTRARR_DEL->std::vector 2012-01-14 15:13:05 -05:00
August Sodora
1c0912ab00 Remove useless macro 2012-01-14 15:13:04 -05:00
Matúš Kukan
fcc8db1d2b fix for gcc 4.7: unable to find string literal operator 2012-01-14 11:35:39 +01:00
Caolán McNamara
284482072d valgrind: ditch some unused code 2012-01-12 10:47:09 +00:00
August Sodora
0204bbffbc Remove an unused SvStringsDtor 2012-01-11 20:49:52 -05:00
August Sodora
bcb9ddaa7e Remove _SVSTDARR_STRINGSISORTDTOR 2012-01-10 23:18:14 -05:00
August Sodora
2f9231f320 These can be static 2012-01-10 23:18:14 -05:00
August Sodora
9ee49871a8 Remove unused table declaration 2012-01-10 23:18:14 -05:00
Caolán McNamara
3c62fbcdd7 simplify LocalFileHelper::ConvertURLToPhysicalName 2012-01-10 10:09:28 +00:00
Michael Stahl
2af8b95af8 editeng: fix STL conversion dfbf0cabfa
- iterators should be compared with !=, not <
- iterator invalidation on erase should be avoided by using the
  iterator that is returned by erase
- in WrongList::operator== only one iterator was incremented
2012-01-10 10:48:40 +01:00
Caolán McNamara
45b19123a6 simplify CharClass
multiple variants of toUpper (etc)
some that take a non-const OUString or String and modify it
some that take a const OUString or String and return a new one
some that take part of a const OUString or String and return a new one
2012-01-09 13:28:37 +00:00
Andras Timar
b95be347d4 make measurement units localizable 2012-01-07 22:09:28 +01:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
Caolán McNamara
2d3203b2db make ReadUniOrByteString return a string 2012-01-06 09:52:42 +00:00
Caolán McNamara
d6aa26c8a2 tweak this a little 2012-01-05 22:41:56 +00:00
Caolán McNamara
9999eab5fe getPropertyMap can return a reference instead of a pointer 2012-01-05 22:41:56 +00:00
Christina Rossmanith
62d86ff550 Remove Fill() usage 2012-01-05 22:08:58 +01:00
Marcel Metz
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
Marcel Metz
a1cfce768f Removed unnecessary tools includes. 2012-01-05 15:38:11 +01:00
Marcel Metz
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0 Removed unnecessary tools includes.
Hello lo-devs,

this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.

regards Marcel Metz
2012-01-05 15:31:29 +01:00
Caolán McNamara
bacfd2dc4c add a comphelper::string::getTokenCount
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Ivan Timofeev
b9f58ba85f resurrect autocorrection 2011-12-27 00:32:52 +04:00
August Sodora
7b97c7731b DECLARE_TABLE->boost::ptr_map 2011-12-24 15:55:32 -05:00
David Tardon
80e977a34b std::map* -> std::map 2011-12-24 06:38:12 +01:00
David Tardon
93d3f6258f make the line work as intended again
At least I suppose memory corruption is not intended behavior .-)
2011-12-24 06:29:30 +01:00
August Sodora
c9f68b6d23 Fix the build so that this is recognized as an initializer list 2011-12-23 19:45:13 -05:00
August Sodora
4586cd7564 DECLARE_TABLE->std::map 2011-12-23 16:17:40 -05:00
August Sodora
4d4a67748e SV_DECL_VARARR->std::vector 2011-12-23 14:52:09 -05:00
Gustavo Buzzatti Pacheco
b575f4b1a2 Fix for fdo43460 Part XIV getLength() to isEmpty()
Part XIV
Modules
drawinglayer, dtrans, editeng
2011-12-23 22:04:44 +04:00