summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleText.cxx
AgeCommit message (Expand)Author
2021-05-31fix leak in JunitTest_sc_unoapi_2Noel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-10-20use tools::Long in scNoel
2020-10-16weld InputBarCaolán McNamara
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-15only need an OutputDevice not a full vcl:WindowCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-09can use OutputDevice baseclassCaolán McNamara
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03loplugin:unusedfieldsNoel Grandin
2018-09-28loplugin:unusedfieldsNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin
2018-06-28loplugin:useuniqueptr in ScAccessibleNoteTextDataNoel Grandin
2018-04-12loplugin:useuniqueptr in ScAccessiblePreviewHeaderCellTextDataNoel Grandin
2018-04-12loplugin:useuniqueptr in ScAccessibleHeaderTextDataNoel Grandin
2018-04-10loplugin:useuniqueptr in ScAccessiblePreviewCellTextDataNoel Grandin
2018-04-10loplugin:useuniqueptr in ScAccessibleEditObjectTextDataNoel Grandin
2018-04-09loplugin:useuniqueptr in ScAccessibleCellTextDataNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2018-01-30Typ-o negativIlmari Lauhakangas
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann