- 22 Tem, 2014 1 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
-
- 21 Tem, 2014 39 kayıt (commit)
-
-
Julien Nabet yazdı
Quick fix for this bt: 3 0x00002aaaab2935d2 in __GI___assert_fail (assertion=0x2aaae1f2806a "_pInterface != 0", file=0x2aaae1f28018 "/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h", line=402, function=0x2aaae1f28480 <com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator->() const::__PRETTY_FUNCTION__> "interface_type* com::sun::star::uno::Reference< <template-parameter-1-1> >::operator->() const [with interface_type = com::sun::star::resource::XStringResourceManager]") at assert.c:101 4 0x00002aaae1e2963b in com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator-> (this=0x7fffffff2d00) at /home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h:402 5 0x00002aaae1eb5c87 in basctl::LocalizationMgr::implHandleControlResourceProperties (aControlAny= uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aDialogName="Dialog1", aCtrlName="TextField1", xStringResourceManager=empty uno::Reference, xSourceStringResolver=empty uno::Reference, eMode=basctl::LocalizationMgr::REMOVE_IDS_FROM_RESOURCE) at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:202 6 0x00002aaae1eb92a0 in basctl::LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject (pEditor=0x919d820, aControlAny= uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aCtrlName="TextField1") at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:896 Indeed, LocalizationMgr::setControlResourceIDsForNewEditorObject just returns if !xStringResourceManager.is() So let's do the same when trying to delete ControlResources See http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/localizationmgr.cxx#835 Change-Id: I4be49503cd2464f97a25840dfdc29877e5fb2b93
-
Aurimas Fišeras yazdı
Correctly set the default file name in win2k+ See fdo#74295 for more details. Change-Id: I30117a8e1e50b157fee96f4777b0c3f11630165c Reviewed-on: https://gerrit.libreoffice.org/10430Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Aurimas Fišeras yazdı
This commit introduced fdo#74295. This reverts commit e9fd9c25. Change-Id: I884c25aee137819810bdbc76ad85f2b580b2d626 Reviewed-on: https://gerrit.libreoffice.org/10429Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Kohei Yoshida yazdı
Change-Id: I3772091c77307892b13d75cc6a5a191ec07c7bf5
-
Kohei Yoshida yazdı
Change-Id: Ic0b7b69b8c4e57064b31ef62ddceaf6094ca9991
-
Michael Stahl yazdı
Change-Id: I2491ec467df8874bb7eaa89e316b0e89f59c740a
-
Eike Rathke yazdı
... instead of a manual approach that missed one extra package level. Change-Id: I41c76eb84677fcf49eb09830127a419ed23ec643
-
Michael Stahl yazdı
This causes an infinite loop in forms_unoapi test forms.OCheckBoxModel (regression from cd3d26b7) Change-Id: I46715e1f1381fa92419558c34c6d47c3767de3e1
-
Joren De Cuyper yazdı
Not sure why it was that way. I assume it was just a typo that never was fixed. Change-Id: I5767c8ff10abd687b12d209bacb74c3144ce7b25 Reviewed-on: https://gerrit.libreoffice.org/10443Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ib332d04fa27501ec35267b5e389c2979c9c55be2
-
Caolán McNamara yazdı
Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646
-
Tor Lillqvist yazdı
And even if that wasn't a problem, we don't use a macro for the log area anywhere else in the codebase, so why suddenly introduce such a convention here? What's the gain from that? On the contrary, haven't we been *reducing* the amount of pointless #define FOO "foo" style stuff? Change-Id: I1247dc499136cdf3ae1921e6ffe7c7f63d57cfc1
-
PriyankaGaikwad yazdı
XML difference : In document.xml Original : <w:docGrid w:type="lines" w:linePitch="360"/> Roundtrip : <w:docGrid w:type="default" w:linePitch="360" w:charSpace="0"/> Document grid type is not set properly while import. Change-Id: I68ec778c3138b37ad96f69942361a73ed0e85d71
-
Caolán McNamara yazdı
Change-Id: Iad0c94ffd08117f79cba5d5305f03c836ac6ada9
-
Caolán McNamara yazdı
Project: help b8feecec406652bb24799a209aae9530da926f4a
-
Rohit Deshmukh yazdı
Issue: -If file contains Textbox having "In front of text" wrap property, then text behind the textbox is missing after roundtrip. Change-Id: I1b4b7c7ea0e9fd2ae4594b9d5e66246974b09c2a
-
Takeshi Abe yazdı
Change-Id: I96775ac9a8624e12974c78c6abb93ddd80eed567
-
Bisal Nayal yazdı
Problem Description: The docx file contains a word art inside a drawing tool. After RT, nesting of <txbxContent> tag is happening which is causing the corruption. Solution: Created a service in util.cxx for checking few shapetypes for which textbox with content is not allowed. This check also helps to find that if we are already inside a DML then we should purely read VML Information.An existing UT testWordArtWithinDraingtool was failing. The UT is related to same issue (word art inside drawing tool) hence changed it accordingly. Following is the commit id of the UT-Change-Id: I00e94712e912ad1977fcb65a945fefb927795d77 Change-Id: I7e456c9f6a69af80da443e29eb02a64ba7d59468 Reviewed-on: https://gerrit.libreoffice.org/10229Reviewed-by:
Luboš Luňák <l.lunak@collabora.com> Tested-by:
Luboš Luňák <l.lunak@collabora.com>
-
Ravindra_Vidhate yazdı
The Object's DrawAspect ="Icon" is not getting preserved. Open the exported file in MS-Office and double click on the object Icon. The object doesn't open the ppt associated with it. Because DrawAspect="Icon" property of the OLEObject is not getting prserved. The DrawAspect="Content" property is getting exported as "Content" is the hard code value. Change-Id: I2f1cbdbb4931657115f6a657b43a1cab3c5369a6 Reviewed-on: https://gerrit.libreoffice.org/10356Reviewed-by:
Luboš Luňák <l.lunak@collabora.com> Tested-by:
Luboš Luňák <l.lunak@collabora.com>
-
David Tardon yazdı
Change-Id: I67f269e316906913b1a9b4d91907d95b869ca71f
-
Rohit Deshmukh yazdı
- Generic fix for all warp properties Change-Id: I77c37759aa49706fc3cd1a80770a85face53f0a2
-
dinesh_mp yazdı
LO crashes while opening the document because PropertySet interface is null and check for this condition was missing, so added the check. Change-Id: I04dd873ea0923a662e27f9eb2013cde31edc912b Reviewed-on: https://gerrit.libreoffice.org/10379Reviewed-by:
Luboš Luňák <l.lunak@collabora.com> Tested-by:
Luboš Luňák <l.lunak@collabora.com>
-
Tor Lillqvist yazdı
Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a
-
Caolán McNamara yazdı
Change-Id: Ie479d363152d3c6a109d6e924b09c155c79511c8
-
David Tardon yazdı
Change-Id: I36672c56742468cda8c0481b76ee6e3fec700983
-
Caolán McNamara yazdı
Change-Id: I63013222988735f901b37584345b79659f69ad8a
-
Caolán McNamara yazdı
Change-Id: I876e25678d68cba09099776bf303a6540761d2ed
-
Caolán McNamara yazdı
Change-Id: I7fe87d012acbd7bac9736ee5ff8c6abc0da3d129
-
Caolán McNamara yazdı
Change-Id: Idaeb36f01632cc91cc9fc3d5febd249e39e44ae2
-
Caolán McNamara yazdı
Change-Id: I76bbe1adb60e7662b4da1effc57feb54ad8733bd
-
Caolán McNamara yazdı
Change-Id: I93868e6acc8e245f15ece38e00390dfc3bd9ee8c
-
Caolán McNamara yazdı
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
-
Caolán McNamara yazdı
and coverity#706085 Unintended sign extension Change-Id: I4bb617cd6927542dfef6dea89c5417ec4f9ed495
-
Caolán McNamara yazdı
Change-Id: Ic044245aef233501c03e342084f5c27a1bee8d4e
-
Caolán McNamara yazdı
Change-Id: I2664fe8776f058ec2c8def730ff62baaf1e1980c
-
Caolán McNamara yazdı
Change-Id: I77f7e909828a67e1f095350bfdda7c5f4b00e1db
-
Zolnai Tamás yazdı
This partly reverts commit 23c876de. Change-Id: I9ba7a2e8286b5fa6064c3b9e2d680fedf402f1a2
-
Zolnai Tamás yazdı
This partly reverts commit 23c876de. Change-Id: I1008c06ec7562e090627ad3860dd198d8fa89362
-
Zolnai Tamás yazdı
Base line is OpenGL 2.1 + extensions: GL_ARB_framebuffer_object (part of OpenGL 3.0) for glGenFramebuffers, glGenRenderbuffers... GL_ARB_vertex_array_object (part of OpenGL 3.0) for glGenVertexArrays, glBindVertexArray... GL_ARB_sampler_objects (part of OpenGL 3.3) for glGenSamplers, glBindSampler... Change-Id: Ib8acf41ab85cd1677d0341719b3a5b4f743ed756
-