https://bugs.documentfoundation.org/show_bug.cgi?id=40115

Maxim Monastirsky <momonas...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |momonas...@gmail.com
         Resolution|---                         |INVALID

--- Comment #11 from Maxim Monastirsky <momonas...@gmail.com> ---
Hi,

Your macro is wrong. Try this:

dim fdata(0) as new com.sun.star.beans.PropertyValue
fdata(0).Name = "PageRange"
fdata(0).Value = "1;4"

dim args(1) as new com.sun.star.beans.PropertyValue
args(0).Name = "FilterName"
args(0).Value = "calc_pdf_Export"
args(1).Name = "FilterData"
args(1).Value = fdata

doc = thisComponent
doc.storeToURL ("file:///home/maxim/out.pdf", args())

Closing the bug as INVALID.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to