summaryrefslogtreecommitdiff
path: root/svx/inc/sdr
AgeCommit message (Expand)AuthorFilesLines
5 daysloplugin:ostr in svxNoel Grandin1-2/+2
2024-03-22tdf#159258 SD: SS: disable placeholdertext in imageAttila Szűcs1-1/+3
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)3-3/+3
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin12-28/+26
2024-02-04Move mnTransparenceForShadow down to SdrCellPrimitive2DNoel Grandin1-0/+70
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen2-3/+0
2023-11-01AttributeProperties is effectively abstractNoel Grandin1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann11-11/+11
2023-08-03Related: cool#6911 opt to skip SdrObject::GetViewContent() when possibleCaolán McNamara1-0/+7
2023-07-06loplugin:unusedfields all-can-be-privateNoel Grandin1-2/+1
2023-07-05loplugin:finalclassesNoel Grandin1-2/+2
2023-05-02remove unnecessary methodNoel Grandin1-4/+0
2023-05-02use more specific class in sdr::table::CellNoel Grandin1-0/+81
2023-04-29rename field in GroupPropertiesNoel Grandin1-1/+1
2023-04-18sc drawstyles: Comment shadow should depends on shadow attributeMaxim Monastirsky1-1/+2
2023-03-22vcl,drawinglayer,svx,sw,sd: PDF/UA export: Annot StructElem for SdrMediaObjMichael Stahl1-0/+1
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia1-1/+1
2022-11-28loplugin:unusedfields make some protected fields privateNoel Grandin2-9/+10
2022-11-22tdf#135638 svx,sd: PDF/UA export: tag SdrObject shapes as Figure etc.Armin Le Grand (allotropia)1-0/+1
2022-11-14svx: Update tables on style changesMaxim Monastirsky1-0/+1
2022-09-14new loplugin refcountingbaseNoel Grandin1-1/+2
2022-08-29ref-count SdrObjectNoel Grandin1-2/+2
2022-08-12Fix typoAndrea Gelmini1-2/+2
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin14-32/+32
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-6/+1
2022-02-21speed up SvxShape::_setPropertyValueNoel Grandin3-0/+9
2022-02-20Fix --disable-avmedia buildJan-Marek Glogowski1-1/+1
2022-02-19update video pos and size after change if currently playingCaolán McNamara1-0/+4
2022-02-17loplugin:unusedmethodsNoel Grandin1-3/+0
2022-02-17loplugin:unusedfieldsNoel Grandin1-3/+0
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin10-11/+10
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák13-13/+26
2022-01-08reduce cost of Sdr properties for text-derived objectsNoel Grandin1-1/+1
2022-01-07make GroupProperties extend BasePropertiesNoel Grandin1-22/+6
2022-01-07move applyDefaultStyleSheetFromSdrModel from BaseProperties..Noel Grandin1-0/+3
2022-01-07move some methods BaseProperties->DefaultPropertiesNoel Grandin2-30/+0
2022-01-07split PageProperties from EmptyPropertiesNoel Grandin2-7/+27
2021-12-24use comphelper::WeakComponentImplHelper in PrimitiveFactory2DNoel Grandin1-8/+5
2021-12-06skip some intermediate results in tryToGetChartContentAsPrimitive2DSequenceNoel Grandin1-0/+76
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin7-13/+15
2021-12-04ofz#41602 fix more build failure in ubsan buildCaolán McNamara1-2/+3
2021-12-04use visitor in getViewIndependentPrimitive2DContainerNoel Grandin15-29/+30
2021-10-08loplugin:moveparam in svxNoel Grandin2-2/+2
2021-09-24reduce copying in drawinglayerNoel Grandin3-4/+4
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin2-2/+2
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin12-12/+13
2021-08-22no need to use unique_ptr for Sdr3DObjectAttributeNoel Grandin1-7/+3
2021-08-20use Primitive2DDecompositionVisitor in ViewObjectContact (tdf#105575)Noel Grandin4-5/+5
2021-08-16do less copying when constructing 2d sequence (tdf#105575)Noel Grandin4-5/+5
2021-06-25loplugin:finalclasses in svxNoel Grandin3-9/+5