summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-07Remove unused variablesTor Lillqvist
2013-04-05new module i18nlangtagEike Rathke
2013-04-05Resolves: #i121503# fix resize/paint race in the backing windowHerbert Dürr
2013-04-05Remove SvtInternalOptionsThomas Arnhold
2013-04-04fdo#37758: Really set the toolbar as hidden.Jan Holesovsky
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
2013-04-02framework: remove unused targetting debug macrosThomas Arnhold
2013-04-02framework: cleanup macrosThomas Arnhold
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-31fdo#62096 Replace O(U)String compareTo with ==Efe Gürkan YALAMAN
2013-03-30fix loplugin unused warningsPeter Foley
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-28we really don't need to assign the same value againEike Rathke
2013-03-28eliminated useless back and forth conversionEike Rathke
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25remove external include guardsThomas Arnhold
2013-03-26framework::RecentFilesMenuController clean-up, add clear item.Ariel Constenla-Haile
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist
2013-03-25Duplicate REPLACELENGTH_PATH macro definitionStephan Bergmann
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18cleanup doxygen warningsPeter Foley
2013-03-16Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHashAriel Constenla-Haile
2013-03-15drop unused includeDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer
2013-03-11fdo#47011 autosave featureKrisztian Pinter
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard
2013-03-09simplify code a bitMarkus Mohrhard
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08make use of startsWith()Thomas Arnhold
2013-03-08simplify compareTo (now correct)Thomas Arnhold
2013-03-08Revert "simplify some compareTo"Stephan Bergmann
2013-03-08simplify some compareToThomas Arnhold
2013-03-08fwk: some follow up of rtl cleanupThomas Arnhold
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-05doubled usingThomas Arnhold
2013-03-04sal_Bool to boolTakeshi Abe