summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-02-28LOK - Calc: Text is not visible in cell when entering numerical inputMarco Cecchetti2-13/+13
2017-02-08tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn1-3/+3
2017-02-08Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke1-0/+5
2017-02-08tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin4-5/+9
2017-02-08tdf#90070 don't clip flys with bordersJustin Luth1-2/+10
2017-01-27tdf#103927: Share single standard VirtualDevice instance.Kohei Yoshida4-25/+25
2016-10-23Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke3-1/+21
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti3-11/+26
2016-10-09LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti4-12/+50
2016-09-20editeng: don't let wild-card auto-correct leave current wordMichael Stahl1-0/+5
2016-09-14missing headerAndras Timar1-0/+1
2016-09-14fix weird selection problem in desktop editengAndras Timar1-1/+4
2016-09-14sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2-4/+20
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna3-2/+26
2016-09-09Fixed several WerrorsMarco Cecchetti1-2/+0
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna2-2/+8
2016-08-03editeng: track view shells in SfxListUndoActionsMiklos Vajna2-2/+17
2016-08-03editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna3-1/+17
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna4-29/+22
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-2/+2
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna3-9/+9
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