summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
12 daysloplugin:reftotemp in scNoel Grandin1-3/+3
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin1-1/+1
2024-09-25tdf#163091: check rParam.mnX before passing it to RowInfo::cellInfoMike Kaganski1-2/+2
2024-09-24prefer the per-ViewShell rendering data for default document bg colorCaolán McNamara1-3/+10
2024-09-24Resolves tdf#142120 - Respect app color for text with lines breaksHeiko Tietze1-0/+1
2024-08-06tdf#160786 sc: Fix repeat char format code inaccuracyJonathan Clark1-3/+13
2024-06-01loplugin:ostr in sc/../viewNoel Grandin1-6/+6
2024-05-30'tagged' pdf export of spreadsheets doesn't perform wellCaolán McNamara1-4/+4
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-4/+0
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-3/+3
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara1-2/+2
2024-03-14tdf#156655 sc: fix disappear text in merged cellTibor Nagy1-6/+8
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara1-2/+0
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-3/+3
2024-01-08tdf#123870 sc: fix tagged content for accessible PDF exportTibor Nagy1-4/+64
2024-01-05Resolves: tdf#158997 optimal col width too narrow to render textCaolán McNamara1-1/+3
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-4/+4
2023-11-20use the cheaper variant of SfxItemPool::areSame where possibleNoel Grandin1-31/+31
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-35/+35
2023-10-23cool#7332 calc perf: GetEmptyLinesInBlockNoel Grandin1-5/+9
2023-10-18cool#6893 cache the EditEngine for renderingNoel Grandin1-63/+85
2023-10-14don't bother checking existing mode before seting new modeCaolán McNamara1-8/+3
2023-10-14Fix typoAndrea Gelmini1-1/+1
2023-10-13sc: ui: fix cell bidi layout stringsHenry Castro1-3/+11
2023-10-13cool#6893 disable undo for editengine when rendering cell textNoel Grandin1-0/+1
2023-07-31loplugin:constantparamNoel Grandin1-7/+4
2023-07-25crashtesting: a lot of crashes on exporting to odsCaolán McNamara1-4/+9
2023-07-21loplugin:unusedmethodsNoel Grandin1-3/+1
2023-07-06tdf#129847 Show "more content" red arrow along with ### indicationanfanite3961-22/+84
2023-07-05loplugin:constantparamNoel Grandin1-18/+6
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin1-3/+3
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-6/+6
2023-06-20tdf#122676 sc: fix format with * (filling) and NBSP thousand separatorCzeber László Ádám1-0/+5
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke1-6/+7
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+3
2022-11-14tdf#152012 Fix assert fail on opening date pickerHossein1-1/+1
2022-11-02Fix typoAndrea Gelmini1-1/+1
2022-11-01tdf#143377 Handle nAttrRotate and Skew more backward safeArmin Le Grand (allotropia)1-8/+38
2022-10-31tdf#143377 Correct maximum Skew for TextOrientation in CalcArmin Le Grand (allotropia)1-2/+12
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-2/+2
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-2/+2
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-5/+1
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-8/+8
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-4/+4
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-15/+15
2022-06-03elide some makeStringAndClear() classNoel Grandin1-1/+1
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara1-0/+7
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák1-0/+5