summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-07-20sfx2 lok: fix missing view cursors in a new viewMiklos Vajna1-0/+60
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna4-29/+2
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna2-11/+22
2016-07-20sw: prefix members of SwWriteTableMiklos Vajna3-148/+148
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna9-91/+21
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-11/+17
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann5-1/+9
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+5
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann84-184/+205
2016-07-20use Any constructor instead of temporariesNoel Grandin10-73/+27
2016-07-20Fix typosAndrea Gelmini4-7/+7
2016-07-20tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin4-8/+9
2016-07-20tdf#84938 convert INV_ constants to scoped enumNoel Grandin7-50/+58
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna2-8/+0
2016-07-20sw: we don't have space to spell out "focus" in ShLooseFcs...Michael Stahl8-19/+19
2016-07-20loplugin:commaoperator in sw/Noel Grandin82-218/+622
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-07-20sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna3-11/+0
2016-07-20Fix typosAndrea Gelmini14-16/+16
2016-07-20Autocompletion: complete year (part) to current dateLászló Németh1-0/+31
2016-07-20unnecessary use of OUString constructorNoel Grandin5-12/+12
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock22-42/+42
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-7/+0
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin4-7/+4
2016-07-20Fix typosAndrea Gelmini110-126/+126
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-4/+4
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2016-07-20sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna3-15/+7
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-13tdf#99090 docx export page-break only inside a paragraphJustin Luth2-1/+19
2016-07-13Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara1-0/+3
2016-07-12silence vcl release mouse warningCaolán McNamara1-1/+2
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist3-4/+0
2016-07-12sw lok: move filtering of callbacks during paint to desktopMiklos Vajna1-3/+0
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-2/+6
2016-07-12sw comments: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna3-4/+16
2016-07-12new loplugin fpcomparisonNoel Grandin1-2/+2
2016-07-12nConfigId is always 0Maxim Monastirsky1-1/+1
2016-07-12loplugin:constantparam in editengNoel Grandin1-1/+1
2016-07-12loplugin:unusedfieldsNoel Grandin4-22/+1
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna4-8/+5
2016-07-12Remove excess newlinesChris Sherlock20-43/+0
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2-2/+0
2016-07-12sw: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-9/+20
2016-07-12sw: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-1/+4
2016-07-12sw: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-1/+5
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin1-9/+7