- 13 Mar, 2015 14 kayıt (commit)
-
-
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 26 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
-
Michael Stahl yazdı
Change-Id: I0701631c928f198e4bb0884c78b3586402a6fcd6
-
Michael Stahl yazdı
... but actually it's not if mpFloatWin isn't. Change-Id: If26444e94221efb9921e94496905834b3ace7d28
-
Michael Stahl yazdı
Change-Id: Ia51995fe16d17d16bfc5ffdcbd1636e5c3f2db7a
-
Michael Stahl yazdı
... so convert the last member of StorInternalData_Impl that needs manual cleanup to rtl::Reference Change-Id: Ie1549c1f52d50dc3c63715176c02821b63c7cab1
-
Michael Stahl yazdı
Change-Id: If523dbd4596f4023bda6509c6dc09b8ab3d74874
-
Michael Stahl yazdı
Change-Id: I875432aeb98072882df1f228d9fcf43c6027e8d5
-
Michael Stahl yazdı
Change-Id: Ie7c01b37e9a4eb2221d4b40fc6b13672d9b3a684
-
Michael Stahl yazdı
Change-Id: I9e72325679b2758cd4297d2693cf49fd533f8baa
-
Michael Stahl yazdı
... just convert its explicitly deleted member to unique_ptr. Change-Id: I826257ff512632a2aedd53a7ce5e4bedf49c3cfe
-
Michael Stahl yazdı
Change-Id: If70877bf7d56e3047951a26db8efbfb8e8c22ce3
-
Michael Stahl yazdı
Change-Id: I30b2a0f2b3bc82b534a3463aa7f842edf194bdf7
-