summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)AuthorFilesLines
2012-06-15Unused variableStephan Bergmann1-1/+1
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-9/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-6/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-15/+11
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-7/+3
2012-06-02targeted string re-workNorbert Thiebaud4-18/+18
2012-06-01nuke unused namespaceTakeshi Abe7-8/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+2
2012-05-02Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann1-4/+6
2012-04-30make ResId::toString a non-static memberCaolán McNamara3-27/+23
2012-04-26Do not accidentally instantiate other exts when removing exts at startupStephan Bergmann6-11/+14
2012-04-26Improved error reportingStephan Bergmann1-2/+2
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara1-21/+0
2012-04-24Force ExtensionManager resync when the implementation changesStephan Bergmann4-5/+8
2012-04-23Unused sDataFolderURLStephan Bergmann1-1/+0
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-223/+182
2012-04-18Do all of componentLiveInsertion/Removal at the root contextStephan Bergmann1-64/+73
2012-04-18Improved debug outputStephan Bergmann1-1/+1
2012-04-18Improved commentStephan Bergmann1-2/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-12/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-67/+19
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-8/+8
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet6-7/+7
2012-04-02reorganize trickier staticsCaolán McNamara1-3/+3
2012-04-02fdo#47963 do not increase height of checkboxesDavid Tardon1-3/+0
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe2-4/+0
2012-03-29fix buildLuboš Luňák1-1/+1
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks11-57/+52
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-03-23match DB_ENV creation flags to DB creation flagsCaolán McNamara2-3/+6
2012-03-23Take a meg off our memory footprintCaolán McNamara1-1/+48
2012-03-23DbEnv argument is always NULLCaolán McNamara3-13/+8
2012-03-20make ResId->OUString the primary routeCaolán McNamara1-29/+26
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2-2/+2
2012-03-12desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl2-0/+326
2012-03-12fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks1-8/+15
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2-12/+6
2012-03-09Fix sense of r/o detection code, and clean upStephan Bergmann1-18/+14
2012-03-09fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks1-32/+32
2012-03-02Also bypass definitions of functions not used on Android or iOSTor Lillqvist1-2/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann5-25/+25
2012-02-23just link to HelpIndexerCaolán McNamara1-63/+5
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann5-195/+9
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2-20/+2
2012-02-21WaE: duplicateBranchThomas Arnhold1-2/+0
2012-02-20Clean up work around spurious warning about missing JREStephan Bergmann1-5/+30
2012-02-19Get rid of size() == 0Elton Chung1-2/+2
2012-02-18unusedcode.easy: desktop: singleton_entries is completely unusedThomas Arnhold4-71/+0