summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke2015-03-221-0/+24
* Char highlight: option about export LO character background to MSO formatsZolnai Tamás2015-03-211-3/+30
* loplugin:constantfunction: unotoolsNoel Grandin2015-03-191-5/+0
* do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl2015-03-1113-58/+13
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-1119-113/+84
* V801: Decreased performanceCaolán McNamara2015-03-091-8/+8
* TyposJulien Nabet2015-02-182-2/+2
* another dependency still requiredCaolán McNamara2015-02-161-0/+2
* set unotools mk to require boostCaolán McNamara2015-02-161-0/+2
* boost::noncopyable->'= delete'Caolán McNamara2015-02-168-17/+20
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-164-20/+19
* unusedcode.easyJulien Nabet2015-02-151-35/+0
* Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2015-02-111-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-073-4/+4
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-4/+3
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-051-2/+3
* fix tdf#88855: GetEnglishSearchFontName() returns incorrect value.Tomofumi Yagi2015-01-301-2/+2
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* -Werror,-Wunused-const-variableStephan Bergmann2015-01-261-2/+0
* use XCalendar4 local date/time in CalendarWrapper, tdf#63230Eike Rathke2015-01-261-41/+2
* implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke2015-01-261-2/+2
* don't strip font names of apparent script suffixes anymoreCaolán McNamara2015-01-262-6/+3
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-8/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-22/+6
* Typo: syncro->synchroJulien Nabet2015-01-241-1/+1
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-3/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-094-4/+4
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-4/+4
* java: remove dead codeNoel Grandin2015-01-052-13/+0
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara2015-01-021-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0210-24/+23
* Build fix for gcc 4.7.Kohei Yoshida2014-12-183-11/+11
* unotools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1811-85/+82
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-3/+3
* unotools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-124-7/+7
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-7/+7
* This shall apparently check that aScheme is neither http nor httpsStephan Bergmann2014-12-101-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* java: remove some comment noiseNoel Grandin2014-12-101-1/+2
* java: the TempFileTest interface is unnecessaryNoel Grandin2014-12-105-30/+4
* Further clean-upStephan Bergmann2014-12-031-28/+12
* Code clean-up/consolidation task.Vishv Brahmbhatt2014-12-031-13/+4
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-243-2/+198
* java: unused local varsNoel Grandin2014-11-242-4/+2
* Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky2014-11-221-5/+5
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1714-0/+14
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-3/+3