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?
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 ha
9AM +0400, Антон Борисов wrote:
> > 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
> > acc
Why this listener don't work for ConnectorShape's properties StartShape
EndShape?
So is there exists workaround?
--
Борисов Антон
Hello, how can i change Text in status bar by extension's code?
--
Борисов Антон
Yes, i want to modify text of an actual status bar control. Draw
application.
2013/3/24 Ariel Constenla-Haile
> 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
Hello, it's possible to get information about curved connector shapes,
which available in exported svg file () in
d attribute without exporting to svg? Maybe it's stored in Shape
property or something like?
Service ConnectorShape includes service LineProperties. It contains what i need?
--
Борисов