summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
...
* unusedcode.easy: remove FilterBase::requestEncryptionDataThomas Arnhold2012-04-122-13/+0
|
* callcatcher: update unused code listCaolán McNamara2012-04-122-36/+0
|
* callcatcher: update listCaolán McNamara2012-04-112-21/+0
|
* fdo43752: PPTX import fix affected odp imports.Muthu Subramanian2012-04-092-0/+2
| | | | Related bugs: n#719989, n#719997
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-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)
* Fix Redundant assignment of "nModToken" in switchJulien Nabet2012-04-071-1/+1
|
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-074-117/+0
|
* Some cleaning in oox::dump :Julien Nabet2012-04-072-62/+0
| | | | | oox::dump::InputObjectBase oox::dump::Output
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-069-17/+14
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-16/+16
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-92/+92
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-1/+1
|
* remove unused code (oox)Petr Vorel2012-04-054-260/+0
|
* don't leak pDefaultTableStyleCaolán McNamara2012-04-021-2/+7
|
* n747499: PPTX embedded media playback.Muthu Subramanian2012-04-024-5/+38
| | | | | | Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently.
* include guardLuboš Luňák2012-04-011-0/+5
|
* callcatcher: regenerate unused code listCaolán McNamara2012-03-3010-214/+0
|
* drop extra unused inlines and remains of unconstructable classCaolán McNamara2012-03-293-26/+0
|
* remove unused code (oox)Petr Vorel2012-03-298-86/+0
|
* callcatcher: update listCaolán McNamara2012-03-294-26/+0
|
* remove left-over class stubCaolán McNamara2012-03-287-7694/+0
|
* remove unused code (oox, sc)Petr Vorel2012-03-286-120/+0
|
* n#751117 oox: make sure position is not lost during VML import of rotationMiklos Vajna2012-03-281-1/+7
|
* ShapeTypeModel::maFlip: correct bogus doxygen commentMiklos Vajna2012-03-281-1/+1
|
* n#751117 oox: implement VML import of shape style 'flip'Miklos Vajna2012-03-283-1/+18
|
* n#751117 oox: implement VML import of v:line tokenMiklos Vajna2012-03-284-1/+57
|
* n#751117 oox: implement VML import of shape style 'rotation'Miklos Vajna2012-03-283-0/+6
|
* remove unused code (oox, sc)Petr Vorel2012-03-276-31/+0
|
* remove unused code (oox)Petr Vorel2012-03-261-13/+0
|
* oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna2012-03-261-21/+21
|
* .hxx files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* .cxx files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixedCédric Bosdonnat2012-03-234-1/+12
|
* n#751054 fix VML import of absolutely positioned picturesMiklos Vajna2012-03-225-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
* oox: it's EMU, not MEUMiklos Vajna2012-03-211-1/+1
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* callcatcher: update listCaolán McNamara2012-03-201-14/+0
|
* remove unused code (oox, sc)Petr Vorel2012-03-206-41/+0
|
* removed unused codePetr Vorel2012-03-2012-292/+0
|
* workaround for msvc instantiating things it shouldn'tLuboš Luňák2012-03-171-0/+4
| | | | | The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008 does so and then it fails to compile.
* move excel related oox bits to scNoel Power2012-03-16160-52007/+161
|
* fix mishandling of 'End Sub' is there is a trailing comment fod#46889Noel Power2012-03-151-1/+1
|
* remove unused code (oox, sd)Petr Vorel2012-03-156-57/+0
|
* Remove unused code in drawingml/table.Mariana Marasoiu2012-03-142-5/+0
|
* Remove unused code in drawingml/theme.Mariana Marasoiu2012-03-142-7/+0
|
* Remove unused code in drawingml/diagram.Mariana Marasoiu2012-03-142-5/+0
|
* Remove unused code in drawingml.Mariana Marasoiu2012-03-142-11/+0
|