- 04 Kas, 2013 40 kayıt (commit)
-
-
Samuel Mehrbrodt yazdı
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38 Reviewed-on: https://gerrit.libreoffice.org/6524Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
It seems pContent may be NULL (see https://bugs.freedesktop.org/attachment.cgi?id=88539) Change-Id: I80249dd1d0afc3feaef5f1b1d134210beee3d029 Reviewed-on: https://gerrit.libreoffice.org/6536Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
We need the EditEngine Modification handler of the inputbar that we are feeding to be disabled while this dialog is open. Otherwise we end up in a situation where... a) this ScFormulaDlg changes the editengine b) the modify callback gets called c) which also modifies the editengine d) on return from that modify handler the editengine attempts to use old node pointers which were replaced and removed by c We turn it off in the ctor and back on in the dtor, but if calc has to repaint, e.g. when switching to another window and back, then in ScMultiTextWnd::Paint a new editengine will have been created via GetEditView with its default Modification handler enabled. So ensure its off everytime we will access it via InputReplaceSelection pScMod->InputEnterHandler(); I wonder if we should really be calling ScMultiTextWnd::GetEditView (which creates an EditView if one does not already exist) in ScMultiTextWnd::Paint or just check for pEditView directly, but that then leading to the need for it to be explicitly created somewhere else. As it stands in ScMultiTextWnd::Paint(...) the "if ( pView )" can never be false. Change-Id: I2f6df9ce0cc7ec59e8be33f4e67d91422796d251
-
Caolán McNamara yazdı
Change-Id: Ibc359a8dbb26ef066dc43535eaf9835c4c7e9314
-
Stephan Bergmann yazdı
Change-Id: Ic65d1d5dcf2a0a7dbc0b382002b15e47f7998344
-
Michael Stahl yazdı
Change-Id: I9c6bbd0ae57b90f9fec570ec5dea5058625e0f8f
-
Michael Stahl yazdı
Passing a target local variable like $(LOCATION) to gb_Extension_add_file does not result in an actual dependency on the file. Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79
-
Michael Stahl yazdı
Change-Id: I8f830790935a05a0413187b6e21002e0f2563adf
-
Michael Stahl yazdı
Change-Id: If1d0d5294af87f2b780deadb21d12a6ee90dead6
-
Marcos Paulo de Souza yazdı
Signed-off-by:
Stephan Bergmann <sbergman@redhat.com> Conflicts: dictionaries Change-Id: I6af478d7d6952e0e8f6c8f1b0575fcd50f2ba0e4
-
Miklos Vajna yazdı
Implement roundtrip of smallCaps, spacing, caps and color's themeColor attribute. Change-Id: I1ac88de030356a5ce08a28ac16cd159a426d2be9
-
José Guilherme Vanz yazdı
Change-Id: I5b8e08bad3d83b6df23127377c0700fcd27ff084 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: Ia50265e397704131dc948bc2bcbf80a442054b71 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6538Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Rodolfo Ribeiro Gomes yazdı
Some methods properly defined as const methods Change-Id: I59bc371bbb3adc6df2b96b82a0968a8693622ff8 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6537Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Miklos Vajna yazdı
The bugdoc contains a shape with type 75 (ESCHER_ShpInst_PictureFrame), which also has a shape text. Looks like this is an RTF which is generated by some 3rd-party tool: Word can open it, but it doesn't show the text on the picture frame, either. So, let's just ignore the shape text for picture frames at RTF import time as well, that avoids the crash. Change-Id: If673122eb16f4a4f7eddf107877fcfa7cb052821
-
Khaled Hosny yazdı
Change-Id: Iafba7ff0d0a4b163f9d99195cab36c9968e0bd73 Reviewed-on: https://gerrit.libreoffice.org/6558Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ib3c0516297b0bd68b59c8cfc5c5488005c059c27 Reviewed-on: https://gerrit.libreoffice.org/6557Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I13dec52e6999d9c8aa0ba1f0c31ee8c36e1b6aac Reviewed-on: https://gerrit.libreoffice.org/6556Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I2d244cc2ea9390f3a118bb620d397faa59e4e491 Reviewed-on: https://gerrit.libreoffice.org/6555Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I98e2ae25865c4ec38da19a24ba4347540d170e4f Reviewed-on: https://gerrit.libreoffice.org/6554Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I05419939ca0d6c55d24088d4b4adf3e262e50083 Reviewed-on: https://gerrit.libreoffice.org/6553Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Ic20df004adca80ea0365f392317ec38f92c9fe43
-
Khaled Hosny yazdı
Change-Id: I7d7858d84a62568d9b0c61403645da13658e78d2 Reviewed-on: https://gerrit.libreoffice.org/6552Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ia857f943b8f2915c857ec4c9fa363760699e5206 Reviewed-on: https://gerrit.libreoffice.org/6551Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ic5796f096255d2d84e39415324e8a2e06bcf09c9 Reviewed-on: https://gerrit.libreoffice.org/6550Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Andrzej J.R. Hunt yazdı
aeb41c9b (remove redundant calls to OUString constructor) introduced: error: variable 'sComposedName' is uninitialized when used within its own initialization Change-Id: I846337da43625d1cdbd33f0705499daa0c419894
-
Khaled Hosny yazdı
Change-Id: Ibd7c9a4db0150bdb115b061e21587ca964dc2c84 Reviewed-on: https://gerrit.libreoffice.org/6549Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I399df92d2b6907c129e18f3a55afeadf02783c14 Reviewed-on: https://gerrit.libreoffice.org/6548Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I10bf92b18ee5ad56f1b4fbee3e4008b35b822be4 Reviewed-on: https://gerrit.libreoffice.org/6547Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I0225484e976b5317c2ac5d5b50ade153425f22b0 Reviewed-on: https://gerrit.libreoffice.org/6546Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ibbeb6b284c6c5fb9bba4ad52abed69321bba90d8 Reviewed-on: https://gerrit.libreoffice.org/6545Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I402682f21d16c3069d5b6885bd75998bd2e16b3f Reviewed-on: https://gerrit.libreoffice.org/6544Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I56be33efe0cc1deaf7a7e7ce6c6ea292dbe7786d Reviewed-on: https://gerrit.libreoffice.org/6543Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Noel Grandin yazdı
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
-
Noel Grandin yazdı
Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
-
Tor Lillqvist yazdı
Change-Id: I6b5849b23478c747bbebd8d00543739e581760a3
-
Tor Lillqvist yazdı
Change-Id: I90613943b2d9fda6286f85a2b45655055ba30b6e
-
Norbert Thiebaud yazdı
Change-Id: I8acc125aeeec089f3528cdc43b1475b93f5cde32
-
Markus Mohrhard yazdı
we need this for our opencl tests to be able to execute the opencl compiler during the test Change-Id: I9f9e8f3ceb26ff62789d888e6eb9f4f94010bb1f Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
dechuang yazdı
AMLOEXT-116 FIX Change-Id: I0c369a65ffb3de2ac91fdd3d04ca6afe658b9bee Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-