Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-21 | Resolves: fdo#39999: Changing spelling preferences requires application restart | Szabolcs Dezsi | |
2012-04-20 | WaE: MSVC2008 C2220 unsafe mix of types in operation | Caolán McNamara | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-16 | possible inefficient checking for emptiness | Mariusz Dykierek | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-11 | Avoid Possible null pointer dereference in linguistic/source/spelldsp.hxx | Julien Nabet | |
(Thank you to Ivan and Riccardo for their suggestions) | |||
2012-02-08 | unusedcode.easy: Removed unused code (linguistic) | Alexander Bergmann | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | |
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-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-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-30 | Fix for fdo43460 Part XXIII getLength() to isEmpty() | Olivier Hallot | |
Part XXIII Modules linguistic | |||
2011-12-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-20 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | Properly join spawned GrammarCheckingIterator thread. | Stephan Bergmann | |
It was still running during shutdown of sw_complex's checkFlies test, causing problems. For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked, which looks like the right way, anyway. Hopefully it does not unearth another round of bugs... | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-27 | remove include of pch header from linguistic | Norbert Thiebaud | |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-04 | regenerate list | Caolán McNamara | |
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-29 | Resolves: fdo#41128 hyphenation properties without handle ids not honoured | Caolán McNamara | |
2011-09-28 | unused ctor, and use boost::noncopyable | Caolán McNamara | |
2011-09-22 | callcatcher: remove unused code | Caolán McNamara | |
2011-09-12 | why insert a '.' just to then erase it ? | Caolán McNamara | |
2011-09-12 | using osl_getThreadTextEncoding is a disaster waiting to happen | Caolán McNamara | |
2011-08-18 | Add prefixes for some component_getFactory functions | Matúš Kukan | |
2011-08-04 | don't assert about a bad value, if that's the fallback safely value | Caolán McNamara | |
2011-08-03 | restore this, was unused due to incorrect merge | Caolán McNamara | |
2011-08-03 | callcatcher: remove unused methods | Caolán McNamara | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-25 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-06-30 | callcatcher: unused SetAvailableCfgServiceLists | Caolán McNamara | |