summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-6/+6
2015-01-21Factor out SwFmtPageDesc::dumpAsXml() from docnodeMiklos Vajna1-0/+14
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna1-0/+8
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna1-0/+32
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna1-0/+17
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna1-0/+24
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+11
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+10
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna1-0/+19
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna1-0/+8
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-58/+19
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-11-19loplugin: cstylecastNoel Grandin1-56/+56
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-4/+4
2014-11-16Reformat: code after {Matteo Casalin1-3/+6
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-9/+9
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-15/+0
2014-11-09WaE: private field 'doc' is not usedTor Lillqvist1-0/+2
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák1-0/+83
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-14/+14
2014-10-06Related; #i125163# rename IsAdaptedToNewFillPropertiesCaolán McNamara1-6/+6
2014-10-01coverity#704894 Explicit NULL derefencedCaolán McNamara1-4/+4
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara1-5/+10
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-1/+1
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl1-2/+2
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-6/+11
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-4/+5
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-19/+19
2014-07-15Fixed build fail on MacOSX after f634ec5 .Valentin Kettner1-0/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-02coverity#705381 Mixing enum typesCaolán McNamara1-5/+35
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-40/+12
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-31SwFmtVertOrient: rename member variables missing their prefixesMiklos Vajna1-14/+14
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-51/+12
2014-05-23sw: try not to include sw/souce/core stuff from sw/source/filterMichael Stahl1-0/+25
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-17SwFmtCol: rename member variables missing their prefixesMiklos Vajna1-84/+84
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2014-05-07loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-05-07SwFmtCntnt::operator==: most probably bool was intended hereMiklos Vajna1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-52/+52
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-18/+18
2014-03-28-Werror,-Wunused-variableStephan Bergmann1-6/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-9/+124
2014-03-07got to love the sal_Int32 as long/intCaolán McNamara1-2/+2
2014-03-07sw: add prefix to SwTextGridItem membersMichael Stahl1-64/+65