summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unomodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-6/+29
2022-08-22lok: Dont render active text edit on slide previewsSzymon Kłos1-2/+11
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-01Fix typo in codeAndrea Gelmini1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-1/+2
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann1-1/+1
2022-05-01use more string_view in variousNoel Grandin1-18/+19
2022-03-14add TypedWhichId version of QueryStateNoel Grandin1-3/+2
2022-02-21Recheck modules sd* with IWYUGabor Kelemen1-1/+0
2022-02-04Added master slide handling in getPart* functions of SdXImpressDocumentPranam Lashkari1-6/+37
2022-01-25lok: enable in-place editing of math equationsMike Kaganski1-1/+1
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2022-01-20tdf#141340 PDF export: fix hyperlinks on the wrong page with page num rangeMiklos Vajna1-8/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-24/+24
2021-12-06loplugin:stringliteraldefine in sdNoel Grandin1-1/+1
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin1-41/+37
2021-11-18introduce XColorSetsManager interfaceSarper Akdemir1-0/+25
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-4/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski1-64/+55
2021-10-06lok: fix crash on chart doubleclick in patchPaintWindowSzymon Kłos1-1/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-6/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-8/+8
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin1-2/+2
2021-09-08patch SdrPageWindow in SdXImpressDocument::paintTile()Luboš Luňák1-0/+24
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-1/+1
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin1-1/+4
2021-06-01no need to allocate these on the heapNoel Grandin1-12/+12
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-13/+13
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-2/+2
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos1-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-31LOK: getPartInfo now returns master page countPranam Lashkari1-0/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos1-0/+11
2021-03-07ref-count SdrPageNoel1-22/+12
2021-02-20loplugin:refcounting in svxNoel1-4/+4
2021-02-15loplugin:referencecasting in sdNoel1-1/+1
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-4/+3
2021-02-04use more getSdrObjectFromXShapeNoel1-13/+8
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen1-3/+0
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer1-0/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian1-0/+3
2020-10-23long->tools::Long in pyuno..sdNoel1-5/+5
2020-09-30loplugin:reducevarscope in sdNoel1-2/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-5/+5