summaryrefslogtreecommitdiff
path: root/sd/qa/unit
AgeCommit message (Expand)AuthorFilesLines
2016-12-09tdf#104445: PPTX import: Extra bullets are added to placeholder textTamás Zolnai2-0/+53
2016-12-08Indentation fixesMiklos Vajna1-5/+5
2016-12-07tdf#104405 Clone Formatting ignores vertical text alignmentNoel Grandin2-0/+1162
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page1-1/+1
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-01tdf#103477 Add unit testMuthu Subramanian2-0/+17
2016-11-27typo: Scond -> SecondAndras Timar1-1/+1
2016-11-27tdf#104201: PPTX: Group solid fill is not importedTamás Zolnai2-0/+36
2016-11-25tdf#96052 - export the forbidden shape as path instead of preset shape.Mark Hung1-2/+0
2016-11-22Probably a more robust way to fix the testKhaled Hosny1-2/+1
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny1-0/+1
2016-11-22Destroy item sets in SdDialogsTest::tearDownStephan Bergmann1-0/+3
2016-11-20tdf59046 oox: fix incorrectly combined shapesMark Hung2-0/+12
2016-11-19tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung2-0/+11
2016-11-18tdf#104015: PPTX import: Title shape does not inherit fill propertiesTamás Zolnai2-0/+40
2016-11-18Missing XComponent.dispose calls in screenshot testsStephan Bergmann1-0/+7
2016-11-17tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai2-0/+21
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin1-4/+18
2016-11-17chmod -xTor Lillqvist3-0/+0
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-7/+7
2016-11-15Replace some trivial Sfx*Item derivations with make* functionsStephan Bergmann1-7/+7
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-12Sd test: use binary mode to dump shapes to avoid Windows line endingsTamás Zolnai1-1/+1
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-3/+3
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-2/+2
2016-11-10tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2-0/+20
2016-11-10Adapt sd.screenshotStephan Bergmann1-1/+0
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-6/+0
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-11-07oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung1-0/+4
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-0/+6
2016-11-04unify color selectorsCaolán McNamara1-6/+0
2016-10-29tdf#103473: Ensure positive rectangle sizeMike Kaganski2-0/+18
2016-10-28sd: fix loplugin:cppunitassertequals warningsMiklos Vajna4-9/+9
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin2-2/+2
2016-10-19tdf#103083 - EDITING: Cut and Paste changes bullet point formattingNoel Grandin2-0/+1002
2016-10-16tdf#95416 Get rid of #include ../foo/bar.hxx style includesDilek Uzulmez3-3/+3
2016-10-11convert PageKind to scoped enumNoel Grandin3-10/+10
2016-10-11convert DocumentType to scoped enumNoel Grandin2-3/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek5-53/+53
2016-09-22sd lok: fix pixel-to-logic conversion in DrawViewShell::MakeVisible()Miklos Vajna2-0/+47
2016-09-20tdf#102223 EDITING Deleting all content from a cell changes font formattingNoel Grandin2-0/+48
2016-09-16sd draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna1-0/+4
2016-09-15sd 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-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna1-1/+10
2016-09-02svx: move GetSfxViewShell() to SdrMarkViewMiklos Vajna1-0/+33
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-4/+4