summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2021-08-02osl::Mutex->std::mutex in ScRefreshTimerNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-08-01Consolidate link update handlingEike Rathke
2021-07-31osl::Mutex->std::mutex in ScEditUtilNoel Grandin
2021-07-31osl::Mutex->std::mutex in ScPoolHelperNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-31Check nNextPageBreak for ScRowBreakIterator::NOT_FOUND, tdf#64703 follow-upEike Rathke
2021-07-31rtl::Static -> static localNoel Grandin
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl
2021-07-30cid#1489568 Dereference null return valueCaolán McNamara
2021-07-30tdf#126926 sc DBData: delete the database rangeTünde Tóth
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-30tdf#64703 sc: fix regression of printing page breaksAttila Szűcs
2021-07-29osl::Mutex->std::mutex in FormulaBufferNoel Grandin
2021-07-29osl::Mutex->std::mutex in ColumnBlockPositionSetNoel Grandin
2021-07-29lok: sc: unit test for non existent tab view data fixDennis Francis
2021-07-28Keep ScParameterClassification sorted, tdf#76310 follow-upEike Rathke
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn
2021-07-28lok: sc: avoid crash on non existent tab view dataDennis Francis
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-26tdf#143220 XLSX export: fix hyperlink to sheet targetTünde Tóth
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-23tdf#143515: avoid memory leak in ScDrawLayer::DeleteObjectsInAreaMike Kaganski
2021-07-23use officecfg to retrieve GetIsForPagePreviewsNoel Grandin
2021-07-23Use vector instead of unique_ptrMike Kaganski
2021-07-23We already have this valueMike Kaganski
2021-07-23remove pimpl from ScZoomSliderNoel Grandin
2021-07-22no need to allocate ScTokenMatrixMap separatelyNoel Grandin
2021-07-22Dereferencing uninitialized pointerMike Kaganski
2021-07-21pass sc::ColumnIterator by valueNoel Grandin
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin
2021-07-21flatten aCatLists in ScFunctionCategoryNoel Grandin
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch
2021-07-21Avoid deadlock between osl global mutex and cppu::getTypeEntries mutexStephan Bergmann
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-21flatten TableType in ColumnSpanSetNoel Grandin
2021-07-21flatten maTables in ColumnSpanSetNoel Grandin
2021-07-21flatten ScDetOpList vectorNoel Grandin
2021-07-21tdf#142854 XLSX import: fix grid visibility in headless modeAttila Szűcs