Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | fix debug build | Ivan Timofeev | |
2012-02-03 | WrongList::TextInserted: fix STL crash | Michael Stahl | |
vector iterators and insert don't mix well (regression from dfbf0cabfa8310502e19642d56c746cc0d454d27) | |||
2012-02-03 | editeng: convert some DBG_ASSERTs | Michael Stahl | |
2012-02-02 | resolved fdo#42784 BorderLine with only InnerWidth set does not work | Eike Rathke | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-01-31 | SWAPLONG->OSL_SWAPDWORD | Caolán McNamara | |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-27 | SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS | Michael Stahl | |
2012-01-27 | fdo#38542: SvxBorderLine::GuessLinesWidths: | Michael Stahl | |
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-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
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-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae | |
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32) | |||
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | force users of WriteByteStringLine to explictly denote encoding | Caolán McNamara | |
2012-01-16 | force users of ReadByteStringLine to explictly denote encoding | Caolán McNamara | |
2012-01-14 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-14 | Remove useless macro | August Sodora | |
2012-01-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |
2012-01-12 | valgrind: ditch some unused code | Caolán McNamara | |
2012-01-11 | Remove an unused SvStringsDtor | August Sodora | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-10 | These can be static | August Sodora | |
2012-01-10 | Remove unused table declaration | August Sodora | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-10 | editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27 | Michael Stahl | |
- 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-09 | simplify CharClass | Caolán McNamara | |
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-07 | make measurement units localizable | Andras Timar | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-06 | make ReadUniOrByteString return a string | Caolán McNamara | |
2012-01-05 | tweak this a little | Caolán McNamara | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | Remove Fill() usage | Christina Rossmanith | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
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 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2011-12-27 | resurrect autocorrection | Ivan Timofeev | |
2011-12-24 | DECLARE_TABLE->boost::ptr_map | August Sodora | |
2011-12-24 | std::map* -> std::map | David Tardon | |
2011-12-24 | make the line work as intended again | David Tardon | |
At least I suppose memory corruption is not intended behavior .-) | |||
2011-12-23 | Fix the build so that this is recognized as an initializer list | August Sodora | |
2011-12-23 | DECLARE_TABLE->std::map | August Sodora | |
2011-12-23 | SV_DECL_VARARR->std::vector | August Sodora | |
2011-12-23 | Fix for fdo43460 Part XIV getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XIV Modules drawinglayer, dtrans, editeng | |||
2011-12-23 | SV_DECL_VARARR->std::vector | August Sodora | |