summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2012-05-28hack the same meaning for o:hr handling like MSO usesLuboš Luňák1-0/+9
2012-05-28Y, height are in Y coordinatesLuboš Luňák1-3/+3
2012-05-24sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl1-0/+1
2012-05-24oox: remove duplicate custom makefile from writerfilter10Michael Stahl1-126/+0
2012-05-24oox: generate vmlexport-shape-types into CustomTarget dirMichael Stahl2-8/+8
2012-05-24oox: add some bling so we can see what takes so longMichael Stahl1-0/+3
2012-05-24oox: move generated stuff to custom targetMichael Stahl4-42/+64
2012-05-24oox: this rule needs a commandMichael Stahl1-0/+1
2012-05-24oox: can't see why we need these depsMichael Stahl1-10/+0
2012-05-24oox; there is no oox_source packageMichael Stahl1-2/+1
2012-05-23do not insert empty texbodies for empty placeholder shapesRadek Doulik5-3/+21
2012-05-22rework getting shape for the .docx import filterLuboš Luňák3-12/+10
2012-05-20more on correct import of data bars from Excel2010Markus Mohrhard1-0/+1
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard1-0/+3
2012-05-20add namespace for extensions from Excel2010Markus Mohrhard3-2/+11
2012-05-17n#760029: Floor borders were missing from 3D Charts.Muthu Subramanian1-3/+3
2012-05-16Crash fix.Muthu Subramanian1-1/+1
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian6-1/+55
2012-05-14removed unused static rtl::OUStringTakeshi Abe2-2/+0
2012-05-08oox: strict aliasing warning:Michael Stahl1-2/+13
2012-05-08n759212: Text over images.Muthu Subramanian5-9/+13
2012-05-05fdo#48778: PPTX import crashes.Muthu Subramanian1-2/+2
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power3-3/+2
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power3-2/+3
2012-05-04oox: fix up doxygen syntax in oox/vml/vmldrawing.hxxMiklos Vajna1-17/+17
2012-05-02catch by const refCaolán McNamara1-4/+4
2012-05-01Oups ! (Thank you Korrawit !)Julien Nabet1-1/+0
2012-05-01Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)Julien Nabet1-1/+2
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara5-1/+4
2012-04-27WaE: scary msvc2008 warning about using delete on an incomplete typeCaolán McNamara2-3/+3
2012-04-26n758565: Wrong master slide shape being used.Muthu Subramanian6-65/+32
2012-04-25fix few issues after SAL_INFO conversionRadek Doulik1-2/+2
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara2-13/+0
2012-04-23n#757890 oox: implement mso-position-horizontal shape property for textframesMiklos Vajna4-0/+5
2012-04-19valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-0/+1
2012-04-19valgrind: Uninitialised value was created by a stack allocationCaolán McNamara1-1/+1
2012-04-18oox: fix doxygen syntax to avoid misleading output in vml::ClientDataMiklos Vajna1-29/+29
2012-04-16callcatcher: update listCaolán McNamara2-21/+0
2012-04-16catch by const referenceCaolán McNamara1-4/+4
2012-04-16callcatcher: update unused codeCaolán McNamara2-22/+0
2012-04-13oox::drawingml::Shape: OSL_TRACE -> SAL_INFOMiklos Vajna1-7/+7
2012-04-12oox: fix doxygen syntax to avoid misleading output in ShapeModelMiklos Vajna1-7/+7
2012-04-12unusedcode.easy: remove FilterBase::openSubStorageThomas Arnhold2-17/+0
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold4-139/+0
2012-04-12unusedcode.easy: remove FilterBase::requestEncryptionDataThomas Arnhold2-13/+0
2012-04-12callcatcher: update unused code listCaolán McNamara2-36/+0
2012-04-11callcatcher: update listCaolán McNamara2-21/+0
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian2-0/+2
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1