Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-19 | valgrind: Conditional jump or move depends on uninitialised value | Caolán McNamara | 1 | -0/+1 | |
2012-04-19 | valgrind: Uninitialised value was created by a stack allocation | Caolán McNamara | 1 | -1/+1 | |
2012-04-18 | oox: fix doxygen syntax to avoid misleading output in vml::ClientData | Miklos Vajna | 1 | -29/+29 | |
2012-04-16 | callcatcher: update list | Caolán McNamara | 2 | -21/+0 | |
2012-04-16 | catch by const reference | Caolán McNamara | 1 | -4/+4 | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | 2 | -22/+0 | |
2012-04-13 | oox::drawingml::Shape: OSL_TRACE -> SAL_INFO | Miklos Vajna | 1 | -7/+7 | |
2012-04-12 | oox: fix doxygen syntax to avoid misleading output in ShapeModel | Miklos Vajna | 1 | -7/+7 | |
2012-04-12 | unusedcode.easy: remove FilterBase::openSubStorage | Thomas Arnhold | 2 | -17/+0 | |
2012-04-12 | unusedcode.easy: Remove BinaryFilterBase | Thomas Arnhold | 4 | -139/+0 | |
2012-04-12 | unusedcode.easy: remove FilterBase::requestEncryptionData | Thomas Arnhold | 2 | -13/+0 | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | 2 | -36/+0 | |
2012-04-11 | callcatcher: update list | Caolán McNamara | 2 | -21/+0 | |
2012-04-09 | fdo43752: PPTX import fix affected odp imports. | Muthu Subramanian | 2 | -0/+2 | |
Related bugs: n#719989, n#719997 | |||||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 1 | -1/+1 | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 1 | -1/+1 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 1 | -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-07 | Fix Redundant assignment of "nModToken" in switch | Julien Nabet | 1 | -1/+1 | |
2012-04-07 | callcatcher: update and remove newly unused methods | Caolán McNamara | 4 | -117/+0 | |
2012-04-07 | Some cleaning in oox::dump : | Julien Nabet | 2 | -62/+0 | |
oox::dump::InputObjectBase oox::dump::Output | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 9 | -17/+14 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -5/+5 | |
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 | 6 | -16/+16 | |
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 | 12 | -92/+92 | |
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 | 1 | -1/+1 | |
2012-04-05 | remove unused code (oox) | Petr Vorel | 4 | -260/+0 | |
2012-04-02 | don't leak pDefaultTableStyle | Caolán McNamara | 1 | -2/+7 | |
2012-04-02 | n747499: PPTX embedded media playback. | Muthu Subramanian | 4 | -5/+38 | |
Currently plays the embedded audio files. The image for the audio file seems to be rendered bad, currently. | |||||
2012-04-01 | include guard | Luboš Luňák | 1 | -0/+5 | |
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara | 10 | -214/+0 | |
2012-03-29 | drop extra unused inlines and remains of unconstructable class | Caolán McNamara | 3 | -26/+0 | |
2012-03-29 | remove unused code (oox) | Petr Vorel | 8 | -86/+0 | |
2012-03-29 | callcatcher: update list | Caolán McNamara | 4 | -26/+0 | |
2012-03-28 | remove left-over class stub | Caolán McNamara | 7 | -7694/+0 | |
2012-03-28 | remove unused code (oox, sc) | Petr Vorel | 6 | -120/+0 | |
2012-03-28 | n#751117 oox: make sure position is not lost during VML import of rotation | Miklos Vajna | 1 | -1/+7 | |
2012-03-28 | ShapeTypeModel::maFlip: correct bogus doxygen comment | Miklos Vajna | 1 | -1/+1 | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'flip' | Miklos Vajna | 3 | -1/+18 | |
2012-03-28 | n#751117 oox: implement VML import of v:line token | Miklos Vajna | 4 | -1/+57 | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'rotation' | Miklos Vajna | 3 | -0/+6 | |
2012-03-27 | remove unused code (oox, sc) | Petr Vorel | 6 | -31/+0 | |
2012-03-26 | remove unused code (oox) | Petr Vorel | 1 | -13/+0 | |
2012-03-26 | oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel | Miklos Vajna | 1 | -21/+21 | |
2012-03-23 | .hxx files don't need executable bits | Michael Stahl | 2 | -0/+0 | |
2012-03-23 | .cxx files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-23 | n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixed | Cédric Bosdonnat | 4 | -1/+12 | |
2012-03-22 | n#751054 fix VML import of absolutely positioned pictures | Miklos Vajna | 5 | -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-21 | oox: it's EMU, not MEU | Miklos Vajna | 1 | -1/+1 | |
2012-03-21 | chmod -x | Tor Lillqvist | 1 | -0/+0 | |
2012-03-20 | callcatcher: update list | Caolán McNamara | 1 | -14/+0 | |