summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Collapse)AuthorFilesLines
2015-05-09tdf#90672: PPTX table cell border color is not exported.yogesh.bharate0011-1/+9
Problem Description : XML Difference : Original : <a:solidFill> <a:srgbClr val="00B0F0"/> </a:solidFill> After Roundtrip : tag is missing Solution : Added support for table cell border color. Change-Id: I2baf969d7a8e46a0c5825d9f57bf135ec479c9eb Reviewed-on: https://gerrit.libreoffice.org/15364 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90828 FILESAVE:XLSX export of underline color for text inside textboxPriyankaGaikwad1-0/+9
Problem Description: Unable to save .xlsx with underline color for text inside textbox. Current behavior: After RT text underline color was not exported Expected behaviour: After RT text underline color should export Added export support for <a:uFill> Change-Id: If8ffeb07f2f5e0b768689647e480792ea9c8540a Reviewed-on: https://gerrit.libreoffice.org/15514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate0012-2/+68
Problem: - Table cell border width is not exported. i.e lnL, lnR, lnT, LnB are not exported inside the tcPr. XML Difference: Original : <a:lnT w = "76200"> After RT : tag is missing. Solution : Added solution for Table cell border width. Change-Id: I19185f2ad176325bf7990c9da6becc66557c717b Reviewed-on: https://gerrit.libreoffice.org/15350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-08default text rotation for secondary axis is also from parent, tdf#75316Markus Mohrhard1-1/+1
Change-Id: I0d17787e1b554854853910b1196582985864c944
2015-05-08inherit default title rotation from parent, tdf#75316Markus Mohrhard4-9/+14
Change-Id: I2cf609a3f2c5eb1f9d7716b3ee89d4131d942ffb
2015-05-08Unused oox::AttributeList::getUnsignedHex() variantMiklos Vajna1-7/+0
Change-Id: I4ec0cd4781aaa905f734b15ba4eff7819ca01082
2015-05-07tdf#91066: Condensed Character Spacing i.e spc(negative value) is not ↵yogesh.bharate0011-1/+2
exported after RT. Problem Description: - Condensed character spacing i.e Spacing between characters/letters (negative value) is not preserved after roundtrip. XML Difference: XML Difference : Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="-1000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc="-1000" is missing in roundtripped file. Change-Id: I02edbb31375c2406a6e39873b7b886f4786a3758 Solution: Added support for Condensed Character Spacing. Reviewed-on: https://gerrit.libreoffice.org/15635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-7/+7
Change-Id: If7652a7c0251b741660365848a717c06954ca419
2015-05-07Unwind SotStorageRef typedefStephan Bergmann2-3/+3
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-6/+6
Change-Id: Ic25c39adf8796bb433fa7746f53a68e3e2bfd228
2015-05-07tdf#91122 docx import: fix wrong vertical position of OLE object shapeLászló Németh1-2/+7
Change-Id: I34cdae7182631ca2d6e86f94f244e9362fe9dc6b
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-2/+2
Change-Id: Ic66191ac4cdfa753dc784e7bd1a6dd20f50def6b
2015-05-05loplugin:staticmethodsNoel Grandin11-70/+69
Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f
2015-05-03don't assume varyColors for bubbleChart, related tdf#90876Markus Mohrhard1-0/+5
Change-Id: If31ce89380424b7248e49f3d4ab40e35106378c4
2015-05-03don't assume varyColors for barCharts, tdf#90876Markus Mohrhard1-0/+6
Change-Id: I754d667fa9f909916265bd9320f1bd56d2226ecd
2015-05-02our values are related to the inner mode, tdf#90979Markus Mohrhard1-0/+3
Change-Id: I5531bbb813f8ace9a9c3f35c6c79777755ff81b8
2015-05-01tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan1-2/+3
Converted existing method that provides application name and version in two functions Change-Id: I93b70da7c78ee5db3d6eb710a2a2a9f4b7b4fb86 Reviewed-on: https://gerrit.libreoffice.org/15151 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-04-30see if a re-org will silence coverity#1272392 Resource leakCaolán McNamara1-10/+6
Change-Id: I65c20f75c4086dc5167c6fa41b0171f07c1419bb
2015-04-30tdf#90955: CharKerning i.e spc is not exported after RT.yogesh.bharate0011-0/+12
Problem Description: - CharKerning i.e spacing between characters/letter is not exported after roundtrip. XML Difference: Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="2000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc is missing after RT. Change-Id: I8bcefd6f0d0e3a1825618bece6f563792633a272 Solution: added support for spc. Reviewed-on: https://gerrit.libreoffice.org/15575 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-30tdf#38693: Document property TotalTime misinterpreted as secondsRavindra_Vidhate1-1/+2
Problem Description : The xlsx file has the extended document property <TotalTime>#n</TotalTime> in /docProps/app.xml LibreOffice appears to read this as a a total editing time of in second_ but according to ECMA-376 2nd edition: 22.2.2.27 TotalTime (Total Edit Time Metadata Element) Total time that a document has been edited. The default time unit is minutes. (ECMA-376 1st edition has the same statement in 7.2.2.27) XML difference: None After RT : None Solution : As LO uses the TotalTime in seconds, while importing the TotalTime, the TotalTime mentioned in the app.xml [which is in minutes] converted it to seconds. TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: Icbe998b9881ac241a9147628573bab6ef63582c4 Reviewed-on: https://gerrit.libreoffice.org/15479 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-30Make check of Any value more robustStephan Bergmann1-1/+5
...in light of the various UNO integer types Change-Id: Ie525e8cdd1d155446985ddfb2667714be2dd4904
2015-04-30FillTransparence is of UNO type shortStephan Bergmann1-1/+1
Change-Id: I29ade324b4bb5eb34ce05107794f0ac9a4834c6e
2015-04-30tdf#90673:FILESAVE:PPTX Paragraph text direction right-to-left is not exportedPriyankaGaikwad1-0/+12
Problem Description: After RT 'rtl' tag of <a:pPr> are not exported XML Diff: Original : <a:pPr marL="457200" indent="-457200" algn="r" rtl="1"> RT : <a:pPr algn="r"> Change-Id: I307bc748c73127c311cabd127bb98e43bd298271 Reviewed-on: https://gerrit.libreoffice.org/15428 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-30tdf#90720 Textframe background was not transparentSushil Shinde1-0/+5
In case of 'no fill' for vml textboxes, MS office rendered as transpanrent textbox. When opened same file on LO, it rendered it as textframe with white background. (Even if the fillstyle is type of 'no fill' and 'backcolortransparency ' is 100%) So, Fixing this issue by applying 100% 'FillTransparency' if it gets above situation. Change-Id: Ied2d3855354ada994288c29c78d9ccb4e5b0b4d6 Reviewed-on: https://gerrit.libreoffice.org/15390 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-30don't use r prefix for uno::Reference passed by valueMarkus Mohrhard1-15/+15
Change-Id: I9b6478c75af5c959b52e501aff9c01d68860a295
2015-04-30export plotVisOnly correctly to OOXMLMarkus Mohrhard1-2/+6
Change-Id: Icf37ac292b49246e879331ba72cc8aa831c7edba
2015-04-30fix minorTickMark MSO 2007 vs OOXML default valueMarkus Mohrhard2-3/+2
Change-Id: Idedf9155605df529f496ceb1ac6b740bc4b2101c
2015-04-30fix majorTickMark MSO 2007 vs OOXML default valueMarkus Mohrhard2-3/+2
Change-Id: I7357ad7e01270653f67ec2140643f5542e7da7ad
2015-04-30fix grouping MSO 2007 vs OOXML default valueMarkus Mohrhard2-5/+4
Change-Id: Idee9ce707d852efb56657eff7d565893f99e4da3
2015-04-30fix showDLblsOverMax MSO2007 vs OOXML default valueMarkus Mohrhard2-3/+2
Change-Id: Iee541f180d9c569246e7ca8271b65f0717877e4f
2015-04-30fix plotVisOnly MSO 2007 vs OOXML default valueMarkus Mohrhard2-3/+2
Change-Id: I729b4dd0527ad5b0823532a115416bfff8c2db15
2015-04-30remove more old misleading commentsMarkus Mohrhard1-1/+0
Change-Id: I4e604be8e40b4e47f4036d7fe66e50d5f0823525
2015-04-30fix rAngAx MSO 2007 vs OOXML default valueMarkus Mohrhard4-6/+7
Change-Id: I7381e9987257325c7aad387ee0a2781a883be829
2015-04-30remove old misleading commentMarkus Mohrhard1-1/+0
Change-Id: I0aeb1bb012a9f4c6916da65d5ec6849e621aee07
2015-04-30tdf#90908 : FILESAVE: XLSX wrong export of font size 18PriyankaGaikwad1-1/+1
After roundtrip is font size changed from 18 to 11 Current behavior: The 'sz' tag was not exported Expected behaviour: After RT 'sz' tag should export with value 18 XML Difference : Original <a:rPr lang="en-IN" sz="1800" b="1" i="1" u="sng"/> Roundtrip <a:rPr b="1" i="1" lang="en-IN" strike="noStrike" u="sng"> Change-Id: I7955f89a8db9c18c11546f4c60aa130a0be14bb5 Reviewed-on: https://gerrit.libreoffice.org/15565 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-04-29coverity#1296207 deliberate Unchecked return valueCaolán McNamara1-1/+1
Change-Id: I0248d540937d1706f4b1fb2cbf0516cfbf870963
2015-04-28tdf#90890: hyperlink inside textbox is not exported after roundtrip.yogesh.bharate0011-1/+17
Problem Description: - Text box hyperlink is not exported after roundtrip. XML Difference: in drawing1.xml Original file: <xdr:cNvPr id="2" name="TextBox 1"> <a:hlinkClick xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:id="rId1" tooltip="text123"/> </xdr:cNvPr> After RT: <xdr:cNvPr id="0" name="CustomShape 1"/> <a:hlinkClick> is missing. Change-Id: I01082de5d7d2e1a9323e84f54c97d5444cab13cd Solution: Added support for hyperlink in text box. Reviewed-on: https://gerrit.libreoffice.org/15555 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-27More loplugin:simplifyboolStephan Bergmann2-6/+6
Change-Id: Ibfa82d0d397b87b1ca46f1edf9ad7609f8fa4167
2015-04-27it should be the drawingml namespace and not the chart oneMarkus Mohrhard1-2/+2
2015-04-27support more font properties for title OOXML export, tdf#90532Markus Mohrhard1-2/+3
Change-Id: Ib620d279332f61fb2ca1deee4b47802f995a76a1
2015-04-27support axis text properties during OOXML export, tdf#90532Markus Mohrhard2-3/+24
Change-Id: Ied2b21154e31754f8b8461c349fe0e52ce7455e8
2015-04-27fix noMultiLvlLbl MSO 2007 vs OOXMLMarkus Mohrhard1-2/+1
Change-Id: I22c8708e9868696bd03eb05360cf198ded7d65f5
2015-04-27fix auto MSO 2007 vs OOXMLMarkus Mohrhard1-4/+4
Change-Id: I23dfa8612cc46a46b7cb8d9fa991058fdb506ef0
2015-04-25support manualLayout for legends OOXML export, tdf#88848Markus Mohrhard1-0/+33
Change-Id: If7ac2a2294e20617fd8b599597085658051f5515
2015-04-25do the same in the source fileMarkus Mohrhard1-57/+57
Change-Id: I087d5da6280d889e1e155559edf9c70c5c5ffaba
2015-04-25correct handling for manualLayout with differen anchor, tdf#90851Markus Mohrhard1-4/+44
Change-Id: I6ec242b955e1f5623041cc8f8779b6c2be0f126c
2015-04-25first part for manualLayout plot area support, tdf#90851Markus Mohrhard1-4/+45
still some positioning problems. Most likely we need to handle chart2::RelativePosition::Anchor for correct positioning. Change-Id: Iecd0ced684203d2c11aab3c55e04f8c7f699779a
2015-04-25you are wrong you stupid compiler,it would crash or not used unitializedMarkus Mohrhard1-1/+1
Change-Id: I7ca4399d7e6c83a480d5e508ac6ac711fe71644d
2015-04-25export title rotation, tdf#75015Markus Mohrhard1-0/+24
Change-Id: I4ab3aeefb7ce58786a034798aa09b92a81791770