summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-08-17sd lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna4-1/+109
2016-08-17LOK unit tests: document what is a view callbackMiklos Vajna1-0/+1
2016-08-04sd: track view shell id in SdUndoActionMiklos Vajna3-2/+45
2016-08-04tdf#89466: Slide Background tabRishabh Kumar2-0/+6
2016-08-04sd doc model dump: include undo manager infoMiklos Vajna2-1/+9
2016-08-04svx: track view shell id in SdrUndoActionMiklos Vajna1-0/+13
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna13-17/+34
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna12-15/+15
2016-07-29sd: OOoXML import: fix loss of animationsMichael Stahl6-0/+59
2016-07-28svx lok: fix handling of text edit drawing when view/page changesMiklos Vajna2-6/+30
2016-07-28svx lok: avoid SfxViewShell::Current() during constructing a new view shellMiklos Vajna2-0/+11
2016-07-25sd: implement LOK_CALLBACK_VIEW_LOCKMiklos Vajna2-1/+63
2016-07-21CppunitTest_sd_tiledrendering: fix undefined behavior, leading to crashMiklos Vajna1-2/+2
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna2-3/+41
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna5-5/+70
2016-07-21lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna1-0/+7
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+68
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna2-6/+0
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna2-6/+0
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna2-6/+2
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna5-93/+30
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-8/+14
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-6/+6
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin6-8/+8
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann19-28/+31
2016-07-20use Any constructor instead of temporariesNoel Grandin5-27/+10
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-07-20tdf#95857 Sort out German plurals ...danielt9984-12/+12
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock11-11/+11
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock6-13/+13
2016-07-20sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna5-14/+15
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-10/+0
2016-07-20Fix typosAndrea Gelmini34-39/+39
2016-07-20sd: lool search all - 2nd search did not work - fixedMarco Cecchetti1-0/+5
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2-6/+6
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-2/+2
2016-07-13Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara1-0/+2
2016-07-13loplugin:staticcallStephan Bergmann1-4/+4
2016-07-13rhbz#1351292 correctly set edit modeDavid Tardon1-17/+40
2016-07-13Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-2/+11
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-5/+12
2016-07-12sc, sd: add per-view support to recently added LOK_CALLBACK_SET_PART callsMiklos Vajna1-3/+12
2016-07-12sd: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-7/+47
2016-07-12sd: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-2/+8
2016-07-12sd: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-1/+9
2016-07-12sd: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-2/+22