Apache OpenOffice (AOO) Bugzilla – Issue 50519
API: css.text.MailMerge should support BookmarkSelection property
Last modified: 2013-08-07 15:45:41 UTC
The css.text.MailMerge service includes the css.sdb.DataAccessDescriptor service. ( http://api.openoffice.org/docs/common/ref/com/sun/star/text/MailMerge.html http://api.openoffice.org/docs/common/ref/com/sun/star/sdb/DataAccessDescriptor.html ) The latter defines an optional property BookmarkSelection, which controls how the Selection property is interpreted. Since the MailMerge service does *not* implement this property, the use of the MailMerge's Selection property is somewhat limited - there are use cases which it cannot cover. So the MailMerge should implement BookmarkSelection, and simply forward it to the underlying sdb-level implementations.
´.