summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23Revert "lok: switch to the correct view before any UI update is doneTamás Zolnai1-23/+0
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin1-1/+3
2021-03-22tdf#140539 don't allow help to be relaunched during launchCaolán McNamara1-4/+15
2021-03-22lok: switch to the correct view before any UI update is done via SfxBindings.Tamás Zolnai1-0/+23
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara4-17/+24
2021-03-21devtools: don't store locally the object as XIndexAccessTomaž Vajngerl1-8/+6
2021-03-21elide extracting vcl::Window from awt::XWindowCaolán McNamara1-28/+7
2021-03-21devtools: wrongly plural STR_SHEETS, it should write "Sheet %1"Tomaž Vajngerl2-2/+2
2021-03-21devtools: improve value strings for objects in object inspectorTomaž Vajngerl1-28/+15
2021-03-21devtools: enclose calls with try/catch to handle exceptionsTomaž Vajngerl1-29/+58
2021-03-21devtools: add some more commentsTomaž Vajngerl3-2/+6
2021-03-21devtools: change "Current Selection" button to toolbarTomaž Vajngerl2-21/+27
2021-03-20use the uno apis instead of extracting the underlying vcl::WindowCaolán McNamara1-11/+12
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-4/+4
2021-03-19cid#1473847 Logically dead codeCaolán McNamara1-15/+11
2021-03-19shouldn't have to force a redraw for desktop eitherCaolán McNamara1-4/+0
2021-03-19Show is always called with true in this caseCaolán McNamara1-1/+1
2021-03-19use single-use attribute for ShutdownIconNoel2-21/+3
2021-03-19use single-use attribute for SfxGlobalEvents_ImplNoel2-19/+4
2021-03-19replace GetParent() with mxParentWindowCaolán McNamara1-2/+2
2021-03-18inline some tiny sfx2 functionsNoel3-7/+7
2021-03-18weld the sidebar deckCaolán McNamara22-753/+477
2021-03-18Resolves tdf#66470 - Scaling value in statusbarHeiko Tietze1-0/+1
2021-03-17devtools: add refresh button for the DocumentObjectTreeViewTomaž Vajngerl3-6/+69
2021-03-17devtools: change DocumentModelTreeEntry to do expanding and nameTomaž Vajngerl1-180/+246
2021-03-16loplugin:staticdynamic (clang-cl)Stephan Bergmann1-4/+4
2021-03-16a panel if present is always enabledCaolán McNamara1-1/+1
2021-03-16devtools: more string for transaltion, improve display of valuesTomaž Vajngerl2-50/+211
2021-03-16devtools: extract conv. from enum value to name into a functionTomaž Vajngerl1-22/+27
2021-03-16devtools: add a text view to show the value of selected propertyTomaž Vajngerl2-311/+370
2021-03-16devtools: put ObjectInspector widgets into it's own classTomaž Vajngerl2-97/+77
2021-03-16devtools: add strings for translation in DocumentModelTreeHandlerTomaž Vajngerl2-26/+85
2021-03-15Fix typo in codeAndrea Gelmini2-2/+2
2021-03-15drop PrintWindowSubTree that is only callable by itselfCaolán McNamara1-31/+0
2021-03-14Fix typosAndrea Gelmini2-2/+2
2021-03-14tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopdipanshu1241-3/+0
2021-03-14tdf#141011: Postpone SwFieldDBPage::Reset to tab activationMike Kaganski1-1/+6
2021-03-14check for quit when calling Yield in loopNoel Grandin2-3/+3
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara2-15/+11
2021-03-13loplugin:unusedfieldsNoel3-7/+0
2021-03-13devtools: document classes and method, remove unneeded methodsTomaž Vajngerl4-43/+112
2021-03-13devtools: show superclass tree in interface and services tree viewTomaž Vajngerl2-17/+52
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-13update pchesJulien Nabet1-2/+2
2021-03-12loplugin:elidestringvar in sfx2/devtoolsJulien Nabet1-2/+1
2021-03-12Fix typosAndrea Gelmini1-1/+1
2021-03-12devtools: make all columns sorted in all tree viewsTomaž Vajngerl2-5/+40
2021-03-12devtools: new column "Info" for properties in object inspectorTomaž Vajngerl2-29/+118
2021-03-12devtools: use XInvocation2 to get the available propertiesTomaž Vajngerl1-25/+21