Re: off-list Re: [libreoffice-users] Date changes to a 5 digit number

2012-10-27 Thread Tom Davies
args4(0).Name = "Template" args4(0).Value = "Heading 1" args4(1).Name = "Family" args4(1).Value = 2 dispatcher.executeDispatch(document, ".uno:StyleApply", "", 0, args4()) end sub " Regards from Tom :) > > From: . &

Re: off-list Re: [libreoffice-users] Date changes to a 5 digit number

2012-10-28 Thread Andrew Pitonyak
--- dim args4(1) as new com.sun.star.beans.PropertyValue args4(0).Name = "Template" args4(0).Value = "Heading 1" args4(1).Name = "Family" args4(1).Value = 2 dispatcher.executeDispatch(document, ".uno:StyleApply",