summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
AgeCommit message (Collapse)Author
2013-03-13bnc#798309 inherit group style from parentNoel Power
Change-Id: I8acba22750b8b06b9c20607884629899ad180425 Reviewed-on: https://gerrit.libreoffice.org/2702 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-12-18fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f Reviewed-on: https://gerrit.libreoffice.org/1337 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-21n760019: removing problematic code that disrupts numbering levelFelix Zhang
Change-Id: Idb997e672e4f997ad324bdb5d49ab7dae4a9e9e9
2012-08-09n#759210: Certain smartart drawings weren't imported.Muthu Subramanian
SmartArt info was reset, when there was a chart (e.g.) in the same slide. This also fixes fdo#50907. (cherry picked from commit 11c5699dad06fb0d7fc0e458550a1dac82f8ee5f) Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-08-09n#774167: Crash fix.Muthu Subramanian
(cherry picked from commit 36233b158b5de6c474f06c8c8772f0012b191baa) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-07-31rhbz#842552 always create text contentDavid Tardon
The following line in oox::drawingml::table::TableCell::pushToXCell suggests that it is assumed that the cell always contains text: Reference< text::XText > xText( rxCell, UNO_QUERY_THROW ); So TableCell should always hold a valid TextBody too. Change-Id: Ic2db7b535c98dd5f2b18941846709a781df4585c
2012-06-06TextParagraphProperties::pushToPropSet: limit effect of failed numrule importMiklos Vajna
Fixes missing paragraph properties in Writer when importing SmartArt. Change-Id: I0091d7156b30b7ef99e550d7252a60676c23046e
2012-06-01targetted string cleanupMichael Meeks
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
2012-05-23do not insert empty texbodies for empty placeholder shapesRadek Doulik
- the original problem can be reproduced by creating new empty presentation in powerpoint. after it is loaded in impress, it was completely blank, without placeholder shape texts (Click to add title, Click to add text) Change-Id: I541554e273372ad09cca2fb91e27a17eb1f3a00e
2012-05-17n#760029: Floor borders were missing from 3D Charts.Muthu Subramanian
Looks like there should always be a floor border for the 3D charts.
2012-05-16Crash fix.Muthu Subramanian
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian
These functions are required for debugging pptx import problems.
2012-05-08n759212: Text over images.Muthu Subramanian
Default text may not make sense to be copied from the master slide to the slides when there is an image.
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
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-19valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-04-13oox::drawingml::Shape: OSL_TRACE -> SAL_INFOMiklos Vajna
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian
Related bugs: n#719989, n#719997
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-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-03-28remove unused code (oox, sc)Petr Vorel
2012-03-20removed unused codePetr Vorel
2012-03-14Remove unused code in drawingml/table.Mariana Marasoiu
2012-03-14Remove unused code in drawingml/theme.Mariana Marasoiu
2012-03-14Remove unused code in drawingml/diagram.Mariana Marasoiu
2012-03-14Remove unused code in drawingml.Mariana Marasoiu
2012-03-05n747499: Wav/Audio files import - stub.Muthu Subramanian
2012-03-05remove unused codePetr Vorel
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-03-03oox::drawingml::Shape: fix "lock underflow in SvxShape" assertionsMichael Stahl
2012-03-02customshapes: re-generate smaller, faster to compile data.Michael Meeks
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks
another 20% compile time win, and 350K saved from the shared library
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks
Saves 4% compile time and 200K of space
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls.
2012-03-02generate more pptx test documents with preset shapesRadek Doulik
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets
2012-03-02customshapes: commit updated autogenerated output.Michael Meeks
2012-03-02customshapes: re-work generation to create many small methodsMichael Meeks
each custom shape now has a virtual constructor we can call to construct it, this shrinks the function size, and helps the optimiser much accelerating compile time. It may even help improve import time too.
2012-03-02document customshapes (re-)generation flow.Michael Meeks
2012-03-02n719988, n734733: Bullet should have same color as following text by defaultFelix Zhang
2012-03-02n657904: Styling information isn't applied to grpSp.Muthu Subramanian
2012-02-29n#746996: Wrong text color in smartArt.Muthu Subramanian
Some fontRef elements don't seem to define color, but the spec. says it needs to be used along with choice of color. So, assuming tx1 when there are none defined.
2012-02-24fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-16Fix crash in smartart importThorsten Behrens
Rather check iterator validity *before* accessing it. valgrind warning on linux, and crash on windows for e.g. doc at n#736495.
2012-02-14n744510: Improved 'vert' text imports.Muthu Subramanian