summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2018-12-07HACK: ODF import: always hide redlinesprivate/mst/sw_redlinehide_4aMichael Stahl1-0/+6
2018-12-01sw_redlinehide: make layout based Show/Hide mode the defaultMichael Stahl6-67/+20
2018-12-01sw_redlinehide_4a: MoveDeletedPrevFrames() should only moveMichael Stahl1-4/+10
2018-12-01sw_redlinehide_4a: fix infinite loop in SwAttrIter::Seek()Michael Stahl1-1/+2
2018-12-01sw_redlinehide_4a: fix asserts caused by invalid index in SwUpdateAttrMichael Stahl2-6/+2
2018-12-01sw_redlinehide_4a: stop toggling ShowDelete in SwAutoFormatMichael Stahl1-2/+13
2018-12-01sw_redlinehide_4a: TextFrameIndex goes liveMichael Stahl1-5/+1
2018-12-01sw_redlinehide_4a: SwEditShell::AutoCorrect() etc.Michael Stahl1-5/+9
2018-12-01sw_redlinehide_4a: SwAutoFormat::AutoCorrect()Michael Stahl1-54/+63
2018-12-01sw_redlinehide_4a: SwAutoCorrDoc iterates frames, not nodesMichael Stahl3-41/+148
2018-12-01sw_redlinehide_4a: SwAutoFormat iterates frames, not nodesMichael Stahl4-343/+399
2018-12-01sw_redlinehide_4a: SwAutoFormat: manually skip redlines when deletingMichael Stahl1-6/+70
2018-12-01sw: rename misleading DeleteCurrentParagraph()Michael Stahl1-34/+40
2018-12-01sw: remove nutso check from SwNoTextFrame::PaintPicture()Michael Stahl1-1/+1
2018-12-01sw_redlinehide_4a: some page break calls in SwFEShell/PageBreakWinMichael Stahl3-3/+6
2018-12-01sw_redlinehide_4a: fix SwDoubleLinePortion/SwMultiCreator/SwBracketMichael Stahl2-1/+8
2018-12-01sw_redlinehide_4a: finish conversions guess.cxx,itrcrsr.cxx,porfld.cxxMichael Stahl5-9/+10
2018-11-30sw_redlinehide_4a: SwEditShell::GetLineCount()Michael Stahl1-1/+9
2018-11-30sw_redlinehide_4a: convert SwTextNode::GetMinMaxSize()Michael Stahl1-11/+11
2018-11-30sw_redlinehide_4a: convert SwEditShell::GetScalingOfSelectedText()Michael Stahl3-68/+46
2018-11-30sw_redlinehide_4a: fix the number handling in SwEditShell::GetScriptType()Michael Stahl1-7/+12
2018-11-30sw_redlinehide_4a: SwEditShell::IsMoveLeftMargin(), MoveLeftMargin()Michael Stahl2-3/+7
2018-11-30sw_redlinehide_4a: adapt SwEditShell::GetPaMParAttr()Michael Stahl1-1/+7
2018-11-30sw_redlinehide_4a: adapt SwEditShell::FillByEx()Michael Stahl1-0/+5
2018-11-30sw_redlinehide_4a: more adapting of SwDoc::SetCounted()/SetNumRule()Michael Stahl2-11/+19
2018-11-30sw_redlinehide_4a: adapt SwEditShell::ResetAttr()Michael Stahl3-6/+16
2018-11-30sw_redlinehide_4a: adapt SwEditShell::SetTextFormatColl()Michael Stahl3-3/+18
2018-11-30sw_redlinehide_4a: adapt SwEditShell::ReplaceDropText()/GetDropText()Michael Stahl1-4/+17
2018-11-30sw_redlinehide_4a: InsertItemSet()/InsertPoolItem()Michael Stahl4-32/+156
2018-11-30sw_redlinehide_4a: ignore hidden nodes in SwEditShell::GetPaMAttr()Michael Stahl1-1/+7
2018-11-30sw_redlinehide_4a: add layout to SwTextNode::GetParaAttr()Michael Stahl5-6/+69
2018-11-29sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl13-13/+14
2018-11-29sw: simplify SwTextNode::GetAttr()Michael Stahl1-20/+15
2018-11-20sw: SwTextNode::GetAttr() inconsistencyMichael Stahl3-4/+15
2018-11-19sw_redlinehide_4a: the SwTextNode item set contains XATTR_FILL tooMichael Stahl1-0/+5
2018-11-16tdf#121031 sw_redlinehide: fix SwUndoDelete of table: create table framesMichael Stahl1-1/+4
2018-11-16Fix typosAndrea Gelmini1-2/+2
2018-11-15WaE: -Wimplicit-fallthroughTor Lillqvist1-0/+4
2018-11-15sw reqif-xhtml export: write graphic of OLE object at an RTF level as wellMiklos Vajna3-4/+54
2018-11-15sw: -Wimplicit-fallthrough from MacOS clang (or perhaps NDEBUG clang?)Michael Stahl1-0/+2
2018-11-15loplugin:staticmethods in sfx2Noel Grandin2-4/+4
2018-11-15Revert "revert 25622f29b4003307d2ba780ff1232d8b7cdafa35 in list.cxx"Michael Stahl1-32/+17
2018-11-15sw: fix a search-and-replace gone bad in DocumentFieldsManager.cxxMichael Stahl1-12/+12
2018-11-15sw_redlinehide_3: update fields on redline opsMichael Stahl1-0/+20
2018-11-15sw_redlinehide_3: update fields in UnHideRedlinesMichael Stahl1-0/+13
2018-11-15sw_redlinehide_3: filter deleted footnotes in Field Reference dialogMichael Stahl2-1/+15
2018-11-15sw_redlinehide_3: adapt SwSetExpFieldType::GetSeqFieldList()Michael Stahl2-5/+11
2018-11-15sw_redlinehide_3: add second result to SwRefPageGetFieldMichael Stahl3-29/+75
2018-11-15sw_redlinehide_3: add second result to SwAuthorityFieldMichael Stahl5-40/+78
2018-11-15sw_redlinehide_3: add second result to SwGetExpField, SwSetExpFieldMichael Stahl6-70/+264