summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-292-7/+7
* fix buildLuboš Luňák2012-03-291-1/+1
* desktop: unwind hideous StrTitle mess a littleMichael Meeks2012-03-2911-57/+52
* when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara2012-03-281-0/+1
* drop unused global rtl::OUStringsCaolán McNamara2012-03-281-2/+0
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-282-18/+18
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-3/+3
* Resolves: rhbz#807316 don't complain that nocrashreport is an unknown optionCaolán McNamara2012-03-271-1/+3
* match DB_ENV creation flags to DB creation flagsCaolán McNamara2012-03-232-3/+6
* Take a meg off our memory footprintCaolán McNamara2012-03-231-1/+48
* DbEnv argument is always NULLCaolán McNamara2012-03-233-13/+8
* remove duplicate entriesDavid Tardon2012-03-231-9/+0
* simplify pagein creationDavid Tardon2012-03-235-21/+8
* move Pagein from desktop to gbuildDavid Tardon2012-03-237-128/+14
* make ResId->OUString the primary routeCaolán McNamara2012-03-203-77/+76
* Resolves rhbz#804437, do not rtl_uString_release(NULL)Stephan Bergmann2012-03-201-1/+4
* Fixed spl_component_getFactoryStephan Bergmann2012-03-193-195/+129
* Workaround a strange wine / mingw crash.Jan Holesovsky2012-03-192-5/+2
* soffice.exe must not link against sal3.dll (might fix fdo#44489)Stephan Bergmann2012-03-191-1/+0
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-162-2/+2
* fix windows buildMatúš Kukan2012-03-167-14/+35
* fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl2012-03-145-14/+38
* fdo#47246: desktop: factor out a winlauncher static libraryMichael Stahl2012-03-149-35/+67
* desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl2012-03-126-4/+6
* desktop: libsofficeapp shouln't need a main()Michael Stahl2012-03-121-4/+0
* fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks2012-03-121-8/+15
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-12/+6
* Fix sense of r/o detection code, and clean upStephan Bergmann2012-03-091-18/+14
* fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks2012-03-091-32/+32
* remove unused MakefileMatúš Kukan2012-03-091-50/+0
* Removed dead defineTakeshi Abe2012-03-091-4/+0
* desktop: do not complain about soffice command line options:Michael Stahl2012-03-081-2/+8
* Resolves: rhbz#800272 complain about unknown command-line optionsCaolán McNamara2012-03-064-1/+28
* Also bypass definitions of functions not used on Android or iOSTor Lillqvist2012-03-021-2/+3
* migrateSettingsIfNecessary must be called later after allStephan Bergmann2012-03-023-26/+28
* Clean upStephan Bergmann2012-03-021-88/+19
* Move migrateSettingsIfNecessary into create_user_installStephan Bergmann2012-03-013-13/+12
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-016-28/+28
* fdo#46434: Always send command line arguments as UTF-8Stephan Bergmann2012-02-291-1/+9
* Resolves: rhbz#788045 swriter --help etc doesn't show helpCaolán McNamara2012-02-291-3/+3
* fdo#46434: No need to turn arguments into absolute file URLs when sendingStephan Bergmann2012-02-291-39/+0
* Typo bInhibitJavaLdx -> bInhibitPageinStephan Bergmann2012-02-291-1/+1
* fix msvc2005 buildCaolán McNamara2012-02-271-2/+2
* make desktop Bytestring freeCaolán McNamara2012-02-271-16/+18
* android: remove annoying & un-necessary dialog on startMichael Meeks2012-02-241-6/+0
* accumulate into an OStringBufferCaolán McNamara2012-02-231-2/+4
* just link to HelpIndexerCaolán McNamara2012-02-231-63/+5
* Adapted OfficeIPCThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-234-34/+36
* Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann2012-02-236-196/+9
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-222-20/+2