summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-10-16 12:54:00 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-10-16 16:47:41 +0200
commitc8c10f0651ce18a793f4281efe914387a0abff29 (patch)
tree9f9fa5193dc3527c92cd78ba78653d72e50c7407
parentdaf6bc8b7f74e53280621bdca37aced4a944a808 (diff)
Mail merge README: Printing separate files not supported
The combination "PRINTER+false" is not supported, i.e. it's currently not supported to generate individual print jobs for a subset of data records instead of one job per mail merge run. The possibility to do so had been added by commit 138d29aa09417eba4d15ade4c9f4dab2620b6326 ("support fast MM printing in non-single-file mode only for CUPS"), but was removed again by commit dea0abc58c558d3c62e806d06035b1a30420264e ("tdf#93236 Revert "support fast MM printing in...") and commit b6a698b093f78dc90836d502db3d0276f335fbfe ("tdf#95251 MM just allow print as single document"), so update the README accordingly. Change-Id: I83afc1949915434c95bdcb58e1d09dc2c900c500 Reviewed-on: https://gerrit.libreoffice.org/80884 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--sw/source/uibase/dbui/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/dbui/README b/sw/source/uibase/dbui/README
index a406f7f9787f..7af8c114f0e0 100644
--- a/sw/source/uibase/dbui/README
+++ b/sw/source/uibase/dbui/README
@@ -17,9 +17,9 @@ of huge (1000+ datasets) combined non-PRINT merge results. A valid
combined document has to follow constraints, which are already met by
individual documents, as these are just modified copies.
-LO currently has six working combinations of mode and *bCreateSingleFile*
-The others, ''EMAIL+true'' and ''SHELL+false'', are currently not
-implemented. But the list contains implementation proposals for both.
+LO currently has five working combinations of mode and *bCreateSingleFile*
+The others, ''PRINTER+false'', ''EMAIL+true'' and ''SHELL+false'', are currently not
+implemented. But the list contains implementation proposals for them.
* Mode: FILE
** false: Saves each merged document as an individual file. The file name can
@@ -28,9 +28,9 @@ implemented. But the list contains implementation proposals for both.
with a new / reset page style. Depending on the page style this inserts
hidden blank pages
* Mode: PRINTER
-** false: Generates individual print jobs, which may be grouped on some
+** false: *not implemented*. This could generate individual print jobs, which could be grouped on some
platforms for easier abortion (needs verification!). All print options
- affect only the individual document! Printing starts after the first
+ affect only the individual document! Printing could start after the first
document is generated.
** true: Generates a single print job. All print options affect the combined
document! This especially effects the results of reverse and N-UP printing.