- 28 Eki, 2011 28 kayıt (commit)
-
-
Michael Stahl yazdı
It turns out that the SwDoc member of SwRenderData was not actually leaked, but was deleted via the ViewShell member.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
apparently SwXTextDocument::getRenderCount() may be called more than once, so make SwRenderData::CreatePostItData() stop complanining and leaking memory.
-
Michael Stahl yazdı
Currently when printing via SwXTextDocument::getRendererCount() two STL containers in class SwRenderData are filled with bare pointers to page frames from the layout. These pointers are then used by SwXTextDocument::render(), which takes one page out of the map and prints it via this non-ref-counted pointer. This bizarre design will not be tolerated; instead, when printing a page, iterate over SwRootFrm::GetLower() until the requested page is found. This is slower, i.e. O(n^2), but at least it does not crash.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Kevin Hunter yazdı
And elaborate slightly.
-
Fridrich Štrba yazdı
-
Fridrich Štrba yazdı
-
Thorsten Behrens yazdı
Fix for fdo#35190 - Impress writes invalid ODF for the table styles (text:style-name instead of table:style-name).
-
Andras Timar yazdı
-
Fridrich Štrba yazdı
-
Fridrich Štrba yazdı
-
Laurent Alonso yazdı
-
Noel Power yazdı
-
August Sodora yazdı
-
Caolán McNamara yazdı
-
Noel Power yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Lionel Elie Mamane yazdı
documentation for commit 25c27aae
-
Terrence Enger yazdı
call SQLDisconnect; check returns from SQLDisconnect and SQLFreeHandle
-
Lionel Elie Mamane yazdı
-
Harri Pitkänen yazdı
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled.
-
Regina Henschel yazdı
-
Philipp Weissenbacher yazdı
-
- 27 Eki, 2011 12 kayıt (commit)
-
-
Julien Nabet yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
-
Noel Power yazdı
Please enter the commit message for your changes. Lines starting
-