summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2016-10-09LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti
2016-09-20editeng: don't let wild-card auto-correct leave current wordMichael Stahl
2016-09-14missing headerAndras Timar
2016-09-14fix weird selection problem in desktop editengAndras Timar
2016-09-14sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna
2016-09-09Fixed several WerrorsMarco Cecchetti
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna
2016-08-03editeng: track view shells in SfxListUndoActionsMiklos Vajna
2016-08-03editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-07-20clang-tidy performance-unnecessary-value-param in editengNoel Grandin
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2016-07-20Fix typosAndrea Gelmini
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist
2016-07-12editeng: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna
2016-07-12editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna
2016-07-12editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna
2016-07-12coverity#1355507 uninitialized scalar fieldCaolán McNamara
2016-07-12loplugin:constantparam in editengNoel Grandin
2016-07-12loplugin:unuseddefaultparams in editengNoel Grandin
2016-07-12loplugin:unusedfieldsNoel Grandin
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna
2016-07-12editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna
2016-07-12Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin
2016-06-26bccu#1851 - CTRL+A in Writer comments shows selection at top-left cornerAshod Nakashian
2016-06-20bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian
2016-06-20Revert "LOK: invalidate cursor only when required"Ashod Nakashian
2016-06-20LOK: invalidate cursor only when requiredAshod Nakashian
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky