summaryrefslogtreecommitdiff
path: root/reportbuilder
ModeNameSize
-rw-r--r--Jar_reportbuilder.mk20115logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_reportbuilder.mk569logplain
-rw-r--r--Package_reportbuilder-templates.mk852logplain
-rw-r--r--README104logplain
d---------java264logplain
d---------registry / data / org / openoffice31logplain
d---------template179logplain
> 2022-11-17DeepL: add Spanish to list of languages for translationAron Budea Change-Id: I7c7505fb1afee750c1742a64f4b8f345a6140c38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142823 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 0c2e24594ed202f9c3dd2b3ee6646410b4eb2326) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142797 Tested-by: Jenkins 2022-10-24sw: prefix members of SwFieldDokInfPage, SwFieldDokPage, SwFieldFuncPage ...Miklos Vajna ... and SwTranslateLangSelectDlg See tdf#94879 for motivation. Change-Id: I8a01e86594cc019815f5fa1e9b13c101a4cda6c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141714 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins 2022-10-12new uno command uno:Translate with deepl apiMert Tumer New Uno command added for translation right now it is only using deepl translation api There's a section in the options > language settings for setting up the api url and auth key uno:Translate is a menu button under Format tab which will bring up Language Selection dialog for translation. DeepL can accept html as the input for translation, this new feature leverages that by exporting paragraphs/selections to html and paste them back without losing the formatting (in theory) This works good in general but we may lose formatting in very complex styled sentences. Translation works in two ways; 1) Whole document when there is no selection, it assumes that we want to translate whole document. Each paragraphs is sent one by one so that the output timeout can be minimum for each paragraph. 2) Selection Change-Id: Ia2d3ab2f6757faf565b939e1d670a7dedac33390 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140624 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>