summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-06-07sw keep aspect ratio: add filter for this settingMiklos Vajna3-0/+77
2021-06-07sw_uiwriter: split uiwriter into 2Xisco Fauli4-3256/+3666
2021-06-07uiwriter: keep CPPUNIT_TEST_FIXTURE tests togetherXisco Fauli2-263/+274
2021-06-07tdf#142483: sw_xhtmlexport: Add unittestXisco Fauli2-0/+36
2021-06-07sw: WriteLong/Short -> SvStream::Write[U]Int[16|32]Vasily Melenchuk1-15/+17
2021-06-07sw: prefix members of CSS1Selector, HTMLStartEndPos, SvxCSS1MapEntry and ...Miklos Vajna7-58/+57
2021-06-07Resolves tdf#142513 fix zoom caller handlingJim Raykowski3-11/+11
2021-06-06use open-menu-symbolic where sfx2/res/menu.png was previously usedCaolán McNamara1-1/+1
2021-06-06tdf#142669 Consider BOM on text encoding detectiontobias7-20/+46
2021-06-04tdf#120574 Store Ascii Options for Later Savingtobias7-1/+68
2021-06-04Fix UITestMike Kaganski1-0/+3
2021-06-04lok: Re-Enable AnchorToPara context menu itemmerttumer1-2/+1
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna7-8/+133
2021-06-04Fix UITestMike Kaganski1-0/+3
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna2-3/+28
2021-06-04Extended MoveShapeHandle command for Anchors as wellmerttumer3-4/+19
2021-06-04Unit tests for .uno:MoveShapeHandle commandmerttumer1-400/+460
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna1-54/+1
2021-06-03indexing: start of Indexing Export impl. based on (X)HTML exportTomaž Vajngerl6-3/+142
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh3-2/+132
2021-06-03sw XHTML / reqif export: fix PNG export of shapesMiklos Vajna2-0/+36
2021-06-03sw_rtfexport: use a template for makefilesXisco Fauli7-235/+74
2021-06-03Change 'Background' -> 'Area' in Insert Section dialogOlivier Hallot1-40/+37
2021-06-03fix leak in SwRedlineAcceptDlgNoel Grandin2-14/+8
2021-06-03sw_ww8export: use a template for makefilesXisco Fauli5-168/+86
2021-06-03sw XHTML / reqif export: implement OLE wrapper support for shapesMiklos Vajna2-30/+86
2021-06-03sw: rename some variable/method names in html import/exportTomaž Vajngerl6-97/+97
2021-06-02we always pack help button as secondaryCaolán McNamara1-0/+1
2021-06-02sw XHTML / reqif export: export non-PNG graphic shapes directlyMiklos Vajna2-4/+66
2021-06-02fix messageNoel Grandin1-1/+1
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+2
2021-06-02quieten down this warningNoel Grandin2-6/+9
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+1
2021-06-02sw XHTML / reqif export: export PNG shapes directlyMiklos Vajna2-4/+51
2021-06-02sw: rework to avoid the DECLARE_OOXMLIMPORT_TEST macroMiklos Vajna3-149/+274
2021-06-01sw XHTML / reqif export: write PNG fallback for non-PNG imagesMiklos Vajna4-30/+86
2021-06-01tdf#142404 DOCX c15: TabOverMargin no longer true in 2013+Justin Luth2-0/+8
2021-06-01fix leak in CppunitTest_sw_filters_testNoel Grandin2-0/+14
2021-06-01tdf#60382 sw: fix tracked row deletion at rejectionLászló Németh2-0/+100
2021-05-31fix leak in SwFieldDlgNoel Grandin2-4/+5
2021-05-31sw XHTML / reqif export: export PNG images directly, without an OLE wrapperMiklos Vajna4-32/+105
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2-8/+8
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-1/+1
2021-05-31no need to allocate this separatelyNoel Grandin9-56/+31
2021-05-31no need to allocate this separatelyNoel Grandin2-5/+6
2021-05-31sw: prefix members of HTMLEndPosLst, SwFltStackEntry, SwFltTOX and ...Miklos Vajna11-226/+222
2021-05-31tdf#138302 partial revert tdf#108496: DOCX: redesign of override in listsJustin Luth5-0/+25
2021-05-30sw : missing std::optional includeArnaud Versini1-0/+1
2021-05-30frequent recent CppunitTest_sw_uiwriter failureCaolán McNamara1-1/+1
2021-05-30std::unique_ptr->std::optionalNoel Grandin6-23/+23