summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-284/+284
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-10-20loplugin:defaultparamsStephan Bergmann1-7/+7
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-28sw: prefix members of SwTextFrmMiklos Vajna1-27/+27
2015-09-15sw: SWAP_IF_ -> SwSwapIfMiklos Vajna1-5/+5
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-08-20more no-config shortcutsCaolán McNamara1-8/+12
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-1/+2
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-25SwTextFormatInfo::SwTextFormatInfo: use vcl::RenderContextMiklos Vajna1-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara1-12/+26
2015-05-28brown paper bagStephan Bergmann1-5/+5
2015-05-28Replace SWAP_IF_[NOT_]SWAPPED/UNDO_SWAP with RAII classesStephan Bergmann1-14/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-277/+277
2015-05-08rename these scope lock guards, no logic changeCaolán McNamara1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-20fix assert on loading ooo74082-1.docCaolán McNamara1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-6/+6
2015-02-04coverity#735915 Dereference after null checkCaolán McNamara1-3/+3
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-12remove FRMC_ #definesNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-8/+8
2014-11-24loplugin: cstylecastNoel Grandin1-24/+24
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher1-163/+194
2014-11-03coverity#735914 Dereference after null checkCaolán McNamara1-0/+2
2014-10-06Related: fdo#58277 if the SwFrm is not IsValid so are its portionsCaolán McNamara1-2/+2
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-14/+14
2014-09-06sal_uInt16: use more proper types, avoid unneeded conversions, constifyMatteo Casalin1-2/+2
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-5/+5
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-08-12Refactored IDocumentLineNumberAccess.Valentin Kettner1-2/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-0/+1
2014-08-05Move SwTxtFrm specific code from ~SwCntntFrm down to ~SwTxtFrmStephan Bergmann1-0/+28
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-23/+23
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-12/+10
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-6/+6
2014-06-24new compilerplugin returnbyrefNoel Grandin1-16/+16