summaryrefslogtreecommitdiff
path: root/oox/source/export/drawingml.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-17oox: fix invalid mime type "image/tif"Michael Stahl1-1/+1
2015-06-25similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara1-11/+30
2015-06-25fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara1-8/+9
2015-05-30another DrawingML export crash fixAndras Timar1-0/+12
2015-05-28DrawingML export crash fixAndras Timar1-20/+14
2015-05-28tdf#90338 tdf#84254 DrawingML export fixAndras Timar1-0/+206
2015-05-19coverity#1298896 dead codeCaolán McNamara1-5/+0
2015-05-12tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad1-6/+69
2015-05-12loplugin:cstylecastStephan Bergmann1-1/+1
2015-05-11tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad1-0/+12
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10tdf#90607:Issue in bullets not having any text following.Charu Tyagi1-0/+8
2015-05-10CppunitTest_sd_export_tests: fix validation errorsMiklos Vajna1-1/+2
2015-05-09tdf#90828 FILESAVE:XLSX export of underline color for text inside textboxPriyankaGaikwad1-0/+9
2015-05-07tdf#91066: Condensed Character Spacing i.e spc(negative value) is not exporte...yogesh.bharate0011-1/+2
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-2/+2
2015-04-30tdf#90955: CharKerning i.e spc is not exported after RT.yogesh.bharate0011-0/+12
2015-04-30tdf#90673:FILESAVE:PPTX Paragraph text direction right-to-left is not exportedPriyankaGaikwad1-0/+12
2015-04-30tdf#90908 : FILESAVE: XLSX wrong export of font size 18PriyankaGaikwad1-1/+1
2015-04-27support axis text properties during OOXML export, tdf#90532Markus Mohrhard1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-13loplugin:cstylecastStephan Bergmann1-1/+1
2015-04-13tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exportedPriyankaGaikwad1-0/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-17/+17
2015-03-27loplugin:staticfunctionNoel Grandin1-9/+10
2015-03-25Revert "tdf#90174 FILESAVE: export of bullet color for pptx"Stephan Bergmann1-12/+0
2015-03-24WaE: uninitialized nBulletColorCaolán McNamara1-2/+2
2015-03-24tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad1-0/+12
2015-02-26oox/source/export/drawingml.cxx: -Werror=maybe-uninitializedRobert Antoni Buj Gelonch1-1/+1
2015-02-25bnc#637947 export shape shadow to DrawingMLAndras Timar1-0/+29
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna1-4/+4
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca1-7/+7
2015-01-24coverity#1265791 Unchecked return valueCaolán McNamara1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18oox: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna1-3/+3
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-13/+0
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás1-3/+0
2014-11-05fdo#85813 drawingML export: fix handling of impress tablesMiklos Vajna1-2/+5
2014-11-03typo: geomtery -> geometryAndras Timar1-1/+1
2014-10-09drawingML export: fix <a:srcRect> if graphic's map mode is pixelsMiklos Vajna1-1/+7
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-29drawingML export: fix remaining rotation / flip combinationsMiklos Vajna1-13/+4
2014-09-26DOCX drawingML import: fix remaining rotation / flip combinationsMiklos Vajna1-0/+6
2014-09-24fdo#84028 : Preserved all caps property for text.sushil_shinde1-0/+16
2014-09-12Partial revert of e910705421b40f3accff684e956854ff68761574Stephan Bergmann1-3/+2
2014-09-11SAL_WARN_IFTomaž Vajngerl1-12/+12
2014-09-11Use Any.get<T>(..) instead of Any.getValue(..) and ugly castTomaž Vajngerl1-19/+29
2014-09-11more consistent code style in drawingml exportTomaž Vajngerl1-80/+210
2014-09-11Make GetProperty more clearTomaž Vajngerl1-21/+26