https://bugs.documentfoundation.org/show_bug.cgi?id=48140
--- Comment #11 from Markus Mohrhard <[email protected]> ---
(In reply to Bartosz Kosiorek from comment #10)
> I would like to convert UNO calls for uno::Reference<sheet::XDatabaseRange>.
> How I could find corresponding methods/class names, which I could use as a
> replacement of XDatabaseRange ?
So to show how to find the correct method I will give all the steps that I
would take. We assume that the implementation for XDatabaseRange is in calc
(directory sc) so we use git grep XDatabaseRange -- sc/source/ui/unoobj/
because sc/source/ui/unoobj contains nearly all the calc UNO implementations.
Based on the results we see that there is a ScDatabaseRangeObj class in
datauno.cxx and based on the name we can be quite sure that it is the
implementation.
Looking around in the file we find the ScDatabaseRangeObj::GetDBData_Impl which
shows us how the information is stored in the model. The class is ScDBData and
there seem to be two different types: bIsUnnamed and named ones.
--
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