summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram
AgeCommit message (Expand)AuthorFilesLines
2017-07-31loplugin:constparams in ooxNoel Grandin11-28/+28
2017-07-24SmartArt: text alignmentGrzegorz Araminowicz1-0/+51
2017-07-24SmartArt: cycle layout algorithmGrzegorz Araminowicz1-31/+18
2017-07-23coverity#1415611 Result is not floating-pointCaolán McNamara1-1/+3
2017-07-21Fix typosAndrea Gelmini1-1/+1
2017-07-20SmartArt: support hideGeom shape attrbuteGrzegorz Araminowicz1-3/+6
2017-07-20SmartArt: shape stylingGrzegorz Araminowicz2-24/+27
2017-07-20SmartArt: more layout workGrzegorz Araminowicz5-147/+117
2017-07-20SmartArt: add ShapeAtom to store shape template instead of LayoutNodeGrzegorz Araminowicz5-45/+142
2017-07-11SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz4-11/+27
2017-07-02loplugin:casttovoid: ooxStephan Bergmann1-2/+0
2017-06-29SmartArt: undo diagram elements' size changeGrzegorz Araminowicz1-4/+4
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky3-20/+17
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz5-255/+326
2017-06-26SmartArt: layout diagramGrzegorz Araminowicz2-5/+13
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin5-10/+3
2017-02-28new loplugin unoanyNoel Grandin2-3/+3
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist1-1/+1
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-6/+3
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin1-11/+0
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist3-4/+4
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-4/+4
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin5-34/+7
2016-11-23loplugin:unnecessaryoverride (dtors) in ooxStephan Bergmann1-4/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-13/+13
2016-05-25oox: replace boost::array with std::arrayMichael Stahl1-4/+2
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas3-0/+6
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-11/+11
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas2-0/+4
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin1-1/+1
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-10/+8
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-02-03oox: replace boost::bind with C++11 lambdaMichael Stahl2-20/+8
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-14/+14
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin2-7/+7
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-49/+49
2015-09-17boost->stdCaolán McNamara4-17/+15
2015-08-27Clean up aEmptyStephan Bergmann1-6/+4
2015-08-26Clean up aEmptyStrStephan Bergmann1-12/+10
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin2-3/+1
2015-07-21loplugin:unusedmethods ooxNoel Grandin2-12/+0
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-18oox: these ctors can be explicitMiklos Vajna1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-36/+57