summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2011-01-16drop unused stringsCaolán McNamara1-2/+0
2011-01-16drop unused global OUStringsCaolán McNamara1-5/+0
2011-01-15microopts equalsAsciiL faster than compareToAscii(const sal_Char*)Caolán McNamara1-1/+1
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara2-2/+2
2011-01-14Be slightly more paranoid defensiveTor Lillqvist1-2/+2
2011-01-13Fix buffer size problem that broke MSI installer localizationTor Lillqvist1-10/+9
2011-01-11WaE: sal_Int32 is a %SAL_PRIdINT32 when printfedCaolán McNamara1-1/+1
2011-01-11Use --splash-pipe instead of -splash-pipe.Kohei Yoshida2-4/+4
2011-01-11Correct way to add deprecation warnings.Kohei Yoshida1-44/+10
2011-01-11Add deprecation warning on -foo style command line options.Kohei Yoshida2-1/+5
2011-01-11Use a dialog for the non-unix platforms.Kohei Yoshida1-1/+8
2011-01-11Updated the help to add the --version option.Kohei Yoshida1-0/+2
2011-01-11Display the real version number.Kohei Yoshida1-8/+18
2011-01-11Print help to stdout, not to stderr like the rest of the programs.Kohei Yoshida1-4/+4
2011-01-11Hook for supporting --version command line option for Unix.Kohei Yoshida6-4/+29
2011-01-10remove dead codes never passed through even in case of MACOSXTakeshi Abe1-20/+0
2011-01-07cppcheck: prefer prefix variantCaolán McNamara2-4/+4
2011-01-06Use full path to ooenv.Caolán McNamara1-2/+2
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-1/+1
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-2/+2
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-8/+8
2011-01-06don't page in the vast, but almost entirely unused icu data libraryMichael Meeks1-2/+1
2011-01-06Related: fdo#32840 update help line for unopkg --supress-licenseDavid Tardon1-2/+1
2011-01-05fdo#32840: make unopkg --suppress-license skip license in all casesCédric Bosdonnat3-7/+19
2011-01-04prefer the long prefix '--'Takeshi Abe8-8/+8
2011-01-03Fixed coding style & updated the cmdline help to promote --foo style args.Kohei Yoshida2-29/+34
2011-01-03provide the long prefix '--' for options, e.g., --helpTakeshi Abe3-66/+75
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-30cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-27code cleanup and fix typos in commentsTakeshi Abe4-74/+2
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky1-1/+1
2010-12-17EasyHack: soffice accepts -help/-h/-? in presence of the unix quickstartTakeshi Abe1-3/+5
2010-12-16Fix issue with -psn arg not being processed correctly (Mac OS)Joseph Powers1-1/+1
2010-12-16cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-16Handle NetBSD the same as OpenBSD for LD_LIBRARY_PATH.Thomas Klausner2-2/+2
2010-12-16tidy tools::getProcessWorkingDirCaolán McNamara3-4/+4
2010-12-14Fix MAC OS X command line issue. (-psn)Joseph Powers1-1/+1
2010-12-14safer permissions on the user dir i#62858#Michael Meeks1-0/+5
2010-12-13nuke obsolete use of StringTakeshi Abe1-58/+53
2010-12-13cppcheck: unused variablesCaolán McNamara1-6/+4
2010-12-12Change unnamespace file.hxx macrosAndy Holder1-2/+2
2010-12-12cppcheck: silence warningCaolán McNamara1-3/+2
2010-12-10colon needed for LD_LIBRARY_PATH set but emptyTakeshi Abe1-1/+1
2010-12-10colon needed for LD_LIBRARY_PATH set but emptyCaolán McNamara1-1/+1
2010-12-10colon needed for LD_LIBRARY_PATH set but emptyCaolán McNamara1-1/+1
2010-12-10colon needed for LD_LIBRARY_PATH set but emptyTakeshi Abe1-1/+1
2010-12-10propogate exit code out to mainCaolán McNamara4-41/+24
2010-12-10make it easy to valgrind the smoketestCaolán McNamara1-4/+11