summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel4-5/+42
2022-09-13ofz#50767 docxfuzzer: Indirect-leak in rtl_allocateMemoryNoel Grandin1-7/+13
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl2-6/+3
2022-09-10unique_ptr->optional for GraphicNoel Grandin2-15/+15
2022-09-09tdf#150732 ReportBuilder: Moving fields from one section to another crashesNoel Grandin1-1/+1
2022-09-08tdf#150845 fix crash in writer Form->TextObjectNoel Grandin1-6/+6
2022-09-08tdf#150832: Revert "tdf#150034 very slow opening pathological chart"Xisco Fauli1-2/+1
2022-09-08tdf#150102 Correct PrefSize for UNO API Metafile exporterArmin Le Grand (allotropia)1-3/+9
2022-09-07apply ui-rulesCaolán McNamara1-15/+0
2022-09-06svx: set vars to initial values in constructor init for SdrTextObjTomaž Vajngerl1-74/+61
2022-09-06svx: remove "using namespace *" in tablemodel.cxxTomaž Vajngerl1-56/+49
2022-09-06tdf#150756 - Assertion when opening report for editingNoel Grandin1-22/+2
2022-09-05cid#1500657 silence Resource leakCaolán McNamara1-2/+2
2022-09-05tdf#117173 make search label read by screen readerJim Raykowski1-0/+3
2022-09-05cid#1513507 Dereference before null checkCaolán McNamara1-11/+12
2022-09-05tdf#150756 Assertion when opening report for editingNoel Grandin1-7/+7
2022-09-03crashtesting: fix use-after-freeCaolán McNamara1-1/+1
2022-09-03crashtesting: SdrMediaObj destroyed before ctor completesCaolán McNamara1-0/+4
2022-09-02ofz#504464 scaling "calculation" timeoutCaolán McNamara1-0/+5
2022-09-02Revert "ofz#48264 Timeout"Caolán McNamara1-69/+25
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn21-184/+205
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin1-1/+1
2022-09-02tdf#150712: Format->Conditional->Condition 100% CPU (2nd try)Julien Nabet1-15/+6
2022-09-01cid#1513474 Explicit null dereferencedNoel Grandin1-0/+1
2022-09-01Revert "tdf#150712: Format->Conditional->Condition 100% CPU"Julien Nabet1-3/+9
2022-09-01tdf#150712: Format->Conditional->Condition 100% CPUJulien Nabet1-9/+3
2022-09-01cid#1513474 silence Explicit null dereferencedCaolán McNamara1-1/+1
2022-09-01Resolves: tdf#150370 Accept 'art-x-...' private-use input in language boxEike Rathke1-1/+1
2022-08-31cid#1509246 Inefficient vector resizing with reserve.Noel Grandin1-1/+1
2022-08-31Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke1-1/+1
2022-08-31cid#1500540 Dereference before null checkNoel Grandin1-0/+1
2022-08-31tdf#144092 tdf#139511: revert parts of tdf#91762 tdf#137949 tdf#139511Sarper Akdemir1-38/+2
2022-08-31fix assert in builds with assert enabled, but dbg_util disabledNoel Grandin1-0/+3
2022-08-31tdf#144092 pptx import: correct table height during importSarper Akdemir2-3/+15
2022-08-30svx a11y: Simplify AccessibleTableShapeImpl::getColumnAndRowMichael Weghorn1-8/+5
2022-08-30svx a11y: Drop TODO that doesn't need actionMichael Weghorn1-1/+0
2022-08-30its not ideal to wait until Paint to set the bg colorCaolán McNamara1-7/+0
2022-08-29ref-count SdrObjectNoel Grandin89-1447/+1162
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna1-0/+25
2022-08-28cid#1500441 silence Resource leakCaolán McNamara2-4/+6
2022-08-27cid#1500455 Dereference after null checkCaolán McNamara1-1/+2
2022-08-26cid#1500411 silence Resource leakCaolán McNamara1-0/+1
2022-08-26tdf#149971 avmedia: implement video crop support in the gsteamer backendMiklos Vajna2-2/+2
2022-08-26simplify SvxShape::Notify a littleNoel Grandin1-33/+12
2022-08-25regression in SvxShape::NotifyNoel Grandin1-6/+5
2022-08-25Related: tdf#149971 avmedia: add doc model and render for crop of media objectsMiklos Vajna5-2/+54
2022-08-24tdf#150577: Revert "Micro-optim in FormController::approveRowChange"Mike Kaganski1-1/+1
2022-08-24Related: tdf#149971 svx: support explicitly provided snapshots for media shapesMiklos Vajna3-0/+32
2022-08-24cid#1510131 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock15-31/+31