Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Clang -Wunused-variable. | Stephan Bergmann | |
2012-01-05 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | |
Part VII Module comphelper | |||
2012-01-05 | catch by const ref | Caolán McNamara | |
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-15 | Removed extra semicolons | Jesse | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-13 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | |
Part VII Module comphelper | |||
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-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-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 include of pch header in comphelper | Norbert Thiebaud | |
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-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 | |
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-11-02 | callcatcher: some unused code | Caolán McNamara | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-24 | Some warning cleanup (found with trunk Clang). | Stephan Bergmann | |
2011-10-07 | cppcheck scope reduction comphelper/.. storagehelper.cxx | Pierre-André Jacquod | |
2011-10-05 | conversion operator gone | Caolán McNamara | |
2011-10-03 | callcatcher: comphelper's unused code | Matúš Kukan | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-15 | boost::scoped_ptr is sufficient here | Caolán McNamara | |
2011-09-12 | why leak m_pImpl | Caolán McNamara | |
2011-09-11 | Initial DocumentSettingsSerializer implementation | Michael Meeks | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-07 | Restore ABI compatibility with LO 3.4 and earlier | Lionel Elie Mamane | |
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date. | |||
2011-09-05 | tell me *what* failed | Caolán McNamara | |
2011-08-29 | various centralized isFOOAsciiStrings | Caolán McNamara | |
2011-08-29 | remove ByteString::IsAlphaNumericAscii and refactor a bit | Caolán McNamara | |
2011-08-26 | add a helper class to do path resolution | Michael Meeks | |
includes horrible lifecycle stack workaround for free. | |||
2011-08-22 | callcatcher: and so now unused | Caolán McNamara | |
2011-08-22 | callcatcher: post-unotools cleanup this is now unused | Caolán McNamara | |
2011-08-18 | unusedeasy: cleanup comphelper::MediaDescriptor | Joseph Powers | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-17 | Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC build | Tor Lillqvist | |
Always pass the value to search for of type equal to what the iterators return. | |||
2011-08-16 | Less indent level. | Kohei Yoshida | |