- 25 Şub, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I74bd9af6936f00fb26273606f7924f99ee7767d3
-
Douglas Mencken yazdı
rSt >> pPtr[3] >> pPtr[2] >> pPtr[1] >> pPtr[0] results in error: no match for 'operator>>' in 'rSt >> *(pPtr + 3u)' Change-Id: I1820bac8c72f7633ab01a17bf5d073b988e1b58c Reviewed-on: https://gerrit.libreoffice.org/8207Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Douglas Mencken yazdı
Fixes: (build error) filerec.cxx:591: error: no match for 'operator>>' Change-Id: I412cc9121c50830069e8e71c35dfb4f8ce475357 Reviewed-on: https://gerrit.libreoffice.org/8206Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Change-Id: I4f48d11889d4d6b963ea9b3a1f43636cc6e66daa
-
Noel Grandin yazdı
Change-Id: I4c655c16850ccfec44010ce8b100eeff0c8c3826
-
Noel Grandin yazdı
Change-Id: Iebbef192b7a8692003dc3f31d5b905efeae2cf25
-
Noel Grandin yazdı
Change-Id: Ia6967bd5ae412b473187d8bf5485e56fdc934efb
-
Noel Grandin yazdı
Change-Id: I90a9116aba75316992d2bddaf2f6466288b95bd0
-
Noel Grandin yazdı
Change-Id: I12478278de8b719c51b87c335abd5c440a56bd36
-
Noel Grandin yazdı
Change-Id: Ib7c5af91e7db78ff41c19b38f7e440f6cd00a089
-
Noel Grandin yazdı
Change-Id: I76a677df30649b42c22f6c72525717b8224d2f79
-
Noel Grandin yazdı
Change-Id: Ie18a4c8a75b5cd3b42ecfa3278806a2c8876c8ee
-
Noel Grandin yazdı
and then the now unused code in ScFormulaResult::GetErrorOrString Change-Id: I95de8b5c24c0127cff61399eb6f38359040aace3
-
Noel Grandin yazdı
Change-Id: Ie2a04a2b5056bf607911f9705c06b74b9637d211
-
Noel Grandin yazdı
Change-Id: Id2edc693bcac57ebc56db2115829f77c202d8f62
-
Noel Grandin yazdı
Change-Id: I7f341a10d2fffb8eda45478756bc221127ab72cf
-
Noel Grandin yazdı
Change-Id: I18d76de5e3280e7efb4dd75bcd5bf819064176e3
-
Noel Grandin yazdı
Change-Id: If708227af22e834a0aecbeca12ce99b1240443c7
-
Noel Grandin yazdı
Change-Id: I72813be5f82b1a43fbb765d1b5f96f47b62920b8
-
Noel Grandin yazdı
Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771
-
Noel Grandin yazdı
Change-Id: If640b2662d47593c33d0f90cdafe448383546872
-
Noel Grandin yazdı
Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa
-
Noel Grandin yazdı
Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
-
Noel Grandin yazdı
Change-Id: I4569e53f0423783bc5c9ee95b07d0de51b75b466
-
Noel Grandin yazdı
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
-
Noel Grandin yazdı
Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15
-
Michael Stahl yazdı
The previous fix for this bug only fixed a symptom, this a fix for the real problem; with the real problem fixed the nCellEnds is unnecessary. Given that top-level table properties may be put either before or after the table cells, the only way that works to import tables is to buffer a whole top-level table row, but currently the buffer is replayed already at the end of a nested table row. Fortunately the RTF spec guarantees that \nesttableprops must occur after the nested table cells of the nested row, so it should be sufficient to remember the cell properties for the current nested table row only, in addition to the cell properties for the top-level table row. With this change, skipping a \nesttableprops destination when there is a table style turns out to mangle ooo98040-1.rtf badly, so stop doing that workaround. RTFDocumentImpl::popState() was copying various buffers up the state stack which is a clear indication that these shouldn't be members of RTFParserState in the first place, move them to RTFDocumentImpl. Change-Id: Ic2d8f7b3e00844b224d61605b405ca651239e5f7
-
Michael Stahl yazdı
Inside DomainMapper::graphicZOrderHelper() this is offset by 0x40 so whatever that cast does, it's doing it wrong. Change-Id: Ie48467c12828137a521cba47c2e04cac65201d1d
-
Michael Stahl yazdı
Change-Id: Ib195fe8f66244ae98f68cdb6bba6b62d70567014
-
Tor Lillqvist yazdı
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a
-
Armin Le Grand yazdı
to not let it use an already destroyed RelationsMap instance (cherry picked from commit 190444f7) Conflicts: oox/source/core/xmlfilterbase.cxx Change-Id: Ibd09ff9fcba8f919df0704c8e3a64423518b932f
-
Caolán McNamara yazdı
Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e
-
Stephan Bergmann yazdı
(TRISTATE_INDET == "smart" is probably obvious enough to not warrant an extra enum.) Change-Id: I5fde5294c83c9f805d9df645089665b9dbcfec96
-
Miklos Vajna yazdı
Change-Id: Ie6e4367a235038479287530bd08b0a89c6bb498b
-
Tomaž Vajngerl yazdı
Change-Id: Id09d609c97872f7578b33e981d397fcdf7241e1b
-
Miklos Vajna yazdı
In case the underlying UNO object supports that, which is the case for Writer. Export was already working before. Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049
-
Tomaž Vajngerl yazdı
Change-Id: Ie888f3089f56dfd7b6ae4ae87aa2700e364c3ae3
-
Tomaž Vajngerl yazdı
Change-Id: I76f414471aa6304e6add8274c1fd52375a7a963b
-
Tomaž Vajngerl yazdı
Change-Id: Id2ca1ee04a44c4fe17f057397646f621f8d899f7
-
Tomaž Vajngerl yazdı
Change-Id: I3b4164a3fccff015a37b43e6fcba225947fb9d16
-