summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)Author
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-26WaE: unused variable 'url'Tor Lillqvist
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-16m_bHasActive must be false after last visible entry is removedStephan Bergmann
2013-12-12use OUString::endsWith where possibleNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-06convert accept license dialog to .uiCaolán McNamara
2013-12-06convert show extension licence dialog to .uiCaolán McNamara
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin
2013-11-08Don't unnecessarily wrap RuntimeExceptionsStephan Bergmann
2013-11-08Unwind confusing namespace aliasStephan Bergmann
2013-11-05Improve debug outputStephan Bergmann
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-28fixincludeguards.sh: desktopThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-09-17drop intermediate StringsCaolán McNamara
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin
2013-09-09Extension Manager: surely we should be able to spawn uno ...Michael Stahl
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-09-03was convertIsoStringToLanguage(), use makeFallback()Eike Rathke
2013-08-30Add macosx_x86_64 extension platform identifierStephan Bergmann
2013-08-25The "shared" extensions are read-only when HAVE_FEATURE_READONLY_INSTALLSETTor Lillqvist
2013-08-22No use continuing with empty extensions sequence past the exception hereStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-15intermittent crash with failed empty response during update checkCaolán McNamara
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-10_UNICODE macro unusedFridrich Štrba
2013-06-10Macro reported as unusedFridrich Štrba
2013-06-05Related: fdo#65407 set a default size related to font size rather than pixelsCaolán McNamara
2013-05-27Better debug loggingStephan Bergmann
2013-05-02Resolves: #i119272# Trigger deletion of temporary files of extension managerAndre Fischer
2013-04-29RuntimeException missing from exception specification for UNO methodStephan Bergmann
2013-04-28namespacing cleanupThomas Arnhold
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee