summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin1-2/+2
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-7/+3
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen1-1/+1
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann1-1/+1
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen1-1/+1
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-3/+3
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-07-14tdf#139759 sw ms-formats: export comment char backgroundJustin Luth1-0/+7
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-6/+6
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-2/+2
2022-06-07sw: prefix members of SwEscherEx, SwWW8WrTabu, WW8_WrFkp and WW8_WrPlc0Miklos Vajna1-26/+26
2022-06-02elide some unnecessary null checksNoel Grandin1-5/+1
2022-05-30sw: prefix members of CompareDrawObjs, SwBasicEscherEx, ...Miklos Vajna1-29/+29
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-05-09sw: prefix members of RTFSurround, SwMSConvertControls, ww8::WW8Sttb and ...Miklos Vajna1-1/+1
2022-05-02sw: prefix members of WW8_WrPlcPn, WW8_WrPlcSepx, WW8_WrPlcSubDoc and ...Miklos Vajna1-10/+10
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-3/+0
2022-03-21sw: prefix members of SwWW8WrGrf, WW8Export, WW8PLCF and WW8PLCF_HdFtMiklos Vajna1-31/+31
2022-03-16sw: prefix members of MSWordAttrIter, MSWordSections, MSWord_SdrAttrIter ...Miklos Vajna1-38/+38
2022-03-09use SfxItemSet::GetItemIfSet in sw/.../ww8Noel Grandin1-91/+65
2022-03-02remove writerhelper::ItemGetNoel Grandin1-1/+1
2022-03-02remove writerhelper::ItemGetNoel Grandin1-1/+1
2022-02-24use more TypedWhichIdNoel Grandin1-1/+1
2022-02-10tdf#79186 ww8export: save LayoutInCell propertyJustin Luth1-2/+14
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-4/+4
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski1-1/+1
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-8/+4
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin1-2/+3
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-1/+2
2021-06-19use more unique_ptr in WW8ExportNoel Grandin1-8/+8
2021-04-01Use o3tl::convert for conversion to/from EMUsMike Kaganski1-3/+4
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-4/+1
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-2/+3
2021-02-04have one set of twips<->mm conversionsNoel1-2/+2
2021-01-13transparency->alpha in GraphicAttrNoel1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-10-20use tools::Long in swNoel1-4/+4
2020-10-02MSWordExportBase never passed a null SwDoc*Caolán McNamara1-18/+18
2020-09-30loplugin:reducevarscope in swNoel1-6/+6
2020-09-23Fix typoAndrea Gelmini1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-31loplugin:flatten in sw/filter/ww8Noel Grandin1-314/+314
2020-06-10loplugin:buriedassign in swNoel Grandin1-7/+16
2020-05-14DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna1-1/+1
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1