summaryrefslogtreecommitdiff
path: root/sd/inc
AgeCommit message (Expand)Author
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-03-14add TypedWhichId version of QueryStateNoel Grandin
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin
2022-02-10add more TypedWhichIdNoel Grandin
2022-02-04related tdf#145868 sd: Clone SvxSearchItem to avoid use after freeJustin Luth
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2022-01-24move titledockwin to the one place it's usedCaolán McNamara
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-06It's called a slide, not a foilTor Lillqvist
2021-12-20Set the original size in crop dialog to preferred DPI calc. sizeTomaž Vajngerl
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-17tdf#146019 Remove confirmation dialog about applying images EXIF rotationGabor Kelemen
2021-12-14sd: add initial theme UI for master slidesMiklos Vajna
2021-12-08use more OUStringLiteral in variousNoel Grandin
2021-12-06loplugin:stringliteraldefine in sdNoel Grandin
2021-12-06Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-03loplugin:finalclassesNoel Grandin
2021-11-03loplugin:constparamsNoel Grandin
2021-10-11loplugin:moveparam in sdNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-15loplugin:finalclasses in sdNoel Grandin
2021-09-05tdf#140725 Change a tooltip for Slide Master name field in status barRoman Kuznetsov
2021-09-02unused definesNoel Grandin
2021-08-24tdf#144032: fix STR_ASK_DELETE_LAYERJulien Nabet
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-05drop unneeded forward declareCaolán McNamara
2021-08-05remove outdated commentsCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-04SdStyleSheet: implement XMultiPropertySetMike Kaganski
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin
2021-07-01loplugin:unusedmethodsNoel Grandin
2021-06-29tdf#142589 Impress UI: fix Start button of Custom Slide ShowsTibor Nagy
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock
2021-06-10sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12update PCHsCaolán McNamara
2021-04-08update PCHsLuboš Luňák
2021-04-06update pchesCaolán McNamara
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC