summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
AgeCommit message (Expand)AuthorFilesLines
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara6-2/+8
2024-04-10tdf#146619 Drop unused 'using namespace' in: sc/Gabor Kelemen1-1/+0
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski6-15/+0
2024-03-26tdf#160338 Calc freeze on Text Attribute dialogNoel Grandin1-34/+23
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-7/+7
2024-03-14cool#8443 let Insert Chart dialog to undo out of order on CancelMike Kaganski1-0/+1
2024-03-05tdf#159933 crash when applying Solarize filter to raster imageNoel Grandin1-2/+3
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)2-4/+4
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-2/+0
2024-01-28cid#1588088 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-01-24make text-table dialog asyncNoel Grandin2-17/+34
2024-01-24convert more calc dialogs to asyncNoel Grandin1-22/+32
2024-01-23make event config dialog asyncNoel Grandin1-22/+29
2024-01-23make the graphic filter dialogs asyncNoel Grandin1-18/+13
2024-01-23make diagram dialog asyncNoel Grandin1-2/+7
2024-01-22make object name dialog asyncNoel Grandin1-38/+44
2024-01-22object-title dialog can be used asyncNoel Grandin1-12/+18
2024-01-22simplify the getters in AbstractSvx*DialogNoel Grandin1-9/+5
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-8/+2
2024-01-11lok: send error on access denied in image import 2Szymon Kłos1-0/+11
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2023-12-20capture these explicitly by nameCaolán McNamara1-2/+2
2023-12-20tdf#158375: adapt UI when embedded content is disabled via optionSarper Akdemir1-0/+11
2023-11-24tdf#158294 HTML simple format also added to paste special toolboxOliver Specht1-1/+3
2023-11-15tdf#158031 editeng SID_HYPERLINK_GETLINK: use GetFieldAtSelectionJustin Luth1-1/+2
2023-11-15tdf#158031 editeng SID_REMOVE_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+0
2023-11-15tdf#158031 editeng SID_OPEN_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+3
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+3
2023-11-15tdf#158031 editeng SID_*_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-2/+2
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin2-0/+2
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht1-1/+2
2023-10-19use more SdrObjList::begin/end in scNoel Grandin1-3/+2
2023-09-01various theme and complex color related fixesTomaž Vajngerl1-3/+3
2023-07-21tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir2-6/+4
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-1/+4
2023-07-04sc: fix failed assert in when setting a color on a shapeTomaž Vajngerl1-3/+3
2023-07-03tdf#155630 Move sc's SetLineEnds into svxDr. David Alan Gilbert1-161/+2
2023-06-29loplugin:unusedmethodsNoel Grandin1-10/+0
2023-06-18Use getXWeak in scMike Kaganski1-1/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-05-23sc drawstyles: Enable the clear DF commandMaxim Monastirsky2-3/+20
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-1/+1
2023-05-04Resolves: tdf#134308 if max undo is 0, treat as if no undoCaolán McNamara1-0/+2
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-03set a parent for embedded object warning dialogCaolán McNamara1-0/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-03-21sc drawstyles: Handle style commands and undoMaxim Monastirsky2-1/+9
2023-03-09tdf#154050 Unset external pointer before destroyingMaxim Monastirsky1-3/+5
2023-03-04jsdialog: enable chart wizardSzymon Kłos1-1/+4
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara10-28/+28