summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: fe2fb7a8117d7752ea793d00b142fcf1e9467c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "dictionaries"]
	path = dictionaries
	url = https://gerrit.libreoffice.org/dictionaries
	branch = .
[submodule "helpcontent2"]
	path = helpcontent2
	url = https://gerrit.libreoffice.org/help
	branch = .
[submodule "translations"]
	path = translations
	url = https://gerrit.libreoffice.org/translations
	branch = .
b5e5f'>Use indexed getToken()Matteo Casalin 2018-12-28Fix typoAndrea Gelmini 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-21improve function-local statics in basic..cuiNoel Grandin 2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov 2018-08-14create appendCopy method in OUStringBufferNoel Grandin 2018-07-09Add missing sal/log.hxx headersGabor Kelemen 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2018-05-09Missing template clone() in configmgr dconf modeStephan Bergmann 2018-05-09Add possibility to read <value xsi:nil="true"/> from winreg conf backendAndras Timar 2018-04-25Winreg config layer: Allow to define external backend separatelyMike Kaganski 2018-04-04Ignore dangling symlink configuration filesStephan Bergmann 2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet 2018-02-08Better return nil than an arbitrary xml:lang="..." valueStephan Bergmann 2018-02-01configmgr: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-05Replace lists by vectors in configmgr/unotoolsJulien Nabet 2017-11-02Winreg configuration layer: don't assert on user inputMike Kaganski 2017-11-01Winreg configuration layer: use writeAttributeValue for oox:externalMike Kaganski 2017-11-01Winreg configuration layer: support oox:external valuesMike Kaganski 2017-10-31typo: xs::boolean -> xs:booleanAndras Timar 2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin 2017-10-23loplugin:includeform: configmgrStephan Bergmann 2017-10-13Replace list by vector in components (configmgr)Julien Nabet 2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski 2017-09-22Fresh run of bin/update_pch.shMike Kaganski 2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin 2017-09-17use more default copy ctorsJochen Nitschke 2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann