Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-24 | removed unused const char[] | Takeshi Abe | |
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-16 | fdo#46074 fdo#49948 Ignore corrupted items in Recent Documents | Stephan Bergmann | |
...following up on 4ccb4bda483eb548eb6efb5e2f1952f094522320 "fdo#46074 Ignore corrupted items in Recent Documents" with another problematic scenario found with fdo#49948. Change-Id: I3e7c803813f09c1f031defc2c18cfab6732b1621 | |||
2012-05-16 | Unwound unhelpful LogHelper::logIt | Stephan Bergmann | |
...where the OSL_FAIL line numbers did not point at the relevant code. Change-Id: I4d12d63782378cbbc446cdcd77c07676ffc81d78 | |||
2012-05-06 | nuke dead code | Takeshi Abe | |
Change-Id: Ic7110a2d589c5be60c2beae1fa8c9e7ed6d63c04 | |||
2012-05-06 | removed unused defines | Takeshi Abe | |
Change-Id: Ibb6141776fc3a418095b7184c7dacfba70dd7238 | |||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | fdo#46074 Ignore corrupted items in Recent Documents | Stephan Bergmann | |
2012-04-19 | Improved error reporting | Stephan Bergmann | |
2012-04-10 | fix typo | Caolán McNamara | |
2012-04-10 | add a getBuildVersion helper | Caolán McNamara | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
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-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold historyoptions_const.hxx into historyoptions.cxx | Caolán McNamara | |
2012-03-28 | don't have to deliver historyoptions_const.hxx | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold useroptions_const.hxx into useroptions.cxx | Caolán McNamara | |
2012-03-28 | don't need to export useroptions_const.hxx | Caolán McNamara | |
2012-03-21 | chmod -x | Tor Lillqvist | |
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-12 | callcatcher: remove some unused code | Caolán McNamara | |
2012-03-06 | leak in IMHandler::signalIMPreeditChanged early return | Caolán McNamara | |
2012-03-06 | remove TransliterationWrapper::compareSubstring | Caolán McNamara | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | WaE: 'unused' attribute ignored when parsing type | Tor Lillqvist | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-21 | expand and remove NS_* macro | Thomas Arnhold | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | WaE: unused variables | Caolán McNamara | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Remove unused code | Elton Chung | |
2012-02-09 | utl: delete unused NodeValueAccessor::bind() method | Greg Kroah-Hartman | |
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |