summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/viewuno.cxx
AgeCommit message (Expand)Author
7 daysFix typoAndrea Gelmini
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-05-07Resolves tdf#156885 - Make comment authorship optionalHeiko Tietze
2023-12-21Add export sheet range option to calcNickWingate
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 8)Julien Nabet
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-10-19use more SdrObjList::begin/end in scNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-08inline SC_QUERYINTERFACE macrosNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-21tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-06-18Use getXWeak in scMike Kaganski
2023-04-18tdf#154803 - Check if range is entirely mergedAndreas Heinisch
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin
2023-01-22XUnoTunnel->dynamic_cast in ScTabViewObjNoel Grandin
2023-01-16tdf#147122 - Return cell object when a simple selection is mergedAndreas Heinisch
2022-07-25use more o3tl::spanNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke
2022-01-06tdf#146617: iterators may be invalidated during handler callMike Kaganski
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-03loplugin:refcounting in scNoel
2021-02-21loplugin:refcounting in scNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-11ScFormatShell::pViewData is never nullCaolán McNamara
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
2020-02-10Remove redundant ScTabView::GetSdrViewStephan Bergmann
2019-08-12Fix typosAndrea Gelmini
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov