summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26cppcheck: use prefix variantCaolán McNamara1-1/+1
2010-11-26cppcheck: use prefix variantCaolán McNamara1-2/+2
2010-11-26sfx2 macropg.hxx unused anywhereCaolán McNamara1-151/+0
2010-11-26RegisterBasicConstants doesn't do anything, remove itCaolán McNamara5-148/+2
2010-11-26these streaming operators are unused by anythingCaolán McNamara2-80/+0
2010-11-26~SfxMacroInfo::Store declared, but never definedCaolán McNamara1-1/+0
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard8-10/+17
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard2-5/+9
2010-11-26disable multiple migrations via MIGRATED stamp fileMichael Meeks2-9/+29
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-26fix crash in exiting via disabling lone quick-starter, terminate at idleMichael Meeks1-5/+21
2010-11-26When saving a docx file to doc, the used filter is docx.Cédric Bosdonnat1-1/+1
2010-11-26xmlhelp-work-with-symlinks.diff: migrated to gitPetr Mladek2-9/+22
i#81138 display help correctly even when the files are symlinks
2010-11-26WaE, remove unused parameterCaolán McNamara2-3/+3
2010-11-26cppcheck, Memory leakJulien Nabet1-4/+4
2010-11-25Put show credits entry into all app ui configsThorsten Behrens5-4/+7
* fix cmd url typo in GenericCommands.xcu * build & deliver credits.odt * avoid duplicate slot id for ShowCredits menu item
2010-11-25Resolves: fdo#31494# get ownership rightCaolán McNamara13-76/+128
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-25Resolves: fdo#31494# get ownership rightCaolán McNamara13-76/+128
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do.
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-coreJan Holesovsky20-249/+319
2010-11-25disable multiple migrations via MIGRATED stamp fileMichael Meeks2-9/+29
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-25fix crash in exiting via disabling lone quick-starter, terminate at idleMichael Meeks1-5/+21
2010-11-25Resolves: rhbz#610103 exit quickstarter if physically deletedCaolán McNamara2-1/+53
2010-11-25cppcheck: methods can be constCaolán McNamara1-2/+2
2010-11-25cppcheck: methods can be constCaolán McNamara1-10/+10
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-2/+2
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-25remove empty methodCaolán McNamara1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-6/+6
2010-11-25avoid duplicate codeDavid Tardon1-3/+1
2010-11-25remove unused headersDavid Tardon2-8/+4
2010-11-25refactor duplicate codeDavid Tardon1-75/+59
2010-11-25comment out unused argumentsDavid Tardon1-10/+6
2010-11-25remove unused codeDavid Tardon1-8/+1
2010-11-25move unnecessary includes to .cxxDavid Tardon2-4/+19
2010-11-25cppcheck: use ++i instead of i++Joseph Powers2-103/+103
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky2-8/+19
2010-11-25Merge commit 'ooo/OOO330_m16' into libreoffice-3-3Jan Holesovsky0-0/+0
2010-11-25masterfix OOO330: #i115774# crash in FR version when typing / as first characterooo/OOO330_m17obo1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-20/+23
2010-11-25start quickstarter on every launch if configured to use itCaolán McNamara3-4/+25
2010-11-25Only start the quick-starter on restart, don't install it foreverCaolán McNamara1-2/+1
2010-11-25Switch toolbar icon size to 'auto-detect'Thorsten Behrens1-1/+1
This semantically reverts commit b05860f43e4943bfdee59b0e44ad7bfa7f52c202, in favour of a dynamic solution in the native widgets code.
2010-11-24fix invalid XMLDavid Tardon2-4/+4
2010-11-24fix author nameDavid Tardon1-1/+1
2010-11-24xmllint: mismatched tagCaolán McNamara1-1/+1
2010-11-24xmllint: bad entity nameCaolán McNamara1-1/+1
2010-11-24cppcheck: The scope of these variables can be reducedCaolán McNamara1-2/+2
2010-11-24cppcheck: Member variable not initialized in the constructorCaolán McNamara1-1/+1
2010-11-24cppcheck: Possible null pointer dereferenceCaolán McNamara1-1/+2
2010-11-24cppcheck: Unused private functionCaolán McNamara1-12/+0