summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#125582 use TextVerticalAlign_BOTTOM for textCircleRegina Henschel2021-10-184-2/+34
* Simplify vector initialization in ooxJulien Nabet2021-10-161-8/+14
* Value stored to 'accent_val' during its initialization is never readCaolán McNamara2021-10-151-2/+21
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-154-5/+5
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-144-7/+5
* tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs2021-10-131-1/+8
* tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy2021-10-131-5/+83
* tdf#144943 PPTX import: fix permission for editingTünde Tóth2021-10-131-0/+76
* Clean up a bit iterator management in oox/vmldrawingJulien Nabet2021-10-081-2/+2
* drop 'using namespace std' in o* r* x*Julien Nabet2021-10-051-1/+0
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-034-15/+15
* tdf#144616 PPTX import: fix hyperlinks on shapesTibor Nagy2021-10-011-1/+1
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-3/+3
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-6/+13
* tdf#141704 PPTX import: fix hyperlinks on images added via placeholderTibor Nagy2021-09-272-3/+6
* Extend loplugin:stringviewparam to starts/endsWith: ooxStephan Bergmann2021-09-222-23/+29
* tdf#142602 DOCX: export adjustment points of custom shape arrowsDaniel Arato (NISZ)2021-09-213-26/+516
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-201-1/+1
* Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann2021-09-171-1/+4
* tdf#115933 XLSX import: fix permission for editingTünde Tóth2021-09-161-0/+1
* loplugin:constvarsNoel Grandin2021-09-152-2/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-1/+1
* tdf#141704 PPTX import: fix hyperlinks on imagesTibor Nagy2021-09-141-0/+80
* clang:optin.performance.PaddingNoel Grandin2021-09-121-5/+5
* cid#1454626: Uninitialized scalar field (oox/chartexport)Julien Nabet2021-09-111-0/+1
* tdf#126426: support for hyperlinks in TextParagraphContextVasily Melenchuk2021-09-102-1/+18
* convert some OSL_ENSURE -> assertNoel Grandin2021-09-081-1/+1
* [API CHANGE] oox: fix import of chart date categoriesDennis Francis2021-09-065-19/+61
* tdf#143127 tdf#143130 ooxml export: fix lost image/shape in chartBalazs Varga2021-09-012-39/+41
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-015-13/+3
* tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis2021-09-018-23/+239
* tdf#142645 PPTX import: convert "ctrTitle" text to slide nameTibor Nagy2021-08-311-1/+1
* tdf#112450 correct points and size for polyline in VML importRegina Henschel2021-08-275-10/+145
* i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna2021-08-251-8/+0
* Introduce o3tl::saturating_cast for floating-point->integer conversionMike Kaganski2021-08-251-8/+1
* Avoid overflowing floating-point -> integer conversionStephan Bergmann2021-08-241-1/+10
* tdf#142351 chart ooxml import: fix category axis cross positionBalazs Varga2021-08-231-2/+2
* Make some scripts more portableIlmari Lauhakangas2021-08-201-1/+1
* loplugin:constmethodsNoel Grandin2021-08-192-5/+5
* Fix typosAndrea Gelmini2021-08-191-1/+1
* Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski2021-08-194-12/+12
* loplugin:constparamsNoel Grandin2021-08-182-3/+3
* loplugin:passstuffbyrefNoel Grandin2021-08-182-6/+6
* tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNEmircan Agac2021-08-161-4/+1
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-162-5/+6
* pass OutlinerParaObject around by valueNoel Grandin2021-08-162-16/+8
* tdf#143860 non-primitive needs custGeom not prstGeomRegina Henschel2021-08-151-1/+2
* tdf#142605 use frame size in oox export of BezierCurveRegina Henschel2021-08-144-2/+118
* Fixed documentation references to the custom shape generate scriptHossein2021-08-143-19/+34
* tdf#143852: Revert "Move ActionLockGuard up a bit"Mike Kaganski2021-08-131-2/+2