- 23 Mar, 2012 3 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Markus Mohrhard yazdı
-
- 22 Mar, 2012 37 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Michael Stahl yazdı
SwEditShell::Undo: Because the Undo actions nowadays create new shell cursors directly (while previously they worked on a SwUndoIter), it is necessary to remove the shell cursor ring before Pop() because Pop(false) only restores the current cursor from the stack, not the rest of the ring. (regression from CWS undoapi, 1ba0c187)
-
Michael Stahl yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Ivan Timofeev yazdı
-
Will Thompson yazdı
-
Will Thompson yazdı
-
Caolán McNamara yazdı
-
Cédric Bosdonnat yazdı
In the bug file, some text wrapping was badly computed when showing the document (but not at the first rendering) due to that weird NotToWrap mecahnism in SwLayouter. Checked the original issue i#40155 that removing this does hurt.
-
Cédric Bosdonnat yazdı
This reverts commit e2a8fb04. This is a feature, not a bug and would cause loads of documents to be badly rendered. Link to the spec that brough that feature: http://www.openoffice.org/specs/writer/compatibility/adjust-text-wrapping.sxw Conflicts: sw/source/core/text/txtfly.cxx
-
Stephan Bergmann yazdı
-
Fridrich Štrba yazdı
This reverts commit 0589dd3f. Given the find above, this assert will never be triggered anyway
-
Christian Lohmaier yazdı
This reverts commit 4762788e.
-
Stephan Bergmann yazdı
-
Caolán McNamara yazdı
This is a ridiculous over-engineered thread-safe static string for something which is called so few times, and costs 1k of long-term memory as the OUString dtor needs to be put into a callback queue to get called at module unload time. Just return a new string every time, *rolls eyes*
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Takeshi Abe yazdı
-
Bartosz Kosiorek yazdı
-
Miklos Vajna yazdı
There were multiple issues here: - convertEmuToHmm() not handling negative values - position:absolute style property being ignored - mso-position-vertical-relative is not converted to text::RelOrientation - SwAnchoredDrawObject::_SetPositioningAttr() re-positioning already positioned objects - DomainMapper_Impl::PushShapeContext() inserting positioned objects as character
-
Fridrich Štrba yazdı
-
Stephan Bergmann yazdı
...otherwise bridges/source/cpp_uno/mingw_intel C++ ABI assumptions would not meet what i686-w64-mingw32-g++ emits (though it is unclear to me how this shall ever have worked before, as kendy claims it once did; also, at least for me, "wine soffice.exe" still does not work, as there is apparently confusion about C++ exception stack unwinding between GCC and cpp_uno/mingw_intel code).
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
db3786ee caused chart2_unoapi test to crash
-