summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-37/+37
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-194/+113
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-03Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet1-1/+12
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-5/+5
2015-04-02loplugin:staticmethodsNoel Grandin7-23/+23
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-7/+7
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-16/+16
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-15/+15
2015-03-22introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke1-0/+24
2015-03-21Char highlight: option about export LO character background to MSO formatsZolnai Tamás1-3/+30
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin1-5/+0
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl13-58/+13
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl19-113/+84
2015-03-09V801: Decreased performanceCaolán McNamara1-8/+8
2015-02-18TyposJulien Nabet2-2/+2
2015-02-16another dependency still requiredCaolán McNamara1-0/+2
2015-02-16set unotools mk to require boostCaolán McNamara1-0/+2
2015-02-16boost::noncopyable->'= delete'Caolán McNamara8-17/+20
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara4-20/+19
2015-02-15unusedcode.easyJulien Nabet1-35/+0
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann3-4/+4
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-4/+3
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-2/+3
2015-01-30fix tdf#88855: GetEnglishSearchFontName() returns incorrect value.Tomofumi Yagi1-2/+2
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-26-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2015-01-26use XCalendar4 local date/time in CalendarWrapper, tdf#63230Eike Rathke1-41/+2
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-2/+2
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara2-6/+3
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-8/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-22/+6
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-3/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl4-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-4/+4
2015-01-05java: remove dead codeNoel Grandin2-13/+0
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara10-24/+23
2014-12-18Build fix for gcc 4.7.Kohei Yoshida3-11/+11
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann11-85/+82
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-3/+3
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann4-7/+7
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-7/+7
2014-12-10This shall apparently check that aScheme is neither http nor httpsStephan Bergmann1-1/+1