summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2015-07-16WaE: -Wmaybe-uninitializedCaolán McNamara
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-23LinkUpdateMode is a global settingStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-15tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper
2015-05-07fix for CONFIG_MODE constant -> enum conversionNoel Grandin
2015-05-06fix windows buildNoel Grandin
2015-05-06Add comments about ImplFontAttrsTor Lillqvist
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin
2015-05-06convert CVC_ flags to scoped enumNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-01tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-16improve commentStephan Bergmann
2015-04-16tdf#89394. fix hangs because of unavailable Windows UNC path.Jan Kantert
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-03Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
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