- 13 Mar, 2015 25 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ica526f053c5e3870c7496ec0de83dc142ca9b583
-
Michael Stahl yazdı
Implementation::inspect() was crashing with a null reflection_ in CppunitTest_libreofficekit_tiledrendering because another thread was disposing it. Actually, why are there 2 bools for this and not one enum with 3 values? Change-Id: Icd27145d3203e1f48a9841ee6251a50cb73f7988
-
Julien Nabet yazdı
Change-Id: Id46e36734a3ef6eccfb59d69d87eb48bb86ac2fd
-
Julien Nabet yazdı
Change-Id: Id3d6da491da12f74b00c39ff983f2f9dbc806aa1
-
László Németh yazdı
Inserted table content overwrote full cell content, when it was inserted in the middle of a multi-paragraph table cell. Now overwriting depends from the cursor position within the cell: if the cursor is not at the beginning of the first paragraph of the cell, Writer inserts the copied table content as a nested table, instead of overwriting the cell (or also the other cells of the destination). Change-Id: I1f993cfa65cf5936da245b39108162c15b3ff571
-
Julien Nabet yazdı
Change-Id: I1579c4a79f8806d4580b282737e829462361af98
-
Julien Nabet yazdı
Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4
-
Julien Nabet yazdı
Change-Id: I204c49239faf3574b72530ba1118defb1ae31ff3
-
Eike Rathke yazdı
Change-Id: I23ddec273f7d3df0d5342b73c54ae411b9ef3782
-
Eike Rathke yazdı
Change-Id: Iab74e027d9929bc100ad92c2126c17fca1e2e46a
-
Stephan Bergmann yazdı
...for a 32-bit build, similar to what ee11e221 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
-
Stephan Bergmann yazdı
Change-Id: I747ebddc39d4a0346cf61c3b771ef39b3365d621
-
Stephan Bergmann yazdı
Change-Id: I89c3c2c63c1c1b7478d94c713341db1cd24f0ab8
-
Eike Rathke yazdı
Change-Id: Ifd18e4dd369a0fbe98da7a7b972c012f5269af3e
-
Michael Stahl yazdı
The plugin streams are a bit of a disaster area: there are 2 of them with a common base class and the PluginInputStream is a UNO service. The m_pPlugin gets reset in PluginStream::setMode(-1), which is called by the plugin itself. So those PluginStream/PluginInputStream methods that are called via UNO (including dtors) need to check that m_pPlugin isn't null, but they also lock member access with m_pPlugin's mutex. Try to ensure that that works by ensuring that the plugin is still alive with a WeakReference, *and* checking that m_pPlugin isn't null. Change-Id: I925b30dd7cad3d3587fcc6b10f888e30d45fc38a
-
Michael Stahl yazdı
These are pretty silly anyway, but apparently it complains even about integer variables which make this rather a waste of time. Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
-
Michaël Lefèvre yazdı
Change-Id: I6a7375901fcec63892041aec8cc2d55ce7789724 Reviewed-on: https://gerrit.libreoffice.org/14848Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Takeshi Abe yazdı
Change-Id: I17ef35da6feda65534bbb7d3cc9346d679613618 Reviewed-on: https://gerrit.libreoffice.org/14837Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michaël Lefèvre yazdı
Change-Id: I141b488b0067f8c6eaa54bdc9d42b4a44cfe3907 Reviewed-on: https://gerrit.libreoffice.org/14849Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...in preparation of enabling the __attribute__((format(...))) in sal_detail_logFormat (include/sal/detail/log.h) Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
-
Stephan Bergmann yazdı
Change-Id: I40d7e0670539a86f01a539cf8acb10fa7bd27079
-
Stephan Bergmann yazdı
Change-Id: I4fb4e7e6a5779801e135864781204a54250ce092
-
Stephan Bergmann yazdı
...in 70af05cf "Convert Calc page header/footer content to Widget UI" Change-Id: I327318b6fc45a2e63c6398d657e766ac9b471324
-
Stephan Bergmann yazdı
Change-Id: Iab882c309e661953f030432670e4e926e1178d1f
-
Miklos Vajna yazdı
Change-Id: Ide0a7b42fb3f5d679574f9236056ad319972e61f
-
- 12 Mar, 2015 15 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I843494242ec7ecf6baca0abb61f088ee940b5a52
-
Michaël Lefèvre yazdı
Change-Id: I8f9e3939d97c3b9623c1bd026f3cefd5cf671613 Reviewed-on: https://gerrit.libreoffice.org/14846Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michaël Lefèvre yazdı
Change-Id: Iefb21089b9b2a088430314b715df39129fc394bd Reviewed-on: https://gerrit.libreoffice.org/14845Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michaël Lefèvre yazdı
Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f Reviewed-on: https://gerrit.libreoffice.org/14843Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Julien Nabet yazdı
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
-
Julien Nabet yazdı
Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7
-
Michael Meeks yazdı
Change-Id: I0da63fbe6262ed56198f3f049c23637669d554a2
-
Eike Rathke yazdı
Change-Id: I7f8cdba40d1d455927557c31867b822afb9dff7e
-
Eike Rathke yazdı
Change-Id: Ibe7c67b608ab97c83fcac6adf95d67e00a74fd72
-
Jan-Marek Glogowski yazdı
AKA fix Ubuntu Precise build... gcc 4.6 isn't able to copy a non-static reference, so convert the reference to a pointer. Change-Id: I222f32f59d44995eb45ccd6eb2dd5f65103b2ce8
-
Michael Stahl yazdı
Change-Id: I772aff5997f7630832a07c171cc49ac92908d855
-
Michael Stahl yazdı
Change-Id: I214fcfa300d2b75568f90fefa0bc752f90bf3a4d
-
Michael Stahl yazdı
Change-Id: I2400fde32a41395f5c118f80661ae2c2f21df7ad
-
Michael Stahl yazdı
... actually not but perhaps removing the pointless duplication helps. Change-Id: I004fea113674703264d22eb9c7a397916e85a2f6
-
Michael Stahl yazdı
... but actually not. Change-Id: Ia80b416875442dd257ab31f1426b06cc05ffa5c3
-