summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2018-09-15coverity#1439340 Unchecked return value from libraryCaolán McNamara1-1/+2
2018-09-14weld SvxCharNamePageCaolán McNamara2-6/+7
2018-09-14Reduce variable scopeMichael Weghorn1-1/+1
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara2-16/+19
2018-09-13pass SfxRequest around by std::unique_ptrNoel Grandin2-16/+14
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen7-0/+9
2018-09-12tdf#119802 LibreOffice crashes when I save multiple times in a rowNoel Grandin1-1/+1
2018-09-11loplugin:unusedfieldsNoel Grandin1-10/+0
2018-09-11loplugin:unusedmethodsNoel Grandin2-77/+0
2018-09-11loplugin:unusedfieldsNoel Grandin5-12/+4
2018-09-11loplugin:constantparamNoel Grandin1-2/+2
2018-09-11tdf#119316 sfx2 store: no move on macOSMiklos Vajna1-3/+11
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin24-44/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+4
2018-09-09weld SfxNewStyleDlgCaolán McNamara3-53/+109
2018-09-07just edit Entry to readonly, instead of a shadow ro widgetCaolán McNamara2-71/+35
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara6-7/+46
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+1
2018-09-07DeInitVCL in PythonTestStephan Bergmann2-3/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-8/+7
2018-09-05tdf#119570 Show deck when focus is moved to panel in collapsed deckJim Raykowski2-2/+8
2018-09-05sfx2 template dialogs: fix some a11y issuesKatarina Behrens2-8/+7
2018-09-05loplugin:useuniqueptr in sfx2Noel Grandin8-60/+51
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+3
2018-09-04tdf#119381 sfx2 store: don't break symlink targetsMiklos Vajna2-5/+15
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-0/+1
2018-08-30tdf#119579 skip floating windows as potential parent for missing help dialogCaolán McNamara1-0/+17
2018-08-30tdf#119577 Ignore escape key press on sidebar toolboxes not handled byJim Raykowski1-0/+6
2018-08-30Update sidebar panel title decoration expand/collapse bitmapJim Raykowski1-0/+1
2018-08-30add SfxStyleDialogControllerCaolán McNamara3-8/+166
2018-08-29tdf#119554 Expand collapsed panel when panel content gets focusJim Raykowski1-0/+3
2018-08-29tdf#119527 Fix focus hidden by mouse click panel collapseJim Raykowski1-0/+1
2018-08-29tdf#119461 Fix focus hidden on deck collapseJim Raykowski3-13/+46
2018-08-29tdf#102031 Expand collapsed deck when sidebar docking window gets focusJim Raykowski1-0/+3
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov3-7/+4
2018-08-29loplugin:constantparam (3)Noel Grandin4-12/+9
2018-08-29loplugin:constantparam (2)Noel Grandin2-4/+3
2018-08-29new loplugin:oustringbufferNoel Grandin1-3/+3
2018-08-28tdf#119050 sfx2 store: don't inherit temp file permissions when overwritingMiklos Vajna2-1/+11
2018-08-24tdf#119416 Open Special Characters dialog on Enter key pressJim Raykowski1-0/+6
2018-08-24tdf#119364: fix by reverting some previous commits about notebookbarJulien Nabet1-4/+7
2018-08-24tdf#118993 - Missing new Insert Special Character in Calcheiko tietze1-10/+1
2018-08-23tdf#117426 don't crash is infobar is disposed in preview viewCaolán McNamara1-1/+1
2018-08-21loplugin:useuniqueptr in DeleteItemOnIdleNoel Grandin5-30/+27
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin1-3/+3
2018-08-18tdf#119330: fix regression in SfxNotebookBar.cxxJulien Nabet1-0/+2
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-16pass SfxMedium around by std::unique_ptrNoel Grandin1-2/+2
2018-08-15tdf#119276 Fix loading of images with internal LO URLsTomaž Vajngerl1-5/+3
2018-08-15pass IMapObject around by std::unique_ptrNoel Grandin1-12/+12