summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
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 Dezsi5-27/+21
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-89/+33
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-27/+27
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-8/+8
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet6-7/+7
2012-04-05DEFINE_CONST_UNICODE isn't needed here anymoreCaolán McNamara1-27/+25
2012-04-05unused U2S defineCaolán McNamara1-1/+0
2012-04-04Improved error reportingStephan Bergmann1-2/+1
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 Abe4-6/+0
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2-7/+7
2012-03-29fix buildLuboš Luňák1-1/+1
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks11-57/+52
2012-03-28drop unused global rtl::OUStringsCaolán McNamara1-2/+0
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-17/+17
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-03-27Resolves: rhbz#807316 don't complain that nocrashreport is an unknown optionCaolán McNamara1-1/+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 McNamara3-77/+76
2012-03-19Fixed spl_component_getFactoryStephan Bergmann3-195/+129
2012-03-19Workaround a strange wine / mingw crash.Jan Holesovsky2-5/+2
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2-2/+2
2012-03-12desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl3-2/+4
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-09Removed dead defineTakeshi Abe1-4/+0
2012-03-08desktop: do not complain about soffice command line options:Michael Stahl1-2/+8
2012-03-06Resolves: rhbz#800272 complain about unknown command-line optionsCaolán McNamara4-1/+28
2012-03-02Also bypass definitions of functions not used on Android or iOSTor Lillqvist1-2/+3
2012-03-02migrateSettingsIfNecessary must be called later after allStephan Bergmann3-26/+28
2012-03-02Clean upStephan Bergmann1-88/+19
2012-03-01Move migrateSettingsIfNecessary into create_user_installStephan Bergmann3-13/+12
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann6-28/+28
2012-02-27fix msvc2005 buildCaolán McNamara1-2/+2
2012-02-27make desktop Bytestring freeCaolán McNamara1-16/+18
2012-02-24android: remove annoying & un-necessary dialog on startMichael Meeks1-6/+0
2012-02-23accumulate into an OStringBufferCaolán McNamara1-2/+4
2012-02-23just link to HelpIndexerCaolán McNamara1-63/+5
2012-02-23Adapted OfficeIPCThread to safer-to-use salhelper::ThreadStephan Bergmann2-33/+34
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann5-195/+9