summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-24use more concrete UNO in scNoel Grandin1-3/+2
2023-11-19Extended loplugin:ostr: scStephan Bergmann1-4/+4
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 8)Julien Nabet1-6/+2
2023-11-13tdf#158185: fix Excel's Range.Find and Range.Replace wildcard recognitionMike Kaganski1-0/+3
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann15-46/+46
2023-10-19use more SdrObjList::begin/end in scNoel Grandin1-6/+3
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann21-35/+35
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-24/+24
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima1-1/+5
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen3-0/+3
2023-09-15reduce casting around ScDocShellNoel Grandin4-17/+12
2023-09-10using decls should come after #includeNoel Grandin1-4/+4
2023-09-08inline SC_QUERYINTERFACE macrosNoel Grandin5-103/+137
2023-09-07merge SvxFmDrawPage into SvxDrawPageNoel Grandin1-2/+2
2023-09-01sc: add ODF import/export of the Theme + testsTomaž Vajngerl1-0/+23
2023-08-28new loplugin:optionalboolNoel Grandin1-1/+1
2023-08-19loplugin: new global analysis locking2Noel Grandin2-5/+0
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-08-01cool#6911 report the position of comments as cell addressesCaolán McNamara1-26/+21
2023-08-01Allow getViewRenderState to get from a specific viewParis Oplopoios1-2/+13
2023-07-25follow tdf#154131 Treat also HMTL importLaurent Balland1-0/+2
2023-07-24tdf#131471 sc: fix background color of conditional formatting styleTibor Nagy1-1/+1
2023-07-21tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir1-3/+2
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-1/+1
2023-07-05simplify SvxUnoDrawPool initialisationNoel Grandin1-1/+2
2023-06-27sc: import and prop. theme color support for cell bordersTomaž Vajngerl2-56/+7
2023-06-25sc: simplify and fix prop. mapping for cell BG and char theme colorTomaž Vajngerl2-28/+16
2023-06-21sc: add CharComplexColor and CellBackgroundComplexColor propertiesTomaž Vajngerl2-0/+15
2023-06-18Use getXWeak in scMike Kaganski19-91/+91
2023-06-14online: speed up scrolling large excel documentNoel Grandin1-9/+24
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-06-04Simplify ScUserList, don't use unique_ptr.Mike Kaganski1-2/+1
2023-06-02Add Calc view separation for tiled renderingParis Oplopoios1-0/+17
2023-05-13use more optional for SdrObjListIterNoel Grandin1-4/+4
2023-04-19sc drawstyles: Fix export of transparencyMaxim Monastirsky1-0/+7
2023-04-18tdf#154803 - Check if range is entirely mergedAndreas Heinisch1-5/+13
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-1/+1
2023-04-07crashtesting: crash on saving of fdo48916-1.odsMaxim Monastirsky1-1/+5
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-3/+3
2023-03-27Better error msg for sheet insertNewByName() and copyByName()Olivier Hallot1-2/+2
2023-03-22sc drawstyles: Add a style UNO property to shapesMaxim Monastirsky1-0/+33
2023-03-21sc drawstyles: Implement the styles familyMaxim Monastirsky2-22/+165
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev2-0/+9
2023-02-18tdf#82254 - Don't remove UTF-8 BOM from CSV when saving fileAndreas Heinisch1-0/+6
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara3-19/+16
2023-02-14no need to use unique_ptr for OInterfaceContainerHelper4Noel Grandin1-20/+12
2023-02-14osl::Mutex->std::mutex in ScCellFieldsObjNoel Grandin1-11/+15