summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unochart.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-78/+78
2015-11-16sw: prefix members of SwChartDataSequence.Jan Holesovsky1-76/+76
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-3/+3
2015-08-12sw: unused includesMiklos Vajna1-1/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-30make GetCellPosition a member and visibleBjoern Michaelsen1-22/+22
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-30sw: avoid layout recursion when loading documents with charts...Michael Stahl1-2/+2
2015-06-30Fix error: chosen constructor is explicit in copy-initializationTor Lillqvist1-3/+3
2015-06-30getCells->GetCells(): not an UNO functionBjoern Michaelsen1-5/+5
2015-06-30use initializer-listsBjoern Michaelsen1-17/+4
2015-06-30now use GetAny() hereBjoern Michaelsen1-28/+14
2015-06-30refactor out getCells() in for chart seqs tooBjoern Michaelsen1-18/+12
2015-06-30refactor getTextualDataBjoern Michaelsen1-16/+16
2015-06-30refactor getNumericalData,Bjoern Michaelsen1-19/+16
2015-06-30remove one client of getDataSequenceBjoern Michaelsen1-15/+20
2015-06-25fix misleading commentBjoern Michaelsen1-1/+1
2015-06-25remove nullptr check obsoleted by shared_ptrBjoern Michaelsen1-30/+27
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-09add comment on possibly memory leakBjoern Michaelsen1-0/+2
2015-06-09use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen1-34/+10
2015-06-04coverity#1302656 Unchecked dynamic_castCaolán McNamara1-2/+2
2015-06-01coverity#1302664 Unchecked dynamic_castCaolán McNamara1-2/+2
2015-05-27WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26kill faux polymophic SwUnoCrsr::Clone()Bjoern Michaelsen1-2/+2
2015-05-26use new unocrsrs in SwChartDataSequenceBjoern Michaelsen1-43/+42
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-191/+191
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-11-09constLuboš Luňák1-1/+1
2014-10-18fdo#39468 Translate German comments - sw/source/core/{sw3io|swg|unocore}Philipp Weissenbacher1-61/+65
2014-10-15coverity#1212509 Logically dead codeCaolán McNamara1-1/+1
2014-08-29ChartHelper::IsChart is uselessZolnai Tamás1-2/+1
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-3/+4
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-1/+0
2014-07-13fix existing commentsPhilipp Riemer1-2/+2
2014-07-13normalize commentsPhilipp Riemer1-1/+1
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-5/+5
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-5/+0
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-06-01OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-40/+29
2014-06-01Use more proper integer types and constifyMatteo Casalin1-4/+4
2014-05-28coverity#704952 Unchecked dynamic_castCaolán McNamara1-3/+3