Age | Commit message (Expand) | Author |
2013-11-26 | oox: accelerate common case boolean reading. | Michael Meeks |
2013-11-22 | getChar() to return a null-terminated char array. | Kohei Yoshida |
2013-11-20 | Expose raw char array and use it to avoid OUString allocations. | Kohei Yoshida |
2013-11-20 | fastparser: avoid excessive alloc/frees for int / bool / double parsing | Michael Meeks |
2013-11-14 | remove unnecessary sal_Unicode casts in OOX module | Noel Grandin |
2013-09-23 | Show errors | Julien Nabet |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-07-11 | Uknown -> Unknown | Caolán McNamara |
2013-06-17 | fdo#43460 oox: use isEmpty() | Jelle van der Waa |
2013-06-13 | Introduce O[U]String::toUInt32 | Stephan Bergmann |
2013-06-11 | honour mbAutoClose in BinaryXOutputStream | Noel Power |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin |
2013-05-14 | remove non-sensical /*static*/ comments | Luboš Luňák |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-30 | OSL_FAIL -> SAL_WARN | Thomas Arnhold |
2013-03-27 | -Wunused-macros | Stephan Bergmann |
2013-02-11 | fdo#46808, convert io::TextInputStream service to new style | Noel Grandin |
2013-01-28 | fdo#46808, Adapt document::*PropertyValues UNO service to new style | Noel Grandin |
2013-01-04 | Make LO buildable again after the GraphicFilter move. | Jan Holesovsky |
2013-01-04 | oox: kill no longer needed CREATE_OUSTRING | Miklos Vajna |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-12-20 | Removal unnecessary using declarations | José Guilherme Vanz |
2012-12-13 | PCH for Library_oox | Luboš Luňák |
2012-12-10 | fdo#46808, use service constructor for embed::StorageFactory | Noel Grandin |
2012-11-28 | OUString::replace() does not modify in-place | Tor Lillqvist |
2012-11-14 | oox: reduce exception count reading missing attributes. | Michael Meeks |
2012-11-11 | oox: ZipStorage: better exception tracing | Michael Stahl |
2012-09-18 | better pptx custom shape presets import/export | Radek Doulik |
2012-08-01 | -Werror,-Wformat | Stephan Bergmann |
2012-07-17 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-11 | callcatcher: update unused code | Caolán McNamara |
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-05-16 | Revert selected hunks from various 'unused code' commits. | Muthu Subramanian |
2012-05-14 | removed unused static rtl::OUString | Takeshi Abe |
2012-05-02 | catch by const ref | Caolán McNamara |
2012-05-01 | Oups ! (Thank you Korrawit !) | Julien Nabet |
2012-05-01 | Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...) | Julien Nabet |
2012-04-27 | include oox/token/properties.hxx directly where needed | Caolán McNamara |
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara |
2012-03-15 | remove unused code (oox, sd) | Petr Vorel |
2012-03-05 | remove unused code | Petr Vorel |
2012-03-02 | customshapes: special-case Sequence of EnhancedCustomShapeParameterPair | Michael Meeks |
2012-03-02 | customshapes: special case EnhancedCustomShapeParameterPair to win | Michael Meeks |
2012-03-02 | customshapes: use static integer array for EnhancedCustomShapeSequences | Michael Meeks |
2012-03-02 | customshapes: 800k size saving, and 25% compile speedup | Michael Meeks |
2012-02-24 | fix oox debug build with DBG_UTIL guard for 'dump' usage | Michael Meeks |
2012-02-24 | oox: guard dbgutil-only methods with ifdef | Miklos Vajna |
2012-02-24 | reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0 | Eike Rathke |
2012-02-23 | unusedcode: remove something from oox | Matúš Kukan |