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