Is there a class chart that I can purview as a Tree - all that com.sun.star, presented in a tree view?

Is there a chart in tree form of all the classes that I can view?

https://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Capabilities_of_SheetCell
https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Collections_and_Containers
Trying to read this and all the com.sun is extra verbiage and I thought a class chart in tree form would be easier to understand and more complete.

is extra verbiage

:slight_smile:

Probably, you are asking about this?

Just try replace .png to .html in your hyperlink

something like this but better/grow it top down - so it fits on screen or on A4 https://i.imgur.com/Ry4tZih.png

Solved by using Linux ‘tree’ - wrote a python script to mirror the class namespace onto the filesystem in /tmp. tree -RC ./tree|less -r prints out the tree - not ideal because it doesn’t contain function signatures but it works

docs are best read using lynx -dump and filtering out the verbiage