summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-03tdf#34957 - don't push multi-page table to next page.Justin Luth1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-961/+961
2015-11-13sw: rename some more global variablesMichael Stahl1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-66/+66
2015-11-03Smart pointers for SwBorderAttrAccessAshod Nakashian1-12/+13
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-6/+6
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-5/+0
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-08-16Fix tdf#87889 and tdf#92535, vertical align issue when docgrid enable.Mark Hung1-2/+1
2015-07-15tdf#89007: Fix ShouldRowKeepWithNext conditionMike Kaganski1-6/+7
2015-07-06improve the returnbyref lopluginNoel Grandin1-6/+6
2015-07-04Fix typosAndrea Gelmini1-2/+2
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-10/+14
2015-06-26SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna1-5/+5
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-5/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara1-1/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-154/+154
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-7/+7
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-10/+28
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-8/+8
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-7/+7
2015-02-13Resolves: tdf#76636 crash on merging certain cells imported from a .docCaolán McNamara1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-6/+4
2015-01-12remove FRMC_ #definesNoel Grandin1-4/+4
2014-12-18sw: prefix SwTabFrm membersMichael Stahl1-53/+65
2014-12-18sw: prefix SwRowFrm membersMichael Stahl1-10/+10
2014-12-18sw: prefix SwCellFrm membersMichael Stahl1-3/+3
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-8/+8
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-109/+109
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák1-1/+1
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-0/+1
2014-11-02sw: unused includes in tabfrmMiklos Vajna1-12/+0
2014-10-26Simplify and optimize booleans expressionsMatteo Casalin1-1/+1
2014-10-26sal_uInt16 to more proper integer typesMatteo Casalin1-10/+10
2014-10-02fix typoLuboš Luňák1-2/+2
2014-09-16'Artur Dent' -> 'Arthur Dent'Caolán McNamara1-1/+1
2014-09-16Resolves: fdo#68967 looping layoutCaolán McNamara1-0/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-5/+5
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+2