summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
2018-03-26forcepoint #3: sw: don't do section-in-table splits when this is tableMichael Stahl2-5/+12
2018-03-26use boost::optional in swNoel Grandin1-7/+1
2018-03-23tdf#116525 writer, no shadow around boxNoel Grandin1-1/+1
2018-03-21loplugin:emptyifStephan Bergmann1-0/+2
2018-03-19sw: more tweaks to sanity check in SwFrame::GetNextSctLeaf()Michael Stahl1-3/+15
2018-03-15sw: tweak sanity check in SwFrame::GetNextSctLeaf()Michael Stahl1-0/+6
2018-03-14Missing intialization of SwPageDesc::m_pTextFormatCollStephan Bergmann1-0/+1
2018-03-14remove dead SwNoteURLNoel Grandin1-1/+0
2018-03-13use sw::WriterMultiListener instead of SwDepend in SwPageDescBjoern Michaelsen1-18/+44
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-11tdf#108482: ignore repeated headlines' previous instances heightMike Kaganski1-0/+3
2018-03-07sw doc model xml dump: dump SdrObject of frame formatsMiklos Vajna1-0/+3
2018-03-07Fix typoAndrea Gelmini1-1/+1
2018-03-07tdf#84522 fix reversed text of column break mark in a RTL page.Mark Hung1-1/+1
2018-03-07sw: add some sanity check to SwFrame::GetNextSctLeaf()Michael Stahl1-0/+70
2018-03-07use more Color in swNoel Grandin1-1/+1
2018-03-06sw: convert that to assert tooMichael Stahl1-1/+1
2018-03-06sw: convert checks about mbInfTab and cell parent to assert()Michael Stahl1-2/+2
2018-03-06forcepoint #18 sw: fix condition for detecting section-in-table splitsMichael Stahl1-2/+2
2018-03-02sw: convert DELETEZ to unique_ptr in paintfrm.cxxMichael Stahl1-47/+41
2018-03-02related forcepoint #18, reconcile GetPrevCellLeaf with GetNextCellLeafCaolán McNamara1-3/+3
2018-02-28UBSan: signed integer overflowStephan Bergmann1-1/+5
2018-02-28Fix some IWYU warningsMiklos Vajna2-0/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-7/+11
2018-02-26use less RGB_COLORDATANoel Grandin1-3/+3
2018-02-26nfc: use std::min in fly.cxx:CalcRelJustin Luth1-6/+2
2018-02-23tdf#80282 swpagerelsize: corner case frame size maxJustin Luth1-0/+6
2018-02-21forcepoint #3Caolán McNamara1-8/+5
2018-02-21loplugin:changetoolsgen in swNoel Grandin15-168/+168
2018-02-21ColorData->Color in swNoel Grandin1-4/+4
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-14Make SwFormatFrameSize derive from SvxSizeItemStephan Bergmann1-12/+25
2018-02-14Fix typosAndrea Gelmini1-1/+1
2018-02-13sw: work around what seems to be a gcc-4.8 compiler bugMiklos Vajna1-1/+2
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-06tdf#114306 fix crash caused by special document 2Manfred Blume1-6/+12
2018-02-05TypedWhichId in sw(1)Noel Grandin3-7/+5
2018-02-01Remove < USHRT_MAX check that is presumably no longer neededStephan Bergmann1-3/+3
2018-01-30loplugin:unused-returns in swNoel Grandin6-44/+22
2018-01-29BorderlineFix: Fix WriterPaint if scrolling CellTableBordersArmin Le Grand1-0/+22
2018-01-26tdf#114306 fix crash caused by special documentManfred Blume1-16/+41
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-25more GetRegisteredIn obsoleted by StopListeningAll()Bjoern Michaelsen1-4/+4
2018-01-25Fix typosAndrea Gelmini3-4/+4
2018-01-24Fix some IWYU warningsMiklos Vajna11-0/+15
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-20tdf#115079: check that row frame belongs to table frame to avoid segfaultJulien Nabet1-1/+8
2018-01-17Fix typosAndrea Gelmini1-1/+1