Age | Commit message (Expand) | Author | Files | Lines |
2023-08-09 | use sal_uInt64 when dealing with stream position | Noel Grandin | 1 | -2/+2 |
2023-07-28 | SfxMedium::GetItemSet never returns nullptr | Mike Kaganski | 1 | -7/+3 |
2023-04-28 | Revert "Revert "introduce sw::SpzFrameFormat ..."" | Bjoern Michaelsen | 1 | -1/+1 |
2023-04-27 | Revert "introduce sw::SpzFrameFormat ..." | Stephan Bergmann | 1 | -1/+1 |
2023-04-24 | introduce sw::SpzFrameFormat ... | Bjoern Michaelsen | 1 | -1/+1 |
2022-11-24 | add SwFormatAnchor::GetAnchorNode method | Noel Grandin | 1 | -3/+3 |
2022-08-02 | introduce SwPosition::GetNode | Noel Grandin | 1 | -2/+2 |
2022-07-14 | tdf#139759 sw ms-formats: export comment char background | Justin Luth | 1 | -0/+7 |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock | 1 | -6/+6 |
2022-06-18 | o3tl: ensure that the initializer of enumarray contains enough elements | Michael Stahl | 1 | -2/+2 |
2022-06-07 | sw: prefix members of SwEscherEx, SwWW8WrTabu, WW8_WrFkp and WW8_WrPlc0 | Miklos Vajna | 1 | -26/+26 |
2022-06-02 | elide some unnecessary null checks | Noel Grandin | 1 | -5/+1 |
2022-05-30 | sw: prefix members of CompareDrawObjs, SwBasicEscherEx, ... | Miklos Vajna | 1 | -29/+29 |
2022-05-28 | use the new SfxWhichIter::GetItemState feature | Noel Grandin | 1 | -1/+1 |
2022-05-09 | sw: prefix members of RTFSurround, SwMSConvertControls, ww8::WW8Sttb and ... | Miklos Vajna | 1 | -1/+1 |
2022-05-02 | sw: prefix members of WW8_WrPlcPn, WW8_WrPlcSepx, WW8_WrPlcSubDoc and ... | Miklos Vajna | 1 | -10/+10 |
2022-03-28 | Recheck sw/ cxx files with IWYU | Gabor Kelemen | 1 | -3/+0 |
2022-03-21 | sw: prefix members of SwWW8WrGrf, WW8Export, WW8PLCF and WW8PLCF_HdFt | Miklos Vajna | 1 | -31/+31 |
2022-03-16 | sw: prefix members of MSWordAttrIter, MSWordSections, MSWord_SdrAttrIter ... | Miklos Vajna | 1 | -38/+38 |
2022-03-09 | use SfxItemSet::GetItemIfSet in sw/.../ww8 | Noel Grandin | 1 | -91/+65 |
2022-03-02 | remove writerhelper::ItemGet | Noel Grandin | 1 | -1/+1 |
2022-03-02 | remove writerhelper::ItemGet | Noel Grandin | 1 | -1/+1 |
2022-02-24 | use more TypedWhichId | Noel Grandin | 1 | -1/+1 |
2022-02-10 | tdf#79186 ww8export: save LayoutInCell property | Justin Luth | 1 | -2/+14 |
2022-01-07 | remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enum | Noel Grandin | 1 | -1/+1 |
2021-12-14 | Stream::Tell returns sal_uInt64 | Noel Grandin | 1 | -4/+4 |
2021-08-19 | Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShape | Mike Kaganski | 1 | -1/+1 |
2021-08-16 | pass OutlinerParaObject around by value | Noel Grandin | 1 | -8/+4 |
2021-07-24 | use officecfg to retrieve SaveRelInet | Noel Grandin | 1 | -2/+3 |
2021-07-24 | use officecfg to retrieve SaveRelFSys | Noel Grandin | 1 | -1/+2 |
2021-06-19 | use more unique_ptr in WW8Export | Noel Grandin | 1 | -8/+8 |
2021-04-01 | Use o3tl::convert for conversion to/from EMUs | Mike Kaganski | 1 | -3/+4 |
2021-02-14 | Move unit conversion code to o3tl, and unify on that in more places | Mike Kaganski | 1 | -4/+1 |
2021-02-05 | Make sanitiseMm100ToTwip simpler and more correct | Mike Kaganski | 1 | -2/+3 |
2021-02-04 | have one set of twips<->mm conversions | Noel | 1 | -2/+2 |
2021-01-13 | transparency->alpha in GraphicAttr | Noel | 1 | -1/+1 |
2021-01-12 | transparency->alpha in tools::Color | Noel | 1 | -1/+1 |
2021-01-02 | introduce Degree100 strong_int type | Noel | 1 | -2/+2 |
2020-11-24 | tdf#42949 Fix new IWYU warnings in directory sw | Gabor Kelemen | 1 | -1/+0 |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin | 1 | -1/+1 |
2020-11-05 | retire most of SwModify | Bjoern Michaelsen | 1 | -1/+1 |
2020-10-20 | use tools::Long in sw | Noel | 1 | -4/+4 |
2020-10-02 | MSWordExportBase never passed a null SwDoc* | Caolán McNamara | 1 | -18/+18 |
2020-09-30 | loplugin:reducevarscope in sw | Noel | 1 | -6/+6 |
2020-09-23 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2020-08-14 | loplugin:simplifybool more | Noel Grandin | 1 | -1/+1 |
2020-07-31 | loplugin:flatten in sw/filter/ww8 | Noel Grandin | 1 | -314/+314 |
2020-06-10 | loplugin:buriedassign in sw | Noel Grandin | 1 | -7/+16 |
2020-05-14 | DOCX export: fix interaction between the crop and the wrap polygon of image | Miklos Vajna | 1 | -1/+1 |
2020-04-23 | pass SvxBrushItem around by unique_ptr | Noel Grandin | 1 | -1/+1 |