summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-27Bin intermediate iterator + rename parameter functionJulien Nabet1-5/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák4-5/+5
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-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2-2/+0
2013-07-11remove duplicate debug area for framework/Luboš Luňák1-3/+3
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-13/+13
2013-07-05fdo#66524 - defer loading and scaling AddOns images until necessary.Michael Meeks1-111/+102
2013-06-29remove OUString wrap for string literalsThomas Arnhold5-14/+14
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa1-1/+1
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 Grand3-7/+9
2013-06-05use uno::Reference#clear() method...Noel Grandin1-4/+4
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-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin4-10/+7
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 Arnhold2-3/+3
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák8-26/+24
2013-04-01remove boilerplate commentsThomas Arnhold2-4/+0
2013-03-31fdo#62096 Replace O(U)String compareTo with ==Efe Gürkan YALAMAN1-6/+6
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-7/+5