aboutsummaryrefslogtreecommitdiff
path: root/source/bo/sccomp
AgeCommit message (Expand)Author
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2017-11-22update translations for 6.0 beta1Christian Lohmaier
2017-10-19update templates for 6.0.0 alpha1Christian Lohmaier
2017-09-14convert to gettext formatCaolán McNamara
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras 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
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27use more string_view in packageNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1500507 silence Resource leakCaolán McNamara
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-05-25elide some OUString allocationNoel Grandin
2022-05-24use comphelper::ByteReader in XBufferedStreamNoel Grandin
2022-05-20fix OWriteStream implementing XUnoTunnelNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-14reserve space in map in ZipFile::readCENNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-06tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-03-17no need to have duplicate m_bIsRoot fieldsNoel Grandin
2022-03-17no need to have duplicate m_nStorageType fieldsNoel Grandin
2022-03-17flatten OStorage a littleNoel Grandin
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-02-23cid#1500664 Dereference before null checkCaolán McNamara
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin