summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-06-25tdf#117987 tdf#118138 Compare with the currently used colorMaxim Monastirsky1-6/+13
2018-06-22menubar swxform: copy of swriter menubar.xmlandreas kainz1-137/+419
2018-06-20menubar writer: remove designmode from editandreas kainz1-1/+0
2018-06-20menubar writer: add separator between past and selectandreas kainz1-0/+1
2018-06-20menubar sglobal: copy of swriter menubar.xmlandreas kainz1-2/+4
2018-06-19weld SwTitlePageDlgCaolán McNamara7-158/+135
2018-06-18weld SwDocStatPageCaolán McNamara2-71/+43
2018-06-18tdf#70838 ww8export: rotate shape vertically = swap width/heightVictor Mireyev4-0/+22
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-16weld SwCharURLPageCaolán McNamara3-109/+96
2018-06-16weld SwParagraphNumTabPageCaolán McNamara5-186/+156
2018-06-15weld SwDropCapsPageCaolán McNamara3-264/+272
2018-06-15menubar: sync ALL sw menubar.xml files with swriter fileandreas kainz6-31/+83
2018-06-15tdf#91801: also restore command (formula) string on validating valueMike Kaganski3-0/+34
2018-06-15rename SwNumberingPreview back to NumberingPreview nowCaolán McNamara4-6/+6
2018-06-14swuilo-NumberingPreview is now unusedCaolán McNamara2-246/+0
2018-06-14Fix top margin in DOC import for tdf#117885Luke Deller3-5/+30
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: let the Show menu item toggle new modeMichael Stahl1-1/+10
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 Stahl4-0/+244
2018-06-14sw_redlinehide: send a hint to the SwTextFrame when Delete redlineMichael Stahl4-6/+77
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 Stahl4-30/+41
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
2018-06-14sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl6-23/+35
2018-06-14sw_redlinehide: add SwFrame::GetBreakItem()/GetPageDescItem()Michael Stahl3-5/+48
2018-06-14sw_redlinehide: add sw::FrameContainsNode()Michael Stahl2-1/+32
2018-06-14sw_redlinehide: SwContentFrame::LeftMargin()/RightMargin() pure virtualMichael Stahl4-6/+9
2018-06-14sw_redlinehide: make GetRegisteredIn() private in SwFrameMichael Stahl2-1/+7