summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+6
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna3-9/+14
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca2-9/+9
2015-01-30chisel off some more unused codeCaolán McNamara3-23/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-15/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-24coverity#1265791 Unchecked return valueCaolán McNamara1-2/+2
2015-01-21fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston3-6/+12
2015-01-20Some more loplugin:cstylecast: ooxStephan Bergmann1-5/+5
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad1-5/+14
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara7-12/+11
2014-12-22ERROR: Invalid content was found starting with element 'p:pic'.Miklos Vajna1-2/+5
2014-12-22ERROR: Attribute 'spid' must appear on element 'p:oleObj'.Miklos Vajna1-0/+1
2014-12-22bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.Zolnai Tamás2-1/+16
2014-12-22bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás1-5/+8
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás1-27/+81
2014-12-22Refactor building perfect hash tabels for tokensDaniel Sikeler2-100/+5
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-19WaE: variable 'nModuleCount' set but not usedTor Lillqvist1-1/+1
2014-12-19defining a macro for two lines of code introduces more noiseNoel Grandin1-4/+2
2014-12-19remove operator>> and operator<< methodsNoel Grandin4-11/+12
2014-12-19remove operator>> and operator<< methodsNoel Grandin4-10/+7
2014-12-18cppcheck: Same expression on both sides of '||'Julien Nabet1-1/+1
2014-12-18oox: Use appropriate OUString functions on string constantsStephan Bergmann7-22/+22
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann3-4/+4
2014-12-15Resolves: fdo#87281 Crash on importing diagram in .docx fileGary Houston1-1/+3
2014-12-15no point checking for null before deleteCaolán McNamara1-5/+1
2014-12-15oox: Use appropriate OUString functions on string constantsStephan Bergmann11-34/+32
2014-12-12fix commitNoel Grandin1-1/+1
2014-12-12remove operator>> and operator<< methodsNoel Grandin13-60/+81
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-53/+53
2014-12-02Resolves: fdo#70157 fix crash on loadingCaolán McNamara1-3/+7
2014-11-30PPTX import: shape effect properties defined by themeZolnai Tamás1-1/+4
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás1-1/+4
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás1-1/+6
2014-11-27fix higher debug level buildCaolán McNamara1-0/+1
2014-11-22small cosmetic clean-upMarkus Mohrhard1-2/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl5-0/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl65-0/+76
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna1-3/+3
2014-11-15oox: these are expected to be UTF-8Miklos Vajna1-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava8-10/+10
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini4-5/+5
2014-11-11build fixCaolán McNamara1-1/+2
2014-11-11coverity#1187643 Unchecked return valueCaolán McNamara1-6/+10
2014-11-10coverity#1130169 Unchecked return valueCaolán McNamara1-4/+4
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-13/+0
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás1-3/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3