summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2018-08-10Make setPagePrintSettings() accept IsLandscape againThorsten Behrens1-1/+1
2018-05-31Avoid crash if pDocShell is nullTor Lillqvist1-2/+5
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist1-1/+2
2018-05-31Add Document.Close event generationTor Lillqvist1-0/+1
2018-05-28tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-0/+18
2018-04-12Fix regressions from d727476cff29382a34103b137542e15e1aeeb4b9Julien Nabet1-3/+12
2018-03-28lok: don't post events on disposed windowPranav Kant1-1/+1
2018-03-25lok: All mouse,key events asyncPranav Kant1-16/+18
2018-03-25lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-10/+9
2018-03-25lok IME: support dialogs as wellPranav Kant1-20/+10
2018-03-25sw lok: IME support + unit testPranav Kant1-0/+22
2018-03-25Implement XDrawPagesSupplier in SwXTextDocumentMike Kaganski1-0/+64
2018-03-19lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky1-6/+0
2018-03-19lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-115/+2
2018-03-19lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-12/+12
2018-03-19lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-101/+26
2018-03-19Revert "Revert the incomplete dialog tunneling, the API has changed ..."Andras Timar1-0/+194
2018-01-04tdf#112443 disable off-page content positioningPatrick Jaap1-0/+17
2017-12-21Revert the incomplete dialog tunneling, the API has changed completely.Jan Holesovsky1-194/+0
2017-11-24tdf#113938 sw: apply new default vertical orientation only during importMichael Stahl1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-4/+4
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-15lokdialog: Expose cursor visible statusPranav Kant1-2/+4
2017-11-09lokdialog: Move getting dialog information in separate LOK callPranav Kant1-5/+19
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-1/+1
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-1/+1
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-1/+1
2017-10-28lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant1-1/+4
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-2/+2
2017-10-23loplugin:finalclasses in swNoel Grandin1-3/+1
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski10-28/+28
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant1-2/+2
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant1-0/+40
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-0/+26
2017-10-02lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant1-0/+8
2017-10-02lokdialog: Handle key events in corePranav Kant1-1/+30
2017-10-02lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-1/+1
2017-10-02lokdialog: Set up intial posting mouse events to dialogsPranav Kant1-3/+38
2017-10-02lokdialog: Some checks if invalid uno command is providedPranav Kant1-0/+5
2017-10-02lokdialog: Better dialog rendering APIPranav Kant1-19/+24
2017-10-02Instantiate spell dialog and paint in a paintDialog callTomaž Vajngerl1-4/+13
2017-10-02Add IDialogRenderable interface for rendering of dialogsTomaž Vajngerl1-0/+22
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-68/+64
2017-09-26loplugin:flatten in swNoel Grandin6-674/+628
2017-09-17Replace list by vector unodispatch (sw)Julien Nabet1-29/+16
2017-09-15survive disable-database-connectivity + docs with embedded database settingsCaolán McNamara1-0/+8
2017-09-07tdf#42982 Improve exceptions in text document apiSamuel Mehrbrodt1-55/+58