summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering
AgeCommit message (Expand)AuthorFilesLines
2021-06-18more 32bit build fixesRene Engelhard1-4/+4
2021-06-04Unit tests for .uno:MoveShapeHandle commandmerttumer1-400/+460
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-05-14Improve loplugin:stringviewStephan Bergmann1-3/+4
2021-04-09sw style copy: fix crash when handling a conditional paragraphy styleMiklos Vajna2-0/+26
2021-02-23tdf#135774, tdf#114799 Char highlight: apply to numberingJustin Luth3-1/+28
2021-02-20loplugin:refcounting in swNoel1-7/+5
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-3/+6
2021-02-03Fix typosAndrea Gelmini1-1/+1
2021-02-01sw: don't repaint all text frames on selecting and deleting several bulletsMiklos Vajna1-0/+38
2021-01-29sw: don't repaint all text frames on turning off a bullet for bullet numberingsMiklos Vajna1-0/+34
2021-01-28sw: don't repaint all text frames on text node delete for bullet numberingsMiklos Vajna1-8/+49
2021-01-18make internals of ::Color privateNoel1-4/+4
2021-01-13sw edit win: fix read-only selections while handling ExtTextInputMiklos Vajna1-0/+43
2021-01-10fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer1-0/+17
2020-11-24sw tiled rendering: fix paint->invalidation loop when paint is started by vclMiklos Vajna2-0/+33
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian1-1/+1
2020-11-20lok: minor cleanup of ViewCallback in tiledrendering testsAshod Nakashian1-34/+35
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-11-04tdf#105967 sw: add unit test for redlining of break symbolsLászló Németh2-0/+132
2020-08-13Remove some unused includesMiklos Vajna1-1/+0
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna1-12/+21
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-2/+4
2020-05-11lok: MSForms: send also the placeholder text.Tamás Zolnai1-0/+3
2020-05-09lok: MSForms: test & fix two corner cases of drop-down field.Tamás Zolnai3-0/+77
2020-05-09lok: MSForms: add a test case about editing drop down form field.Tamás Zolnai2-1/+61
2020-05-08lok: MSForms: dont send form field button data with empty text area.Tamás Zolnai1-18/+1
2020-05-08lok: MSForms: Send also the drop down field params to the client code.Tamás Zolnai1-0/+14
2020-05-08lok: MSForms: Add callback for form field button.Tamás Zolnai2-0/+81
2020-04-30tdf#114799 DOCX import: fix missing numbering highlightLászló Németh2-0/+27
2020-04-15sw: avoid calling SwView::GetWrtShell() unconditionally from the SwView ctorMiklos Vajna2-0/+8
2020-04-03clean-up test of tdf#117448: set fixed font featuresLászló Németh2-7/+29
2020-04-01tdf#117448 Writer table: don't clip text on marginsLászló Németh2-0/+61
2020-03-07Drop replaced setActive call of each tests in tiledrendering moduleAndrew Lee (李健秋)1-75/+0
2020-03-07Add single setActive for all tests in tiledrendering moduleAndrew Lee (李健秋)1-0/+8
2020-02-28add hyperlink info unit testGrzegorz Araminowicz2-0/+38
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy1-5/+5
2020-01-07sw: don't send LOK notifications about redlines during saveMiklos Vajna2-0/+21
2019-12-05create default shapes with square outline.Michael Meeks1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-04use normal VirtualDevice ctor, not the obscure SystemGraphicsData variantCaolán McNamara1-2/+2
2019-09-25lok: send an invalidation by document size changeTamás Zolnai1-1/+1
2019-08-28sw lok: extend language status with BCP 47 language tag info in here as wellMiklos Vajna1-0/+18
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-08-02sw comments on frames: no overlay in the LOK API, either: insert caseMiklos Vajna2-0/+46
2019-08-01clean up ViewCallback nicely in sw and sdNoel Grandin1-186/+71