summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-01-25sw: uninitialised DocumentRedlineManager::bHideLinineTooltipsMichael Stahl2-12/+13
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini6-8/+8
2018-01-25USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-25Use std::fill instead of memsetStephan Bergmann1-2/+6
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-2/+2
2018-01-24This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAXStephan Bergmann1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna27-0/+34
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-2/+2
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-23new loplugin: pointerboolNoel Grandin1-9/+9
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-22sw: prefix members of SwDocInfoField, SwDocStatField and SwDocStatFieldTypeMiklos Vajna1-47/+47
2018-01-22tdf#114523 Make inline tooltips for changes optionalheiko tietze4-1/+29
2018-01-22Actually remove the now-unnecessary, bad downcastStephan Bergmann1-1/+1
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl2-2/+2
2018-01-22ubsan SwTableBoxFormat is really SwTableLineFormatCaolán McNamara1-5/+5
2018-01-21Fix typosAndrea Gelmini1-5/+5
2018-01-21tdf#35301 Formatting ruby text on right side.Mark Hung3-45/+70
2018-01-20loplugin:unusedmethodsNoel Grandin4-25/+0
2018-01-20tdf#115079: check that row frame belongs to table frame to avoid segfaultJulien Nabet1-1/+8
2018-01-19inline some definesNoel Grandin1-9/+6
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-3/+0
2018-01-19new loplugin:emptyifNoel Grandin3-8/+0
2018-01-19Remove noopMike Kaganski1-3/+0
2018-01-19tdf#115065: nullptr dereferenceMike Kaganski1-2/+2
2018-01-18Fix typosAndrea Gelmini2-2/+2
2018-01-18Fix typosAndrea Gelmini3-3/+3
2018-01-17Fix typosAndrea Gelmini2-2/+2
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini3-6/+6
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin3-3/+3
2018-01-17remove indirection in SwFormatField ..Jochen Nitschke1-29/+29
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-2/+2
2018-01-16tdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder()Miklos Vajna1-0/+13
2018-01-15sw: prefix members of SwAuthorField, SwBreakIt and SwCombinedCharFieldMiklos Vajna2-14/+14
2018-01-15Fix typoAndrea Gelmini2-2/+2
2018-01-15More loplugin:cstylecast: swStephan Bergmann27-84/+84
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin6-7/+7
2018-01-14Fix typosAndrea Gelmini1-3/+3
2018-01-14Fix typoAndrea Gelmini1-1/+1
2018-01-14lok: Tile not invalidated with certain changesTamás Zolnai1-0/+14
2018-01-13sw: lazy load table autoformats for style purposesMiklos Vajna3-3/+14
2018-01-12More loplugin:cstylecast: swStephan Bergmann92-365/+364
2018-01-11loplugin:redundantcast: swStephan Bergmann3-4/+4