summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
2016-08-10sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna1-4/+10
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20loplugin:commaoperator in sw/Noel Grandin4-14/+48
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin1-2/+1
2016-07-20Fix typosAndrea Gelmini1-2/+2
2016-07-08sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-2/+2
2016-07-08sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-07-08sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna1-6/+8
2016-07-07sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna1-1/+1
2016-07-07sw classification: handle had watermark -> no watermark transitionMiklos Vajna1-5/+10
2016-07-07sw classification: don't insert multiple watermark objects in headerMiklos Vajna1-93/+154
2016-07-07sw classification: name watermark objects, so later it's possible to find themMiklos Vajna1-0/+3
2016-07-07sw classification: put watermark shape to the header if policy wants soMiklos Vajna1-39/+157
2016-07-07sw classification: put the relevant field to the footer if policy wants soMiklos Vajna1-17/+45
2016-07-07sw classification header: avoid inserting the field multiple timesMiklos Vajna1-6/+48
2016-07-07sw classification header: handle multiple page stylesMiklos Vajna1-16/+44
2016-07-07sw classification: put the relevant field to the header if policy wants soMiklos Vajna1-1/+30
2016-07-07sfx2 classification: add interface to set category nameMiklos Vajna1-2/+9
2016-07-07loplugin:staticmethodsStephan Bergmann1-0/+1
2016-07-07sw classification: add initial UNO commandMiklos Vajna1-0/+4
2016-04-26-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-4/+10
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon19-755/+755
2015-11-13sw: shove 2 global variables into SwHyphIterMichael Stahl1-9/+23
2015-11-13sw: rename some global variablesMichael Stahl1-66/+66
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann19-203/+203
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-6/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-2/+3
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-1/+1
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann3-8/+8
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin2-23/+23
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht6-13/+13
2015-10-02Fix typosAndrea Gelmini1-3/+3
2015-09-30Remove no-more-existent file referenceAndrea Gelmini1-2/+0
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-1/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-17boost->stdCaolán McNamara2-6/+6
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin2-2/+2
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-09-01sw: replace boost::ptr_vector with std::vectorMichael Stahl1-2/+1
2015-08-29Unuseful temporary variableMatteo Casalin1-2/+1
2015-08-27Clean up sEmptyStephan Bergmann1-2/+1
2015-08-20tdf#92324 Fixed MailMerge printing with values from databaseVasily Melenchuk1-0/+5
2015-08-20loplugin: defaultparamsNoel Grandin6-16/+16
2015-07-06improve the returnbyref lopluginNoel Grandin3-15/+15