summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-2/+0
2012-07-02removed unnecessary forward declarations of classTakeshi Abe13-41/+0
2012-07-02Remove unused definesThomas Arnhold1-1/+0
2012-06-30Some cppcheck cleaningJulien Nabet2-2/+2
2012-06-29Remove include guardsThomas Arnhold5-14/+1
2012-06-29Remove UNO includes commentsThomas Arnhold4-8/+0
2012-06-27Remove unused include filesThomas Arnhold2-120/+0
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold3-5/+1
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25remove some annoying XubStringsCaolán McNamara1-1/+1
2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold20-247/+0
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl2-7/+0
2012-06-22re-base on ALv2 code.Michael Meeks23-541/+334
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-21re-base on ALv2 code.Michael Meeks352-8366/+5201
2012-06-21re-base on ALv2 code.Michael Meeks58-1460/+938
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold4-12/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold8-16/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-7/+3
2012-06-06removed dead codeTakeshi Abe4-41/+0
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-3/+3
2012-06-01targeted string re-workNorbert Thiebaud3-7/+6
2012-05-31target cppcheck index incrementing revertMichael Meeks1-2/+2
2012-05-31targetted minor size vs. empty reversionMichael Meeks2-2/+2
2012-05-31nuke unused typedefTakeshi Abe2-4/+0
2012-05-29hide local functions harderCaolán McNamara2-2/+2
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+2
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon12-11/+21
2012-05-16removed unused constant rtl::OUStringTakeshi Abe2-13/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara2-2/+2
2012-05-02WaE: simple-minded msvc2008 considers code unreachableCaolán McNamara1-8/+12
2012-05-02WaE: doubles truncated to floatsCaolán McNamara2-4/+4
2012-04-30make ResId::toString a non-static memberCaolán McNamara7-67/+63
2012-04-28we can't move that into a test only libMarkus Mohrhard1-3/+113
2012-04-27move xshape dumper into testMarkus Mohrhard1-113/+3
2012-04-27adapt dumper to new xml diffMarkus Mohrhard1-2/+4
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-19don't use the debug mode for normal testsMarkus Mohrhard1-1/+1
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez3-1/+23
2012-04-11Display correct errorbars columns in chart data browser.Rafael Dominguez2-34/+9
2012-04-08OUString( whatever ? "foo" : "bar" ) does not work with MSVCLuboš Luňák1-1/+1
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez24-425/+401
2012-04-08Cleanup of C2U macro in chart2.Rafael Dominguez8-234/+231
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-93/+47
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-21/+21
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara4-13/+13