summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-18sw_redlinehide_4b: visibility of flys anchored at empty nodesMichael Stahl1-10/+20
2018-12-17sw_redlinehide_4b: surprising discoveriesMichael Stahl1-4/+0
2018-12-13sw_redlinehide_4b: fix InsertCnt_() iteration of hidden tablesMichael Stahl1-0/+6
2018-12-06sw_redlinehide_4b: fix some problems with pathological table redlinesMichael Stahl1-0/+26
2018-12-05sw_redlinehide_4b: fix wrong assert in AppendObjs()Michael Stahl1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth1-6/+4
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-8/+10
2018-09-19sw_redlinehide_2: adapt SwFlyFrameFormat::MakeFrames() ...Michael Stahl1-0/+40
2018-09-19sw_redlinehide_2: handle flys anchored in flysMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: disable hiding at-char flys againMichael Stahl1-1/+4
2018-09-19sw_redlinehide_2: show/hide flys in redlinesMichael Stahl1-15/+47
2018-09-19sw_redlinehide_2: InsertCnt_(): skip merged nodesMichael Stahl1-9/+33
2018-09-19sw: convert some obvious asserts in MakeFrames/InsertCnt_Michael Stahl1-6/+5
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-6/+5
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-08-07sw: fix ignored frames in AppendAllObjs()Michael Stahl1-3/+9
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-15tdf#117723: nullcheck the ContentAnchor before derefBjoern Michaelsen1-1/+2
2018-06-08sw_redlinehide: convert GetAttrSet() in txtfrm.cxx, frmtool.cxxMichael Stahl1-2/+1
2018-06-08sw_redlinehide: convert GetNode() in frmtool.cxxMichael Stahl1-17/+21
2018-06-08sw_redlinehide: refactor AppendObjs to iterate merged paragraphsMichael Stahl1-34/+122
2018-06-08sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl1-1/+2
2018-06-08sw_redlinehide: convert SwDeletionChecker to GetDep()Michael Stahl1-0/+11
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwModifyMichael Stahl1-2/+2
2018-06-08sw_redlinehide: trivial node conversions in frmtool.cxxMichael Stahl1-7/+8
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-02-28UBSan: signed integer overflowStephan Bergmann1-1/+5
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-08crashtesting: crash on import of ooo33887.sxwCaolán McNamara1-2/+5
2017-12-04tdf#74693: Footnotes text appearing above footnote separator lineTamás Zolnai1-0/+4
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-4/+16
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-75/+75
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-3/+1
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-74/+74
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-3/+11
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-74/+74
2017-10-23loplugin:includeform: swStephan Bergmann1-21/+21
2017-10-08Replace list by vector in frmtool (sw)Julien Nabet1-2/+2
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-09-21inline lcl_ObjConnected and lcl_InHeaderOrFooterBjoern Michaelsen1-23/+6
2017-09-20no need to queue formats in header and footer ...Bjoern Michaelsen1-3/+7
2017-09-20tdf#112447: connect all objectsBjoern Michaelsen1-1/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2