summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)AuthorFilesLines
2021-02-17tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara1-0/+2
2021-02-15tdf#137406 removed Apply to Master button in Slide Master modeGokce Kuler1-0/+5
2021-01-12rhbz#1902708 null derefCaolán McNamara1-1/+3
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer6-46/+40
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-18/+18
2020-11-12Drop some unused function parameterStephan Bergmann1-3/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-18/+18
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-1/+2
2020-11-02tdf#130526 Hide "Apply to Master"-button and rename "Slide" to "Page" in DrawSven Lüppken1-0/+8
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-23long->tools::Long in pyuno..sdNoel11-79/+79
2020-10-22weld backing windowCaolán McNamara1-1/+1
2020-10-13static_cast after dynamic_castNoel1-25/+10
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-1/+1
2020-09-30loplugin:reducevarscope in sdNoel1-3/+1
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-2/+2
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+3
2020-09-01Fix typo in codeAndrea Gelmini3-4/+4
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-03loplugin:flatten in sdNoel Grandin2-113/+112
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara2-14/+4
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara2-14/+25
2020-07-12Fix typo in codeAndrea Gelmini1-3/+3
2020-07-09Resolves: tdf#134674 object inserting using dialogs SdrModelCaolán McNamara1-1/+1
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara1-36/+18
2020-07-06tdf#134521 hierarchical search needed, not just toplevel entriesCaolán McNamara1-1/+10
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-1/+1
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara1-2/+2
2020-06-16tdf#132093: Take aUIScale into account againStephan Bergmann1-2/+4
2020-06-07New loplugin:elidestringvarStephan Bergmann1-3/+1
2020-06-05have just one way to set expander imageCaolán McNamara1-5/+11
2020-06-05Upcoming loplugin:elidestringvar: sdStephan Bergmann2-4/+2
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-2/+2
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+3
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-2/+1
2020-05-09compact namespace in sdNoel Grandin1-3/+3
2020-05-01improve loplugin:makesharedNoel Grandin2-11/+11
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-26all ItemWindows are now weldedCaolán McNamara2-3/+3
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-2/+2
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara1-1/+1
2020-04-06loplugin:unusedvariableplus in sdNoel Grandin1-8/+0