summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2012-12-21this method actually can throw, related fdo#57451Markus Mohrhard2-2/+2
2012-12-18class vs struct mismatchLuboš Luňák1-1/+1
2012-12-17n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna7-51/+142
2012-12-14fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-0/+13
2012-12-13vml import: only apply width-percent attribute if it's != 0Pierre-Eric Pelloux-Prayer1-2/+6
2012-12-13oox: v:textbox's inset attribute should be imported in Hmm, not in EmuMiklos Vajna1-4/+4
2012-12-11use effect referencesRadek Doulik4-10/+26
2012-12-11Import shadow effect properties for shapes in docx.Eilidh McAdam11-0/+234
2012-12-11Revert "for lnRef idx 0 is valid index into style matrix"Radek Doulik1-4/+4
2012-12-10for lnRef idx 0 is valid index into style matrixRadek Doulik1-4/+4
2012-12-07TextContext::onCharacters: missing rtl:: prefixMiklos Vajna1-1/+1
2012-12-06bnc#792528: Play it safe for non-Excel documents.Kohei Yoshida1-1/+4
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida1-2/+8
2012-11-22I hate sal_Int32, episode #1326.Luboš Luňák1-4/+4
2012-11-22no matching function for call to 'max(int, long int)'Tor Lillqvist1-1/+1
2012-11-20export embedded spreadsheet(s), fixes n#780830Radek Doulik4-47/+176
2012-11-20limit buSzPct rangeRadek Doulik1-1/+1
2012-11-08implement inset attribute of <v:textbox> (part of bnc#773061)Luboš Luňák8-3/+44
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek1-2/+29
2012-11-05bnc#785727: Add more safety checks, exact bug mechanism unclearTor Lillqvist1-1/+1
2012-10-29n#773048: Adjust rotate in relation to fix for n#783433Muthu Subramanian1-1/+1
2012-10-15fix text rotation for txXfrm element, fixes n#783433suse-3.6-0distro/suse/suse-3-6Radek Doulik1-1/+1
2012-10-15better pptx custom shape presets import/exportRadek Doulik9-1/+306
2012-10-15make sure we don't export shapes with negative size (fixes n#760997)Radek Doulik1-0/+5
2012-10-15write only non NaN chart series values (fixes part of n#760997Radek Doulik1-1/+2
2012-10-15use master's shape position/size for layout shapes when needed (n#760997)Radek Doulik2-10/+39
2012-10-13it seems we still need the ::rtl:: prefix for OUString at some placesAndras Timar1-2/+2
2012-10-13we love you 32bit sal_Int32 as longCaolán McNamara1-1/+1
2012-10-13Crash fix.Muthu Subramanian1-1/+3
2012-10-13n#771549: Import text offsets in shapes.Muthu Subramanian5-7/+52
2012-10-13n#759180: Override properties with endParaPr.Muthu Subramanian1-1/+6
2012-10-13n#778859: Non autofit text are imported as autofit.Muthu Subramanian1-0/+4
2012-10-13n#773048: PPTX shape margins need to be rotated as well.Muthu Subramanian4-19/+34
2012-10-13remove forgotten debug printfDavid Tardon1-1/+0
2012-10-13n#768027: Slide notesMaster and notes import.Muthu Subramanian3-5/+51
2012-10-12n#759180: Push oox default spacing values.Muthu Subramanian2-4/+5
2012-10-12n#778854: Fixes quite some issues with bullet points.Muthu Subramanian2-5/+21
2012-10-10added safety checkRadek Doulik1-1/+1
2012-10-10implement a:overrideClrMapping (fixes n#783202)Radek Doulik1-1/+2
2012-10-04fix for fdo#55565 regression, failure to export vertical text in shapeNoel Power1-0/+21
2012-10-03fix for fdo#55565 regression, failure to export vertical text in shapeNoel Power1-0/+21
2012-10-03misc comment import/export fixesNoel Power1-1/+27
2012-10-02fdo#46278 - misc comment import/export fixesNoel Power1-1/+2
2012-10-02sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat4-0/+36
2012-10-02n#779627: support for arcsize value in VMLCédric Bosdonnat4-2/+23
2012-10-02n#779627: VML: import mso-position-vertical:center and friendsCédric Bosdonnat4-3/+19
2012-09-28n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna1-0/+1
2012-09-28n#777345 import imagedata of v:rect elements inside OLE objectsMiklos Vajna2-0/+28
2012-09-24Revert "fdo#54609, fdo#45366: Exception while importing xlsx."Fridrich Štrba1-15/+7
2012-09-20fdo#54609, fdo#45366: Exception while importing xlsx.Muthu Subramanian1-7/+15