Age | Commit message (Expand) | Author |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-22 | tdf#132472: do not set text color when table style is 'Themed-Style-2' | Xisco Fauli |
2021-04-22 | tdf#141540 fix docx import of group or line with rotation | Regina Henschel |
2021-04-20 | tdf#122962 DOCX drawingML export: fix polygon shape in group shape | Miklos Vajna |
2021-04-16 | tdf#122222: add DOCX export of resolved comments as "done" | Mike Kaganski |
2021-04-14 | reduce allocation in TextListStyle some more | Noel Grandin |
2021-04-14 | reduce allocation in TextListStyle | Noel Grandin |
2021-04-13 | tdf#79591: No need to use getStr here | Mike Kaganski |
2021-04-12 | tdf#140489 fix chart display in xlsx | Szymon Kłos |
2021-04-12 | Don't overwrite existing categories for series | Szymon Kłos |
2021-03-31 | Use isEmpty instead of comparing getLength to 0 | Mike Kaganski |
2021-03-29 | tdf#125560 PPTX import: fix WordArt effect textDeflate and textInflateTop | Gabor Kelemen |
2021-03-29 | tdf#137367 PPTX import: fix lost direct hyperlink colors | Tibor Nagy |
2021-03-26 | loplugin:flatten | Noel |
2021-03-26 | tdf#118535 DOCX export: save header image once | Daniel Arato (NISZ) |
2021-03-26 | tdf#122717: fix handling of zero width/height lines | Xisco Fauli |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-23 | tdf#140714 Import graphics cropped into custom geometry as custom shapes. | Gülşah Köse |
2021-03-19 | tdf#131905 PPTX table export: fix vertical alignment | Tibor Nagy |
2021-03-18 | tdf#118693: no need to use convertMm100ToTwip() for line shapes anymore | Xisco Fauli |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-03-11 | Revert "tdf#118133 DOCX import: disable lazy-loading of tiff images" | Xisco Fauli |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-10 | tdf#140865 roundtrip pptx wordart 3D, add sp3d | Regina Henschel |
2021-03-07 | Revert "tdf#126310 Disable lazy loading of WMF images" | Xisco Fauli |
2021-03-04 | tdf#139940 oox: mark end before growing largest segment backwards | Justin Luth |
2021-03-03 | Reset ShapeProperty priority and handle only crop case. | Gülşah Köse |
2021-02-25 | tdf#136570 OOXML import: fix height of OLE objects | Attila Bakos (NISZ) |
2021-02-24 | Prevent the unnecessary lclCropGraphic call. | Gülşah Köse |
2021-02-22 | oox: VML export: write o:allowincell attribute on shapes | Michael Stahl |
2021-02-21 | loplugin:refcounting in oox..i18npool | Noel |
2021-02-16 | Fix index out of range when vml-shape-types is missing | Mike Kaganski |
2021-02-16 | loplugin:referencecasting in oox..package | Noel |
2021-02-14 | Move unit conversion code to o3tl, and unify on that in more places | Mike Kaganski |
2021-02-11 | Fix typo | Andrea Gelmini |
2021-02-11 | Fix typo | Andrea Gelmini |
2021-02-11 | loplugin:refcounting generalise type checking | Noel |
2021-02-10 | Fix loplugin:stringliteralvar | Stephan Bergmann |
2021-02-10 | Fix chart label import, use the locale as MS Office does | Andras Timar |
2021-02-10 | tdf#134210 Handle greyscale effect on bitmap filled custom shapes. | Gülşah Köse |
2021-02-10 | pass FastAttributeList around by rtl::Reference | Noel |
2021-02-10 | tdf#134210 Import crop position of bitmap filled shape. | Gülşah Köse |
2021-02-08 | Remove unneeded breaks | Andrea Gelmini |
2021-02-08 | oox: prefix VML shapetype ids with _x0000_t | Michael Stahl |
2021-02-08 | tdf#94235 Add support for series name in data series labels | Samuel Mehrbrodt |
2021-02-06 | Use more conversion functions from <tools/UnitConversion.hxx> | Mike Kaganski |
2021-02-05 | Make sanitiseMm100ToTwip simpler and more correct | Mike Kaganski |
2021-02-04 | Fix -Wmaybe-uninitialized | dante |
2021-02-04 | have one set of twips<->mm conversions | Noel |
2021-02-04 | use more getSdrObjectFromXShape | Noel |