summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopage.cxx
AgeCommit message (Expand)AuthorFilesLines
12 dayscid#1607838 silence Overflowed constantCaolán McNamara1-1/+1
2024-10-03use more concrete UNO class in SdXImpressDocumentNoel Grandin1-5/+6
2024-09-16use more concrete UNO types in sdNoel Grandin1-5/+4
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin1-1/+2
2024-06-19tdf#160490 PPTX import: fix automatically resized placeholder heightTibor Nagy1-4/+4
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl1-1/+3
2024-05-28loplugin:ostr in sd/../uiNoel Grandin1-8/+8
2024-05-03sd, svx: Return new annotation instead of using out paramMichael Weghorn1-3/+1
2024-04-26annot: moved more of Annotation and dependencies into svxTomaž Vajngerl1-3/+3
2024-03-29tdf#157285 PPTX import: fix placeholder heightTibor Nagy1-0/+5
2023-11-10Fix typoAndrea Gelmini1-1/+1
2023-11-09use more concrete sd::Annotation in AnnotationManagerImplNoel Grandin1-2/+5
2023-10-31tdf#155512: sd: filter: eppt: add "SlideLayout" property to Slide MasterHenry Castro1-2/+11
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann1-2/+2
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin1-3/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-54/+54
2023-10-06loplugin:ostr: manual modificationsStephan Bergmann1-48/+48
2023-09-07merge SvxFmDrawPage into SvxDrawPageNoel Grandin1-56/+56
2023-09-05SvxDrawPage does not need to use aggregationNoel Grandin1-23/+4
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl1-4/+4
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-04-17use more string_viewNoel Grandin1-5/+5
2023-04-12rename intern->internalNoel Grandin1-1/+1
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl1-9/+7
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin1-5/+3
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl1-2/+2
2023-02-07cid#1520799 Unchecked dynamic_castCaolán McNamara1-2/+2
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl1-2/+30
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-2/+2
2023-01-22XUnoTunnel->dynamic_cast in SdUnoPageBackgroundNoel Grandin1-2/+2
2023-01-19Fix SdGenericDrawPage et al queryAggregationStephan Bergmann1-3/+15
2022-08-29ref-count SdrObjectNoel Grandin1-5/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-9/+4
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann1-4/+4
2022-05-01use more string_view in variousNoel Grandin1-6/+6
2022-04-14use more string_view in sdNoel Grandin1-5/+5
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-3/+4
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin1-8/+9
2021-11-18import pptx color schemes as color setsSarper Akdemir1-1/+26
2021-10-22Revert part of "Simplify vector initialization in sd"Julien Nabet1-27/+23
2021-10-16Simplify vector initialization in sdJulien Nabet1-23/+27
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-11loplugin:moveparam in sdNoel Grandin1-1/+1
2021-09-29use SfxItemSetFixed in sdNoel Grandin1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-9/+9
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis1-1/+5
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-13/+13