summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-08-10forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInflCaolán McNamara6-19/+42
2018-08-07tdf#118859: Avoid trying to remove already removed nodesMike Kaganski1-16/+18
2018-08-07tdf#109137 sw textbox: fix initial wrap type of a shape's textboxMiklos Vajna1-0/+2
2018-08-07Ensure consistent pointer-to-member representation on MSVCStephan Bergmann1-0/+7
2018-08-07sw: fix ignored frames in AppendAllObjs()Michael Stahl1-3/+9
2018-08-03forcepoint#67 null derefCaolán McNamara1-2/+4
2018-08-03forcepoint#61 null derefCaolán McNamara1-2/+4
2018-07-27tdf#109077 sw textbox: fix as-char shapes with custom print area in paraMiklos Vajna1-2/+6
2018-07-27tdf#101534 sw: fix lost indent attributes when copying into numbered paragraphMiklos Vajna1-1/+3
2018-07-25tdf#118528 sw layout: only direct formatting for EmulateTableKeepJustin Luth2-7/+7
2018-07-24tdf#118716 Inner border of an embedded table can't be dragged aroundNoel Grandin1-1/+1
2018-07-18tdf#118738: use SwDepend instead of WriterMultiListener in SwContentNodeXisco Fauli2-161/+164
2018-07-18bubble referer to LinkManager::GetGraphicFromAnyCaolán McNamara1-1/+8
2018-07-18Resolves: tdf#118545 restore to historic logicCaolán McNamara1-4/+2
2018-07-06tdf#118414 sw: fix fieldmarks in GetNextAttr()Michael Stahl1-2/+4
2018-07-03tdf#116537: use page #s excluding empty pages when they are ignoredMike Kaganski1-0/+24
2018-07-03tdf#108000 sw layout: ignore emulated keep on large tablesJustin Luth1-1/+2
2018-06-26forcepoint#49 survive more kashidas than expectedCaolán McNamara3-10/+11
2018-06-26forcepoint#48 null derefCaolán McNamara1-12/+14
2018-06-25tdf#118219 sw: fix SwCursorShell::GetContentAtPos() redline crashMichael Stahl1-0/+11
2018-06-25tdf#113877 Insert doc: merge list into text with specifc styleSerge Krot1-1/+42
2018-06-18crashtesting: export of ooo24533-1.sxw to docxCaolán McNamara1-3/+9
2018-06-18tdf#117723: nullcheck the ContentAnchor before derefBjoern Michaelsen1-1/+2
2018-06-15tdf#91801: also restore command (formula) string on validating valueMike Kaganski1-0/+2
2018-06-14Avoid -fsanitize=nullStephan Bergmann1-2/+2
2018-06-14coverity#1436014 silence Dereference null return valueCaolán McNamara1-0/+1
2018-06-14coverity#1436013 Unintended sign extensionCaolán McNamara1-1/+1
2018-06-14coverity#1436018 Dereference after null checkCaolán McNamara1-2/+4
2018-06-14coverity#1436017 DEADCODEMichael Stahl1-4/+1
2018-06-14sw_redlinehide: old GCC needs a cast hereMichael Stahl1-1/+1
2018-06-14sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()Michael Stahl1-0/+47
2018-06-14sw_redlinehide: trivial conversions in lcl_DrawLineForWrongListDataMichael Stahl1-9/+6
2018-06-14sw_redlinehide: use WrongListIterator in text formatting codeMichael Stahl6-86/+121
2018-06-14sw_redlinehide: Add sw::WrongListIteratorMichael Stahl3-0/+241
2018-06-14sw_redlinehide: send a hint to the SwTextFrame when Delete redlineMichael Stahl3-6/+64
2018-06-14sw_redlinehide: SwTextNode::Insert(): send SwInsText hint beforeMichael Stahl1-6/+6
2018-06-14sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_Michael Stahl3-29/+39
2018-06-14sw_redlinehide: SwAttrIter direct ctor gets a SwTextFrame argMichael Stahl3-6/+8
2018-06-14sw_redlinehide: convert SwTextSizeInfo::GetMultiCreator()Michael Stahl1-123/+342
2018-06-14sw_redlinehide: convert GetAttrSet() in txtfrm.cxx, frmtool.cxxMichael Stahl2-9/+6
2018-06-14sw_redlinehide: move SwContentNode::GetNode() to SwNoTextNodeMichael Stahl3-14/+7
2018-06-14sw_redlinehide: use FrameContainsNode in anchoredobjectposition.cxxMichael Stahl1-3/+4
2018-06-14sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxxMichael Stahl2-3/+3
2018-06-14sw_redlinehide: iterate merged nodes in SwLayIdle::DoIdleJob_()Michael Stahl1-10/+41
2018-06-14sw_redlinehide: convert GetNode() in frmtool.cxxMichael Stahl1-17/+21
2018-06-14sw_redlinehide: convert GetNode(), use FrameContainsNode() in flycnt.cxxMichael Stahl1-18/+25
2018-06-14sw_redlinehide: convert GetNode() in SwFlowFrame::BwdMoveNecessary()Michael Stahl1-3/+10
2018-06-14sw_redlinehide: convert GetNode() in SwCursor::IsSelOvr()Michael Stahl1-8/+22
2018-06-14sw_redlinehide: refactor AppendObjs to iterate merged paragraphsMichael Stahl3-36/+130
2018-06-14sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl7-22/+24