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

--- Comment #16 from Michael Meeks <michael.me...@collabora.com> ---
Hi there,

Soo ... changing XTitle seems like a poor idea; presumably it is a published
interface and so cannot be changed. It is possible to add a new interface to
this that we can get via a queryInterface - and the associated Reference<>
method that will do a cast $ git grep QUERY_THROW eg.

Perhaps easier, we can use a dynamic_cast<> to get the implementation of the
XTitle interface - as a class Frame (actually that's private to the frame.cxx)
- but perhaps another non-UNO shared interface; but I guess at this point
that's also painful.

> And within the XTitle class there are only two function to get the string
> and to set it. Nothing else. And we need to get the numbered collection
> and the component reference. Then we need to obtain a weak reference to
> the component.

And I'm really glad its you not me in there ;-) perhaps Stephan has some better
ideas.

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

Reply via email to