summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-22introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke
2015-03-21Char highlight: option about export LO character background to MSO formatsZolnai Tamás
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-18TyposJulien Nabet
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-24Typo: syncro->synchroJulien Nabet
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18Build fix for gcc 4.7.Kohei Yoshida
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03Further clean-upStephan Bergmann
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-09Related: fdo#80755 Always update the thumbnailMaxim Monastirsky
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-28coverity#704086 Unchecked return valueCaolán McNamara
2014-10-21Remove dead CustomerNumber functionalityStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-08-11unotools: DBG_ASSERT cleanupMichael Stahl
2014-07-23TyposJulien Nabet
2014-07-14revert bad fixNoel Grandin
2014-07-14loplugin:unreffunNoel Grandin
2014-07-09localized GetFullName()Andras Timar
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04compareTo -> equalsNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken
2014-05-19WaE: -Wunused-variableThomas Arnhold