summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-15tdf#33209: Context-sensitive help for extensions in otherwise HTML-help casesStephan Bergmann1-50/+65
2018-06-14Resolves: tdf#118161 use ScCellIterator::isEmpty() for COUNTA()Eike Rathke1-1/+1
2018-06-14Icons in menubutton are visible nowKshitij Pathania1-1/+1
2018-06-14do setPreviewsToSamePlace at SfxTabDialogController display timeCaolán McNamara7-8/+121
2018-06-14swuilo-NumberingPreview is now unusedCaolán McNamara3-249/+0
2018-06-14weld SvxParaAlignTabPageCaolán McNamara4-260/+205
2018-06-14bump product version to 6.1.0.0.beta2+Xisco Fauli1-1/+1
2018-06-14Fix top margin in DOC import for tdf#117885Luke Deller3-5/+30
2018-06-14Replace SVGFilter using SVGIOArmin Le Grand14-82/+463
2018-06-14tdf#118110 - Mouse wheel should work with the shapes deskheiko tietze3-282/+272
2018-06-14tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet1-0/+15
2018-06-14Move signature line to signed propertiesSamuel Mehrbrodt2-61/+53
2018-06-14update creditsChristian Lohmaier1-1669/+1720
2018-06-14Updated coreChristian Lohmaier1-0/+0
2018-06-14weld SvxExtParagraphTabPageCaolán McNamara3-398/+363
2018-06-14Updated coreIlmari Lauhakangas1-0/+0
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
2018-06-14sw_redlinehide: SwContentFrame::DestroyImpl()Michael Stahl1-3/+8
2018-06-14sw_redlinehide: convert to GetDep()Michael Stahl7-11/+13