summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet2015-04-031-1/+12
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-5/+5
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-5/+5
* loplugin:staticmethodsNoel Grandin2015-04-027-23/+23
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-7/+7
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-16/+16
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-263-15/+15
* 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