- 30 Eki, 2011 18 kayıt (commit)
-
-
Andras Timar yazdı
-
Ivan Timofeev yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
- 29 Eki, 2011 7 kayıt (commit)
-
-
Andras Timar yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
The old code would incorrectly move anchors from one sheet to another when updating the anchors of an object that was not on current sheet. That can happen e.g. when modifying a cell value which triggers a (cell-anchored) chart object on another sheet to get updated. Interestingly, this issue ended up causing a write error during file save in some situations, and in others silenting removing the affected chart objects on save.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 28 Eki, 2011 15 kayıt (commit)
-
-
Miklos Vajna yazdı
See spec v1.9.1, page 198.
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
-
Andras Timar yazdı
-
László Németh yazdı
-
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).
-