https://bugs.freedesktop.org/show_bug.cgi?id=79427
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- Lionel: I tried a gdb session by putting break at 2 locations: http://opengrok.libreoffice.org/xref/core/forms/source/runtime/formoperations.cxx#256 http://opengrok.libreoffice.org/xref/core/svx/source/form/fmshell.cxx#1163 Then I gave a try and retrieved _nFeature from formoperations + bEnable from fmshell: (sometimes a "_nFeature" wasn't associated with a "bEnable") 1) At the opening: 11 11 11 18(true) 15(false) 13(false) 12(false) 9(false) 7(false) 6(false) 11(true) 5(false) 17 4(false) 14(true) 3(false) 19(false) 2 10(false) 1 8(false) 3(false) 5(false) 4(false) 6(false) 7(false) 10(false) 1 2 8(false) 9(false) 18(true) 12(false) 13(false) 14(true) 15(false) 17 11(true) 19(false) 2) when click on the button: 11 11 11 3(true) 5(true) 4(true) 6(true) 7(false) 10(false) 1 2 8(false) 9(false) 18(true) 12(false) 13(false) 14(true) 15(false) 17 11(true) 19(false) (so less _nFeature and 3, 5, 4, 6 are true in 2) instead of false. I wonder if it could be a problem with some sal_Bool->bool conversion but am a bit stuck for the moment. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
