summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/drawsh5.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-1/+4
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-3/+3
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)1-5/+4
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)1-1/+1
2022-03-04Advanced Diagram support: Allow reLayout without keeping oox::ShapeArmin Le Grand (Allotropia)1-1/+1
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)1-0/+37
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-4/+4
2021-10-07use SfxItemSetFixed in scNoel Grandin1-1/+1
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt1-4/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-01-11PasteFromClipboard never passed a null ScViewData*Caolán McNamara1-1/+1
2020-09-30loplugin:reducevarscope in scNoel1-3/+3
2020-09-27never null ScViewData*Caolán McNamara1-24/+24
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-2/+2
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-9/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-1/+1
2018-12-14coverity#1441522 FontWorkGalleryDialog mpSdrView member is never nullCaolán McNamara1-1/+1
2018-11-28Fix SID_EXTRUSION_TOOGLE -> SID_EXTRUSION_TOGGLEAndrea Gelmini1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-2/+2
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-07-04loplugin:useuniqueptr in ScTabViewNoel Grandin1-2/+2
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-4/+0
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-16weld SvxObjectTitleDescDialogCaolán McNamara1-1/+3
2018-03-16use more TypedWhichId in sfxsidsNoel Grandin1-1/+1
2018-03-16weld SvxObjectNameDialogCaolán McNamara1-1/+2
2018-03-13tdf#114552 Convert anchor toggle to anchor menuSamuel Mehrbrodt1-2/+0
2018-03-07tdf#116108 Add option to fit images into their cellSamuel Mehrbrodt1-0/+4
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt1-2/+15
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-2/+2
2017-11-15TypedWhichIdNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-08-24loplugin:constparam in sc part5Noel Grandin1-3/+3
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-4/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-04-06tdf#39468 Translate German commentsJens Carl1-2/+2
2017-04-04tdf#39468 Translate German commentsJens Carl1-6/+5
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky1-7/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2