summaryrefslogtreecommitdiff
path: root/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx
AgeCommit message (Expand)Author
2021-05-17tdf#141677 Make columns sortableGülşah Köse
2021-05-15Fix regression in "Directly initialize vectors in sfx2/ObjectInsp..."Julien Nabet
2021-05-14Directly initialize vectors in sfx2/ObjectInspectorTreeHandlerJulien Nabet
2021-05-14tdf#141458 Set inital column width of Properties and Methods tabs.Gülşah Köse
2021-05-12tdf#141426 Remove GtkPaned struct unnecessary tabs.Gülşah Köse
2021-05-05loplugin:constmethodNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-26loplugin:flattenNoel
2021-03-21devtools: improve value strings for objects in object inspectorTomaž Vajngerl
2021-03-21devtools: enclose calls with try/catch to handle exceptionsTomaž Vajngerl
2021-03-21devtools: add some more commentsTomaž Vajngerl
2021-03-16devtools: more string for transaltion, improve display of valuesTomaž Vajngerl
2021-03-16devtools: extract conv. from enum value to name into a functionTomaž Vajngerl
2021-03-16devtools: add a text view to show the value of selected propertyTomaž Vajngerl
2021-03-16devtools: put ObjectInspector widgets into it's own classTomaž Vajngerl
2021-03-14Fix typosAndrea Gelmini
2021-03-13devtools: document classes and method, remove unneeded methodsTomaž Vajngerl
2021-03-13devtools: show superclass tree in interface and services tree viewTomaž Vajngerl
2021-03-12loplugin:elidestringvar in sfx2/devtoolsJulien Nabet
2021-03-12Fix typosAndrea Gelmini
2021-03-12devtools: make all columns sorted in all tree viewsTomaž Vajngerl
2021-03-12devtools: new column "Info" for properties in object inspectorTomaž Vajngerl
2021-03-12devtools: use XInvocation2 to get the available propertiesTomaž Vajngerl
2021-03-12devtools: show expander for the sequence only if it has elementsTomaž Vajngerl
2021-03-12devtools: shorter type names, improve sequence type nameTomaž Vajngerl
2021-03-12devtools: don't show the expander if the object has no valueTomaž Vajngerl
2021-03-12devtools: simplify getting the type name for Any objectTomaž Vajngerl
2021-03-12devtools: allow an Any without value in object inspectorTomaž Vajngerl
2021-03-11devtools: fix crash by checking if xIntrospection is availableTomaž Vajngerl
2021-03-11devtools: add refresh to toolbar for the object inspectorTomaž Vajngerl
2021-03-11devtools: also support XEnumerationAccess in object inspectorTomaž Vajngerl
2021-02-28devtools: on demand create the content of tab pagesTomaž Vajngerl
2021-02-28devtools: object inspector toolbar and object stackTomaž Vajngerl
2021-02-26devtools: support showing type's name as valueTomaž Vajngerl
2021-02-26devtools: add popup menu for properties to inspect objectsTomaž Vajngerl
2021-02-26devtools: support XIndexAccess and XNameAccess in object inspectorTomaž Vajngerl
2021-02-22devtools: add implementation class to the methods categoryTomaž Vajngerl
2021-02-22devtools: add MethodNode to show the column values for methodsTomaž Vajngerl
2021-02-22devtools: change the object inspector view to tabsTomaž Vajngerl
2021-02-12devtools: simplify getObjectFromAny methodTomaž Vajngerl
2021-02-12devtools: handle enum values and convert to enum namesTomaž Vajngerl
2021-02-12devtools: show values of unsigned types which were missing beforeTomaž Vajngerl
2021-02-12devtools: remove code duplication when creating child nodesTomaž Vajngerl
2021-02-12devtools: handle structs in object inspectorTomaž Vajngerl
2021-02-12devtools: remove mxObject from nodes and use maAny insteadTomaž Vajngerl
2021-02-12devtools: handle nested sequences correctlyTomaž Vajngerl
2021-02-12devtools: handle sequences/arrays in object inspectorTomaž Vajngerl
2021-02-12devtools: show if it is a struct or object as a value (for now)Tomaž Vajngerl
2021-02-12devtools: move columns and expander handling to the node objectTomaž Vajngerl
2021-02-11devtools: ObjectInspectorNodeInterface as the toplevel root classTomaž Vajngerl