summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-10-10fdo#54361: Chart background in XLSX is transparent instead of white.Muthu Subramanian1-7/+10
2014-10-09drawingML export: fix <a:srcRect> if graphic's map mode is pixelsMiklos Vajna1-1/+7
2014-10-08fdo#75757: remove inheritance to std::mapTakeshi Abe2-4/+4
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-4/+4
2014-10-07oox: fix spurious rebuilds of namespacemap.cxxMichael Stahl1-0/+1
2014-10-07-Werror,-WuninitializedStephan Bergmann1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-03Remove OSL_ASSERT which could fail for allowed XLS_TOKEN(tint)Matúš Kukan1-1/+0
2014-10-02coverity#1242917 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-01DOCX drawingML import: handle char color from theme for shape textMiklos Vajna2-1/+24
2014-10-01fdo#82577: Handle TimeNoel Grandin2-12/+12
2014-09-30Resolves: fdo#79129 Crash in oox::drawingml::LayoutNode::setupShapeCaolán McNamara1-1/+9
2014-09-30bnc#584721: invisible text because of wrong color (white)Zolnai Tamás1-10/+20
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin2-3/+3
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák2-1/+27
2014-09-29drawingML export: fix remaining rotation / flip combinationsMiklos Vajna1-13/+4
2014-09-27Use oox::drawingml::EMU_PER_HMMMiklos Vajna1-3/+3
2014-09-26DOCX drawingML import: fix remaining rotation / flip combinationsMiklos Vajna2-3/+14
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-13/+5
2014-09-26Resolves: fdo#84261 unexpected exception -> clang builds terminateCaolán McNamara1-1/+1
2014-09-26bnc#897769: OOXML import: Import border lines using reference too.Matúš Kukan1-22/+33
2014-09-25Fix validation problems pointed out by CppunitTest_sd_export_testsMiklos Vajna1-0/+4
2014-09-24Remove TokenMap::getUnicodeTokenName()Matúš Kukan5-22/+15
2014-09-24fdo#84028 : Preserved all caps property for text.sushil_shinde1-0/+16
2014-09-23fdo#84090: Remove maUniName from oox::TokenMapDavid Ostrovsky1-6/+10
2014-09-23Add unit test for oox::TokenMapDavid Ostrovsky4-14/+124
2014-09-21OOX: Update README with recently made changesDavid Ostrovsky1-5/+5
2014-09-21Fix some typosDavid Ostrovsky1-1/+1
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan2-21/+0
2014-09-17bnc#584721: Import subtitle block to master slidesZolnai Tamás1-6/+3
2014-09-17bnc#584721: Do not add extra title and outliner blocks to master slideZolnai Tamás1-0/+11
2014-09-17bnc#584721: Right text inside the title area on master pageZolnai Tamás1-0/+1
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna1-1/+5
2014-09-14Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan9-52/+25
2014-09-14bnc#591147: OOXML import: Import video file too.Matúš Kukan1-13/+27
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan125-160/+2605
2014-09-12Partial revert of e910705421b40f3accff684e956854ff68761574Stephan Bergmann1-3/+2
2014-09-11SAL_WARN_IFTomaž Vajngerl1-12/+12
2014-09-11Use Any.get<T>(..) instead of Any.getValue(..) and ugly castTomaž Vajngerl1-19/+29
2014-09-11more consistent code style in drawingml exportTomaž Vajngerl1-80/+210
2014-09-11Make GetProperty more clearTomaž Vajngerl1-21/+26
2014-09-11bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan6-27/+25
2014-09-10Clean-upVinaya Mandke1-4/+4
2014-09-09Better place to initialize mnThemedIdxMatúš Kukan2-8/+2
2014-09-09oox: improve code formattingMichael Stahl1-0/+2
2014-09-09oox: fix 0-pointer crash in sd_import_testsMichael Stahl1-2/+7
2014-09-09bnc#480256: OOXML import: Respect table background properties a bit moreMatúš Kukan3-6/+37
2014-09-08Presumably, all numeric values shall be written as i4Stephan Bergmann1-8/+6
2014-09-08loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-09-07-Werror=unused-variableJulien Nabet1-2/+0