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

Andreas Heinisch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Andreas Heinisch <[email protected]> ---
The problem is that if you watch a method/variable, LO tries to retrieve the
value of the that variable, which is not yet fully computed. Hence, the watch
window always shows out of scope.

However, I tried to add:
else if (SbxMethod const* pMeth = dynamic_cast<SbxMethod*>(pSBX))
{
    const SbxValues& pVals = pMeth->GetValues_Impl();
    double test = pVals.nDouble;
    aTypeStr += getBasicTypeName(pMeth->GetType());
}

but the test value in this example are always empty.

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

Reply via email to