[Libreoffice-bugs] [Bug 42905] Wizard table: Remove autovalue from step2 which doesn't work since there's already autovalue in step3 which works.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 19 22:06:53 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=42905
--- Comment #17 from Julien Nabet <serval2412 at yahoo.fr> ---
I tried to find the code location in Java part, since it should be easy to
disable/remove the elems from Java part, so I started from
wizards/com/sun/star/wizards/table/TableWizard.java, got some elems from step 3
in PrimaryKeyHandler.java of the same directory.
Then FieldFormatter.java gives some elems too but nothing about autovalue,
entry required, ... fields. It seems wrapped into something but don't know how
and where.
I tried to get a bt from OFieldDescControl::ActivateAggregate but it can't go
up to java sources, gdb goes until
/home/julien/lo/libreoffice/bridges/source/jni_uno/jni_java2uno.cxx
but nothing more.
So I tried to display jo_method but gdb doesn't know how to deal with jstring.
(+ nothing about gdb and jstring on Google)
In brief, completely stuck.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180919/59a4d2d1/attachment.html>
More information about the Libreoffice-bugs
mailing list