Age | Commit message (Expand) | Author | Files | Lines |
2015-11-27 | Resolves: tdf#96072 export Chart format codes in Excel notation | Eike Rathke | 1 | -8/+21 |
2015-11-24 | loplugin:unusedfields in include/oox/ | Noel Grandin | 1 | -5/+4 |
2015-11-24 | tdf#78902 VML import: workaround for extreme top margin | Miklos Vajna | 1 | -9/+18 |
2015-11-23 | loplugin:unusedfields in oox,package,reportdesign | Noel Grandin | 3 | -7/+2 |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann | 1 | -1/+1 |
2015-11-19 | tdf#92527 construct default Segments sequence, when there is none | Andras Timar | 1 | -1/+14 |
2015-11-19 | tdf#90904 Sorry, mixed Characters and CharactersWithSpaces at a first time | alexey.chemichev | 1 | -2/+8 |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin | 4 | -35/+13 |
2015-11-18 | tdf#90904 DOCX export metadata for "Pages", "Word count", "Character count" | alexey.chemichev | 1 | -5/+25 |
2015-11-18 | pptx: import/export of honeycomb slide transition | Tomaž Vajngerl | 2 | -0/+5 |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin | 1 | -1/+1 |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian | 1 | -357/+175 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 3 | -6/+3 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-13 | slideshow: add "glitter" slide transition | Tomaž Vajngerl | 2 | -0/+5 |
2015-11-12 | Namespace cleanup and disambiguation | Ashod Nakashian | 1 | -1/+1 |
2015-11-11 | tdf#85232 WPG import: fix handling of line shapes | Miklos Vajna | 1 | -2/+11 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 100 | -514/+514 |
2015-11-09 | Clean up Sequence construction | Stephan Bergmann | 1 | -66/+44 |
2015-11-09 | Missing comma | Stephan Bergmann | 1 | -1/+1 |
2015-11-09 | loplugin:passstuffbyref | Stephan Bergmann | 1 | -1/+1 |
2015-11-09 | pptx: "fall" transition, which needed p15 namespace | Tomaž Vajngerl | 8 | -0/+34 |
2015-11-09 | pptx: import "Vortex" and "Ripple" transition + test | Tomaž Vajngerl | 2 | -0/+10 |
2015-11-09 | new loplugin: oncevar | Noel Grandin | 3 | -54/+15 |
2015-11-08 | loplugin:stringconstant | Stephan Bergmann | 1 | -1/+1 |
2015-11-08 | oox: check for namespace in MCE is flawed, use a namespace list | Tomaž Vajngerl | 1 | -7/+13 |
2015-11-08 | add p14 namespace to xmlfilterbase | Tomaž Vajngerl | 1 | -2/+4 |
2015-11-08 | pptx: import outside/insde turning cube transition | Tomaž Vajngerl | 2 | -0/+16 |
2015-11-08 | oox: define p14 namespace in strict, define P14_TOKEN | Tomaž Vajngerl | 3 | -1/+6 |
2015-11-08 | oox: p14 namespace (MSO 2010) + tokens for slide transitions | Tomaž Vajngerl | 2 | -0/+23 |
2015-11-08 | pptx: import/export of "cut through black" transition | Tomaž Vajngerl | 1 | -3/+1 |
2015-11-08 | pptx: fix export of newsflash transition | Tomaž Vajngerl | 1 | -3/+2 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (manually due to macros) | Stephan Bergmann | 2 | -5/+5 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 3 | -10/+10 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 3 | -4/+4 |
2015-11-04 | yyyyy | Noel Grandin | 4 | -62/+36 |
2015-11-02 | tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandler | Miklos Vajna | 1 | -1/+1 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 1 | -1/+1 |
2015-10-29 | Too much copy pasta is not good for you | Tor Lillqvist | 9 | -534/+465 |
2015-10-27 | oox: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl | 4 | -25/+43 |
2015-10-27 | Reduce scope of #include <tools/stream.hxx> | Matteo Casalin | 1 | -0/+1 |
2015-10-27 | sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streams | Matteo Casalin | 1 | -14/+14 |
2015-10-23 | Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>" | Stephan Bergmann | 4 | -42/+25 |
2015-10-23 | com::sun::star->css in lotuswordpro,mysqlc,oox | Noel Grandin | 67 | -518/+521 |
2015-10-23 | oox: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl | 4 | -25/+42 |
2015-10-21 | chart series support hatches, tdf#94227 | Markus Mohrhard | 1 | -0/+1 |
2015-10-21 | more removal of com::sun::star typedefs | Noel Grandin | 1 | -3/+2 |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann | 2 | -2/+2 |
2015-10-20 | Turns out this was a non-debug build | Stephan Bergmann | 1 | -1/+1 |
2015-10-19 | Work around what looks like MSVC 2013 miscompilation | Stephan Bergmann | 1 | -1/+6 |