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

--- Comment #13 from Julien Nabet <serval2...@yahoo.fr> ---
Code pointer:
3734             if ( !rColInfo.xFirstControlWithInputRequired.is() &&
!rColInfo.xFirstGridWithInputRequiredColumn.is() )
3735                 continue;

https://opengrok.libreoffice.org/xref/core/svx/source/form/formcontroller.cxx#3734

First time, when message is comes from the form,
!rColInfo.xFirstControlWithInputRequired.is() = false and
!rColInfo.xFirstGridWithInputRequiredColumn.is() = true

Second time, when message doesn't come from the form, obviously
!rColInfo.xFirstControlWithInputRequired.is() = true and
!rColInfo.xFirstGridWithInputRequiredColumn.is() = true

-- 
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