aboutsummaryrefslogtreecommitdiff
path: root/source/sa-IN/desktop
AgeCommit message (Expand)Author
2022-12-12update translations for master/7.5Christian Lohmaier
2022-10-10update translations for masterChristian Lohmaier
2022-05-25update translations for master/7.4Christian Lohmaier
2022-04-26update translations for masterChristian Lohmaier
2022-01-31update translations for masterChristian Lohmaier
2021-09-14update translations for masterChristian Lohmaier
2021-01-25update translations for masterChristian Lohmaier
2021-01-14update translations for masterChristian Lohmaier
2020-11-16update translations for masterChristian Lohmaier
2020-10-27update translations for master / 7.1.0.0 alpha1Christian Lohmaier
2020-10-23update translations for master/7.1.0 alpha1Christian Lohmaier
2020-09-28update translations for masterChristian Lohmaier
2020-08-27update translations for masterChristian Lohmaier
2020-08-17update translations for masterChristian Lohmaier
2020-07-13update translations for master/7.0Christian Lohmaier
2020-05-27update translations for 7.0.0 beta1libreoffice-7-0-branch-pointChristian Lohmaier
2020-01-22update translations for masterChristian Lohmaier
2019-11-08update translations from weblateChristian Lohmaier
2019-10-02update translations from weblateChristian Lohmaier
2019-07-04update translations for 6.3.0 rc1Christian Lohmaier
2019-04-25update translations for masterChristian Lohmaier
2018-11-13update translations for masterChristian Lohmaier
2018-10-03update translations for masterChristian Lohmaier
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2018-01-15update translations after first de-fuzzying roundChristian Lohmaier
2017-12-18update translations for 6.0/masterChristian Lohmaier
2017-12-12resurrect some translated strings via compendiumChristian 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
2017-06-21update translations for 5.4.0 rc1Christian Lohmaier
2017-04-28update translations for 5.4.0 alpha1Christian Lohmaier
2016-12-10update translations for 5.3.0 beta2Christian Lohmaier
2016-04-21update translations for 5.2.0 alpha1Christian Lohmaier
2015-09-03update translations for masterChristian Lohmaier
2015-08-12update translationsChristian Lohmaier
2015-04-19update translations for 5.0.0 Alpha1Christian Lohmaier
2014-11-20update translations for 4.4.0 beta1Christian 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
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras 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
office-6-2-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_indexenumeration_sheetlinksenumeration.mk
AgeCommit message (Collapse)Author
2022-11-07sc: factor out common code in make filesXisco Fauli
I had to rename some .cxx files to follow the same patterns. The renaming cause clang-format to be triggered for those files CppunitTest_sc_functionlistobj fails with xindexaccess.cxx:26:Assertion Test name: sc_apitest::ScFunctionListObj::testGetCount equality assertion failed - Expected: 395 - Actual : 508 if it doesn't use gb_CppunitTest_use_components Change-Id: I7c929512bbf05293118bc54b343a59c8bbee5538 Change-Id: I21971773f1e2d4bc7a6f33e4c392b20abf8d54de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142387 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
And make it simple to disable the whole feature by setting gb_DISABLE_PCH_REUSE=1, just in case. Also work around a possible BOOST_ALL_NO_LIB mismatch when using the common PCH. Change-Id: I96fd507edf1ada6242ac225026250e5a588d0193 Reviewed-on: https://gerrit.libreoffice.org/79365 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2018-11-18tdf#45904 Move XEnumeration Java tests to C++Jens Carl
Move XEnumeration Java tests to C++ for ScIndexEnumeration_SheetLinksEnumeration. Change-Id: I19bd376cc7921c9dcb7b08394c9c299c336921e3 Reviewed-on: https://gerrit.libreoffice.org/63511 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>