summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Idea1fd2769c2431906d4898c0ec935f20bddc391
2012-08-30-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann
Change-Id: I24bf5a91544269e9284c52aedca1fcd8435a8e4a
2012-08-29add SimpleShape::createPictureObject to avoid code duplicationMiklos Vajna
Change-Id: Id4bb0550ab2ce9bbb7edf568a086be18c1576b33
2012-08-29n#777345 import imagedata of v:rect elements inside OLE objectsMiklos Vajna
Change-Id: I300bb5d3008b839f6ec63a4435f5ce8c1dd0a2c1
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
Change-Id: I1aaca6676bdbba1e8f365081e3f427fb67fd873e
2012-08-22oox: fix doxygen errors in ole headersMiklos Vajna
Change-Id: Iae78fa7487e2646b1ba61101c5e39d304388a5c6
2012-08-21n760019: removing problematic code that disrupts numbering levelFelix Zhang
Change-Id: Idb997e672e4f997ad324bdb5d49ab7dae4a9e9e9
2012-08-21Reverting superfluous commit 36233b158b5de6c474f06c8c8772f0012b191baaMuthu Subramanian
w.r.t David Tardon's suggestion, table cell now always has textbody. commit: 772699ac1f2375c33f0819ebb127555d3178c4e5 Hence reverting this.
2012-08-16n#773048: PPTX shape margins need to be rotated as well.Muthu Subramanian
2012-08-15use a namespace for xfrm transformation element, fixes part of fdo#41992Radek Doulik
Change-Id: I3872028e4204ae5f72942b7345bf881ef3a96752
2012-08-15call WriteTransformation with namespace id, fixes part of fdo#41992Radek Doulik
Change-Id: Ifb4a78bfc3c47788503da5b7d74f356343a7cbf8
2012-08-14fdo#53113 DOCX: export fillBlip shape propertyMiklos Vajna
Change-Id: Id23518d0f72d7650f3d875028f83caf9b6581ccd
2012-08-14n#759180: Override properties with endParaPr.Muthu Subramanian
This is done only for empty textruns.
2012-08-14n#759180: Push oox default spacing values.Muthu Subramanian
2012-08-14fdo#53113 vml export: handle custom segment typesMiklos Vajna
It seems that EscherPropertyContainer::CreateCustomShapeProperties() simply sets nSeg to the number of (lineto) point pairs by default. Change-Id: I24bde088f5f2970d53de827e1ca03c5419ac892c
2012-08-13fdo#53113 oox::VMLExport: allow a callback to be registered for shape textMiklos Vajna
Change-Id: I1df58fa067287a37b0f62b0b05b0567da73d03b0
2012-08-11Remove unused local varsJulien Nabet
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
2012-08-09misc comment import/export fixesNoel Power
a) fix vmldrawing.vml for xlsx export ( changed from frame to textbox, added support for shadow element with attributes, shadow color, shadow obscured ) b) use proper fillcolor attribute c) detect whether note/comment is shown on import d) export state of note ( shown/hidden ) text position still not perfect, we still are missing some attributes to control that. Change-Id: I59b446175217479ce7960287aa540df8c6b2b1ea
2012-08-07n#774167: Crash fix.Muthu Subramanian
2012-08-01-Werror,-WformatStephan Bergmann
Change-Id: Ie6fbcb1a11f47b54d3c697716b03f9891a1dea49
2012-08-01fdo#45724 improve WW8 textbox exportMiklos Vajna
If there is no default value, but there is a current one, export that instead. Change-Id: I01af5cfa641b061b0aeb959e579bca66340781e9
2012-08-01fdo#45724 fix WW8 export of textbox default background colorMiklos Vajna
regression from 5609c512cd4d2899300b432d88d93cff05a05c87 Change-Id: I5f3ce73943b2805b7de1ae41699e605af9086b15
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
2012-07-26rhbz#842552 always create text contentDavid Tardon
The following line in oox::drawingml::table::TableCell::pushToXCell suggests that it is assumed that the cell always contains text: Reference< text::XText > xText( rxCell, UNO_QUERY_THROW ); So TableCell should always hold a valid TextBody too. Change-Id: Ic2db7b535c98dd5f2b18941846709a781df4585c
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
Change-Id: If717d5d3b2179210516eec61959af0afa8b38319
2012-07-23oox::formulaimport::XmlStream: allow avoiding XFastAttributeListMiklos Vajna
Change-Id: Iba0ad5ae72920f27e8a443a043c5891b102aee98
2012-07-23Bogus warning C4701: potentially uninitialized local variableStephan Bergmann
Change-Id: I51caaca911f71788940260bd63d3854526d7473f
2012-07-17cleanup custom perl XML parser, use strict, and tolerate updated XMLMichael Meeks
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-07-17dr78: correct include guardDaniel Rentz [dr]
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-10Crash fix.Muthu Subramanian
Though getTheme() is not supposed to be returning NULL. It seems like doing that sometimes.
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-05remove forgotten debug printfDavid Tardon
Change-Id: Iff5a53735d78a2afcf90299a5f28a47f1376e393
2012-07-04n#768027: Slide notesMaster and notes import.Muthu Subramanian
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02use master's shape position/size for layout shapes when needed (n#760997)Radek Doulik
Change-Id: I2a9d4f6b134817bda84645df3ab6fa217186e1d2
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01don't build oox::drawingml::TextListStyle::dump by defaultMiklos Vajna
Change-Id: I24a468dbe208afd2a71dd10e7ed5610d8c259aec
2012-06-27Remove commented out code (includes)Thomas Arnhold
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard
Change-Id: I2a15f8787afceaea1cb8e1c2902c05367d3e5b15
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-26oox: fix remaining vba doxygen errorsMiklos Vajna
Change-Id: Ic7816065fd5fda640ce85ab25514df76be098b12
2012-06-25n#759210: Certain smartart drawings weren't imported.Muthu Subramanian
SmartArt info was reset, when there was a chart (e.g.) in the same slide.
2012-06-25merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara
Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc
2012-06-25TODO: get rid of this in another incompatible build with SW projectCaolán McNamara
Change-Id: Ic3fb0c8eb37317d55bcdc6abc7ff9843ba11fac6
2012-06-25oox: kill last vml doxygen errorsMiklos Vajna
Change-Id: I955086f0c816d58fe8dfd104fe90367c76ad6568
2012-06-24Fix consecutive breakJulien Nabet
Change-Id: Ifd5dddee6950bcc08dc48c17293e794bf5aeb48e