summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Kill remaining plugin bitsMaxim Monastirsky2015-12-3016-92/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-294-10/+8
* crashtesting: assert on export of fdo45349-3.fodt to docCaolán McNamara2015-12-281-2/+4
* Typo: pysical->physicalJulien Nabet2015-12-281-2/+2
* Prefer switch-case to cascaded ifsMatteo Casalin2015-12-271-12/+14
* Whitespace cleanupsMatteo Casalin2015-12-272-9/+9
* Avoid comma operatorMatteo Casalin2015-12-271-1/+2
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-271-2/+1
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-274-14/+13
* Fix TBs by adding some "override"Julien Nabet2015-12-271-3/+3
* sw: (vba) change instances of maName to more descriptive namesChris Sherlock2015-12-264-12/+12
* Revert "tdf#96412 Fix export text table cell UserDefinedAttributes to xml."jan iversen2015-12-254-50/+1
* remove (now) unused functionBjoern Michaelsen2015-12-251-2/+0
* refactor SwXStyle::ApplyDescriptorPropertiesBjoern Michaelsen2015-12-251-12/+10
* refactor SwXStyle::getPropertySetInfoBjoern Michaelsen2015-12-251-68/+10
* refactor SwXStyle::get/setParentStyleBjoern Michaelsen2015-12-251-45/+29
* refactor SwXStyle::isUserDefined/isInUseBjoern Michaelsen2015-12-251-21/+9
* refactor SwXStyle::get/setNameBjoern Michaelsen2015-12-251-28/+22
* use local init function for conditional tooBjoern Michaelsen2015-12-251-35/+29
* use init helpers in ctorBjoern Michaelsen2015-12-251-34/+32
* have PROPERTY_MAP values in entries ...Bjoern Michaelsen2015-12-251-35/+14
* lets have a ref to a StyleEntry from a SwXStyle tooBjoern Michaelsen2015-12-251-53/+58
* refactor SwXStyle ctorBjoern Michaelsen2015-12-251-26/+31
* remove GetPropImpl wrapperBjoern Michaelsen2015-12-251-6/+5
* remove GetBasePool wrappersBjoern Michaelsen2015-12-251-22/+19
* instead of lying with friendship, lets be honestBjoern Michaelsen2015-12-251-20/+15
* use a proper smart pointer hereBjoern Michaelsen2015-12-251-6/+6
* move trivial functions inlineBjoern Michaelsen2015-12-251-67/+18
* move SwXStyle entirely into compilation unitBjoern Michaelsen2015-12-256-307/+341
* remove SwXStyle creation outside of compilation unitBjoern Michaelsen2015-12-253-11/+31
* tdf#96412 Fix export text table cell UserDefinedAttributes to xml.aqcoder2015-12-244-1/+50
* loplugin:unusedfieldsNoel Grandin2015-12-241-2/+1
* New saving behaviorMaxim Monastirsky2015-12-237-10/+6
* crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2015-12-222-3/+3
* Avoid bad downcast during destructionStephan Bergmann2015-12-221-1/+1
* loplugin:simplifyboolStephan Bergmann2015-12-221-1/+1
* Indentation fixesMiklos Vajna2015-12-221-5/+5
* tdf#93009 SwViewShell: fix printing of comments on the marginMiklos Vajna2015-12-221-2/+2
* crashtesting: post NPAPI removal crash fixingCaolán McNamara2015-12-213-4/+751
* loplugin:unusedfields in swNoel Grandin2015-12-2150-128/+46
* tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk2015-12-2113-422/+684
* loplugin:unusedmethodsNoel Grandin2015-12-212-5/+0
* loplugin:staticcallStephan Bergmann2015-12-201-1/+1
* loplugin:cstylecastStephan Bergmann2015-12-201-1/+1
* sw: add yet another stupid component for WNTMichael Stahl2015-12-201-3/+1
* sw: remove that silly lcl_CopyStreamMichael Stahl2015-12-202-29/+14
* factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl2015-12-201-211/+5
* sw: stop using SfxObjectShell in DocxExport::WriteOLEObjectMichael Stahl2015-12-201-10/+28
* tdf#83755 correct non-printing character positionMark Hung2015-12-191-0/+22
* tdf#33477: added support of property VertOrient to cell rangeOliver Specht2015-12-182-0/+32