Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-21 | chmod -x | Tor Lillqvist | 1 | -0/+0 | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | 1 | -0/+3 | |
...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-12 | callcatcher: remove some unused code | Caolán McNamara | 2 | -21/+0 | |
2012-03-06 | leak in IMHandler::signalIMPreeditChanged early return | Caolán McNamara | 1 | -7/+0 | |
2012-03-06 | remove TransliterationWrapper::compareSubstring | Caolán McNamara | 3 | -24/+7 | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | 1 | -1/+1 | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||||
2012-03-01 | WaE: 'unused' attribute ignored when parsing type | Tor Lillqvist | 1 | -1/+1 | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | 1 | -1/+1 | |
2012-02-21 | expand and remove NS_* macro | Thomas Arnhold | 2 | -32/+22 | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | 1 | -2/+2 | |
to equalsIgnoreAsciiCaseAscii("...") | |||||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | 1 | -1/+1 | |
2012-02-19 | Remove unused code | Petr Vorel | 2 | -17/+0 | |
2012-02-18 | Fix typos in comments | Elton Chung | 1 | -1/+1 | |
2012-02-17 | WaE: unused variables | Caolán McNamara | 1 | -4/+4 | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | 1 | -1/+0 | |
2012-02-10 | Remove unused code | Elton Chung | 6 | -84/+0 | |
2012-02-09 | utl: delete unused NodeValueAccessor::bind() method | Greg Kroah-Hartman | 1 | -10/+0 | |
2012-02-08 | update unused list | Caolán McNamara | 2 | -9/+0 | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | 8 | -16/+16 | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | 4 | -587/+0 | |
...so that other code in comphelper can use it. | |||||
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | 1 | -4/+39 | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||||
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | 1 | -3/+2 | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | 6 | -260/+0 | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||||
2012-01-27 | drop unnecessary include | Caolán McNamara | 2 | -11/+12 | |
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | 5 | -672/+0 | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 1 | -2/+2 | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | 6 | -595/+0 | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | 6 | -312/+0 | |
2012-01-25 | Add configuration wrappers for groups, too (to add listeners etc.). | Stephan Bergmann | 2 | -0/+73 | |
2012-01-23 | make unotools ByteString free | Caolán McNamara | 1 | -2/+2 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 7 | -26/+22 | |
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-20 | ucbhelper::GetLocalFileURL does not use its arg. | Stephan Bergmann | 1 | -2/+2 | |
2012-01-19 | Fix for fdo43460 Part XLII getLength() to isEmpty() | Olivier Hallot | 14 | -68/+68 | |
Part XLII Modules unotools | |||||
2012-01-18 | convert one freshly introduced DBG_ERRORFILE to SAL_WARN | Eike Rathke | 1 | -8/+2 | |
2012-01-18 | nitpick, it's i18n, not l18n | Eike Rathke | 4 | -37/+37 | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | 17 | -99/+99 | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | 17 | -368/+105 | |
2012-01-11 | bumped locale data wrapper to use XLocaleData4 and provide date acceptance ↵ | Eike Rathke | 2 | -3/+27 | |
patterns | |||||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | 1 | -1/+1 | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||||
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | 5 | -32/+27 | |
2012-01-09 | make indent sane | Caolán McNamara | 1 | -26/+24 | |
2012-01-09 | simplify CharClass | Caolán McNamara | 2 | -62/+23 | |
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 | make indent sane | Caolán McNamara | 1 | -85/+100 | |
2012-01-09 | mark uncopyable with boost::noncopyable | Caolán McNamara | 1 | -5/+2 | |
2012-01-08 | catch exception by constant reference | Takeshi Abe | 8 | -33/+20 | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | 9 | -9/+0 | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | 2 | -2/+0 | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | 4 | -4/+0 | |