summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/format.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-14/+14
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-8/+8
2015-05-26some more assertsBjoern Michaelsen1-0/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-122/+122
2015-04-30sw: prefix members of SwFmtMiklos Vajna1-133/+133
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-25kill a typed Modify useBjoern Michaelsen1-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-3/+3
2015-03-24these can be moved out of the loopBjoern Michaelsen1-2/+2
2015-03-24remove use of GetDepends to access clientsBjoern Michaelsen1-4/+4
2015-03-23loplugin:constantfunction: swNoel Grandin1-13/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-2/+2
2014-11-10loplugin: cstylecastNoel Grandin1-7/+7
2014-10-06Related; #i125163# rename IsAdaptedToNewFillPropertiesCaolán McNamara1-7/+7
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara1-8/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-8/+8
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-2/+29
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-6/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+1
2014-08-04Avoid invalid downcasts in DerivedFrom() vs. GetRegisteredIn()Stephan Bergmann1-1/+1
2014-07-26coverity#704848 Dereference after null checkCaolán McNamara1-1/+2
2014-07-18sw: downgrade assertions about legacy SvxBrushItem to SAL_INFOMichael Stahl1-5/+5
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-1/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-19/+19
2014-06-18Resolves: #i125071# check SwFmt::GetItemState()'s ppItem parameter...Herbert Dürr1-2/+4
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-2/+2
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-23/+23
2014-04-25i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...Armin Le Grand1-4/+15
2014-03-31sw: put getSvx* and setSvx* to a namespace, now that these are publicMiklos Vajna1-5/+5
2014-03-31coverity#1194889 Unchecked return valueCaolán McNamara1-1/+1
2014-03-28loplugin:implicitboolconversion,literaltoboolconversionStephan Bergmann1-5/+5
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-2/+174
2014-03-19coverity#704895 Dereference after null checkCaolán McNamara1-1/+2
2014-03-19coverity#704848 Dereference after null checkCaolán McNamara1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-22Clean up SfxItemSet::PutStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-3/+3
2013-12-02Integrate branch of IAccessible2Steve Yin1-1/+1
2013-11-17sal_Bool to boolTakeshi Abe1-12/+12
2013-11-06SwFmt: add getter / setter for InteropGrabBagMiklos Vajna1-0/+23
2013-09-18DOCX styles: nFmtId is unused, kill it.Jan Holesovsky1-3/+0
2013-08-12String to OUString and some optimizationsMatteo Casalin1-3/+3