summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Fix typo in codeAndrea Gelmini3-3/+3
2020-08-19tdf#123647 Chart XLSX export: fix missing empty chartTünde Tóth2-0/+10
2020-08-18tdf#134563 Add UNO API for custom leader linesBalazs Varga4-3/+12
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-6/+6
2020-08-14loplugin:simplifybool moreNoel Grandin6-6/+6
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-13Fix typosAndrea Gelmini1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-16/+16
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin4-8/+8
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara2-5/+3
2020-08-11tdf#128345 Move unit tests from sd to chart2 and improve themRegina Henschel7-18/+193
2020-08-10tdf#135568 an unexpected model for a GtkComboBoxCaolán McNamara1-25/+8
2020-08-07Fix typosAndrea Gelmini1-1/+1
2020-08-07tdf#134977 Chart OOXML: fix import of custom data labelTünde Tóth3-2/+26
2020-08-06tdf#135184 add linecaps in chartsRegina Henschel14-6/+420
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-29Removed executable permission on data filesAndrea Gelmini1-0/+0
2020-07-27tdf#134866 Chart OOXML import: fix percentage in custom pie chart labelTünde Tóth1-1/+7
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara2-9/+2
2020-07-22chart2: clean-up redundant ShapeFactory::createText()Tünde Tóth3-171/+2
2020-07-16compact namespace: chart2Noel Grandin55-323/+105
2020-07-15tdf#60316: chart2_export: Add unittestXisco Fauli2-0/+13
2020-07-15tdf#134659 chart2: use centered label alignment at text breakBalazs Varga1-0/+2
2020-07-15tdf#134111 Chart OOXML Import: set text break to trueBalazs Varga2-0/+19
2020-07-13tdf#134676 Chart OOXML import: fix X axis title widthTünde Tóth1-0/+6
2020-07-13tdf#122014 Chart OOXML import: set chart title alignment to centerTünde Tóth1-1/+4
2020-07-13tdf#134255 Chart OOXML Import: set the auto text wrapBalazs Varga2-0/+22
2020-07-12update pchesCaolán McNamara2-2/+9
2020-07-10testTdf134225 is unreliableCaolán McNamara1-1/+5
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-09cid#1465238 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-07-09tdf#134225 Chart view: fix moved date labelBalazs Varga3-13/+27
2020-07-07tdf#134603 [en|dis]able logic reversedCaolán McNamara1-3/+3
2020-07-07tdf#134146 Chart OOXML import: break long horizontal Y axis titleTünde Tóth3-5/+23
2020-07-06weld DbNumericField itemCaolán McNamara1-1/+1
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara3-39/+86
2020-07-04reduce number of framework librariesNoel Grandin1-1/+1
2020-07-02weld FormattedControlCaolán McNamara2-16/+20
2020-07-01weld EditControl for browseboxCaolán McNamara2-7/+10
2020-07-01sw doc model xml dump: show SdrModel of embedded chartsMiklos Vajna7-1/+52
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: chart2Stephan Bergmann16-31/+31
2020-06-30Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse5-2/+33
2020-06-30tdf#126425 Chart: fix missing legend with exceeding textTünde Tóth1-6/+50
2020-06-29tdf#134386 set m_pTemplateProvider before creating any other pagesCaolán McNamara1-4/+5
2020-06-29tdf#134235 Chart OOXML import: fix long chart titleTünde Tóth5-8/+23
2020-06-29tdf#134247 Chart OOXML import: fix order of legend entriesTünde Tóth4-16/+11
2020-06-29tdf#122225 Chart OOXML import: fix missing legend textTünde Tóth1-1/+1
2020-06-26tdf#134039 Chart view: fix moving pie chart areaBalazs Varga3-2/+7
2020-06-26Upcoming improved loplugin:elidestringvar: chart2Stephan Bergmann1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin5-15/+7