summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2013-04-02framework: remove unused targetting debug macrosThomas Arnhold2-242/+0
2013-04-02framework: cleanup macrosThomas Arnhold5-137/+102
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-30fix loplugin unused warningsPeter Foley1-6/+3
2013-03-29ResMgr with LanguageTagEike Rathke4-19/+8
2013-03-28we really don't need to assign the same value againEike Rathke1-6/+6
2013-03-28eliminated useless back and forth conversionEike Rathke4-28/+25
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke7-53/+62
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-1/+2
2013-03-27-Wunused-macrosStephan Bergmann4-13/+1
2013-03-25remove external include guardsThomas Arnhold11-29/+0
2013-03-26framework::RecentFilesMenuController clean-up, add clear item.Ariel Constenla-Haile4-141/+77
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-1/+1
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist1-0/+4
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist4-10/+10
2013-03-25Duplicate REPLACELENGTH_PATH macro definitionStephan Bergmann1-1/+0
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann7-13/+7
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-3/+3
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann7-84/+82
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-8/+8
2013-03-18cleanup doxygen warningsPeter Foley1-1/+0
2013-03-16Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHashAriel Constenla-Haile24-59/+45
2013-03-15drop unused includeDavid Tardon1-2/+0
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-3/+14
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-2/+2
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard1-2/+2
2013-03-09simplify code a bitMarkus Mohrhard1-7/+6
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim6-0/+15
2013-03-08make use of startsWith()Thomas Arnhold1-10/+9
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
2013-03-08simplify some compareToThomas Arnhold1-1/+1
2013-03-08fwk: some follow up of rtl cleanupThomas Arnhold9-67/+67
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter60-1505/+1504
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter2-1/+22
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin5-33/+26
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-16/+8
2013-03-05doubled usingThomas Arnhold1-1/+0
2013-03-04sal_Bool to boolTakeshi Abe2-2/+2
2013-03-04doubled namespacesThomas Arnhold4-4/+0
2013-03-04doubled includesThomas Arnhold20-28/+0
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin6-21/+15
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin14-115/+78
2013-03-04fdo#46808, Convert the menu classes in framework to XComponentContextNoel Grandin1-15/+44
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin2-4/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold52-86/+86
2013-03-03loplugin: improve indentationThomas Arnhold1-5/+3