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