summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxdoc.cxx
AgeCommit message (Expand)Author
2019-03-26tdf#124025 Update formula before printingSamuel Mehrbrodt
2019-02-13tdf#123378 Prevent modifying doc when printingSamuel Mehrbrodt
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl
2018-12-16tdf#121962 Update fields after layout has been calculatedSamuel Mehrbrodt
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov
2018-09-18loplugin:useuniqueptr in SwXTextDocumentNoel Grandin
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin
2018-07-30loplugin:stringloop in swNoel Grandin
2018-07-26loplugin:useuniqueptr in SwXTextDocumentNoel Grandin
2018-07-12Make setPagePrintSettings() accept IsLandscape againThorsten Behrens
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-07tdf#113866 print text in black print option doest not affect PDF exportDaniel
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin
2018-04-09Make getSdrModelFromUnoModel work with SdrModel&Armin Le Grand
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-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-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-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
2017-12-13TypedWhichId in sw (TXTATTR)Noel 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
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant
2017-11-24tdf#113938 sw: apply new default vertical orientation only during importMichael Stahl
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-15lokdialog: Expose cursor visible statusPranav Kant
2017-11-09lokdialog: Move getting dialog information in separate LOK callPranav Kant
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand