Am 11.10.2011 20:48, Tanstaafl wrote:
Does anyone know if there is an extension that makes this possible?

Or, if there is already a Feature Request for it?

Thanks


Sub MultiMerge
sel = ThisComponent.getCurrentSelection()
e = sel.createEnumeration()
while e.hasMoreElements()
  rg = e.nextElement()
  rg.merge(true)
wend
End Sub

--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to