summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-21sw_redlinehide: adapt ToX Updateprivate/mst/sw_redlinehide_4bMichael Stahl19-192/+446
2018-12-20sw_redlinehide: SwTextNode::GetExpandText() HideDeletionsMichael Stahl1-0/+4
2018-12-20sw_redlinehide: don't return COMPLETE_STRING from MapModelToView()Michael Stahl1-1/+1
2018-12-19sw: fix assert in SwViewShell::FillPrtDoc()Michael Stahl1-1/+2
2018-12-18sw_redlinehide_4b: visibility of flys anchored at empty nodesMichael Stahl2-32/+68
2018-12-18Revert "HACK: ODF import: always hide redlines"Michael Stahl1-6/+0
2018-12-18HACK: ODF import: always hide redlinesMichael Stahl1-0/+6
2018-12-18sw_redlinehide: fix tdf#113479 by removing nag dialogThorsten Behrens6-63/+0
2018-12-18sw_redlinehide_4b: tdf#113479 SetRedlineFlags() calls no longer...Michael Stahl2-11/+12
2018-12-18sw_redlinehide: make layout based Show/Hide mode the defaultMichael Stahl8-78/+25
2018-12-18sw_redlinehide_4b: temporarily add an assert that is wrongMichael Stahl1-0/+1
2018-12-18sw_redlinehide_4b: ODF export: restore previous redline show flagsMichael Stahl1-2/+3
2018-12-18sw_redlinehide_4b: export flag to flat-ODFMichael Stahl1-1/+11
2018-12-18sw_redlinehide_4b: xmloff: destroy TextImportHelper before ModelMichael Stahl1-0/+1
2018-12-18sw_redlinehide_4b: adapt FindFormat()Michael Stahl4-15/+44
2018-12-18sw_redlinehide_4b: adapt FindAttrImpl()Michael Stahl8-27/+73
2018-12-18sw_redlinehide_4b: adapt FindAttrs()Michael Stahl3-28/+137
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl8-29/+137
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl6-160/+419
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl17-173/+197
2018-12-17sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl9-17/+27
2018-12-17sw_redlinehide_4b: SwRootFrame::SetHideRedlines() disable early returnMichael Stahl1-1/+7
2018-12-17sw_redlinehide_4b: fix wrong nTFIndex in UpdateMergedParaForInsert()Michael Stahl1-3/+9
2018-12-17sw_redlinehide_4b: surprising discoveriesMichael Stahl8-19/+35
2018-12-13sw_redlinehide_4b: fix InsertCnt_() iteration of hidden tablesMichael Stahl1-0/+6
2018-12-13sw_redlinehide_4b: SwCursorShell::GotoRefMark() check visibility tooMichael Stahl3-8/+50
2018-12-13sw_redlinehide_4b: visibility checks for bookmarks tooMichael Stahl6-8/+70
2018-12-13sw_redlinehide_4b: visibility checks for EnhancedPDFExport linksMichael Stahl4-13/+47
2018-12-10sw_redlinehide_4b: ODF import: drop empty delete redlinesMichael Stahl1-1/+11
2018-12-06sw_redlinehide_4b: fix CanSkipOverRedline() using wrong start positionMichael Stahl1-15/+15
2018-12-06sw_redlinehide_4b: fix pointer compares in SwRedlineItr::GetNextRedln()Michael Stahl1-2/+2
2018-12-06sw_redlinehide_4b: fix some problems with pathological table redlinesMichael Stahl5-64/+174
2018-12-06sw_redlinehide_4b: fix crash in CanSkipOverRedline()Michael Stahl1-1/+2
2018-12-06sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlinesMichael Stahl2-5/+27
2018-12-05sw_redlinehide_4b: consider the comments in the marginMichael Stahl5-8/+40
2018-12-05sw_redlinehide_4b: fix wrong assert in AppendObjs()Michael Stahl1-1/+1
2018-12-03add ASAN suppression file for multiple static linkage of graphiteStephan Bergmann1-0/+31
2018-12-03check in opencl for MROUND to take exactly 2 argumentsLuboš Luňák1-0/+1
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák3-0/+29
2018-12-03restore incorrectly removed codeLuboš Luňák1-0/+17
2018-12-03add ^ (=power) and - (=unary minus) to OpenCLSubsetOpCodesLuboš Luňák2-1/+6
2018-12-03fix OpenCL PEARSON()Luboš Luňák1-8/+11
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák1-0/+6
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák9-9/+107
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák1-0/+372
2018-12-03simply abort if SC_FORCE_CALCULATION has unknown valueLuboš Luňák1-1/+2
2018-12-03remove unused functionLuboš Luňák1-4/+0
2018-12-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák1-8/+19
2018-12-03make sure opencl is not used from withing ocTableOpLuboš Luňák1-0/+4
2018-12-03fix opencl INTRATELuboš Luňák1-3/+2