summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna4-33/+1
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna2-28/+6
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin3-3/+4
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-15/+19
2016-07-20use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann13-31/+31
2016-07-20clang-tidy performance-unnecessary-value-param in editengNoel Grandin6-18/+18
2016-07-20unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-18/+18
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin12-55/+32
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-2/+2
2016-07-20Fix typosAndrea Gelmini11-12/+12
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist2-6/+0
2016-07-12editeng: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-3/+15
2016-07-12editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2-2/+15
2016-07-12editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna4-2/+36
2016-07-12coverity#1355507 uninitialized scalar fieldCaolán McNamara4-17/+16
2016-07-12loplugin:constantparam in editengNoel Grandin7-29/+18
2016-07-12loplugin:unuseddefaultparams in editengNoel Grandin18-116/+70
2016-07-12loplugin:unusedfieldsNoel Grandin1-3/+1
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna4-12/+6
2016-07-12Remove excess newlinesChris Sherlock42-519/+0
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna4-19/+0
2016-07-12editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna5-21/+14
2016-07-12Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna1-14/+2
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin3-22/+13
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin2-19/+14
2016-06-26bccu#1851 - CTRL+A in Writer comments shows selection at top-left cornerAshod Nakashian1-0/+49
2016-06-20bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian1-0/+1
2016-06-20Revert "LOK: invalidate cursor only when required"Ashod Nakashian1-1/+1
2016-06-20LOK: invalidate cursor only when requiredAshod Nakashian1-1/+1
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna4-7/+26
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock6-6/+6
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+2
2016-02-05Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara1-4/+5
2016-02-02Resolves: tdf#97375 use Invalidate in all modesCaolán McNamara1-6/+1
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin5-16/+13
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19editeng lok: invalidate on scrollMiklos Vajna1-0/+6
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+2
2015-11-18editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl1-1/+2
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin5-5/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-17editeng: fix SvxTableField::operator==()Michael Stahl1-1/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-271/+296
2015-11-13editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna1-0/+9
2015-11-13editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+7