summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2013-01-10include PCH headers for headers changesLuboš Luňák
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-07Cleanup codeJosé Guilherme Vanz
This commit is just cleanup in oox Change-Id: Ic4036c7216c2986d9b237917cb4ae1d829d85003 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1556 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04adapt RtfSdrExport and oox::vml::VMLExport to filter changesMiklos Vajna
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna
2013-01-04Removal rtl and string cleanupJosé Guilherme Vanz
This commit removes ::rtl:: prefixes and string cleanup in oox Change-Id: I434462635392c750e2359f9d656d5e1885f2a0dc Signed-off-by: Jose Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1520 Reviewed-by: LOH KOK HOE <huahsin68@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-26ignore #include inside #ifLubos Lunak
2012-12-26n#793999: PPTX Export - background image fit to slide.Muthu Subramanian
2012-12-26OUString cleanup in ooxJosé Guilherme Vanz
Change-Id: Id3c121acddd515621325c93735bb3dd88592749e Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1485 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz
This commit just removes some unnecessary using declarations Change-Id: Ia1c7cc925b2db5b1172fae91dc703883d6539eaa Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1430 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-19regenerate pchPeter Foley
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-19n#794350: [PPTX] Flip gradient fill as well.Muthu Subramanian
2012-12-19fix last commitLuboš Luňák
operator== is case-sensitive Change-Id: I9b0a99ffdd53780ab14d569b3fac17a7983d5b96
2012-12-19Removel ::rtl:: prefixes and macros in ooxJosé Guilherme Vanz
This commit removes ::rtl:: prefixes, macros and replace old String class in oox Change-Id: I2672c859a45bc1221415479218c352bab4fe9b1a Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1335 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-18update PCH headers using the current pch scriptLuboš Luňák
Removing PCH for sal, as that one is too complicated to be updated automatically right now (#include <premac.h> needs to be handled, Change-Id: I3ffe9526942f58d0f66430af109b13f7ec1d6c90
2012-12-18class vs struct mismatchLuboš Luňák
Apparently this was enough to cause a linking error with oox::vml::TextBox::TextBox on Windows.
2012-12-17oox: try to make Windows build happyMiklos Vajna
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
2012-12-17rtl:: prefixes removal in ooxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and macros in oox Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1334 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-17n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna
Previously textframes inside groupshapes were tried to be imported as TextFrames, but then their addition to a GroupShape failed, so the text simply ended up as a normal paragraph. Fix this by importing members of groupshapes as drawinglayer objects, just like how the WW8 import does. Also fix two testcases, which implicitely tested that the groupshape VML element is ignored on import. Change-Id: I1a9fba8a5fd532203a825e55b1d5996277ea12fa
2012-12-15Oups changed this file by errorJulien Nabet
Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5
2012-12-15Some cppcheck cleaningJulien Nabet
Change-Id: I73b5eb0f12f0e9fcc4b691fadca17cd97e5fd079
2012-12-13PCH for Library_ooxLuboš Luňák
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power
Change-Id: I9c64c0f4d1eb8533b65f35d5e85e1ab4881a2b67
2012-12-13Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"Noel Power
This reverts commit 2551fec6d2a73d10cfa2aec85ae7d00e237e0294.
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f
2012-12-13PCH for Library_mswordLuboš Luňák
2012-12-12oox: fix doxygen madness in coreMiklos Vajna
Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f
2012-12-11use effect referencesRadek Doulik
Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef
2012-12-10oox: v:textbox's inset attribute should be imported in Hmm, not in EmuMiklos Vajna
Trivial reproducer: http://people.freedesktop.org/~vmiklos/2012/simple-textbox.docx Change-Id: I030f7153326affc5a01e7ede1ddf1164fa500071
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-07drop some static OUStringsCaolán McNamara
Change-Id: I41d5df892d8b710b82ed886b2390b53535b8a67b
2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and some macros in OOX Change-Id: I0c5ad9805ec2e8ed1092c56fe32e6901fdbd2b67 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1261 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-07::rtl:: prefixes removalJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes on oox Change-Id: Iae9a89f8a869934b6273a1b97c0a9243b0504fb3 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1260 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-07::rtl:: removal in ooxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes on oox Change-Id: Ibb3be70695c48eb0a02fdf285a0c049e244d613e Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1259 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-06bnc#792528: Play it safe for non-Excel documents.Kohei Yoshida
Excel is not the only one that use charts. Let's also store the static label value to maData in case it is used for non-Excel documents. Change-Id: I1faed76e2ff396873039bccb3e1b7dcf27aba8c6
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida
Static data series label is a data series label whose value is a string value rather than a cell reference. Also, when inputting static string label in the UI, we don't have to manually check for quotes; the formula compiler will take care of that later. Change-Id: I1657fc9879a7f652bba84898e308c3a5d5ba87a3
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
2012-12-01oox: fix buildIvan Timofeev
Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in oxx. Change-Id: I12bfb2528e8a9aaf3f119a1e6f0ae0246d16a772 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1211 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in oxx. Change-Id: I1139b10256387bb71e8a425153d46add181538bc Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1212 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30do not write rotation when it is equal to multiple of 360 degreesRadek Doulik
Change-Id: I0338964e8f8ded9ce0c488a437d3bf023d08047a
2012-11-29fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard
and Circular and Rectangular shapes, and Tables drawingml was Pivot corrected. There is still some work to be done concerning customshape pptx export. Tables cannot be rotated anyway, but in contrast to Lines, you don't doubly-save the rotation. Patch Version 2. Here, acquiring of the angle from the shapes is done in WriteShapeTransformation. Change-Id: I0d650e669a690164796150615416fab8bb90242b Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1030 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist
Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de
2012-11-26Revert "Skip a bunch of files in the disable-export case"Tor Lillqvist
Causes too much pain in scfilt, let's try without for now. This reverts commit 421c8febe88920bb6ebdfb05ce85568f241ddd0e.
2012-11-26Skip a bunch of files in the disable-export caseTor Lillqvist
Change-Id: I58237ce2fdfc55a564e2cf9f00a5eeebed48c046
2012-11-24this method actually can throw, related fdo#57451Markus Mohrhard
Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41
2012-11-23Remove some other newly tagged unused methodsJulien Nabet
Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9