Files
loongoffice/offapi/com/sun/star/view
Samuel Mehrbrodt 74918534ee Add 'JobName' to PrintOptions
Allow users to specify a job name which is sent to the printer
(by default this is the current document name).

Usage:
  Sub PrintWithCustomJobname
    Dim mPOpts(1) As New com.sun.star.beans.PropertyValue
    mPOpts(0).Name = "JobName"
    mPOpts(0).Value = "My Job Name"
    ThisComponent.Print(mPOpts())
  End Sub

Change-Id: Id7c1c0da7f581b1c050bb3e6d61dd01b7e8205f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137562
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-08-01 04:23:02 +02:00
..
2022-08-01 04:23:02 +02:00