summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-07-31osl::Mutex->std::mutex in ScEditUtilNoel Grandin1-2/+3
2021-07-31osl::Mutex->std::mutex in ScPoolHelperNoel Grandin2-3/+3
2021-07-31getArray->getConstArrayNoel Grandin1-1/+1
2021-07-31Check nNextPageBreak for ScRowBreakIterator::NOT_FOUND, tdf#64703 follow-upEike Rathke1-1/+2
2021-07-31rtl::Static -> static localNoel Grandin1-5/+3
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl1-2/+1
2021-07-30cid#1489568 Dereference null return valueCaolán McNamara1-1/+2
2021-07-30tdf#126926 sc DBData: delete the database rangeTünde Tóth4-47/+74
2021-07-30convert TextAlign to scoped enumCaolán McNamara2-2/+2
2021-07-30tdf#64703 sc: fix regression of printing page breaksAttila Szűcs3-2/+23
2021-07-29osl::Mutex->std::mutex in FormulaBufferNoel Grandin2-3/+3
2021-07-29osl::Mutex->std::mutex in ColumnBlockPositionSetNoel Grandin2-4/+4
2021-07-29lok: sc: unit test for non existent tab view data fixDennis Francis1-0/+43
2021-07-28Keep ScParameterClassification sorted, tdf#76310 follow-upEike Rathke1-1/+1
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke9-27/+120
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn4-0/+16
2021-07-28lok: sc: avoid crash on non existent tab view dataDennis Francis4-9/+26
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin7-12/+8
2021-07-27drop SvtLanguageOptions classNoel Grandin5-10/+15
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin3-9/+14
2021-07-26use officecfg for security optionsNoel Grandin2-4/+3
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt1-33/+1
2021-07-26tdf#143220 XLSX export: fix hyperlink to sheet targetTünde Tóth3-3/+20
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+0
2021-07-25use officecfg for drawing optionsNoel Grandin2-4/+5
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin1-1/+3
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin1-1/+3
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-1/+2
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-2/+2
2021-07-23tdf#143515: avoid memory leak in ScDrawLayer::DeleteObjectsInAreaMike Kaganski1-2/+2
2021-07-23use officecfg to retrieve GetIsForPagePreviewsNoel Grandin1-1/+2
2021-07-23Use vector instead of unique_ptrMike Kaganski1-16/+16
2021-07-23We already have this valueMike Kaganski1-1/+1
2021-07-23remove pimpl from ScZoomSliderNoel Grandin2-84/+74
2021-07-22no need to allocate ScTokenMatrixMap separatelyNoel Grandin4-35/+20
2021-07-22Dereferencing uninitialized pointerMike Kaganski1-2/+2
2021-07-21pass sc::ColumnIterator by valueNoel Grandin10-15/+15
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin1-4/+4
2021-07-21flatten aCatLists in ScFunctionCategoryNoel Grandin2-24/+22
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch3-5/+15
2021-07-21Avoid deadlock between osl global mutex and cppu::getTypeEntries mutexStephan Bergmann1-2/+16
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann4-0/+16
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski8-11/+11
2021-07-21flatten TableType in ColumnSpanSetNoel Grandin2-4/+5
2021-07-21flatten maTables in ColumnSpanSetNoel Grandin2-9/+6
2021-07-21flatten ScDetOpList vectorNoel Grandin4-21/+15
2021-07-21tdf#142854 XLSX import: fix grid visibility in headless modeAttila Szűcs5-7/+51
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin2-4/+4
2021-07-21Related: tdf#135762 Suppress cout if not command lineEike Rathke1-14/+34
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike Kaganski1-0/+1