summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)AuthorFilesLines
2016-08-24Resolves: tdf#100901 crash pressing tab in r-o document with hyperlinkCaolán McNamara1-1/+3
2016-07-25Resolves: tdf#95340 orig lcl_ChkUnoCrsrPaM had reversed 'set' to lcl_ChkPaMCaolán McNamara1-7/+12
2016-06-20tdf#95797: Don't jump to the cursor position after auto-save.Jan Holesovsky1-2/+2
2016-06-17sw: speed up the navigatorMichael Stahl1-0/+54
2016-06-15tdf#100275 sw: fix target node of bookmark copyMichael Stahl1-17/+28
2016-06-10Resolves: tdf#100275 makeMark may return null under some circumstancesCaolán McNamara1-3/+6
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski1-2/+41
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen2-16/+16
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin2-3/+5
2016-05-18clang-tidy modernize-make-sharedNoel Grandin2-4/+4
2016-05-12Massage code to avoid warningsStephan Bergmann1-3/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin22-83/+67
2016-05-11Looks like SAL_FALLTHROUGH is intended hereStephan Bergmann1-1/+1
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann11-16/+16
2016-05-10Remove default outline indent, fixes tdf#95576Luke Deller2-20/+4
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin3-16/+16
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-2/+2
2016-04-29sw, xmlsecurity: indentation fixesMiklos Vajna1-1/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin4-11/+11
2016-04-25Cannot extract Any to sal_uInt8Stephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann30-368/+368
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin7-10/+7
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-15clang-tidy misc-forward-declaration-namespaceNoel Grandin1-1/+0
2016-04-14loplugin:passstuffbyref in swNoel Grandin2-3/+3
2016-04-12Avoid reserved identifiersStephan Bergmann1-16/+16
2016-04-12Avoid reserved identifierStephan Bergmann2-5/+5
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin5-8/+8
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-3/+4
2016-04-04Use std::size_tMiklos Vajna1-7/+7
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-2/+1
2016-04-01tdf#99004 SwAnchoredObjectPosition: handle textboxes when determining surroundMiklos Vajna1-0/+10
2016-04-01loplugin:constantparam in swNoel Grandin2-6/+5
2016-04-01tdf#97966 Drop 'static' keywordsWastack10-65/+65
2016-03-31tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna1-0/+5
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-1/+1
2016-03-31tdf#84938 convert INV_ constants to scoped enumNoel Grandin3-5/+5
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-2/+1
2016-03-31loplugin:constantparam in swNoel Grandin1-2/+2
2016-03-30loplugin:staticanonymousStephan Bergmann1-3/+3
2016-03-29tdf#94570: document statistic of none odf files fixedOliver Specht2-7/+10
2016-03-24tdf#96914 MM: don't round trip the source documentJan-Marek Glogowski1-5/+8
2016-03-24MM: move SwPageDesc handling into SwDoc::AppendDocJan-Marek Glogowski1-2/+70
2016-03-22loplugin:constantparam in swNoel Grandin14-47/+33