summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering
AgeCommit message (Expand)AuthorFilesLines
2017-12-17coverity#1426171 Unchecked dynamic_castCaolán McNamara1-18/+23
2017-12-09Removed duplicated includeAndrea Gelmini1-1/+0
2017-12-08sw lok: enable Page Header/FooterHenry Castro1-1/+74
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-1/+47
2017-11-15coverity#1421163 Unchecked dynamic_castCaolán McNamara1-1/+2
2017-11-08sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro1-0/+74
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-1/+1
2017-07-24coverity#1411569 Unchecked dynamic_castCaolán McNamara1-2/+3
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-07-05coverity#1414486 Unchecked dynamic_castCaolán McNamara1-2/+3
2017-06-28sw lok: rename return values UNDO_CONFLICT to SID_REPAIRPACKAGEHenry Castro1-8/+6
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-7/+7
2017-05-30lambda -> function in anonymous namespace.Jan Holesovsky1-19/+23
2017-05-30coverity#1411566 Unchecked dynamic_castCaolán McNamara1-6/+12
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-27sw lok: disable undo state if conflict with other viewsHenry Castro1-0/+78
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-8/+8
2017-03-27Indentation fixesMiklos Vajna1-1/+2
2017-03-24fix tb71 buildNoel Grandin1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-2/+7
2017-03-17sw lok: Use unique redline identifier, instead of array indicesPranav Kant1-2/+31
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-14sw lok: Notify when redline position is changed + unit testPranav Kant1-0/+20
2017-02-21Revert "sw lok: Move this test to sw/"Pranav Kant1-107/+1
2017-02-17sw lok: Move this test to sw/Pranav Kant1-1/+107
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+2
2017-01-10New loplugin:conststringvar: swStephan Bergmann1-1/+1
2016-11-29sw: indentation fixesMiklos Vajna1-2/+2
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro1-0/+99
2016-11-25Lok: invalidate Writer comments correctlyAshod Nakashian1-0/+8
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna1-1/+36
2016-09-29sw lok: disable pixel alignment of cursor logic valuesMiklos Vajna1-0/+26
2016-09-27sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna1-2/+45
2016-09-22sw: move LOK_CALLBACK_VIEW_CURSOR_VISIBLE to SwCursorShellMiklos Vajna1-1/+7
2016-09-21lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna1-0/+25
2016-09-19sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-1/+27
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna1-1/+1
2016-09-14sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna1-0/+4
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-0/+12
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna1-0/+37
2016-09-13sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna1-0/+4
2016-09-12sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna1-0/+37
2016-09-12sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna1-0/+8
2016-09-12sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna1-0/+30
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna2-0/+41
2016-08-29sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna1-1/+32
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-1/+1
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-1/+31
2016-08-18sw: fix accepting/rejecting a change by index when cursor is not at a redlineMiklos Vajna1-0/+32