summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-01-05tdf#96674 drawingML import: fix handling of zero width/height linesMiklos Vajna2-0/+10
2016-01-05tdf#69640: Treat errors opening OLE stream gracefullyMike Kaganski2-0/+5
2016-01-04DOC(X) filter: BAF -> BAILS in the smart tag mappingMiklos Vajna8-23/+25
2016-01-04these fields can be static constantsNoel Grandin7-36/+29
2016-01-04sw: prefix members of SwAttrSetChgMiklos Vajna2-18/+18
2016-01-03cppcheck: passedByValueCaolán McNamara2-3/+5
2016-01-03loplugin:stringconstantStephan Bergmann1-1/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock8-47/+47
2016-01-03loplugin:stringconstantStephan Bergmann1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock8-12/+12
2016-01-02tdf#92623 MM: add unit testJan-Marek Glogowski2-0/+51
2016-01-02tdf#96479 workaround bookmark end pos handling...Jan-Marek Glogowski2-4/+100
2016-01-02fix indentBjoern Michaelsen1-1/+1
2016-01-02make this temp override of ItemSet more explicit and scopedBjoern Michaelsen1-20/+30
2016-01-02trying to chip away some of the memory mgmt madness hereBjoern Michaelsen1-11/+6
2016-01-02code conventions: member prefixBjoern Michaelsen1-32/+32
2016-01-01refactor SwXStyle::SetPropertyValues_ImplBjoern Michaelsen1-27/+10
2016-01-01remove desd codeBjoern Michaelsen1-5/+0
2015-12-30coverity#1346891 Unused valueCaolán McNamara1-6/+8
2015-12-30Kill remaining plugin bitsMaxim Monastirsky16-92/+2
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara4-10/+8
2015-12-28crashtesting: assert on export of fdo45349-3.fodt to docCaolán McNamara1-2/+4
2015-12-28Typo: pysical->physicalJulien Nabet1-2/+2
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin1-12/+14
2015-12-27Whitespace cleanupsMatteo Casalin2-9/+9
2015-12-27Avoid comma operatorMatteo Casalin1-1/+2
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin4-14/+13
2015-12-27Fix TBs by adding some "override"Julien Nabet1-3/+3
2015-12-26sw: (vba) change instances of maName to more descriptive namesChris Sherlock4-12/+12
2015-12-25Revert "tdf#96412 Fix export text table cell UserDefinedAttributes to xml."jan iversen4-50/+1
2015-12-25remove (now) unused functionBjoern Michaelsen1-2/+0
2015-12-25refactor SwXStyle::ApplyDescriptorPropertiesBjoern Michaelsen1-12/+10
2015-12-25refactor SwXStyle::getPropertySetInfoBjoern Michaelsen1-68/+10
2015-12-25refactor SwXStyle::get/setParentStyleBjoern Michaelsen1-45/+29
2015-12-25refactor SwXStyle::isUserDefined/isInUseBjoern Michaelsen1-21/+9
2015-12-25refactor SwXStyle::get/setNameBjoern Michaelsen1-28/+22
2015-12-25use local init function for conditional tooBjoern Michaelsen1-35/+29
2015-12-25use init helpers in ctorBjoern Michaelsen1-34/+32
2015-12-25have PROPERTY_MAP values in entries ...Bjoern Michaelsen1-35/+14
2015-12-25lets have a ref to a StyleEntry from a SwXStyle tooBjoern Michaelsen1-53/+58
2015-12-25refactor SwXStyle ctorBjoern Michaelsen1-26/+31
2015-12-25remove GetPropImpl wrapperBjoern Michaelsen1-6/+5
2015-12-25remove GetBasePool wrappersBjoern Michaelsen1-22/+19
2015-12-25instead of lying with friendship, lets be honestBjoern Michaelsen1-20/+15
2015-12-25use a proper smart pointer hereBjoern Michaelsen1-6/+6
2015-12-25move trivial functions inlineBjoern Michaelsen1-67/+18
2015-12-25move SwXStyle entirely into compilation unitBjoern Michaelsen6-307/+341
2015-12-25remove SwXStyle creation outside of compilation unitBjoern Michaelsen3-11/+31
2015-12-24tdf#96412 Fix export text table cell UserDefinedAttributes to xml.aqcoder4-1/+50