summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-14help: Let's make the help urls more standard, and use ?Target=...&... form.Jan Holesovsky1-5/+6
2018-08-12Don't show ShowImeStatusWindow in the customization dialogMaxim Monastirsky1-3/+3
2018-08-12Fix typosAndrea Gelmini1-1/+1
2018-08-10Use ASCII literals in indexOf and compare result against 0Matteo Casalin1-4/+4
2018-08-10Reduce OUString operationsMatteo Casalin1-14/+10
2018-08-10Fix whitespacesMatteo Casalin1-2/+1
2018-08-10Avoid getTokenCount/getToken to get last tokenMatteo Casalin1-3/+2
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-08-09Set umask /before/ using itStephan Bergmann1-1/+3
2018-08-09Improve wording of commentStephan Bergmann1-2/+2
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin5-21/+18
2018-08-07tdf#119052: hide edit style button in character styleXisco Fauli1-0/+1
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-02turn SfxPickList singleton a member of SfxApplicationCaolán McNamara5-21/+12
2018-08-02m_xStringLength is unusedCaolán McNamara1-17/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen60-0/+60
2018-07-31tdf#118593 sfx2: no need to call into xmlsecurity without signature streamsMiklos Vajna1-2/+37
2018-07-31uitest logger: log more eventsSaurav Chirania2-3/+21
2018-07-30loplugin:returnconstant in sfx2Noel Grandin7-54/+35
2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin7-40/+40
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin2-34/+21
2018-07-27svx: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2-11/+0
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-1/+1
2018-07-26Avoid com.sun.star.container.NoSuchElementException "Active" (3)Julien Nabet1-0/+3
2018-07-24Avoid com.sun.star.container.NoSuchElementException "Active" (2)Julien Nabet1-0/+1