summaryrefslogtreecommitdiff
path: root/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in sfx2Noel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-05-25merge some stringaddsNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2022-05-20sfx2: use natural string sort for sorting in object inspectorTomaž Vajngerl
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-07-06tdf#142459 Fixed long class names are truncated(gen)Gizem Ozgun
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