summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist11-108/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31callcatcher: update unused codeCaolán McNamara1-28/+0
2014-03-30coverity#1194897 Logically dead codeCaolán McNamara1-7/+0
2014-03-27framework: sal_Bool->boolNoel Grandin3-84/+84
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-20Remove newly unused framework::LockHelper classStephan Bergmann2-8/+8
2014-03-20Remove newly unused framework::GuardStephan Bergmann1-1/+0
2014-03-20Turn odd framework::LockHelper::getGlobalLock() into an osl::MutexStephan Bergmann2-8/+8
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-5/+5
2014-03-18Remove unused ThreadHelpBase baseStephan Bergmann1-2/+1
2014-03-18Use cppu::BaseMutex instead of framework::ThreadHelpBaseStephan Bergmann1-2/+2
2014-03-18Use cppu::BaseMutex instead of framework::ThreadHelpBaseStephan Bergmann1-2/+2
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-6/+6
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann1-2/+0
2014-03-17framework: prefer passing OUString by referenceNoel Grandin2-3/+3
2014-03-10framework: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann4-96/+4
2014-02-26Remove visual noise from frameworkAlexander Wilms1-116/+116
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-48/+48
2014-02-23Remove unneccessary commentsAlexander Wilms5-27/+27
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
2014-02-02fdo#54938 Convert framework to cppu::supportsServiceAlexandre Vicenzi4-51/+12
2014-01-29bool improvementsStephan Bergmann4-4/+4
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-12-28get master dictionaries in master coreCaolán McNamara1-6/+6
2013-12-20typo fixesAndras Timar1-5/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-28/+28
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-7/+7
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin2-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin2-3/+3
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist2-2/+0
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist1-3/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-27Mark as const/staticTakeshi Abe2-4/+4
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann1-68/+7
2013-07-11remove duplicate debug area for framework/Luboš Luňák1-3/+3
2013-07-05fdo#66524 - defer loading and scaling AddOns images until necessary.Michael Meeks1-111/+102
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-2/+2
2013-06-24Resolves: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile1-7/+68
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2-4/+6
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-2/+1
2013-05-24Fix warning: unused variable 'aURL' [loplugin]Tor Lillqvist1-1/+0
2013-05-21Related: #i121442# Read Statusbar merging configurationAriel Constenla-Haile1-10/+226
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-3/+3
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold1-2/+1