summaryrefslogtreecommitdiff
path: root/sd/qa/unit/tiledrendering
AgeCommit message (Expand)AuthorFilesLines
3 daysReturn double from OutputDevice::GetTextArrayMike Kaganski1-2/+2
5 daysadd Spell state to impress RenderState like we do for calc/writerCaolán McNamara1-4/+4
2024-03-22CppunitTest_sd_tiledrendering2: extract one test from the old, large suiteMiklos Vajna1-24/+0
2024-03-21cool#8278 sfx2 lok: fix lost hide notification on sidebar switchMiklos Vajna1-0/+24
2024-03-21cool#8278 sfx2 lok: fix unexpected non-json sidebar status updateMiklos Vajna1-0/+41
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski2-2/+2
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-2/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+1
2023-11-19Extended loplugin:ostr: sdStephan Bergmann2-37/+37
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-3/+3
2023-05-10Add view options class in DrawParis Oplopoios1-0/+114
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-3/+3
2023-03-06CppunitTest_sd_tiledrendering: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-178/+58
2023-02-21qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli2-35/+0
2023-02-21qa: use dispatchCommand from macroTestXisco Fauli2-47/+47
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-14/+14
2022-11-29sd: remove unused includesXisco Fauli2-6/+0
2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli2-11/+9
2022-11-03-Werror=dangling-referenceStephan Bergmann1-4/+4
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-10-31CppunitTest_sd_tiledrendering: inherit from UnoApiTest (part2)Xisco Fauli1-16/+11
2022-10-26CppunitTest_sd_tiledrendering: inherit from UnoApiTestXisco Fauli1-33/+18
2022-08-29ref-count SdrObjectNoel Grandin1-2/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-14/+14
2022-05-31CppunitTest_sd_tiledrendering: reduce test doc size in testTdf104405Miklos Vajna1-284/+3
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann1-1/+1
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann2-36/+36
2022-04-14use more string_view in sdNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-6/+6
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-2/+2
2022-03-14add TypedWhichId version of QueryStateNoel Grandin1-18/+12
2022-03-14lok: Set pasted text rect pos to 0, 0Mert Tumer1-14/+2
2022-03-04Fix typosAndrea Gelmini1-1/+1
2022-03-02Advanced Diagram support: Disable enter Diagram (Groups)Armin Le Grand (Allotropia)1-25/+6
2022-02-21Recheck modules sd* with IWYUGabor Kelemen2-4/+4
2022-01-26tdf#139734 deleting redundant asserts after MacrosTest::loadFromDesktopyalda1-1/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin2-17/+17
2021-12-06cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann1-0/+1
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna1-3/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski1-3/+2
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-3/+12
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák2-55/+63
2021-10-21Fix typosAndrea Gelmini1-2/+2
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl2-18/+323
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-54/+54
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-08avoid painting to windows in LOK modeLuboš Luňák1-2/+2
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-14/+14