summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Properly #if these debug hooksfeature/chained-text-boxesStephan Bergmann2015-09-211-0/+4
* valgrind: use of uninit data in sw_globalfilter testCaolán McNamara2015-09-211-2/+2
* loplugin:unreffunStephan Bergmann2015-09-212-8/+15
* Cleanup: Remove superfluous commentSamuel Mehrbrodt2015-09-212-8/+2
* convert SC_LINKREFTYPE to scoped enumNoel Grandin2015-09-213-14/+12
* convert SC_ENTER constants to scoped enumNoel Grandin2015-09-216-39/+39
* convert SC_LINK constants to scoped enumNoel Grandin2015-09-2113-50/+49
* boost->stdCaolán McNamara2015-09-217-11/+7
* fix OSX buildNoel Grandin2015-09-211-1/+1
* convert Link<> to typedNoel Grandin2015-09-2148-326/+254
* tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna2015-09-219-34/+62
* sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2015-09-211-4/+16
* sw: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna2015-09-213-8/+24
* gtktiledviewer: fix leftover import progressbar in createView()Miklos Vajna2015-09-211-3/+6
* gtktiledviewer: don't crash on opening non-existing filesMiklos Vajna2015-09-212-4/+14
* desktop: document a number of environment variablesMiklos Vajna2015-09-211-0/+16
* sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna2015-09-212-3/+7
* sfx2: adapt comment to realityMiklos Vajna2015-09-211-1/+1
* lok::Document: register callback in the view, if requestedMiklos Vajna2015-09-211-5/+15
* sw: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna2015-09-211-2/+8
* comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna2015-09-213-0/+21
* sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna2015-09-213-0/+24
* SfxLokHelper::setView: check if view is already currentMiklos Vajna2015-09-211-0/+3
* lokdocview: set view before calling lok::Document member functionsMiklos Vajna2015-09-212-1/+12
* Add missing lok::Document::setPartMode() wrapperMiklos Vajna2015-09-212-4/+7
* LOK: allow postMouseEvent() in multiple viewsMiklos Vajna2015-09-211-0/+1
* LOK: make getViews() be a member function of DocumentMiklos Vajna2015-09-216-29/+35
* gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna2015-09-212-9/+14
* Use SfxViewFrame::Current()Miklos Vajna2015-09-216-29/+6
* lok::Document: add get/setView()Miklos Vajna2015-09-216-1/+75
* gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&pasteMiklos Vajna2015-09-211-10/+23
* lokdocview: set up the widget in all windowsMiklos Vajna2015-09-211-2/+9
* lokdocview: avoid GTK+ calls in openDocumentInThread()Miklos Vajna2015-09-211-23/+34
* gtktiledviewer: set up a new GtkWindow for a new viewMiklos Vajna2015-09-211-3/+8
* gtktiledviewer: factor out setupDocView() from main()Miklos Vajna2015-09-211-13/+17
* gtktiledviewer: factor out createWindow() from main()Miklos Vajna2015-09-211-112/+116
* lokdocview: allow not calling documentLoad()Miklos Vajna2015-09-212-0/+50
* gtktiledviewer: allow findbar in multiple windowsMiklos Vajna2015-09-211-31/+36
* gtktiledviewer: allow part selector in multiple windowsMiklos Vajna2015-09-211-29/+36
* gtktiledviwer: tool item registration is per-windowMiklos Vajna2015-09-211-30/+41
* gtktiledviwer: allow GtkToolItems in multiple windowsMiklos Vajna2015-09-211-40/+48
* gtktiledviewer: allow multiple status barsMiklos Vajna2015-09-211-6/+12
* gtktiledviewer: allow multiple DocView instancesMiklos Vajna2015-09-211-39/+70
* gtktiledviewer: these globals can be staticMiklos Vajna2015-09-211-6/+6
* sfx2: add missing header guardMiklos Vajna2015-09-211-0/+5
* lok::Document: add destroyView()Miklos Vajna2015-09-216-1/+38
* CppunitTest_desktop_lib: fix reported name of failed testMiklos Vajna2015-09-211-9/+3
* lok::Office: add getViews()Miklos Vajna2015-09-216-0/+42
* gtktiledviewer: add button tooltipsMiklos Vajna2015-09-211-0/+10
* lok::Document: add createView()Miklos Vajna2015-09-214-0/+46