summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2013-06-15fix fdo#63053 ampersand in document title causes corrupt docxabdulmajeed ahmed2-3/+3
2013-06-15Remove redundant toplevel constStephan Bergmann1-1/+1
2013-06-15Related: fdo#58819 VML import: shape types not starting with a hashmark are OKMiklos Vajna1-3/+7
2013-06-15fdo#58819 VML export of ESCHER_Prop_fillOpacityMiklos Vajna1-0/+6
2013-06-15fdo#58819 VML export of ESCHER_Prop_gtextFontMiklos Vajna1-12/+30
2013-06-15fdo#58819 VML export of ESCHER_Prop_fNoLineDrawDashMiklos Vajna1-0/+7
2013-06-15fdo#58819 DOCX VML export: fix shape size for rotated shapesMiklos Vajna1-2/+12
2013-06-13Resolves: #i119579# position & direction of bracket incorrect in Arabic localeZhe Wang1-2/+2
2013-06-13fdo#58819 VML export of ESCHER_Prop_RotationMiklos Vajna1-0/+7
2013-06-13fdo#58819 VML export of mso-position-*Miklos Vajna1-1/+85
2013-06-13fdo#58819 initial VML export of ESCHER_Prop_gtextUNICODEMiklos Vajna1-1/+22
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann2-5/+9
2013-06-13Revert "bnc#819614: Fix runaway lines."Jan Holesovsky1-3/+2
2013-06-13fdo#58819 VML export: handle objects anchored in the header / footerMiklos Vajna1-0/+5
2013-06-12typo correction AX_SELCTION_xxx -> AX_SELECTION_xxxNoel Power1-5/+5
2013-06-12Fix Excel still complains about exported MorphData controlsNoel Power1-12/+20
2013-06-12n#779642: 0 width or height in //v:shape[@style] produces weird resultsCédric Bosdonnat1-2/+9
2013-06-11squash some excel fileformat warnings ( and protected mode opening )Noel Power1-8/+37
2013-06-11honour mbAutoClose in BinaryXOutputStreamNoel Power1-1/+2
2013-06-11fix build error, reinstate WriteOCXExcelKludgeStream to export ole controlNoel Power1-0/+31
2013-06-07bnc#820788 VML import of v:textbox's mso-fit-shape-to-text style propertyMiklos Vajna1-0/+4
2013-06-06Resolves: #i119547# support the chart legend positon of top&&left...Jian Fang Zhang1-2/+19
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power2-35/+54
2013-06-04Document seemingly dead QuickDiagrammingImport, QuickDiagrammingLayoutStephan Bergmann1-0/+5
2013-06-03Revert "fdo#46808, Convert oox::PowerPointExport service to new style"Stephan Bergmann1-15/+15
2013-06-03Fixing crash with dereferencing front() and back() of an empty vectorFridrich Štrba1-1/+2
2013-06-03Don't merge this fileXisco Fauli1-83/+0
2013-06-03Fix issue #i120723#: Table style is lost when import PPTX by AOOZhe Wang2-2/+227
2013-05-31In ShapeExport, use general com.sun.star.comp.oox.xls.ExcelFilterStephan Bergmann1-9/+9
2013-05-31Resolves: #i119631# Teardrop shape cannot be shown correctly in pptxZhe Wang1-2/+2
2013-05-30Make use of IsStarSymbol()Thomas Arnhold1-1/+1
2013-05-30Fix tinderbox failures due to missing includeFridrich Štrba1-0/+1
2013-05-30Fix crash with fdo60063-1.docxFridrich Štrba1-28/+12
2013-05-29bnc#817956 VML import of mso-position-vertical-relative:marginMiklos Vajna1-0/+4
2013-05-29bnc#817956 fix VML import of rotationMiklos Vajna1-2/+10
2013-05-29bnc#817956 VML import of v:textpathMiklos Vajna3-0/+60
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold1-1/+1
2013-05-27x86 register vs memory accuracy double pitaCaolán McNamara1-2/+4
2013-05-27respect element order in OOXML chart export, related fdo#63114Markus Mohrhard1-3/+3
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist3-5/+5
2013-05-23bnc#820786: Best effort mapping of the OOXML patterns to our hatches.Jan Holesovsky3-8/+90
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann2-6/+7
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin7-27/+19
2013-05-21fdo#46808, Convert oox::PowerPointExport service to new styleNoel Grandin1-15/+15
2013-05-21fdo#46808, Convert oox.ExcelFilterExport service to new styleNoel Grandin1-2/+3
2013-05-21fdo#46808, Remove unnecessary XMultiServiceFactory memberNoel Grandin6-24/+13
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin2-7/+6
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin1-5/+8
2013-05-19WaE on mac osx buildNorbert Thiebaud1-1/+1
2013-05-16bnc#819614: Fix runaway lines.Jan Holesovsky1-2/+3