aboutsummaryrefslogtreecommitdiff
path: root/source/sl/vcl
AgeCommit message (Collapse)Author
2013-12-01updated Slovenian translationAndras Timar
Change-Id: I9bc2889d358634c2a065544cf95b526fa5526c92
2013-11-25updated Slovenian translationAndras Timar
Change-Id: I198461ada166da11c17229f163a95b111c5f3f90
2013-11-18updated Slovenian translationAndras Timar
Change-Id: I48b0e64fe0118675f47a2ace522697e0f6e0eccb
2013-11-15updated Slovenian translationAndras Timar
Change-Id: I9f76b9f5e735a4f748d5c4507a10fc21c7fa6893
2013-06-05updated Slovenian translationAndras Timar
Change-Id: I4b8f469be78e457b1af7096323ffd306121bbfb7
2013-05-25initial import of 4.1 translationsAndras Timar
Change-Id: Ia93f31dedcdff3e180c36473e0667022795d96a7
2013-05-20Update Slovenian translation for LibreOffice 4.1 beta1libreoffice-4-1-branch-pointAndras Timar
Change-Id: I5ad9ec63a2644f04fbbcc11ce4839354f0206115
2013-04-11updated Slovenian translation for 4.0.2 RC2Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
Change-Id: I7c01d42e8e299f43cc9260c048c54d46b33b634c
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
Change-Id: Iff858adb848a543f565e3c0df33c8398c74c754d
2012-12-04Slovenian update/fixeslibreoffice-4-0-branch-pointAndras Timar
Change-Id: I9728e1a274b3aede1db24c8c41e600759be1ad16
2012-12-03Fix invalid headers/entries in Slovenian filesAndras Timar
Change-Id: I240c6d24f0d281bd5f54954229b12b7a5bed2427
2012-12-03update sl translations for LibreOffice 4.0 beta1Andras Timar
Change-Id: Ia7a67abe73daf1ecc715e792fd930d48640a7f4c
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
Change-Id: I577494b6b4189ed19723af4b5e273ea4da85e708
2012-10-16move translations structure one directory upNorbert Thiebaud
e-3-5-4'>libreoffice-3-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_logical_functions_test.mk
AgeCommit message (Collapse)Author
2022-11-14sc: factor out common code in makefilesXisco Fauli
Change-Id: I46cce6cb332fb060a9e8f691d8f70808398b85ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142707 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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>