summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)AuthorFilesLines
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
Related bugs: n#719989, n#719997
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-07Fix Redundant assignment of "nModToken" in switchJulien Nabet1-1/+1
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara4-117/+0
2012-04-07Some cleaning in oox::dump :Julien Nabet2-62/+0
oox::dump::InputObjectBase oox::dump::Output
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi9-17/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-16/+16
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi12-92/+92
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-05remove unused code (oox)Petr Vorel4-260/+0
2012-04-02don't leak pDefaultTableStyleCaolán McNamara1-2/+7
2012-04-02n747499: PPTX embedded media playback.Muthu Subramanian4-5/+38
Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently.
2012-04-01include guardLuboš Luňák1-0/+5
2012-03-30callcatcher: regenerate unused code listCaolán McNamara10-214/+0
2012-03-29drop extra unused inlines and remains of unconstructable classCaolán McNamara3-26/+0
2012-03-29remove unused code (oox)Petr Vorel8-86/+0
2012-03-29callcatcher: update listCaolán McNamara4-26/+0
2012-03-28remove left-over class stubCaolán McNamara7-7694/+0
2012-03-28remove unused code (oox, sc)Petr Vorel6-120/+0
2012-03-28n#751117 oox: make sure position is not lost during VML import of rotationMiklos Vajna1-1/+7
2012-03-28ShapeTypeModel::maFlip: correct bogus doxygen commentMiklos Vajna1-1/+1
2012-03-28n#751117 oox: implement VML import of shape style 'flip'Miklos Vajna3-1/+18
2012-03-28n#751117 oox: implement VML import of v:line tokenMiklos Vajna4-1/+57
2012-03-28n#751117 oox: implement VML import of shape style 'rotation'Miklos Vajna3-0/+6
2012-03-27remove unused code (oox, sc)Petr Vorel6-31/+0
2012-03-26remove unused code (oox)Petr Vorel1-13/+0
2012-03-26oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna1-21/+21
2012-03-23.hxx files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-03-23n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixedCédric Bosdonnat4-1/+12
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna5-2/+17
There were multiple issues here: - convertEmuToHmm() not handling negative values - position:absolute style property being ignored - mso-position-vertical-relative is not converted to text::RelOrientation - SwAnchoredDrawObject::_SetPositioningAttr() re-positioning already positioned objects - DomainMapper_Impl::PushShapeContext() inserting positioned objects as character
2012-03-21oox: it's EMU, not MEUMiklos Vajna1-1/+1
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20callcatcher: update listCaolán McNamara1-14/+0