https://bugs.documentfoundation.org/show_bug.cgi?id=104849
--- Comment #11 from Michael Meeks <[email protected]> ---
Great - so I would add the option to something like:
officecfg/registry/schema/org/openoffice/Office/Calc.xcs
That should then be compiled into a header something like:
workdir/CustomTarget/officecfg/registry/officecfg/Office/Calc.hxx
You can include that file with a #include <officecfg/Office/...> and then do
something like:
if (officecfg::Office::Calc::Filter::Import::VBA::UseExport::get())
But that's for a VBA option of course ;-) around the code that populates and
shows this dialog which is in:
sc/source/ui/dialogs/searchresults.cxx
or somewhere around $ git grep SearchResultsDlg
I guess =)
Thanks !
--
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