summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2013-01-23class vs struct mismatchLuboš Luňák1-1/+1
2013-01-22oox: try to make Windows build happyMiklos Vajna1-1/+1
2013-01-22n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna7-12/+109
2013-01-22fix cell border line properties n#793408Radek Doulik1-0/+1
2013-01-15n#794350: [PPTX] Flip gradient fill as well.Muthu Subramanian3-3/+12
2013-01-15n#793999: PPTX Export - background image fit to slide.Muthu Subramanian1-0/+5
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-0/+13
2012-12-10oox: v:textbox's inset attribute should be imported in Hmm, not in EmuMiklos Vajna1-4/+4
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-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák4-6/+6
2012-12-01oox: fix buildIvan Timofeev17-34/+1
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz4-30/+30
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz17-28/+28
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-30do not write rotation when it is equal to multiple of 360 degreesRadek Doulik1-1/+1
2012-11-29fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard3-11/+23
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist1-2/+2
2012-11-26Revert "Skip a bunch of files in the disable-export case"Tor Lillqvist1-7/+6
2012-11-26Skip a bunch of files in the disable-export caseTor Lillqvist1-6/+7
2012-11-24this method actually can throw, related fdo#57451Markus Mohrhard2-2/+2
2012-11-23Remove some other newly tagged unused methodsJulien Nabet2-11/+0
2012-11-22AllSettings with LanguageTagEike Rathke2-1/+2
2012-11-19no matching function for call to 'max(int, long int)'Tor Lillqvist1-1/+1
2012-11-19export embedded spreadsheet(s), fixes n#780830Radek Doulik4-47/+176
2012-11-19limit buSzPct rangeRadek Doulik1-1/+1
2012-11-17valgrind: use of uninitialized variableCaolán McNamara1-1/+2
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-16/+0
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-4/+3
2012-11-14oox: reduce exception count reading missing attributes.Michael Meeks1-0/+4
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl1-10/+20
2012-11-09oox: make things easier to debug by tracing exceptionsMichael Stahl2-8/+16
2012-11-08oox: fix doxygen comments in dumpMiklos Vajna1-22/+22
2012-11-08I hate sal_Int32, episode #1326.Luboš Luňák1-4/+4
2012-11-08implement inset attribute of <v:textbox> (part of bnc#773061)Luboš Luňák8-3/+44
2012-11-07oox: fix doxygen comments in helperMiklos Vajna9-51/+51
2012-11-05bnc#785727: Add more safety checks, exact bug mechanism unclearTor Lillqvist1-1/+1
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-0/+1
2012-10-25WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier1-1/+3
2012-10-25n#773048: Adjust rotate in relation to fix for n#783433Muthu Subramanian1-1/+1
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+1
2012-10-18Improve vml path parsing to handle repeated commandsPierre-Eric Pelloux-Prayer1-17/+28
2012-10-16vml import: only apply width-percent attribute if it's != 0Pierre-Eric Pelloux-Prayer1-2/+6
2012-10-13oox: fix loplugin warningsMiklos Vajna5-9/+9
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-11we love you 32bit sal_Int32 as longCaolán McNamara1-1/+1
2012-10-11n#778854: Fixes quite some issues with bullet points.Muthu Subramanian2-5/+21
2012-10-11callcatcher: update unused code listCaolán McNamara2-15/+0