Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara | |
2012-03-29 | drop extra unused inlines and remains of unconstructable class | Caolán McNamara | |
2012-03-29 | remove unused code (oox) | Petr Vorel | |
2012-03-29 | callcatcher: update list | Caolán McNamara | |
2012-03-28 | remove left-over class stub | Caolán McNamara | |
2012-03-28 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-28 | n#751117 oox: make sure position is not lost during VML import of rotation | Miklos Vajna | |
2012-03-28 | ShapeTypeModel::maFlip: correct bogus doxygen comment | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'flip' | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of v:line token | Miklos Vajna | |
2012-03-28 | n#751117 oox: implement VML import of shape style 'rotation' | Miklos Vajna | |
2012-03-27 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-26 | remove unused code (oox) | Petr Vorel | |
2012-03-26 | oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel | Miklos Vajna | |
2012-03-23 | .hxx files don't need executable bits | Michael Stahl | |
2012-03-23 | .cxx files don't need executable bits | Michael Stahl | |
2012-03-23 | n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixed | Cédric Bosdonnat | |
2012-03-22 | n#751054 fix VML import of absolutely positioned pictures | Miklos Vajna | |
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 | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | callcatcher: update list | Caolán McNamara | |
2012-03-20 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-20 | removed unused code | Petr Vorel | |
2012-03-17 | workaround for msvc instantiating things it shouldn't | Luboš Luňák | |
The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008 does so and then it fails to compile. | |||
2012-03-16 | move excel related oox bits to sc | Noel Power | |
2012-03-15 | fix mishandling of 'End Sub' is there is a trailing comment fod#46889 | Noel Power | |
2012-03-15 | remove unused code (oox, sd) | Petr Vorel | |
2012-03-14 | Remove unused code in drawingml/table. | Mariana Marasoiu | |
2012-03-14 | Remove unused code in drawingml/theme. | Mariana Marasoiu | |
2012-03-14 | Remove unused code in drawingml/diagram. | Mariana Marasoiu | |
2012-03-14 | Remove unused code in drawingml. | Mariana Marasoiu | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-11 | remove unused code | Petr Vorel | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-07 | Need the sfx library for sfx2::isValidNCName() | Tor Lillqvist | |
2012-03-05 | support import of key shortcut for macro ( Excel only ) | Noel Power | |
2012-03-05 | n747499: Wav/Audio files import - stub. | Muthu Subramanian | |
2012-03-05 | remove unused code | Petr Vorel | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-03 | WaE: two unused functions | Tor Lillqvist | |
2012-03-03 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
Surely it's the bitwise operator & that is wanted here. The code makes no sense otherwise. We apparently have been generating UUIDs where every second hex digit is always a '1', like {x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex digit). | |||
2012-03-03 | WaE: expression result unused | Tor Lillqvist | |
Remopve apparently accidentally leftover initializer parameter list that now was just a comma expression with no effect. | |||
2012-03-03 | oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions | Michael Stahl | |
2012-03-02 | customshapes: re-generate smaller, faster to compile data. | Michael Meeks | |
2012-03-02 | customshapes: special-case Sequence of EnhancedCustomShapeParameterPair | Michael Meeks | |
another 20% compile time win, and 350K saved from the shared library | |||
2012-03-02 | customshapes: special case EnhancedCustomShapeParameterPair to win | Michael Meeks | |
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size | |||
2012-03-02 | customshapes: use static integer array for EnhancedCustomShapeSequences | Michael Meeks | |
Saves 4% compile time and 200K of space | |||
2012-03-02 | customshapes: 800k size saving, and 25% compile speedup | Michael Meeks | |
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls. | |||
2012-03-02 | generate more pptx test documents with preset shapes | Radek Doulik | |
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets | |||
2012-03-02 | customshapes: commit updated autogenerated output. | Michael Meeks | |