summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-08Related: tdf#120287 sw layout, TabOverMargin: fix left margin handlingMiklos Vajna3-2/+22
2018-10-08sw: prefix members of SwUndoTableNdsChgMiklos Vajna2-63/+63
2018-10-07Fix typosAndrea Gelmini1-1/+1
2018-10-07tdf#120317 Set control layer name if not defaultRegina Henschel1-0/+1
2018-10-06drop some now unnecessary includeCaolán McNamara1-1/+0
2018-10-05Related: tdf#120287 sw layout, TabOverMargin: fix too wide tab portionMiklos Vajna1-1/+2
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin31-351/+308
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin1-1/+1
2018-10-04loplugin:useuniqueptr in SetGetExpFieldsNoel Grandin7-31/+24
2018-10-04loplugin:useuniqueptr in SwSeqFieldListNoel Grandin2-12/+11
2018-10-04loplugin:useuniqueptr in SwBlockNamesNoel Grandin3-13/+8
2018-10-03no need to call empty() before clear()Noel Grandin2-6/+3
2018-10-03loplugin:constfields in swNoel Grandin90-236/+233
2018-10-03paintfrm white-spacing adjust: remove obsolete bracketsJustin Luth1-48/+46
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth4-26/+11
2018-10-02sw: Don't assert when printing with comments in marginsMichael Stahl1-1/+4
2018-10-01sw: prefix members of SwSetExpField / SwSetExpFieldTypeMiklos Vajna1-40/+40
2018-10-01sw_redlinehide_2: more footnote assert problemsMichael Stahl2-2/+5
2018-10-01sw_redlinehide_2: fix SwTextFrame::SwClientNotify corner case with footnotesMichael Stahl1-2/+11
2018-10-01sw_redlinehide_2: avoid adjacent extents in UpdateMergedParaForDeleteMichael Stahl1-1/+10
2018-09-28sw layout-level redline hiding: add more doxygen documentationMiklos Vajna3-0/+14
2018-09-28Fix DI_TITEL -> DI_TITLEAndrea Gelmini2-3/+3
2018-09-28loplugin:unusedmethodsNoel Grandin1-6/+0
2018-09-28loplugin:useuniqueptr in SwCellStyleTableNoel Grandin1-9/+3
2018-09-28loplugin:useuniqueptr in SwTable::NewInsertColNoel Grandin1-3/+2
2018-09-28loplugin:useuniqueptr in DocumentListsManagerNoel Grandin2-41/+12
2018-09-28sw: increase horizontal line parastyle default borderwidthJustin Luth1-1/+1
2018-09-27sw: fix copying of PageDesc follows in SwDoc::AppendDocMichael Stahl1-9/+35
2018-09-27Fix typosAndrea Gelmini4-7/+7
2018-09-27loplugin:useuniqueptr in SwObjPosOscillationControlNoel Grandin2-35/+11
2018-09-26sw AdjustCellWidth rewrite for clarityJustin Luth1-12/+9
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin2-9/+9
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen10-0/+11
2018-09-24sw: prefix members of SwRedlineExtraData_Format, ...Miklos Vajna1-26/+26
2018-09-23coverity#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2018-09-21new loplugin:methodcyclesNoel Grandin1-71/+0
2018-09-21coverity#1401334 Uncaught exceptionCaolán McNamara3-3/+4
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin1-9/+7
2018-09-20convert SwGlblDocContents to sorted_vector<unique_ptr<>>Noel Grandin1-16/+11
2018-09-19tdf#90850 Enable align commands for a single shape in WriterMaxim Monastirsky1-16/+1
2018-09-19Fix typoAndrea Gelmini1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl42-159/+371
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl1-0/+2
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl4-15/+38
2018-09-19sw_redlinehide_2: fix FrameContainsNode() to use pLastNodeMichael Stahl1-6/+1
2018-09-19sw_redlinehide_2: view cursor: adapt SwCursorShell::GetSelText()Michael Stahl1-0/+34
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl5-9/+9
2018-09-19sw_redlinehide_2: view cursor: IsSelOnePara(),IsStartPara(),IsEndPara()Michael Stahl1-2/+53
2018-09-19sw_redlinehide_2: remove GetTextUntilEndOfNode()Michael Stahl1-15/+0