- 23 May, 2014 31 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I53662b9d48ae44c21c9cc79bda01487d87e8dfdd
-
Caolán McNamara yazdı
Change-Id: I8d9663f8dedda8e7006e7ac6545cb15188a1ec2d
-
Caolán McNamara yazdı
Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7
-
Caolán McNamara yazdı
Change-Id: I844561cc6f858b6aed55caaf0d92529486cb486e
-
Caolán McNamara yazdı
Change-Id: I22cd98a35c6c638e3476d54b742762d8a2dfa7fa
-
Caolán McNamara yazdı
and hopefully a gadzillion more, but I've said that before :-( Change-Id: I2e36485ae2ce831fdf250464b254d42f5bc55fe3
-
Caolán McNamara yazdı
Change-Id: I568ba1a942acd622611fb53210e303147b77601f
-
Caolán McNamara yazdı
Change-Id: I833b8b9532c61f666755ed5e92135da3aeb55f27
-
Caolán McNamara yazdı
Change-Id: I765dd9bab26e3736c6b18a291cfd108342644e8e
-
Caolán McNamara yazdı
Change-Id: I2eb374a9209cf4bbf9e2b533ec2522bc1efe6468
-
Caolán McNamara yazdı
Change-Id: Ie82c16d7d7b3f4fed09bed1d6adec32d5d3934e5
-
Stephan Bergmann yazdı
Change-Id: I2f866aa16704bc5492e0e0b78136fdfe41caa7a5
-
Tor Lillqvist yazdı
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>; plus some cosmetics to silence loplugin:bodynotinblock. Change-Id: I8ff9da84021635c9de66c9544b46834a2d9efcf7
-
Miklos Vajna yazdı
Groupshape text is provided by editeng, redlining is available in Writer text only. But still, instead of ignoring both deletions and insertions in group shape text, we could at least show the latest version correctly, i.e. ignore deletions but import insertions. Change-Id: I12df2ca1a8d27f9496a8036e521f8820d7075053
-
Miklos Vajna yazdı
Change-Id: Ia1614759558e73686fce137eb52fb623eae4a4e5
-
Miklos Vajna yazdı
Change-Id: Iba7bb88139a97e919739363cd85f3e822062b694
-
Stephan Bergmann yazdı
Change-Id: Iff0692768cbcaa68f79404a9a933044fe8bb9096
-
Stephan Bergmann yazdı
Change-Id: I198fb0193fed891c4dd8a8a92c29e36f6c4d48b9
-
Pallavi Jadhav yazdı
Issue : - Document contains a Section break(Next Page) with a drawing. - Section break is manullay adjusted before the drawing. Hence in original document.xml it wsectPr comes as a part of w:pPr of paragraph. - But in RT in document.xml, section break is written by adding a dummy paragraph. - This is because <w:drawing> also contains a paragraph and hence when encounters section property LO creates a dummy paragraph and writes it in between runs. - This was causing the corruption. Implementation : - Added a member varaible m_bDMLAndVMLDrawingOpen. - It is set to true when it writes drawing. - It's value is checked in DocxAttributeOutput::EndParagraph() If m_bDMLAndVMLDrawingOpen is true Do Not make m_bParagraphOpened to false, as one more paragraph is still open. - This will postpone the writing od Section property and will be written inside w:pPr and no dummy paragraph will get created. - Added Export Unit test case. Change-Id: Ifa26fcaf8f02e62d020339670c8ba58ba92d9f40 Reviewed-on: https://gerrit.libreoffice.org/9430Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Rene Engelhard yazdı
... as they can be disabled and thus are not there at install Change-Id: I197b5053971d2721114b2ebc7b3c31db36c3f58e
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
We need to wait until all the affected cells get marked dirty at the end of the deletion process. Change-Id: I49618fcc386ec2209f5f0267d50257ecb8dd21d1
-
Kohei Yoshida yazdı
Change-Id: If8ed8b74b58efd948772376a14172b52ff588f82
-
Markus Mohrhard yazdı
Change-Id: I10bdfc3356bda66fefa59fa2c9f63f9231d8728e
-
Markus Mohrhard yazdı
Change-Id: I2447498cf92da91a7fb2d67ee041d603ae16fe25
-
Markus Mohrhard yazdı
Change-Id: I82a517a267cceaac4dd1030d45c67fc070e22def
-
Markus Mohrhard yazdı
Change-Id: Id8adb7517960a33f9900cb773b62b84db71e795a
-
Markus Mohrhard yazdı
Change-Id: I010c7c194bf0680a499077b6b364498a09542764
-
Markus Mohrhard yazdı
Change-Id: Ib79f0c525608d279eebe820bfc82e84dd3518c29
-
Markus Mohrhard yazdı
Change-Id: I35adb022f12c6833f4f29b2e8dad44394a2c4be5
-
Markus Mohrhard yazdı
The chart object can be destroyed after the context. Change-Id: I5ae370638f296ea314ee11680e0a8d81a8fdbe69
-
- 22 May, 2014 9 kayıt (commit)
-
-
László Németh yazdı
Change-Id: I5bdf6c3b313a73126cb692e5101836f424a2fc08
-
László Németh yazdı
Change-Id: Ifb068efb553ed24a7caf65dbab28726bdeced0e6
-
Chris Sherlock yazdı
Change-Id: Ic038a1c95721d4e578face5deea0b8d8a4ab7304
-
Christian Lohmaier yazdı
Change-Id: Ib763efb268bc9165704185c2b588ed282121cfa0
-
Michael Stahl yazdı
With just the Oracle JRE installed, it is not possible to load the "jvm.dll" directly, because the required MSVC runtime DLL is not found (unless some other software happens to install it system-wide), as described in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7184978 There was a hack "do_msvcr71_magic" to manually load the runtime that is bundled with Oracle JRE 6 and this generalizes that to work with the MSVCR100.DLL that is bundled with Oracle JRE 7 as well. An additional adaption of the virtual addresses in the file is done, and it's a mystery whether it even worked before without that. This issue was not user-visible before because LO releases 3.5 - 4.2 bundle the MSVCR100.DLL themselves. Change-Id: If61565df80ff8a68472a76000ab5b10d6c78e11c
-
Julien Nabet yazdı
Change-Id: Ib4d7c2da71a6fa083fc1ed56f058c8dfbc6e58fb
-
Julien Nabet yazdı
Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e
-
Julien Nabet yazdı
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
-
Christian Lohmaier yazdı
Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
-