summaryrefslogtreecommitdiffstats
path: root/unotools/source/config
Commit message (Expand)AuthorAgeFilesLines
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-5/+5
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-2/+13
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1221-45/+45
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-6/+6
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+5
* loplugin:unusedmethodsNoel Grandin2015-10-061-17/+0
* Fix typosAndrea Gelmini2015-09-303-4/+4
* Fix typosAndrea Gelmini2015-09-301-3/+3
* convert Link<> to typedNoel Grandin2015-09-101-4/+4
* unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-094-6/+6
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-3/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-314-9/+9
* SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin2015-08-291-2/+2
* Clean up sEmptyStephan Bergmann2015-08-271-5/+4
* tweak config-less sysconfig pathCaolán McNamara2015-08-201-2/+2
* more config skipping stuff and a tester toolCaolán McNamara2015-08-201-0/+2
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-192-9/+9
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-194-6/+33
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-1/+1
* WaE: -Wmaybe-uninitializedCaolán McNamara2015-07-161-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-3/+0
* tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2015-07-011-7/+10
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-262-33/+12
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-253-5/+5
* LinkUpdateMode is a global settingStephan Bergmann2015-06-231-0/+8
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara2015-06-081-0/+5
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-265-13/+15
* tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper2015-05-151-33/+17
* fix for CONFIG_MODE constant -> enum conversionNoel Grandin2015-05-071-4/+3
* fix windows buildNoel Grandin2015-05-061-1/+1
* Add comments about ImplFontAttrsTor Lillqvist2015-05-061-0/+2
* convert USER_OPT constants to scoped enumNoel Grandin2015-05-061-93/+70
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-26/+26
* convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin2015-05-061-66/+66
* convert CVC_ flags to scoped enumNoel Grandin2015-05-061-4/+4
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-063-9/+9
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan2015-05-011-17/+33
* Gradually typed LinkStephan Bergmann2015-04-301-4/+4
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-38/+42
* SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32Stephan Bergmann2015-04-281-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-242-2/+2
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-2213-0/+31
* improve commentStephan Bergmann2015-04-161-6/+5