summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
2012-04-27WaE: scary msvc2008 warning about using delete on an incomplete typeCaolán McNamara
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
2012-04-26n758565: Wrong master slide shape being used.Muthu Subramanian
* Changed <ph> idx to OptValue. * Duplicate code removal.
2012-04-25fix few issues after SAL_INFO conversionRadek Doulik
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-23n#757890 oox: implement mso-position-horizontal shape property for textframesMiklos Vajna
2012-04-19valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-04-19valgrind: Uninitialised value was created by a stack allocationCaolán McNamara
2012-04-18oox: fix doxygen syntax to avoid misleading output in vml::ClientDataMiklos Vajna
2012-04-16callcatcher: update listCaolán McNamara
2012-04-16catch by const referenceCaolán McNamara
2012-04-16callcatcher: update unused codeCaolán McNamara
2012-04-13oox::drawingml::Shape: OSL_TRACE -> SAL_INFOMiklos Vajna
2012-04-12oox: fix doxygen syntax to avoid misleading output in ShapeModelMiklos Vajna
2012-04-12unusedcode.easy: remove FilterBase::openSubStorageThomas Arnhold
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold
2012-04-12unusedcode.easy: remove FilterBase::requestEncryptionDataThomas Arnhold
2012-04-12callcatcher: update unused code listCaolán McNamara
2012-04-11callcatcher: update listCaolán McNamara
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian
Related bugs: n#719989, n#719997
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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 Nabet
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara
2012-04-07Some cleaning in oox::dump :Julien Nabet
oox::dump::InputObjectBase oox::dump::Output
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
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 Dezsi
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 Dezsi
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 McNamara
2012-04-05remove unused code (oox)Petr Vorel
2012-04-02don't leak pDefaultTableStyleCaolán McNamara
2012-04-02n747499: PPTX embedded media playback.Muthu Subramanian
Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently.
2012-04-01include guardLuboš Luňák
2012-03-30callcatcher: regenerate unused code listCaolán McNamara
2012-03-29drop extra unused inlines and remains of unconstructable classCaolán McNamara
2012-03-29remove unused code (oox)Petr Vorel
2012-03-29callcatcher: update listCaolán McNamara
2012-03-28remove left-over class stubCaolán McNamara
2012-03-28remove unused code (oox, sc)Petr Vorel
2012-03-28n#751117 oox: make sure position is not lost during VML import of rotationMiklos Vajna
2012-03-28ShapeTypeModel::maFlip: correct bogus doxygen commentMiklos Vajna
2012-03-28n#751117 oox: implement VML import of shape style 'flip'Miklos Vajna
2012-03-28n#751117 oox: implement VML import of v:line tokenMiklos Vajna
2012-03-28n#751117 oox: implement VML import of shape style 'rotation'Miklos Vajna
2012-03-27remove unused code (oox, sc)Petr Vorel
2012-03-26remove unused code (oox)Petr Vorel
2012-03-26oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna
2012-03-23.hxx files don't need executable bitsMichael Stahl