summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* fdo#73549 do not attempt to resolve an empty localeEike Rathke2014-01-171-0/+3
* Window::Notify should return boolStephan Bergmann2014-01-174-6/+6
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-2/+2
* EndDialog takes long nResult, not boolStephan Bergmann2014-01-141-2/+2
* Missing XServiceInfoStephan Bergmann2014-01-083-4/+47
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-9/+6
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-079-12/+12
* Some make file fixingZolnai Tamás2013-12-271-1/+1
* Transex3: NO_LOCALIZE_EXPORTZolnai Tamás2013-12-271-1/+4
* WaE: unused variable 'ARGUMENT_PREFIX'Tor Lillqvist2013-12-261-2/+1
* WaE: unused variable 'url'Tor Lillqvist2013-12-261-1/+1
* WaE: unused variable 'XDG_CONFIG_PART'Tor Lillqvist2013-12-261-1/+2
* typo fixesAndras Timar2013-12-202-3/+3
* use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714Eike Rathke2013-12-191-9/+4
* resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke2013-12-181-1/+1
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-171-0/+4
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-176-12/+12
* Keep using component_getImplementationEnvironment in extensionsStephan Bergmann2013-12-172-0/+16
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-171-1/+1
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-173-4/+4
* Clean-up uno/lbnames.hStephan Bergmann2013-12-162-2/+0
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-1/+1
* m_bHasActive must be false after last visible entry is removedStephan Bergmann2013-12-161-0/+6
* Re-enable building test-active.oxtStephan Bergmann2013-12-1610-80/+89
* Missing "boost_headers"Stephan Bergmann2013-12-161-0/+4
* Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2013-12-132-2/+2
* Revert "fix windows build"Michael Stahl2013-12-127-35/+42
* use OUString::endsWith where possibleNoel Grandin2013-12-121-1/+1
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-124-11/+11
* desktop: document -env cmdline argumentMiklos Vajna2013-12-111-0/+3
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-1/+1
* convert accept license dialog to .uiCaolán McNamara2013-12-067-256/+308
* set close as defaultCaolán McNamara2013-12-061-0/+2
* convert show extension licence dialog to .uiCaolán McNamara2013-12-066-71/+82
* fdo#39956 Delete JABDavid Ostrovsky2013-12-051-5/+2
* mark non-translatable .ui strings explicitely as suchAndras Timar2013-11-301-4/+4
* Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr2013-11-251-5/+2
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-1/+1
* fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza2013-11-218-75/+29
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-202-4/+4
* Use startsWith rest parameterStephan Bergmann2013-11-191-21/+14
* Consistently accept all cmd line args only in lower caseStephan Bergmann2013-11-191-24/+23
* Consistently warn about all deprecated cmd line args starting with a single -Stephan Bergmann2013-11-192-403/+387
* String function clean-upStephan Bergmann2013-11-191-11/+11
* rhbz#1031989 Accept --pt in addition to deprecated -ptStephan Bergmann2013-11-191-1/+1
* -Werror,-Wunused-variableStephan Bergmann2013-11-191-2/+1
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-2/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1