Curved connector shape points

2013-04-06 Thread Антон Борисов
Hello, it's possible to get information about curved connector shapes, which available in exported svg file (path fill=none stroke=black d=M 227 239 L 328 90 L 346 250 L 201 124 L 410 150 L 228 238 /) in d attribute without exporting to svg? Maybe it's stored in Shape property or something like?

Re: Status bar

2013-03-24 Thread Антон Борисов
Yes, i want to modify text of an actual status bar control. Draw application. 2013/3/24 Ariel Constenla-Haile arie...@apache.org Hi Антон, On Sun, Mar 24, 2013 at 02:27:35AM +0400, Антон Борисов wrote: Hello, how can i change Text in status bar by extension's code? Do you want to modify

Status bar

2013-03-23 Thread Антон Борисов
Hello, how can i change Text in status bar by extension's code? -- Борисов Антон

PropertyChangeListener

2013-03-14 Thread Антон Борисов
Why this listener don't work for ConnectorShape's properties StartShape EndShape? So is there exists workaround? -- Борисов Антон

Input mode like standard

2013-03-05 Thread Антон Борисов
It is possible to make openoffice react on addon's toolbar button press action like standard add shape button (cursor icon changes and while moving mouse after mouse click on draw page appeared shape, which resizing according mouse movement) ? Or all can i do is dispatching standard command and

UserDefinedAttributes

2013-03-04 Thread Антон Борисов
While developing Draw Addon i'm having problem: In Draw when i create Shape it have property UserDefinedAttributes contains XNameContainer, when i create Shape using XMultiServiceFactory his XPropertySet getPropertyValue(UserDefinedAttributes) returns Any[Type[void], null] What i'm doing wrong?