aboutsummaryrefslogtreecommitdiff
path: root/source/tr/sfx2
AgeCommit message (Expand)Author
2015-04-19update translations for 5.0.0 Alpha1Christian Lohmaier
2014-11-20update translations for 4.4.0 beta1Christian Lohmaier
2014-11-06update translations for 4.4.0 alpha2Christian Lohmaier
2014-10-17update translations for 4.4.0.0alpha1Christian Lohmaier
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras Timar
2013-05-07update translations for LibreOffice 4.0.3 rc1Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc2Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc1Andras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc3Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
value='libreoffice-3-5-7'>libreoffice-3-5-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2021-10-15Simplify vector initialization in cppuhelperJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-15Simplify OTypeCollection ctorsMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11cppuhelper: suppress unhelpful warning C4996Michael Stahl
2021-10-11loplugin:moveparam in cppuhelperNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist
2021-09-20use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-18better to use a std::vector hereNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin
2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin
2021-07-17osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin
2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin
2021-07-14cppuhelper : use std::mutex and remove useless rtl::StaticArnaud Versini
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06update pchesCaolán McNamara
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-21update pchesCaolán McNamara
2021-03-12use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák
2021-03-11cppu:OWeakObject zombie debuggingNoel
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-03-06update pchesJulien Nabet
2021-03-03update pchesCaolán McNamara