summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2023-03-16tdf#102261: pptx export: implement defTabSz ParaTabStopDefaultDistanceSarper Akdemir2-0/+22
2023-03-16tdf#102261: pptx import: handle defTabSzSarper Akdemir1-2/+2
2023-03-16tdf#39667 filter,officecfg: PDF export dialog: set initial view to...Michael Stahl1-2/+2
2023-03-16XmlTestTools: factor out common codeXisco Fauli7-38/+0
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia1-2/+1
2023-03-15Silence a false -Werror=maybe-uninitializedStephan Bergmann1-1/+1
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-14sd: fix crash in ViewTabBar::dispose()Miklos Vajna1-0/+5
2023-03-14tdf#139618 Add WordArt fill types in pptx importRegina Henschel1-2/+3
2023-03-13tdf#39667 Enable tagged PDF by defaultSamuel Mehrbrodt1-2/+3
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-1/+0
2023-03-09Wrong value for VT_UI4 (sd/propread)Julien Nabet1-1/+1
2023-03-08oox, sd: fix ever-increasing chart IDs when exporting to PPTXMiklos Vajna1-0/+1
2023-03-08Simplify usage of BinaryDataContainerMike Kaganski1-5/+2
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti3-5/+29
2023-03-07clang-tidy dead-storeNoel Grandin1-1/+1
2023-03-07no need to allocate these separatelyNoel Grandin1-1/+1
2023-03-07no need to allocate these separatelyNoel Grandin2-11/+11
2023-03-06CppunitTest_sd_tiledrendering: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-178/+58
2023-03-03Related: tdf#94319 object pasted in draw/impress is always centeredCaolán McNamara2-16/+2
2023-03-03Revert "BaseMutex->std::mutex in AccessibleSlideSorterView"Noel Grandin2-14/+17
2023-03-02qa: simplify codeXisco Fauli1-24/+6
2023-03-02BaseMutex->std::mutex in SlideShowListenerProxyNoel Grandin2-34/+36
2023-03-02BaseMutex->std::mutex in AccessibleSlideSorterViewNoel Grandin2-17/+14
2023-03-02BaseMutex->std::mutex in DrawSubControllerInterfaceBaseNoel Grandin7-31/+9
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl6-9/+9
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir5-0/+29
2023-02-28tdf#153105 PPTX export: fix "Custom position/size" background imageTibor Nagy2-0/+16
2023-02-27return by ref from SdrGlobalDataNoel Grandin1-2/+2
2023-02-24BaseMutex->std::mutex in SdStyleSheetNoel Grandin2-44/+40
2023-02-24CppunitTest_sd_import_tests: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-229/+71
2023-02-24BaseMutex->std::mutex in sd::tools::PropertySetNoel Grandin2-16/+6
2023-02-23CppunitTest_sd_export_tests: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-161/+52
2023-02-23CppunitTest_sd_export_tests-ooxml1: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-227/+73
2023-02-23related tdf#148966: rework sdr compatibility flagsSarper Akdemir1-4/+5
2023-02-23CppunitTest_sd_import_tests2: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-236/+77
2023-02-23CppunitTest_sd_export_tests-ooxml3: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-279/+92
2023-02-23CppunitTest_sd_export_tests-ooxml2: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-218/+70
2023-02-22CppunitTest_sd_import_tests-smartart: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-185/+59
2023-02-22tdf#134862: sd_export_tests-ooxml1: Add unittestXisco Fauli2-0/+30
2023-02-21qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli3-81/+0
2023-02-21tdf#153352 Use Promote/Demote in Tabbed UI instead of Increase/Decrease indentRafael Lima6-40/+40
2023-02-21osl::Mutex->std::mutex in PresenterTimerNoel Grandin2-6/+6
2023-02-21qa: use dispatchCommand from macroTestXisco Fauli3-50/+50
2023-02-20osl::Mutex->std::mutex in SdXCustomPresentationNoel Grandin2-8/+11
2023-02-19osl::Mutex->std::mutex in BitmapCacheNoel Grandin2-38/+56
2023-02-18osl::Mutex->std::mutex in SdGlobalResourceContainerNoel Grandin1-5/+6
2023-02-17tdf#149756 tdf#152545 PPTX import: position of standard connector - part2Tibor Nagy3-2/+40
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara5-10/+10
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara15-85/+68