Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-28 | tidy this a bit | Caolán McNamara | |
2010-11-28 | cppcheck: can reduce the scope of this var | Caolán McNamara | |
2010-11-28 | cppcheck: unused variables | Caolán McNamara | |
2010-11-27 | cppcheck: prefix instead of postfix | Joseph Powers | |
One variable was assigned a value that was never used; removed the variable. I didn't check to see if the function call was required so I just left them. | |||
2010-11-27 | cppcheck: Variable scope reduction | Joseph Powers | |
2010-11-27 | cppcheck: use prefix variants | Caolán McNamara | |
2010-11-27 | translation of comments to English | Andreas Mantke | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | wikihelp: Forward the request for help to help.libreoffice.org. | Jan Holesovsky | |
Based on Muthu's patch. If the help is not installed, this will forward the request to help.libreoffice.org; unfortunately the service is not running there yet, but better to have the code in already ;-) | |||
2010-11-26 | cppcheck: use prefix variant | Caolán McNamara | |
2010-11-26 | cppcheck: use prefix variant | Caolán McNamara | |
2010-11-26 | cppcheck: use prefix variant | Caolán McNamara | |
2010-11-26 | cppcheck: use prefix variant | Caolán McNamara | |
2010-11-26 | sfx2 macropg.hxx unused anywhere | Caolán McNamara | |
2010-11-26 | RegisterBasicConstants doesn't do anything, remove it | Caolán McNamara | |
2010-11-26 | these streaming operators are unused by anything | Caolán McNamara | |
2010-11-26 | ~SfxMacroInfo::Store declared, but never defined | Caolán McNamara | |
2010-11-26 | Merge branch 'libreoffice-3-3' | Rene Engelhard | |
2010-11-26 | Merge commit 'ooo/OOO330_m17' into libreoffice-3-3 | Rene Engelhard | |
2010-11-26 | disable multiple migrations via MIGRATED stamp file | Michael Meeks | |
If we fail to auto-migrate, this can cause lots of pain - since people are unaware of where the migration occurs from. Thus - before we start migrating, we create a 'MIGRATED' stamp file in the source of that, and if this is present next migration, we simply don't migrate - fixed for Mechtilde. | |||
2010-11-26 | fix crash in exiting via disabling lone quick-starter, terminate at idle | Michael Meeks | |
2010-11-26 | When saving a docx file to doc, the used filter is docx. | Cédric Bosdonnat | |
2010-11-26 | xmlhelp-work-with-symlinks.diff: migrated to git | Petr Mladek | |
i#81138 display help correctly even when the files are symlinks | |||
2010-11-26 | WaE, remove unused parameter | Caolán McNamara | |
2010-11-26 | cppcheck, Memory leak | Julien Nabet | |
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | |
* fix cmd url typo in GenericCommands.xcu * build & deliver credits.odt * avoid duplicate slot id for ShowCredits menu item | |||
2010-11-25 | Resolves: fdo#31494# get ownership right | Caolán McNamara | |
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do. (cherry picked from commit e34373935bff7f1ed8e8bfd06b54383917b1177a) | |||
2010-11-25 | Resolves: fdo#31494# get ownership right | Caolán McNamara | |
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do. | |||
2010-11-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core | Jan Holesovsky | |
2010-11-25 | disable multiple migrations via MIGRATED stamp file | Michael Meeks | |
If we fail to auto-migrate, this can cause lots of pain - since people are unaware of where the migration occurs from. Thus - before we start migrating, we create a 'MIGRATED' stamp file in the source of that, and if this is present next migration, we simply don't migrate - fixed for Mechtilde. | |||
2010-11-25 | fix crash in exiting via disabling lone quick-starter, terminate at idle | Michael Meeks | |
2010-11-25 | Resolves: rhbz#610103 exit quickstarter if physically deleted | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | remove empty method | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | avoid duplicate code | David Tardon | |
2010-11-25 | remove unused headers | David Tardon | |
2010-11-25 | refactor duplicate code | David Tardon | |
2010-11-25 | comment out unused arguments | David Tardon | |
2010-11-25 | remove unused code | David Tardon | |
2010-11-25 | move unnecessary includes to .cxx | David Tardon | |
2010-11-25 | cppcheck: use ++i instead of i++ | Joseph Powers | |
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |