summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist28-351/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
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 Grandin11-129/+129
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-35/+35
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-9/+6
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-9/+6
2014-03-18Remove unused ThreadHelpBase baseStephan Bergmann1-1/+0
2014-03-18Use SolarMutexGuard directlyStephan Bergmann2-13/+11
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-17Remove dead fileStephan Bergmann1-31/+0
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann5-27/+26
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 Wilms5-147/+147
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-149/+149
2014-02-23Remove unneccessary commentsAlexander Wilms14-179/+179
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+3
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet1-3/+3
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet2-3/+3
2014-02-03fdo#70376: Put only document (file) name in window title on OS XTor Lillqvist1-1/+4
2014-02-02fdo#54938 Convert framework to cppu::supportsServiceAlexandre Vicenzi4-51/+12
2014-01-29bool improvementsStephan Bergmann4-4/+4
2014-01-28bool improvementsStephan Bergmann2-3/+3
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-11/+11
2013-12-28get master dictionaries in master coreCaolán McNamara1-6/+6
2013-12-20typo fixesAndras Timar2-6/+6
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-4/+4
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+11
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-30/+29
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-7/+7
2013-11-10cppcheck: reduce scopeJulien Nabet1-2/+1
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin2-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin2-3/+3
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist3-3/+0
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