summaryrefslogtreecommitdiff
path: root/oox/source/ppt
AgeCommit message (Expand)AuthorFilesLines
2015-11-18pptx: import/export of honeycomb slide transitionTomaž Vajngerl2-0/+5
2015-11-13slideshow: add "glitter" slide transitionTomaž Vajngerl2-0/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann10-25/+25
2015-11-09loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-11-09pptx: "fall" transition, which needed p15 namespaceTomaž Vajngerl2-0/+21
2015-11-09pptx: import "Vortex" and "Ripple" transition + testTomaž Vajngerl2-0/+10
2015-11-08pptx: import outside/insde turning cube transitionTomaž Vajngerl2-0/+16
2015-11-08pptx: import/export of "cut through black" transitionTomaž Vajngerl1-3/+1
2015-11-08pptx: fix export of newsflash transitionTomaž Vajngerl1-3/+2
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-29Too much copy pasta is not good for youTor Lillqvist9-534/+465
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin14-260/+260
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-34/+34
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-01Resolves: tdf#91060 don't crash on loading certain pptxCaolán McNamara1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-27Clean up aEmptyStephan Bergmann1-4/+3
2015-07-21loplugin:unusedmethods ooxNoel Grandin1-1/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-4/+4
2015-05-18oox: these ctors can be explicitMiklos Vajna1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-1/+1
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann3-3/+3
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-2/+4
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-09V801: Decreased performanceCaolán McNamara6-17/+17
2015-02-19Remove newly unused includeStephan Bergmann1-2/+0
2015-02-19"no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann1-3/+5
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard1-3/+3
2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna1-1/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-15/+0
2014-12-15oox: Use appropriate OUString functions on string constantsStephan Bergmann3-4/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-17coverity#1247632 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-09-17bnc#584721: Import subtitle block to master slidesZolnai Tamás1-6/+3
2014-09-17bnc#584721: Do not add extra title and outliner blocks to master slideZolnai Tamás1-0/+11
2014-09-17bnc#584721: Right text inside the title area on master pageZolnai Tamás1-0/+1
2014-09-14Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan2-9/+2
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan15-25/+31
2014-08-28PPTX import: fix missing document metadataMiklos Vajna1-0/+2
2014-08-22bnc#880448: Improved handling of placeholder shapesMatúš Kukan2-18/+26