summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-05-10explictly exclude LibreLogo from XScript usageCaolán McNamara1-0/+13
2018-05-07tdf#117039: update infobar instead of removing and re-adding itKatarina Behrens3-21/+67
2018-04-11tdf#115853: save current custom property when adding lineJulien Nabet1-0/+14
2018-03-21tdf#91106 sfx2: Stylist hierarchical: sort the Default Style firstMichael Stahl1-0/+4
2018-03-01tdf#115795 Solve wrong redirect behavior of "Get Online Help"Franklin Weng1-7/+1
2018-02-13tdf#113755 - avoid null ptr de-reference during shutdown.Michael Meeks1-0/+7
2018-02-08init known ExtraLanguages before document loadsJustin Luth1-0/+4
2018-01-03tdf#104870 - Impress crashes switching views in read-only modeTamás Zolnai1-0/+3
2017-12-21tdf#104229: properly switch to def sidebar deck on status changeAron Budea1-1/+1
2017-12-01tdf#113647 bullet dialog has wrong modal parentCaolán McNamara3-6/+23
2017-11-23tdf#113935 Switching from read-only to edit mode slowNoel Grandin1-0/+5
2017-10-28tdf#113446 Make EditStyle appear in customization dialogYousuf Philips1-3/+3
2017-10-19tdf#99537 set expand for re-used sidebar panelsJan-Marek Glogowski1-0/+1
2017-10-03tdf#91106 sfx2: Stylist: sort top-level styles in hierarchical modeMichael Stahl1-0/+6
2017-09-05Resolves: tdf#95960 improve custom properties pageCaolán McNamara1-248/+137
2017-09-05tdf#112027: avoid leaks in FillTreeBox (sfx2)Julien Nabet1-0/+1
2017-08-29Resolves: rhbz#1400287 resizing properties dialog hides widgetsCaolán McNamara1-5/+7
2017-08-23tdf#111844 infobar icons on high dpiheiko tietze1-2/+2
2017-08-11tdf#111567: fix memleak in TemplateLocalView::insertItemsJulien Nabet1-2/+0
2017-08-09tdf#108802 : In SfxControllerItem::dispose do not directly...Dennis Francis1-1/+1
2017-07-10tdf#108852: Put signature infobar into the right frameKatarina Behrens1-1/+1
2017-06-27tdf#108814 sfx2: fix crash in sidebar when XUpdateModel not implementedMichael Stahl1-1/+4
2017-06-16tdf#105566: Account for 'signature used to be ok but isn't anymore'Katarina Behrens2-19/+22
2017-06-16tdf#106366 Show infobar for all read-only documentsSamuel Mehrbrodt1-1/+2
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke6-9/+9
2017-06-04Watermark: updated Put and QueryValueSzymon Kłos1-12/+23
2017-06-01tdf#105566: Add/remove infobar when the signature status changesKatarina Behrens3-36/+79
2017-05-22Watermark: extended configurationSzymon Kłos2-8/+25
2017-05-21make string translation loading more uniformCaolán McNamara52-258/+184
2017-05-18Watermark: Insert watermark commandSzymon Kłos4-0/+86
2017-05-18SID_ADDONS sdi slot is unusedMaxim Monastirsky2-20/+0
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti1-11/+0
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti1-0/+6
2017-05-15loplugin:useuniqueptrNoel Grandin1-4/+2
2017-05-14tdf#58134 Reset Button in Options Dialogues does not Work with all Optionsmelikeyurtoglu1-0/+3
2017-05-12remove unused uno::Reference varsNoel Grandin8-14/+1
2017-05-11Clean up uses of SAL_U/SAL_W: sfx2Stephan Bergmann1-1/+2
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin10-15/+15
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-09In LazyDelete'd SearchDialog::dispose, SfxHelpTextWindow_Impl is already goneStephan Bergmann4-6/+5
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-2/+1
2017-05-09gnome-documents: rework SfxPickList as pimplCaolán McNamara2-26/+41
2017-05-08fold SfxPickList::Get and ::ensure togetherCaolán McNamara2-4/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke3-3/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-6/+4
2017-05-07Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock14-29/+29
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock14-29/+29
2017-05-06OUStrings: constify, reduce temporaries and scopeMatteo Casalin2-42/+33
2017-05-06Avoid 'else' after 'return'Matteo Casalin1-7/+7