summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-034-6/+6
| | | | Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
* oox: fix buildIvan Timofeev2012-12-0117-34/+1
| | | | Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3
* Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz2012-12-014-30/+30
| | | | | | | | | | | 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>
* Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz2012-12-0117-28/+28
| | | | | | | | | | | 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>
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | 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
* do not write rotation when it is equal to multiple of 360 degreesRadek Doulik2012-11-301-1/+1
| | | | Change-Id: I0338964e8f8ded9ce0c488a437d3bf023d08047a
* fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard2012-11-293-11/+23
| | | | | | | | | | | | | | 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>
* OUString::replace() does not modify in-placeTor Lillqvist2012-11-281-2/+2
| | | | Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de
* Revert "Skip a bunch of files in the disable-export case"Tor Lillqvist2012-11-261-7/+6
| | | | | | Causes too much pain in scfilt, let's try without for now. This reverts commit 421c8febe88920bb6ebdfb05ce85568f241ddd0e.
* Skip a bunch of files in the disable-export caseTor Lillqvist2012-11-261-6/+7
| | | | Change-Id: I58237ce2fdfc55a564e2cf9f00a5eeebed48c046
* this method actually can throw, related fdo#57451Markus Mohrhard2012-11-242-2/+2
| | | | Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41
* Remove some other newly tagged unused methodsJulien Nabet2012-11-232-11/+0
| | | | Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9
* AllSettings with LanguageTagEike Rathke2012-11-222-1/+2
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* no matching function for call to 'max(int, long int)'Tor Lillqvist2012-11-191-1/+1
| | | | Change-Id: I7533098781b0b6987cd852d74a688aac6e0af056
* export embedded spreadsheet(s), fixes n#780830Radek Doulik2012-11-194-47/+176
| | | | Change-Id: Iee8328a695b554d97f6805b64b98706b9e3d7ab9
* limit buSzPct rangeRadek Doulik2012-11-191-1/+1
| | | | Change-Id: I41411301ee131f92b9725208e53133ee0f8a6f82
* valgrind: use of uninitialized variableCaolán McNamara2012-11-171-1/+2
| | | | Change-Id: I57de2d1ab4597cf3ef9eae08dfdbda1d5abff621
* targetted cleanup of misc. vba pieces.Noel Power2012-11-162-16/+0
|
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-151-4/+3
| | | | | | | | I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
* oox: reduce exception count reading missing attributes.Michael Meeks2012-11-141-0/+4
|
* oox: ZipStorage: better exception tracingMichael Stahl2012-11-111-10/+20
| | | | Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c
* oox: make things easier to debug by tracing exceptionsMichael Stahl2012-11-092-8/+16
| | | | Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111
* oox: fix doxygen comments in dumpMiklos Vajna2012-11-081-22/+22
| | | | Change-Id: Iab40d3d9778fffb7bbb076a9c2716d3fd11fc937
* I hate sal_Int32, episode #1326.Luboš Luňák2012-11-081-4/+4
| | | | Change-Id: Ibfda2b553bae1ad040f722dde46a352a313218fc
* implement inset attribute of <v:textbox> (part of bnc#773061)Luboš Luňák2012-11-088-3/+44
| | | | Change-Id: I1ec9b5d9fed86c44dc0a412c2323033ea67985c9
* oox: fix doxygen comments in helperMiklos Vajna2012-11-079-51/+51
| | | | Change-Id: I1e9b2075cbbb7a2ad7de64dd449cb42bf95ecc20
* bnc#785727: Add more safety checks, exact bug mechanism unclearTor Lillqvist2012-11-051-1/+1
| | | | Change-Id: Ieef2ce470613f6adfbb134d2bd59f2a6fd4a848d
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-281-0/+1
| | | | | | | Change-Id: Iae27a96c1e2ed72d2744fcbe100d6ada7dc41c82 Reviewed-on: https://gerrit.libreoffice.org/914 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier2012-10-251-1/+3
| | | | | | | | | | … in this function" declaring those functions static breaks the build on MacPPC / gcc 4.0.1 Change-Id: I3a389530d51ae0ddd38418159ca4234016bf93ba Reviewed-on: https://gerrit.libreoffice.org/911 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* n#773048: Adjust rotate in relation to fix for n#783433Muthu Subramanian2012-10-251-1/+1
|
* fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-241-2/+1
| | | | | | | Convert the helper methods to take an XComponentContext parameter, instead of XMultiServiceFactory. Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1
* Improve vml path parsing to handle repeated commandsPierre-Eric Pelloux-Prayer2012-10-181-17/+28
| | | | | | | | | | | | | | | Previously commands were executed only when the parser found a new command in the stream. Some vml path commands can handle repeated set of parameters, like this : lx1,y1,x2,y2,x3,y3,x1,y1 This patch adds support for this by executing commands when required parameters count has been met. Change-Id: Iab31fd267842755b81a3e228e45a8de63505fbd0 Reviewed-on: https://gerrit.libreoffice.org/774 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* vml import: only apply width-percent attribute if it's != 0Pierre-Eric Pelloux-Prayer2012-10-161-2/+6
| | | | | | | | | | | | This fixes an issue with a shape defined with these attributes: mso-width-percent:0;mso-height-percent:0 and mso-width-relative:page;mso-height-relative:page; where all points were then located in (0,0) Change-Id: I51070ad2b2e4e05ab64f16813472ca1d7099fb09 Reviewed-on: https://gerrit.libreoffice.org/775 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* oox: fix loplugin warningsMiklos Vajna2012-10-135-9/+9
| | | | Change-Id: I73375f46d31ef7446b7c059aa2a23024e677021c
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-10-131-2/+2
| | | | | | + replace "<" by "!=" for end iterator comparison with current it Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
* we love you 32bit sal_Int32 as longCaolán McNamara2012-10-111-1/+1
| | | | Change-Id: I006bceae3d05d2c014beae2127ad8a57c9bee353
* n#778854: Fixes quite some issues with bullet points.Muthu Subramanian2012-10-112-5/+21
| | | | | | | | | * Properties needs to be combined before applyed. Rather than applying them separately twice. * ParaMargins set to zero wrongly rather than boost::none This caused its own set of problems. * Hack: Push default zero to tabstops. This makes impress calculate proper values for tabstops using leftmargin.
* callcatcher: update unused code listCaolán McNamara2012-10-112-15/+0
| | | | Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590
* fix text rotation for txXfrm element, fixes n#783433Radek Doulik2012-10-101-1/+1
| | | | Change-Id: I82a14170ce8d58184b1a86f7fc0f9e9d93238c92
* added safety checkRadek Doulik2012-10-091-1/+1
| | | | Change-Id: I05ca3e5b176202d26c2f2e45cc674ea54934a30b
* implement a:overrideClrMapping (fixes n#783202)Radek Doulik2012-10-081-1/+2
| | | | Change-Id: Ib6c0fd6d9b64f2bff446f919c58027fea76a00cb
* Remove 3 oox::ole elements:Julien Nabet2012-10-062-148/+0
| | | | | | | | oox::ole::AxFormPageModel::AxFormPageModel() oox::ole::AxMultiPageModel::AxMultiPageModel() oox::ole::AxTabStripModel::AxTabStripModel() Change-Id: I09c0993c2b6e98eed5536ac1c2a8b5559a3dcac6
* fix for fdo#55565 regression, failure to export vertical text in shapeNoel Power2012-10-031-0/+21
| | | | Change-Id: If3d6413b1fb9e02dc26f930634f84712d7d08ca3
* Use prefixTor Lillqvist2012-10-022-2/+2
| | | | Change-Id: Id1ac9a800b58595771be22097d77d3a7c5a8862c
* Use comphelper::getComponentContextStephan Bergmann2012-09-292-46/+8
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* Bin some newly unused methodsJulien Nabet2012-09-276-52/+0
| | | | Change-Id: I1bbbdbb68f073d19b7d99b5ccb4985efd5bde80c