summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drawdlg.cxx
AgeCommit message (Expand)Author
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen
2024-01-28cid#1588088 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-01-24make text-table dialog asyncNoel Grandin
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)
2023-03-20tdf#154071 UI rename gradient back to 'Rectangular'...Regina Henschel
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-04Related: tdf#150339 remove SID_ATTR_COLOR_STRCaolán McNamara
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/uibaseNoel Grandin
2021-08-17tdf#143778 these async callbacks expect to have SdrModel::IsChanged of falseCaolán McNamara
2021-07-22Dereferencing uninitialized pointerMike Kaganski
2021-06-15editengine-columns: add sidebar property panelMike Kaganski
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-10-14tdf#137025 sw: apply textbox padding set in TextAttila Bakos (NISZ)
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-30loplugin:reducevarscope in swNoel
2020-03-25Fix typoAndrea Gelmini
2020-03-24lokit: unify fill transparency itemsDennis Francis
2020-01-08tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxxGabor Kelemen
2019-12-11jsdialog: send items on status changeSzymon Kłos
2019-12-10jsdialog: apply FillGradient with JSON argSzymon Kłos
2019-11-28jsdialogs: share the commands updates sending codeSzymon Kłos
2019-11-27jsdialog: send generic fill items also in writer and impressSzymon Kłos
2019-11-27jsdialogs: send .uno:FillStyle updatesSzymon Kłos
2019-11-08jsdialog: consume .uno:LineWidth double valueSzymon Kłos
2019-10-31jsdialogs: .uno:XFillColor with string argumentSzymon Kłos
2019-10-31jsdialogs: .uno:XLineColor with string argumentSzymon Kłos
2019-07-15-Werror=deprecatedStephan Bergmann
2019-06-27lokdialog: Convert the Format -> Line... to async execMuhammet Kara
2019-06-27lokdialog: Convert the Format -> ... -> Area... to async exec.Muhammet Kara
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-13weld DatabaseRegistrationDialogCaolán McNamara
2018-10-02weld SvxLineTabDialogCaolán McNamara
2018-09-09weld SvxAreaTabDialogCaolán McNamara
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-05-03weld SvxTextTabDialogCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-08-06loplugin:constparams in sw part7Noel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-08-21loplugin: defaultparamsNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-09Avoid possible memory leaks in case of exceptionsTakeshi Abe