Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-29 | oox: initial smartart text is imported into Writer | Miklos Vajna | |
2012-05-28 | hack the same meaning for o:hr handling like MSO uses | Luboš Luňák | |
This doesn't in fact change much in LO, since ShapeType::getAbsRectangle() uses 0 as the reference size, 100% is still actually 0. Change-Id: I81690d710402224c8477c90ad14672b593aacc24 | |||
2012-05-28 | Y, height are in Y coordinates | Luboš Luňák | |
Change-Id: If75567533b5e00417f749bd8e957a317dda02804 | |||
2012-05-24 | oox: remove duplicate custom makefile from writerfilter10 | Michael Stahl | |
2012-05-23 | do not insert empty texbodies for empty placeholder shapes | Radek 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-22 | rework getting shape for the .docx import filter | Luboš Luňák | |
This makes both sw/qa/extras/ooxmltok/data/n705956-{1|2}.docx testcases work at the same time. As far as I understand it, the .docx filter calls into oox and at the end if gets the shape, while the shape is removed from the ShapeContainer. In the case of recursion caused by <w:pict><v:shape><w:txbxContent><w:pict><v:shape>, clearing the whole list is wrong. Also, the OSL_ENSURE seems to suggest that there should not be more than one shape inserted by each read. So simply consider maShapes to be a stack when importing .docx . Change-Id: I7263aeaf74c8d31a05e64c56b880cbc6b00d7dd6 | |||
2012-05-20 | more on correct import of data bars from Excel2010 | Markus Mohrhard | |
http://msdn.microsoft.com/en-us/library/documentformat.openxml.office2010.excel.databar.aspx Change-Id: I6d76cd888b723718e5a2beedfb5223fb6c0d0ba2 | |||
2012-05-20 | correctly import data bar information from Excel2010 | Markus Mohrhard | |
Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079 | |||
2012-05-20 | add namespace for extensions from Excel2010 | Markus Mohrhard | |
Change-Id: I45144a08729b00c1e46784b430af7bc15244dfe7 | |||
2012-05-17 | n#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-16 | Crash fix. | Muthu Subramanian | |
2012-05-16 | Revert selected hunks from various 'unused code' commits. | Muthu Subramanian | |
These functions are required for debugging pptx import problems. | |||
2012-05-14 | removed unused static rtl::OUString | Takeshi Abe | |
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b | |||
2012-05-08 | oox: strict aliasing warning: | Michael Stahl | |
/oox/source/dump/dumperbase.cxx:345:69: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] | |||
2012-05-08 | n759212: 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-05-05 | fdo#48778: PPTX import crashes. | Muthu Subramanian | |
This probably occurs when the document has wrong idx (?) | |||
2012-05-04 | Revert "reorganise code a little so ole controls are catered for wrt fdo#49430" | Noel Power | |
This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5. | |||
2012-05-04 | reorganise code a little so ole controls are catered for wrt fdo#49430 | Noel Power | |
Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a | |||
2012-05-02 | catch by const ref | Caolán McNamara | |
Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8 | |||
2012-05-01 | Oups ! (Thank you Korrawit !) | Julien Nabet | |
Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a | |||
2012-05-01 | Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...) | Julien Nabet | |
Thank you Caolán for your advice! Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49 | |||
2012-04-27 | include oox/token/properties.hxx directly where needed | Caolán McNamara | |
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e | |||
2012-04-26 | n758565: Wrong master slide shape being used. | Muthu Subramanian | |
* Changed <ph> idx to OptValue. * Duplicate code removal. | |||
2012-04-25 | fix few issues after SAL_INFO conversion | Radek Doulik | |
2012-04-25 | callcatcher: remove freshly unused code | Caolán McNamara | |
2012-04-23 | n#757890 oox: implement mso-position-horizontal shape property for textframes | Miklos Vajna | |
2012-04-19 | valgrind: Conditional jump or move depends on uninitialised value | Caolán McNamara | |
2012-04-19 | valgrind: Uninitialised value was created by a stack allocation | Caolán McNamara | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | catch by const reference | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-13 | oox::drawingml::Shape: OSL_TRACE -> SAL_INFO | Miklos Vajna | |
2012-04-12 | unusedcode.easy: remove FilterBase::openSubStorage | Thomas Arnhold | |
2012-04-12 | unusedcode.easy: Remove BinaryFilterBase | Thomas Arnhold | |
2012-04-12 | unusedcode.easy: remove FilterBase::requestEncryptionData | Thomas Arnhold | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-11 | callcatcher: update list | Caolán McNamara | |
2012-04-09 | fdo43752: PPTX import fix affected odp imports. | Muthu Subramanian | |
Related bugs: n#719989, n#719997 | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-07 | Fix Redundant assignment of "nModToken" in switch | Julien Nabet | |
2012-04-07 | callcatcher: update and remove newly unused methods | Caolán McNamara | |
2012-04-07 | Some cleaning in oox::dump : | Julien Nabet | |
oox::dump::InputObjectBase oox::dump::Output | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-05 | remove unused code (oox) | Petr Vorel | |
2012-04-02 | don't leak pDefaultTableStyle | Caolán McNamara | |
2012-04-02 | n747499: PPTX embedded media playback. | Muthu Subramanian | |
Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently. |