summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-02-24hide menubar detailsCaolán McNamara1-6/+1
2021-02-24use GetMenuBarHeight to get menu bar heightCaolán McNamara1-1/+1
2021-02-24use XPopupMenu::execute to run the menuCaolán McNamara1-5/+4
2021-02-24Don't build URL only to drop the result immediatelyMike Kaganski1-5/+2
2021-02-23loplugin:unusedfieldsNoel1-4/+1
2021-02-23No need to check if parent is empty: utl::TempFile does it itselfMike Kaganski1-2/+2
2021-02-23sfx2 store: fix export to PDF when dir name is URL-encodedMiklos Vajna3-10/+39
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara3-29/+19
2021-02-22move dockingwindow.ui to vclCaolán McNamara4-21/+2
2021-02-22devtools: add implementation class to the methods categoryTomaž Vajngerl2-2/+18
2021-02-22devtools: add MethodNode to show the column values for methodsTomaž Vajngerl1-2/+79
2021-02-22devtools: rework columns for all categories in the inspectorTomaž Vajngerl1-64/+9
2021-02-22devtools: change the object inspector view to tabsTomaž Vajngerl3-201/+475
2021-02-20no need for this .ui to require LibreOffice libCaolán McNamara1-1/+0
2021-02-20loplugin:refcounting in sfx2Noel14-55/+39
2021-02-20drop some unneeded includesCaolán McNamara1-1/+0
2021-02-19uitest: sw: differentiate the elements in the custompropertieslinesXisco Fauli1-5/+13
2021-02-19update pchesCaolán McNamara1-1/+3
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-1/+1
2021-02-16weld sidebar "too-narrow" CloseIndicatorCaolán McNamara3-47/+40
2021-02-16loplugin:referencecasting in sfx2Noel20-74/+71
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara2-0/+10
2021-02-15Related: tdf#140387 give toolbuttons a11y namesCaolán McNamara4-15/+17
2021-02-14tdf#140308 Crash import old OpenOffice templateNoel Grandin1-5/+12
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-2/+3
2021-02-14devtools: add .uno action to trigger inspect of the selected objectTomaž Vajngerl4-6/+65
2021-02-12devtools: simplify getObjectFromAny methodTomaž Vajngerl1-6/+1
2021-02-12devtools: handle enum values and convert to enum namesTomaž Vajngerl1-3/+36
2021-02-12devtools: show values of unsigned types which were missing beforeTomaž Vajngerl1-0/+18
2021-02-12devtools: remove code duplication when creating child nodesTomaž Vajngerl1-105/+32
2021-02-12devtools: handle structs in object inspectorTomaž Vajngerl1-0/+81
2021-02-12allow using css::graphic::XGraphic to set menu imageCaolán McNamara1-3/+6
2021-02-12devtools: remove mxObject from nodes and use maAny insteadTomaž Vajngerl1-108/+120
2021-02-12devtools: handle nested sequences correctlyTomaž Vajngerl1-42/+76
2021-02-12devtools: handle sequences/arrays in object inspectorTomaž Vajngerl1-2/+90
2021-02-12devtools: show if it is a struct or object as a value (for now)Tomaž Vajngerl1-0/+10
2021-02-12devtools: move columns and expander handling to the node objectTomaž Vajngerl1-55/+72
2021-02-11devtools: ObjectInspectorNodeInterface as the toplevel root classTomaž Vajngerl1-15/+22
2021-02-11devtools: move impl. of GenericPropertiesNode::fillChildren outTomaž Vajngerl1-70/+71
2021-02-11devtools: add "Type" column to object inspectorTomaž Vajngerl2-70/+32
2021-02-11devtools: move constructors implementation into cxxTomaž Vajngerl2-0/+19
2021-02-11devtools: move handling of object inspector tree to own class/filesTomaž Vajngerl3-494/+511
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl7-0/+1636
2021-02-11tdf#140280 sfx2: fix crash on double-clicking a no-sign shape in read-only modeMiklos Vajna4-0/+132
2021-02-11loplugin:refcounting generalise type checkingNoel2-7/+8
2021-02-09loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+6
2021-02-08update pchesCaolán McNamara1-1/+3
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-1/+3
2021-02-07Remove unneeded breaksAndrea Gelmini3-19/+0