Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | callcatcher: remove some unused code | Caolán McNamara | |
2012-03-26 | removed duplicate includes in basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-20 | move GetFilterFlags inside ifdef WNT | Caolán McNamara | |
2012-03-16 | Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes | Thorsten Behrens | |
Did I mention I hate boilerplate copied all over the place? ;) | |||
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-03-10 | Correct some mistranslated comments | Stefan Knorr (astron) | |
2012-03-05 | Translate german comments in core/comphelper | Tom Thorogood | |
2012-03-04 | Removed dead code | Marc-André Laverdière-Papineau | |
2012-03-04 | Removed dead code | Marc-André Laverdière-Papineau | |
2012-02-29 | move template out of header | Caolán McNamara | |
2012-02-26 | add AddFilterNameCheckOwnFile back for WNT | Matúš Kukan | |
2012-02-25 | Remove unused code | Elton Chung | |
2012-02-25 | Remove unused code in basegfx, comphelper | Elton Chung | |
2012-02-23 | fdo#45560: Fixed docx textbox borders style and width import | Cédric Bosdonnat | |
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-16 | Clean up AsyncEventNotifier interface | Stephan Bergmann | |
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-14 | comphelper: add getINT64 | Lionel Elie Mamane | |
2012-02-10 | bah, we don't need these after all | Caolán McNamara | |
2012-02-10 | extend unit test to islower | Caolán McNamara | |
2012-02-10 | Remove unused code. | Santiago Martinez | |
2012-02-06 | Typos in method descriptions. | Kohei Yoshida | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
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-17 | Switch flag sequence of OpenCommandArg3 to NamedValue. | Thorsten Behrens | |
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. | |||
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 | |||
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | |
2012-01-03 | Do not export whole class to avoid MS C++ implicitly exporting base template. | Stephan Bergmann | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | comphelper::LifecycleProxy: make writing work: | Michael Stahl | |
The storage implementation forgets any writes unless all storages are committed. | |||
2011-12-04 | Review translation by Mike Whiteley | Lionel Elie Mamane | |
2011-12-04 | translated some comments from German to English | Mike Whiteley | |
2011-12-03 | move LifecycleProxy out of comphelper::OStorageHelper | Michael Stahl | |
... so it can be forward declared | |||
2011-12-03 | new comphelper::OStorageHelper::GetStreamAtPackageURL | Michael Stahl | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-29 | fs34c: #i117625# when assigning events, only throw if there is an invalid ↵ | mst | |
type given, *not* if the type is correct, but the sequence is merely empty * found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123) | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in comphelper | Norbert Thiebaud | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-22 | want to match here, not check for equality | Caolán McNamara | |
2011-11-19 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-17 | add a StringUtils-alike remove (can replace EraseAllChars) | Caolán McNamara | |
2011-11-15 | String to rtl::OUString. | Kohei Yoshida | |