summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* typo fixes in commentsAndras Timar2014-02-061-1/+1
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
* Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan2014-02-061-2/+2
* Change Application::SystemSettingsChanging to OverrideSystemSettingsChris Sherlock2014-02-042-23/+22
* EXC_SYSOBJNOTCREATED was not really usedTor Lillqvist2014-02-031-7/+0
* coverity#707748 : Uninitialized scalar fieldNorbert Thiebaud2014-02-011-9/+10
* Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2014-01-301-2/+2
* coverity#1158237 Resource leakCaolán McNamara2014-01-291-0/+1
* Introduce com.sun.star.ui.theUIElementFactoryManager singleton.Matúš Kukan2014-01-291-2/+2
* Introduce com.sun.star.frame.ControllerFactory singletons:Matúš Kukan2014-01-291-3/+2
* bool improvementsStephan Bergmann2014-01-2816-24/+24
* Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan2014-01-282-4/+4
* Introduce com.sun.star.frame.theAutoRecovery singleton.Matúš Kukan2014-01-281-2/+2
* Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan2014-01-244-5/+2
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* Move defines into settings.hxxChris Sherlock2014-01-231-8/+1
* Improve settings code reabilityChris Sherlock2014-01-221-2/+2
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-222-4/+4
* bool improvementsStephan Bergmann2014-01-223-7/+7
* Remove unused Window parameter from SystemSettingsChangingChris Sherlock2014-01-202-2/+2
* 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