https://bz.apache.org/ooo/show_bug.cgi?id=127548
Issue ID: 127548
Issue Type: DEFECT
Summary: Com.Sun.Star.Style.ParagraphStyle setting paratabstops
changes the value, but not visible in program.
Product: Writer
Version: 4.1.3
Hardware: PC
OS: Windows 10
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 86220
--> https://bz.apache.org/ooo/attachment.cgi?id=86220&action=edit
File containing Macro in Writer
I have made a macro in OpenOffice to change the Tabstops in the active
document. This to illustrate an issue i have writing a program in VFP.
The Macro:
Using Xray I can see that the properties in
com.sun.star.style.ParagraphStyle.Paratabstops are set correct.
But on my page the Tabs are not changed. They are not active.
The purpose of this test is to check a program in API for the same case.
So, it is not a problem with my prgramming language VFP.
There are 2 possibilities:
1. I do something wrong
2. There is a bug
In TextCursor and Document the property ParaTabs is also available, but can not
be set.
--
You are receiving this mail because:
You are the assignee for the issue.