summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)Author
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil
2018-05-31Avoid crash if pDocShell is nullTor Lillqvist
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist
2018-05-31Add Document.Close event generationTor Lillqvist
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski
2018-05-09tdf#117437 - Console error message about ShowInlineTooltipsheiko tietze
2018-05-07tdf#113866 print text in black print option doest not affect PDF exportDaniel
2018-04-26tdf#117221 - MailMerge: Not recognising outgoing SMTP Server passwordAlex McMurchy1917
2018-04-26set current frame as default SfxRequest dialog parentCaolán McNamara
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin
2018-04-13weld SwAsciiFilterDlg and set an explicit parent for the dialogCaolán McNamara
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-10tdf#114523 Make inline tooltips for changes optionalheiko tietze
2018-04-09Make getSdrModelFromUnoModel work with SdrModel&Armin Le Grand
2018-04-08Fix regressions from d727476cff29382a34103b137542e15e1aeeb4b9Julien Nabet
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-23lok: don't post events on disposed windowPranav Kant
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2018-02-27lok: All mouse,key events asyncPranav Kant
2018-02-23lok: Factor out the code for finding vcl::Window of a documentPranav Kant
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-02-14lok IME: support dialogs as wellPranav Kant
2018-02-08sw lok: IME support + unit testPranav Kant
2018-02-07Implement XDrawPagesSupplier in SwXTextDocumentMike Kaganski
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna
2018-01-22tdf#35301 Modify Asian phonetic guide dialog.Mark Hung
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin
2017-12-25various coverity exception warningsCaolán McNamara
2017-12-21tdf#79077: Load/save PapersizeFromSetup into ODF for sw and scKatarina Behrens
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin
2017-12-11tdf#112443 disable off-page content positioningPatrick Jaap
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-04Replace list by vector for mvPostItFields (sw)Julien Nabet
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky