summaryrefslogtreecommitdiff
path: root/sd/qa
AgeCommit message (Expand)AuthorFilesLines
2016-09-23sd lok: fix pixel-to-logic conversion in DrawViewShell::MakeVisible()Miklos Vajna2-0/+48
2016-09-19sd draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna1-0/+4
2016-09-16sd draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-1/+18
2016-09-14sd lok draw text: make sure watching views have no cursorsMiklos Vajna1-0/+69
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna1-1/+10
2016-09-02svx: move GetSfxViewShell() to SdrMarkViewMiklos Vajna1-0/+33
2016-08-17sd lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna1-0/+39
2016-08-17LOK unit tests: document what is a view callbackMiklos Vajna1-0/+1
2016-08-04sd: track view shell id in SdUndoActionMiklos Vajna1-0/+23
2016-08-04sd doc model dump: include undo manager infoMiklos Vajna1-1/+1
2016-08-04svx: track view shell id in SdrUndoActionMiklos Vajna1-0/+13
2016-07-29sd: OOoXML import: fix loss of animationsMichael Stahl3-0/+29
2016-07-28svx lok: fix handling of text edit drawing when view/page changesMiklos Vajna2-6/+30
2016-07-25sd: implement LOK_CALLBACK_VIEW_LOCKMiklos Vajna1-1/+44
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 Vajna1-1/+39
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna2-3/+54
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+68
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-8/+14
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12CppunitTest_sd_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna1-136/+164
2016-07-12tdf#97591: mark RTF clipboard format as text/rtfOliver Specht1-1/+1
2016-07-12CppunitTest_sd_uimpress: fix loplugin:cppunitassertequals warningsMiklos Vajna1-8/+8
2016-07-12cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna1-0/+3
2016-07-12tdf#99224 PPTX export: implement support for images with textMiklos Vajna1-1/+0
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2016-06-16lokit: add getPartHashHenry Castro1-0/+18
2016-06-12tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak2-0/+14
2016-06-12sd lok: Remove LOK_CALLBACK_PARTS_COUNT_CHANGED from the API.Jan Holesovsky1-36/+74
2016-06-12sd lok: re-work LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro1-52/+10
2016-06-12sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro2-0/+127
2016-06-12sd lok: Fix normal 'search' performed after a 'search all'.Jan Holesovsky1-0/+17
2016-06-12disable SdImportTest::testTdf93124 temporarilyAndras Timar1-1/+1
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-1/+25
2016-06-12svg export: transition not displayed when switching from last to first slideMarco Cecchetti1-9/+9
2016-06-12svg export: transition on first slide are not run - fixedMarco Cecchetti1-10/+10
2016-06-12svg export: no more an experimental featureMarco Cecchetti1-10/+10
2016-06-11tdf#100269 svx: fix undo of table column resizeMiklos Vajna2-1/+88
2016-05-10CppunitTest_sd_import_tests: disable test that fails on Linux baselineMiklos Vajna1-0/+2
2016-05-06tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski2-0/+51
2016-05-02tdf#99452 svx: fix undo of table row edge dragMiklos Vajna2-0/+52
2016-04-26tdf#99396 SvxTableController::SetVertical: implement undo supportMiklos Vajna2-0/+104
2016-04-14tdf#99224 PPTX export: implement support for images with textMiklos Vajna2-0/+12
2016-02-29fix clang buildMarkus Mohrhard1-0/+4
2016-02-27xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dashMichael Stahl3-0/+71
2016-02-03tdf#91762: Check wether the row and the cell have text...Xisco Fauli1-2/+1
2016-01-27starmath: fix OOXML export of non-BMP UnicodeMichael Stahl2-0/+31
2016-01-21oox: export Math objects to PPTX filesMichael Stahl2-0/+28
2016-01-12sd: enhance the OLE object test to also test the exported XMLMichael Stahl2-18/+109