- 14 Kas, 2013 40 kayıt (commit)
-
-
Jacobo Aragunde Pérez yazdı
Fixed an error at ImplEESdrWriter::ImplFlipBoundingBox implementation. I've also tried to simplify and explain the calculations done there. Change-Id: I41c6c6e1a045803524479c92ef807913db38167a Reviewed-on: https://gerrit.libreoffice.org/6433Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Jacobo Aragunde Pérez yazdı
We were saving the size of the rotated shape bounding box in the docx file but that size was being interpreted as the size of the original, unrotated shape. Now VMLExport::Commit will use the dimensions of the rectangle received as a parameter to save to the file instead of those returned by SdrAttrObject ->GetSnapRect Change-Id: I53670db77f5e5320a87579dcd56617d5ccf1851a Reviewed-on: https://gerrit.libreoffice.org/6432Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Project: help 42f290e423e49da0283dcd00a66f17cf1d201456
-
Caolán McNamara yazdı
Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a
-
Caolán McNamara yazdı
Change-Id: I9dc8366d2e8bd2ab16ce11c9e69cbdbdca0ccae5
-
Caolán McNamara yazdı
Change-Id: I34b6f91d104e5f095f0aad58869d62d0a367d2b3
-
Stephan Bergmann yazdı
Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c
-
Stephan Bergmann yazdı
Change-Id: Ida3365b0451b947e04d7097799ac5108f76fc1a5
-
Pallavi Jadhav yazdı
Issue:- 1] When MS Office docx file containing cropped image is round tripped with LibreOffice 4.2, image looses its cropping effect. Implementation:- 1] Function WriteSrcRect() is implemented inside docxattributeoutput.cxx 2] It writes out xml tag <a:srcRect> which is responsible for storing cropping parameters Change-Id: I8814df40f9907512779b42c9ad2405953c70626b Reviewed-on: https://gerrit.libreoffice.org/6507Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: Ia8a15d1ec79577e4cd5bcaec99ef0926163a14ca
-
Stephan Bergmann yazdı
...post 24cad6a6 "Move MediaDescriptor from comphelper to unotools." Change-Id: I71b4f4e1c1b68c3281f77dc15a2df30bfbf7e587
-
Pallavi Jadhav yazdı
Issue:- 1] When MS Office docx file containing cropped image is round tripped with LibreOffice 4.2, image looses its cropping effect. Implentation:- 1] Function WriteSrcRect() is implemnted inside docxattributeoutput.cxx 2] It writes out xml tag <a:srcRect> which is responsible for storing cropping parameters 3] Written Unit Test to verify cropping parameters Conflicts: sw/qa/extras/ooxmlimport/ooxmlimport.cxx Reviewed on: https://gerrit.libreoffice.org/6240 Change-Id: I6ab30305bae44ca1bfef73b0df2967d943ee60fe
-
James Michael DuPont yazdı
Signed-off-by:
Stephan Bergmann <sbergman@redhat.com> Conflicts: Makefile_idl_compile include.idl offapi/com/sun/star/util/EventMultiplexer.idl Change-Id: Id4b3e6e165cc9c40762f5d96dc734ad698690877
-
Stephan Bergmann yazdı
For now, this checks for a trusted referer (if the BlockUntrustedRefererLinks configuration prop is set) in utl::MediaDescriptor::impl_openStreamWithURL and SvxBrushItem::GetGraphicObject. Checking in additional places will probably be necessary to block /all/ unwanted communication. Also, some places marked /*TODO?*/ currently pass in an empty referer (which is always considered trusted) and will probably need to be adapted. Ideally, Referer URIs would never be empty (and consistently use something like <private:user> for cases where access is explicitly initiated by the user and should never be blocked), but that's a very daunting task, so start small by identifying the places that potentially need blocking and adding appropriate Referer URIs there. Also, Referer information should always be computed as freshly as possible from the context in which an access attempt is made, but, again, always carrying the information from the context all the way to the relevant functions is a very daunting task, so for now store the information upon object instantiation in some cases (SvxBrushItem, SdrGrafObj, ...). The Referer URI (css.document.MediaDescriptor property; SID_REFERER) was already used to track macro execution, and there is one place in SfxApplication::OpenDocExec_Impl where opening of hyperlinks (explicitly clicked by the user) is done that needs the current document's URI as Referer to check execution of macro URIs but needs an empty (or <private:user>, see above) Referer to not block non-macro URIs. Special code has been added there to handle that. Change-Id: Iafbdc07a9fe925d9ee580d4f5778448f18f2ebd9
-
Stephan Bergmann yazdı
Change-Id: I30a06f693704a8471af39e5232a7abef1056be32
-
Stephan Bergmann yazdı
Change-Id: Ia6d8a3ddd003558cace81837753e93427737023a
-
Stephan Bergmann yazdı
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
-
Stephan Bergmann yazdı
Change-Id: I645d554c7ce592d93ca0696fa7e6068ce40c9058
-
Stephan Bergmann yazdı
Change-Id: Id2f2a3dafc3bb7ec6fada6bfda5843348dfac5a1
-
Thomas Arnhold yazdı
Change-Id: I89416932f46151479459c8fff98934ae6a7fcd60
-
YogeshBharate yazdı
Problem Description: In fontTable.xml, empty font name gets exported. So while exporting check no empty font name is exported. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/6319 Change-Id: Icaa58d23b7754925291867b4c9557c8232f77d69
-
Caolán McNamara yazdı
Change-Id: I97275e191a0f6d5dd00bf6cbbd906a662190f5ee
-
Stephan Bergmann yazdı
Change-Id: I391e027b2567c4239c1d02e132c6508b3f49d381
-
Stephan Bergmann yazdı
Change-Id: I535617f838f8b0ed7b767c449f40cb54a872be27
-
Stephan Bergmann yazdı
Change-Id: I32e4a80e99885c561a30e8f059c9b9a24c4bd3c7
-
Stephan Bergmann yazdı
Change-Id: I4e47b5194992d3847a689284d7600be92a4ead26
-
Stephan Bergmann yazdı
Change-Id: I3a788db0fe215c7ce3a69c3dad2b8a72f4db88ee
-
Stephan Bergmann yazdı
Change-Id: I15d27e5bd372c15c920abc6abf1737ce2d43e2ce
-
Stephan Bergmann yazdı
Change-Id: Idb21a2fcceccf037e0f8ca56905306b359779813
-
Stephan Bergmann yazdı
Change-Id: I9858795019e5b15965cdfe9f186129a93b6d52ad
-
Stephan Bergmann yazdı
Change-Id: I17f7fd32c020443d48c2488f7db32519a8d11831
-
Stephan Bergmann yazdı
Change-Id: I855297c68d2be1a35c8c6a438f64defb8ac377cc
-
Stephan Bergmann yazdı
Change-Id: If4952a5e36ba52f07231560f4bd3cc568b9fde52
-
Stephan Bergmann yazdı
Change-Id: I7e2dbcf299fc01255340c78d99f0434dc0c1fc61
-
Stephan Bergmann yazdı
Change-Id: I4763547ceebab61077c67f2a8c67d6ab388fb6b3
-
Stephan Bergmann yazdı
Change-Id: I58537f2fa2c0c403f441319b574b6f7794f38152
-
Stephan Bergmann yazdı
Change-Id: I697e70491fb77f61615b3d5780b57fff29a04ec6
-
Stephan Bergmann yazdı
Change-Id: Ibd913043822c9901bad8495944367915df10b1f4
-
Stephan Bergmann yazdı
Change-Id: Ibcf69aee2391b830c328f458ba2ab753a4e18b9d
-
Stephan Bergmann yazdı
Change-Id: I648399356bed41f6aa9d6ec276ee975f5d3b1fa4
-