summaryrefslogtreecommitdiff
path: root/oox/source/vml
AgeCommit message (Expand)Author
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-12-16VML import: handle <v:imagedata gain="..." blacklevel="...">Miklos Vajna
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-08Clean up a bit iterator management in oox/vmldrawingJulien Nabet
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-27tdf#112450 correct points and size for polyline in VML importRegina Henschel
2021-08-25Introduce o3tl::saturating_cast for floating-point->integer conversionMike Kaganski
2021-08-24Avoid overflowing floating-point -> integer conversionStephan Bergmann
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-05tdf#123643 Import/Export for hyperlinks on text boxesSamuel Mehrbrodt
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-05-25tdf#137314 apply conversion from vml angle unit 'fd'Regina Henschel
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-25tdf#136570 OOXML import: fix height of OLE objectsAttila Bakos (NISZ)
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-10-30tdf#137642 VML shape import: fix alignment from top marginSzabolcs Toth
2020-10-29tdf#137765 DOCX VML shape import: fix rotation handlingRegényi Balázs
2020-10-27tdf#137678 DOCX VML shape import: fix missing horizontal mirroringRegényi Balázs
2020-10-26tdf#97517 DOCX VML shape import: fix missing vertical mirroringRegényi Balázs
2020-10-06tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs
2020-10-03loplugin:reducevarscope in ooxNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-15tdf#103611 sw: fix vertical alignment to page bottom marginTibor Nagy
2020-09-11tdf#135660 DOCX import: fix OLE icon wrap distanceDaniel Arato (NISZ)
2020-09-07tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)
2020-08-31tdf#97618 DOCX import: VML shape: fix missing square wrapRegényi Balázs
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27tdf#135653 OOXML import: fix OLE background colorAttila Bakos
2020-08-18tdf#132555 PPTX VML import: handle stroke properties of image shapesMiklos Vajna
2020-08-13Remove some unused includesMiklos Vajna
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: ooxStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-18tdf#123622 DOCX VML import: fix relative horizontal alignmentTibor Nagy
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl
2020-05-10new loplugin:simplifypointertoboolNoel Grandin