summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)Author
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18Drop unnecessary #includeTakeshi Abe
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi
2014-02-11coverity#704223 Logically dead codeCaolán McNamara
2014-02-06typo fixes in commentsAndras Timar
2014-02-01coverity#707748 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
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