summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)AuthorFilesLines
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+1
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-24oox: drop no longer needed STR() macroMiklos Vajna1-11/+8
Change-Id: I95ebe1915edb53ae25f3f85512b7b843726d8473
2013-01-23oox: kill no longer needed US() macroMiklos Vajna3-16/+15
Change-Id: Id1cd194a5968aa8578d0f2fefb3c75e3d74a25f5
2013-01-22oox: kill no longer needed S() macroMiklos Vajna5-67/+66
Change-Id: If3f1bb787d6debaa63e3bed3a48e44b5e34c27b7
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac3-7/+7
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-19Again Fix others Consecutive return, breakJulien Nabet4-6/+0
Change-Id: I67a453bb09b794c996f5f02a065abe8cef6ca3b6
2013-01-18oox::vml::ShadowModel: differentiate between not having it and having it offMiklos Vajna3-3/+12
Having it explicitly disabled was already handled, but apparently 01d059c13e39f4fba75e2152b4db6b0b746bca71 turned on shadows by default. Fix this. Change-Id: I1401a28b36a9b5aea302f9a19a6d02a29e6b358d
2013-01-18oox: import VML's v:shadow to WriterMiklos Vajna7-0/+53
Change-Id: I48ea2dcf81c91c0fe476ecff6cd074cb699af533
2013-01-17Const correct-ness in one place...Kohei Yoshida4-5/+5
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-17VML import of TextFrame border widthMiklos Vajna1-1/+7
Change-Id: I9c0cf277e17c02c2de564d48ba79e1c25ea23db5
2013-01-17VML import of TextFrame border colorMiklos Vajna1-4/+23
Change-Id: I8c0cf9e3ac17b87cbfdd4e744632c5306e2abfc2
2013-01-17oox: fix misleading commentMiklos Vajna1-1/+1
Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da
2013-01-16fix cell border line properties n#793408Radek Doulik1-0/+1
Change-Id: Id20fa233b7e7eb0f2f01f4c230d1fe3398f2f4ed
2013-01-15fdo#46808, Remove unnecessary call to getProcessServiceFactoryNoel Grandin1-2/+0
Change-Id: I8427c2753a75a548a6b2e56516f62cb736562ffa
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin3-1/+10
Change-Id: I98bfbc8e143b9ad9d486f97380186fde9b4423ec
2013-01-10include PCH headers for headers changesLuboš Luňák1-1/+1
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-07Cleanup codeJosé Guilherme Vanz7-41/+6
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 Holesovsky1-1/+1
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04adapt RtfSdrExport and oox::vml::VMLExport to filter changesMiklos Vajna2-4/+4
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna63-2485/+2466
2013-01-04Removal rtl and string cleanupJosé Guilherme Vanz33-84/+39
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 Foley1-1/+4
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 Lunak1-2/+1
2012-12-26n#793999: PPTX Export - background image fit to slide.Muthu Subramanian1-0/+5
2012-12-26OUString cleanup in ooxJosé Guilherme Vanz12-95/+70
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 Grandin1-5/+4
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 Vanz12-35/+0
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 Foley1-90/+90
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-19n#794350: [PPTX] Flip gradient fill as well.Muthu Subramanian3-3/+12
2012-12-19fix last commitLuboš Luňák1-1/+1
operator== is case-sensitive Change-Id: I9b0a99ffdd53780ab14d569b3fac17a7983d5b96
2012-12-19Removel ::rtl:: prefixes and macros in ooxJosé Guilherme Vanz7-76/+55
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ňák1-0/+1
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ňák1-1/+1
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 Vajna1-1/+1
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
2012-12-17rtl:: prefixes removal in ooxJosé Guilherme Vanz4-47/+29
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 Vajna7-12/+109
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 Nabet1-5/+2
Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5
2012-12-15Some cppcheck cleaningJulien Nabet1-2/+5
Change-Id: I73b5eb0f12f0e9fcc4b691fadca17cd97e5fd079
2012-12-13PCH for Library_ooxLuboš Luňák25-172/+551
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-0/+13
Change-Id: I9c64c0f4d1eb8533b65f35d5e85e1ab4881a2b67
2012-12-13Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"Noel Power3-11/+1
This reverts commit 2551fec6d2a73d10cfa2aec85ae7d00e237e0294.
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-1/+11
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f
2012-12-13PCH for Library_mswordLuboš Luňák1-0/+1
2012-12-12oox: fix doxygen madness in coreMiklos Vajna5-14/+14
Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f
2012-12-11use effect referencesRadek Doulik4-10/+26
Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef
2012-12-10oox: v:textbox's inset attribute should be imported in Hmm, not in EmuMiklos Vajna1-4/+4
Trivial reproducer: http://people.freedesktop.org/~vmiklos/2012/simple-textbox.docx Change-Id: I030f7153326affc5a01e7ede1ddf1164fa500071
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-4/+2
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-07drop some static OUStringsCaolán McNamara6-36/+19
Change-Id: I41d5df892d8b710b82ed886b2390b53535b8a67b
2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz47-265/+213
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 Vanz13-24/+9
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>