summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-08-15 13:39:16 +0200
committerRadek Doulik <rodo@novell.com>2012-08-15 13:39:16 +0200
commitde77d83c15be81a194cb98f6470e52369ad578f6 (patch)
treee2fec4327f903cb8d8569ad291208cda6c32bdea /oox
parent57e8f53e4f6ecfbedef4d2922935a7f7b2f467b3 (diff)
use a namespace for xfrm transformation element, fixes part of fdo#41992
Change-Id: I3872028e4204ae5f72942b7345bf881ef3a96752
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/shapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 7a401b6d18bb..f4650448cfcd 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -948,7 +948,7 @@ ShapeExport& ShapeExport::WriteConnectorShape( Reference< XShape > xShape )
// visual shape properties
pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND );
- WriteTransformation( aRect, mnXmlNamespace, bFlipH, bFlipV );
+ WriteTransformation( aRect, XML_a, bFlipH, bFlipV );
// TODO: write adjustments (ppt export doesn't work well there either)
WritePresetShape( sGeometry );
Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY );
/include/editeng/unotext.hxx?id=c047451f8a7d2878a2b8be39817105c3d362af0e'>Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann Change-Id: I13a85e13b22559a9f1571ef5771b26d70a5cd4fb 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann Change-Id: I8682fee997d8dac254ca431f96172c9aa58c8c06 2015-02-03callcatcher: shave off some moreCaolán McNamara Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4 2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae 2014-07-23convert SfxItemState constants to a proper enumNoel Grandin and while we're at it - use the enum type all over the place instead of passing around sal_uInt16 - don't use bitwise logic on enum values - use enum values instead of numeric constants Change-Id: I7f24cb4d242e1c00703e7bbcf1a00c18ef1e9fd4 2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam Change-Id: I3ce7b235aed71a51ccfa154227be16b3b2265d2a (cherry picked from commit 48647d731c3f85ce2ed9b3f89d73f805976118f5) 2014-06-05editeng: remove SAL_THROW macroNoel Grandin Change-Id: I8e36112a10cdef6250dba4b4cf75e5eba443e0b9 2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara Change-Id: Ia00361fb1d86223a7ed65f0be295b291183e3ad6 2014-05-13remove dead codeNoel Grandin Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434 2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf 2014-04-10callcatcher: update unused codeCaolán McNamara OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f 2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin It was using a bool parameter, but passing various constants through it. Make the constants into an enum, and use the enum in the GetAttribs call. Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-03-10editeng: Add CharInteropGrabBag to editeng.Tomaž Vajngerl Change-Id: I91c816499f463febc536d79e4a9fd9804f74df00 2014-03-03editeng: sal_Bool->boolNoel Grandin Change-Id: I767aa3d25f6d18e8a6e23b4d3f8d038d581ac292 2014-03-03editeng: sal_Bool->boolNoel Grandin this had to be done in conjunction with changing include/svx/unoshtxt.hxx because there are two virtual methods "bool IsValid" in two different base classes and some subclasses are overriding both base-class methods at once. Change-Id: Ib43fc5000b443057caaa513b4efeaa6fd16e4260 2014-03-01Remove visual noise from includeAlexander Wilms Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-27editeng: sal_Bool->boolNoel Grandin Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-21drawingML import: paragraph spacing inside group shapeZolnai Tamás unotext: a conversion was missing during the corresponding SvxLineSpacingItem was filled with "ParaLineSpacing" UNO property. Change-Id: I02559ed7e8b46150a88eed2bf20afdf084aec47b 2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5 2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud Thre is still some 0xffff limit left and possibly some less than gracefully handled overflow/error cases Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638 Reviewed-on: https://gerrit.libreoffice.org/7787 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> 2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian Note: This only imports it and it may not be even possible to export (even to othe formats). Change-Id: I8e104f1bc3a95c42ac932b6ab58365dc113fb2e0 2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann ...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606 2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097 2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann ...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606 2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann Change-Id: I366b29038be034b03a16fa6d7f6873dc78d8d88f 2013-11-26Integrate branch of IAccessible2Steve Yin WaE: Reorder initializations to prevent compiler warnings. (cherry picked from commit c05431aa92fa2c7c7258418a6ecd651b5c26d982) WaE: unname unused variable to prevent compiler warnings. (cherry picked from commit 2259256a390c4b6f83cfb5dbe4a65df5032aee47) Conflicts: editeng/source/accessibility/AccessibleEditableTextPara.cxx ad61537527a74670af266feb9e4d26d2d654daf7 66044902b8d94fc15d4c30270e6cc419fb7d3565 Change-Id: I3ec9798f2c7d854824722c0cf44b62128b4f4cb4 2013-10-23fixincludeguards.sh: include/editengThomas Arnhold Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0 2013-10-21Base class ctors/dtors can be protectedStephan Bergmann Change-Id: I8b68b78042a980850d71a0f67ec520986d6085e4 2013-09-04String to OUStringThomas Arnhold Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke Enhanced EditEngine to be able to hold more than 64k paragraphs. Used also in RTF import Calc and Writer, so that could benefit as well. * changed all EditEngine,Outliner,... related paragraph index/count variables from sal_uInt16 to sal_Int32 * sal_Int32 instead of sal_uInt32 to match accessibility API * matched some Outliner methods' paragraph parameters from sal_uLong to sal_Int32 * containers capable to hold size_t nevertheless are limited to a maximum of sal_Int32 * changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to SAL_MAX_INT32 + added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize ESelection with what previously were hard coded 0xFFFF all over the place + for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL to initialize an ESelection spanning all available text like aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL) Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00 Reviewed-on: https://gerrit.libreoffice.org/3838 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> 2013-04-26XubString->OUStringCaolán McNamara Change-Id: I32c867e43bfb50a57261414107caae60f616d703 2013-04-23execute move of global headersBjoern Michaelsen see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a