summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2016-07-29sw layout xml dump: mention SfxViewShell addressesMiklos Vajna
2016-07-29tdf#101168 sw: fix missing repaint on undo with multiple windowsMiklos Vajna
2016-07-29sw: rename generic rSh in SwBaseShell::ExecUndo()Miklos Vajna
2016-07-27svx lok: draw text edits in all viewsMiklos Vajna
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna
2016-07-22sc: provide size in the payload of LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna
2016-07-21CppunitTest_sw_tiledrendering: blind stack-use-after-return fixMiklos Vajna
2016-07-21lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna
2016-07-21sw lok: fix shape text editing with multiple viewsMiklos Vajna
2016-07-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna
2016-07-20sw lok: mix missing invalidation due to page calc in visible cursor changeMiklos Vajna
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna
2016-07-20sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcaseMiklos Vajna
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna
2016-07-20sfx2 lok: fix missing view cursors in a new viewMiklos Vajna
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna
2016-07-20sw: prefix members of SwWriteTableMiklos Vajna
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin
2016-07-20tdf#84938 convert INV_ constants to scoped enumNoel Grandin
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna
2016-07-20sw: we don't have space to spell out "focus" in ShLooseFcs...Michael Stahl
2016-07-20loplugin:commaoperator in sw/Noel Grandin
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna
2016-07-20Fix typosAndrea Gelmini
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-07-20sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna
2016-07-20Fix typosAndrea Gelmini
2016-07-20Autocompletion: complete year (part) to current dateLászló Németh
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2016-07-20sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2016-07-13tdf#99090 docx export page-break only inside a paragraphJustin Luth
2016-07-13Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara