summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)Author
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
2014-02-03fdo#70376: Put only document (file) name in window title on OS XTor Lillqvist
2014-02-02fdo#54938 Convert framework to cppu::supportsServiceAlexandre Vicenzi
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-12-28get master dictionaries in master coreCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-10cppcheck: reduce scopeJulien Nabet
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist
2013-08-27Bin intermediate iterator + rename parameter functionJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-27Mark as const/staticTakeshi Abe
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-11remove duplicate debug area for framework/Luboš Luňák
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-05fdo#66524 - defer loading and scaling AddOns images until necessary.Michael Meeks
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa
2013-06-24Resolves: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-24Fix warning: unused variable 'aURL' [loplugin]Tor Lillqvist
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-21Related: #i121442# Read Statusbar merging configurationAriel Constenla-Haile
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-31fdo#62096 Replace O(U)String compareTo with ==Efe Gürkan YALAMAN
2013-03-29ResMgr with LanguageTagEike Rathke