summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* convert the right number of elementsDavid Tardon2013-06-241-1/+1
| | | | Change-Id: I375d03ad880d348be64a04613e612e19bf2f4e1c
* Resolves: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile2013-06-241-0/+7
| | | | | | | | | | | | (cherry picked from commit 37894067213a63c51c7a73083d7b0ace5f5c40da) Conflicts: framework/inc/framework/addonsoptions.hxx framework/source/fwe/classes/addonsoptions.cxx framework/source/layoutmanager/toolbarlayoutmanager.cxx officecfg/registry/schema/org/openoffice/Office/Addons.xcs Change-Id: Icc8ed1bb5ac2cfecd6c03c53c137c503dc78bc66
* Add missing copy&paste of SfxAppToolBoxControl_Impl::SelectAriel Constenla-Haile2013-06-241-6/+18
| | | | | | | | | | (cherry picked from commit 47204c74d9e52f54f6983af19b66af2a96b42e61) Conflicts: framework/inc/uielement/popuptoolbarcontroller.hxx svtools/inc/svtools/toolboxcontroller.hxx Change-Id: I304d17c662450f29eeffb17f576b418986f3fb0a
* Kill SfxAppToolBoxControl_ImplAriel Constenla-Haile2013-06-242-38/+28
| | | | | | | | | | | | | | | | | | | (cherry picked from commit 273121f8d7e277e35c8e5a8aad46ef0c103ebc03) Conflicts: sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/source/appl/appreg.cxx sfx2/source/menu/mnuitem.cxx sfx2/source/toolbox/tbxitem.cxx Change-Id: I6d0750d89ad009f82c5552d971537b78e45426f2 Silence warning C4706 (cherry picked from commit 0b373b3e4c45d09c40a8949e9366adb9b991de4b) Change-Id: Id497469eba8288565145c47c84b7938a1316c21a
* Resolves: #i121542# Unify the Menu APIAriel Constenla-Haile2013-06-233-118/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 399946b82f5efec19cd82d1c320d5aa9295d235d) Conflicts: chart2/source/controller/main/ChartController_Window.cxx framework/source/uielement/langselectionmenucontroller.cxx framework/source/uielement/popupmenucontroller.cxx framework/source/uielement/recentfilesmenucontroller.cxx framework/source/uielement/toolbarsmenucontroller.cxx odk/examples/DevelopersGuide/GUI/UnoMenu.java odk/examples/DevelopersGuide/GUI/UnoMenu2.java odk/examples/cpp/StatusbarController/SelectionModeStatusbarController/SelectionModeStatusbarController.cxx offapi/com/sun/star/awt/MenuBar.idl offapi/com/sun/star/awt/MenuEvent.idl offapi/com/sun/star/awt/MenuItemStyle.idl offapi/com/sun/star/awt/MenuItemType.idl offapi/com/sun/star/awt/MenuLogo.idl offapi/com/sun/star/awt/PopupMenu.idl offapi/com/sun/star/awt/PopupMenuDirection.idl offapi/com/sun/star/awt/XMenu.idl offapi/com/sun/star/awt/XMenuBar.idl offapi/com/sun/star/awt/XMenuBarExtended.idl offapi/com/sun/star/awt/XMenuExtended.idl offapi/com/sun/star/awt/XMenuExtended2.idl offapi/com/sun/star/awt/XMenuListener.idl offapi/com/sun/star/awt/XPopupMenu.idl offapi/com/sun/star/awt/XPopupMenuExtended.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/types.rdb svtools/inc/svtools/popupmenucontrollerbase.hxx svtools/source/uno/popupmenucontrollerbase.cxx svx/source/tbxctrls/extrusioncontrols.cxx toolkit/inc/pch/precompiled_toolkit.hxx toolkit/inc/toolkit/awt/vclxmenu.hxx toolkit/inc/toolkit/helper/listenermultiplexer.hxx toolkit/source/awt/vclxmenu.cxx Change-Id: I3d9a1e109b9ff35901a3075b44a4c27e7c12b5c7 Related: #i121542# css::awt::XPopupMenu::execute() needs a Rectangle (cherry picked from commit c01a6f4f370b72f0751cf4f5c11310682e2b3248) Conflicts: odk/examples/DevelopersGuide/GUI/UnoMenu2.java offapi/type_reference/types.rdb toolkit/inc/toolkit/awt/vclxmenu.hxx Change-Id: I2cccc95086fe3d1522d03346e3c577fb2f21f621
* Trie lookup tree code review fixesTomaž Vajngerl2013-06-221-20/+3
| | | | Change-Id: Ib2d2b668f2ec17742a069d63506cdd2d25d10f0d
* kill TBX_UPDATER_MODE_*Ivan Timofeev2013-06-221-7/+1
| | | | | | | | | | | | | | | commit 4f036439f7597d33a9f90860d9a5b6ac28b270c7 "Kill unused TBX_UPDATER_MODE_NONE." removed TBX_UPDATER_MODE_NONE, but it was actually used, but written as literal 0 in ctor (default value for nMode). Worse, TBX_UPDATER_MODE_NONE meant "draw a square color mark" (!) and after removing it color-marks were not drawn for some buttons, e.g. frame color button. This patch makes use of TBX_UPDATER_MODE_CHAR_COLOR_NEW (which means "draw a rectangle color mark") everywhere, TBX_UPDATER_MODE_CHAR_COLOR and TBX_UPDATER_MODE_CHAR_BACKGROUND were unused. Change-Id: I7452bf73227cd7038e5ea9ab740745125ca079b4
* l10n of additional gradients in standard paletteAndras Timar2013-06-221-61/+83
| | | | Change-Id: I66a1d963e8b8616d372af28963edea4acbcc7858
* unknown log area 'sfx2.sidebar' [loplugin]Eike Rathke2013-06-211-0/+1
| | | | Change-Id: I49ed6652f92b1e1ec3091c976db40fb840f2ea78
* Resolves: fdo#65635 don't include border gap in height for borderless editsCaolán McNamara2013-06-211-1/+1
| | | | Change-Id: If778fdeb5bdbd5a5cac33f57ef8d598ddc1408f2
* Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed2013-06-212-1/+3
| | | | Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
* fdo#43641 oox: fix position/size of LineShapes inside lockedCanvasMiklos Vajna2013-06-211-0/+3
| | | | Change-Id: Idf14d40f174ca87543a829ccfe22ed5cbb8e3cbc
* -Werror,-Wheader-guardStephan Bergmann2013-06-201-1/+1
| | | | Change-Id: If337f14697fc34ad8be1d84d696efbfb17b3dbb1
* -Werror,-Wheader-guardStephan Bergmann2013-06-201-2/+2
| | | | Change-Id: I92b868b0d579caf0378d7193502918dd4c8f9497
* Resolves: #i122318# Adapted color palette stuff, some cleanupsArmin Le Grand2013-06-201-91/+79
| | | | | | | | | | | | | (cherry picked from commit 710925d1d93a8ccf36957fa2f4d98d7dedb4cb9f) Conflicts: extras/source/palettes/standard.soc svx/inc/svx/dialogs.hrc svx/source/dialog/sdstring.src svx/source/unodraw/unoprov.cxx svx/source/xoutdev/xtabcolr.cxx Change-Id: I15899fc51e61e29da443838d1a42ea5d7c53acb9
* Resolves: #i121810# Adapt SfxPrintingHint to work with...Ariel Constenla-Haile2013-06-191-19/+35
| | | | | | | | | | | | the "new" XDocumentEventBroadcaster (cherry picked from commit 1bfae56dd9d633a80924bfeefc03368100d75a8f) Conflicts: sfx2/inc/sfx2/event.hxx sfx2/source/view/viewprn.cxx Change-Id: I6b3e1edc396b82d85fe059e6cdf7ad0009d5b94b
* expand scheme to share sizes for paragraph dialog preview widgetsCaolán McNamara2013-06-191-0/+32
| | | | Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d
* Resolves: #i122418# Added workaround to not use GetBitmap on windowsArmin Le Grand2013-06-192-29/+32
| | | | | | | | | | | | (cherry picked from commit 136976efb17b8617a83c7f26601cd04031b51e7f) Conflicts: vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/source/gdi/bitmap4.cxx vcl/source/gdi/bitmapex.cxx Change-Id: I9c3aeae76c155c9050404f67adeb91106502c3f1
* Resolves: #i122231# Buffered content for gallery themesArmin Le Grand2013-06-191-1/+11
| | | | | | | | | | | | | | better graphical preparation (currently BMP_SCALE_BESTQUALITY, but can be changed in a single place now if wanted) (cherry picked from commit d32f1d358dcd2574d8ae6cd19da01b7311ef5926) Conflicts: svx/inc/svx/galtheme.hxx svx/source/gallery2/galctrl.cxx svx/source/gallery2/galtheme.cxx Change-Id: I80879ca472c784f764126676046c1388e1167652
* Resolves: #i110384# added better fat line rendering where possibleArmin Le Grand2013-06-191-0/+7
| | | | | | | | | | | (cherry picked from commit 144eb666b72516ef78c15424087800dff1be5cfd) Conflicts: drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx vcl/inc/vcl/outdev.hxx Change-Id: I89f378a4d7a8311b8922f10acff66b000a20a4b7
* fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa2013-06-181-1/+1
| | | | | | | Change-Id: I6e35b91092239275694eec3666b076f7ff7e54f6 Reviewed-on: https://gerrit.libreoffice.org/4335 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* Related: #i122120# corrected flag for drawing checkerboards...Armin Le Grand2013-06-182-3/+8
| | | | | | | | | | | | | | adapted previews, added to configuration (cherry picked from commit c17e634e125f524d153e1ad8febff6d11b810ee4) Conflicts: officecfg/registry/schema/org/openoffice/Office/Common.xcs svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx vcl/inc/vcl/settings.hxx Change-Id: I3f4fd9525e31cd816599b963ecd2fa42b1f666d7
* Related: #i122120# Ensured Append/Modify methods in LB implementations...Armin Le Grand2013-06-182-145/+123
| | | | | | | | | | | | | | | | | | | | | | | | | always add a UI graphic preview, corrected diag mirror in bitmap pattern (cherry picked from commit 36a8574012525fa837df6dfd1839fa65b5a2bc70) Conflicts: cui/source/tabpages/tpbitmap.cxx cui/source/tabpages/tpcolor.cxx cui/source/tabpages/tpgradnt.cxx cui/source/tabpages/tplnedef.cxx cui/source/tabpages/tplneend.cxx svx/inc/svx/dlgctrl.hxx svx/inc/svx/xtable.hxx svx/source/dialog/dlgctrl.cxx svx/source/xoutdev/xtabbtmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/source/xoutdev/xtabdash.cxx svx/source/xoutdev/xtabgrdt.cxx svx/source/xoutdev/xtabhtch.cxx svx/source/xoutdev/xtable.cxx svx/source/xoutdev/xtablend.cxx Change-Id: Iff0744061b76d8c608e285f81bcc8e76edeb6a69
* Resolves: #i122120# Changed UI preview creators...Armin Le Grand2013-06-184-50/+31
| | | | | | | | | | | | | | | | | to no longer need SdrModel/SdrObject (cherry picked from commit 0c353433ad94786a937fa9da01d6e7382e3da942) corrected unwanted change (cherry picked from commit 8a10735b8ee3926a592d6919f4dbb823771bed9f) Conflicts: vcl/inc/vcl/outdev.hxx 7c096015d974382e6874a874370ee72a61f02e6a Change-Id: Ib2afe135566eba2e99cc8c4a653de3df0fa7f0cd
* String to OUString (SfxStringItem and related)Matteo Casalin2013-06-1814-28/+26
| | | | | | | Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* sal_Bool to boolTakeshi Abe2013-06-181-2/+2
| | | | Change-Id: Id1c64ab4be262713204cfeeb6333ec7d33fffcfb
* Reduce #ifdef #else a bitKhaled Hosny2013-06-181-6/+2
| | | | Change-Id: I888681b01e82b72ce1ed9836ddf541c543747971
* rCTFont is not used anywhereKhaled Hosny2013-06-181-2/+0
| | | | Change-Id: I2ee13f6a014f26ca03b34d87094af337733207e3
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-06-171-0/+2
| | | | | | | | | | - replaced RTL_CONTEXT_ with SAL_INFO - replace OSL_* with SAL_* Change-Id: If89af70767c3fdc4b1d0cb5e51033ca98583bc5d Reviewed-on: https://gerrit.libreoffice.org/4286 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* Resolves: #i74211# Correct crop of bitmap data when...Armin Le Grand2013-06-172-0/+47
| | | | | | | | | | | | | | | logical size and MapMode do not match real pixel size (cherry picked from commit a24965371f7e881671182bc51432c08cbf667b56) Conflicts: svtools/inc/svtools/grfmgr.hxx svtools/source/graphic/grfmgr.cxx svx/inc/svx/svdhdl.hxx svx/inc/svx/svdograf.hxx svx/source/svdraw/svdhdl.cxx Change-Id: Icfb9091b55e50081e8daf697c9f00f5b5a10531a
* restore now needed ctorCaolán McNamara2013-06-171-0/+3
| | | | | | | partial revert of bb61f56d71b699dfbe422bac37a3151767e6a40f now that we need it again Change-Id: Iffaf72b96b237101b4bbb65efd32d6c5f18eb212
* Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand2013-06-171-0/+7
| | | | | | | | | | | (cherry picked from commit 4f49f1d95e8d0be7df259ad1458441fd858be735) Conflicts: drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx svgio/source/svgreader/svgnode.cxx svgio/source/svgreader/svgstyleattributes.cxx Change-Id: I155854692a9d1771826867d2666fc6174e2c9256
* restore SvtGraphicStroke::set[Start|End]ArrowCaolán McNamara2013-06-171-0/+28
| | | | | | | partial revert of 743e627bcfc9c87d806109fe6f3f4e2817b73dda because we want to use that then unused code now Change-Id: I94fe173dda053ce1b72b3b776a9855ce9ecc249b
* Resolves: #i121538# Removed old Fontwork dialogs preset box...Armin Le Grand2013-06-178-53/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and all dependencies (cherry picked from commit bcfee75544246db6788715d98efd6d33c12f933d) Conflicts: sd/inc/pch/precompiled_sd.hxx sd/source/core/typemap.cxx sd/source/ui/view/drviews6.cxx svx/Package_inc.mk svx/inc/svx/dialogs.hrc svx/inc/svx/fontwork.hxx svx/inc/svx/svdstr.hrc svx/inc/svx/svxcommands.h svx/inc/svx/svxids.hrc svx/inc/svx/unoshprp.hxx svx/inc/svx/xdef.hxx svx/inc/svx/xenum.hxx svx/inc/svx/xtextit.hxx svx/source/dialog/fontwork.cxx svx/source/dialog/fontwork.hrc svx/source/dialog/fontwork.src svx/source/xoutdev/xattr.cxx sw/inc/pch/precompiled_sw.hxx Change-Id: I3718285d38444d3862ca382fe020a4e0a083a677
* move now private headers to private locationCaolán McNamara2013-06-173-348/+0
| | | | Change-Id: Ibc3a6d446dd2bd49af916cbe1ca88e173ae414cb
* Related: #i121532# unified processor2d usages from other modulesArmin Le Grand2013-06-176-5/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit f371f92c89d296207ef9a219518ba8caa481bcfe) Conflicts: drawinglayer/Library_drawinglayer.mk drawinglayer/Package_inc.mk drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx drawinglayer/source/processor2d/processor2dtools.cxx svx/Package_inc.mk svx/source/sdr/contact/objectcontactofobjlistpainter.cxx svx/source/sdr/contact/objectcontactofpageview.cxx svx/source/sdr/overlay/overlaymanager.cxx svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx svx/source/svdraw/svdedxv.cxx sw/source/core/doc/notxtfrm.cxx Change-Id: Iea4a79133f4375cb0625b187eeb3d727b50ff0fe Related: #i121532# missing defaultprocessor3d.hxx breaks build Revision 1440387 changed defaultprocessor3d.hxx to be no longer "delivered". It is needed in svx by being included indirectly via cutfindprocessor3d.hxx. Fixing the build breaker by "delivering" the missing header file again. (cherry picked from commit 3bd3ea81c8d54109950b435225c3aac011d56c3d) Conflicts: drawinglayer/Package_inc.mk Change-Id: If0dcea79cfff4cf20a1ca1af3d0a34f86eb2e24e Related: #i121532# removed include to no longer existing file (cherry picked from commit a4c602d9b5b17e220dbaa4dec2cef91d39945154) Conflicts: sw/source/core/doc/notxtfrm.cxx Change-Id: I7dc2f99684fa285225dfdcfc7add553695b8412e
* l10n of additional colors in standard paletteAndras Timar2013-06-161-0/+10
| | | | Change-Id: I9200ce7f0e18491f2a1b8b60a43883df6dcb6cf2
* Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand2013-06-1610-27/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | D&D overhauled (cherry picked from commit c6e63b6bbb6b4a63fe1302de57fc32cd28432378) Conflicts: drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx svx/Package_inc.mk svx/inc/svx/sdr/overlay/overlayanimatedbitmapex.hxx svx/inc/svx/sdr/overlay/overlayobject.hxx svx/inc/svx/sdr/overlay/overlaypolypolygon.hxx svx/inc/svx/sdr/overlay/overlayrectangle.hxx svx/inc/svx/sdr/overlay/overlaytools.hxx svx/inc/svx/sdr/primitive2d/svx_primitivetypes2d.hxx svx/inc/svx/svdview.hxx svx/source/engine3d/view3d.cxx svx/source/sdr/overlay/overlayanimatedbitmapex.cxx svx/source/sdr/overlay/overlayhatchrect.cxx svx/source/sdr/overlay/overlaypolypolygon.cxx svx/source/sdr/overlay/overlaytools.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdview.cxx sw/source/ui/dochdl/swdtflvr.cxx Unname unused arguments to prevent WaE issues. (cherry picked from commit 0735a61e631b8d4bb3d4e889bee436fb9e7c5734) Change-Id: I3b1cf4754063985dc1b4adac44b33e52e200607f e4288936cadd1f6e06bdf79611536d7114236b56
* add initial version of WEBSERVICE functionMarkus Mohrhard2013-06-162-2/+4
| | | | Change-Id: I8a835278c0d1b8f3a463aa5765b145410605aba4
* inital work on FILTERXML functionMarkus Mohrhard2013-06-162-2/+4
| | | | Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d
* add missing modelines.Michael Meeks2013-06-1615-0/+45
| | | | Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664
* Translate German commentsRolf Hemmerling2013-06-161-159/+155
| | | | Change-Id: I1e852ec6961f11b9b5047442d974063496750440
* Enable Sifr themeIssa Alkurtass2013-06-151-2/+3
| | | | Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
* Resolves: #i119520# right brace shape not displayed after save to .docJianyuan Li2013-06-151-0/+3
| | | | | | | | | | | | | | Reported by: louqle Patch by: Jianyuan Li Review by: sunying (cherry picked from commit 8be633def896c74867b9f9dcc929d7d210b4f192) Conflicts: filter/inc/filter/msfilter/escherex.hxx filter/source/msfilter/escherex.cxx Change-Id: I3311aad033ca321397c596452d60de5a7c58e223
* use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke2013-06-151-1/+3
| | | | | | | | | | | | | | | | | Old number formats had predefined formats from 0..49, locale data could define additional formats from index 50 on. Internal (fractional) formats were added to the number formatter, shifting the number of predefined entries NF_INDEX_TABLE_ENTRIES by two that was also used as an offset to determine whether a format needed to be added additionally. As a consequece, formats defined with index values 50 and 51 in locale data were ignored and not available in the dialog. Introduced a new enum constant NF_INDEX_TABLE_LOCALE_DATA_DEFAULTS to use as the old offset value for not having to change all locale data definitions everytime an internally generated format is added. Change-Id: I94bdaabf360f7b9c253b1e3f5b73087f0c45fb44
* sidebar: Make the color toolbox updater rendering more universal.Jan Holesovsky2013-06-151-0/+3
| | | | | | Render the color preview bigger if we have space for that. Change-Id: I5bbe5edbb8e354fc3009935d3ed6090271b72bf7
* Kill unused TBX_UPDATER_MODE_NONE.Jan Holesovsky2013-06-151-1/+0
| | | | Change-Id: I894eb05d68f3a92a10d3ce3120ae0a521b65d2f4
* widget layout: Allow specification of size request for toolbox items.Jan Holesovsky2013-06-152-0/+2
| | | | Change-Id: I4b2f1ca9eb0b5bdb77e16a969918dd4f6afefb53
* Remove redundant toplevel constStephan Bergmann2013-06-151-2/+2
| | | | | | ...that might be the reason the Raspbian-ARM tb broke. Change-Id: I1c238f0bd70dd2237c66b479aa5eb79010f477ce
* fdo#58819 DOCX VML export: fix shape size for rotated shapesMiklos Vajna2013-06-151-1/+6
| | | | | | | | | | | | | | The problem is that we wrote the size of the shape itself, while VML wants the bounding box here. The WW8 export ignores the rectangle given in EscherEx::Commit(), uses SdrObject::GetSnapRect() instead and later refines the position by using the point got in WW8AttributeOutput::OutputFlyFrame_Impl(), see PlcDrawObj::WritePlc(). Do the same in the VML export, i.e. ignore the Rectangle we get in VMLExport::Commit() and use SdrObject::GetSnapRect() + the point given in DocxAttributeOutput::OutputFlyFrame_Impl() instead. Change-Id: I5adbdf205792c87f92c1ddf1cf674f87e11eb54e