- 29 Kas, 2011 10 kayıt (commit)
-
-
Kohei Yoshida yazdı
Both from the sheet view and preview modes.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Thorsten Behrens yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
Takeshi Abe yazdı
-
Takeshi Abe yazdı
-
- 28 Kas, 2011 30 kayıt (commit)
-
-
Lior Kaplan yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
This imprives speed of importing unicode text further. Results of a sample of chinese text of 5 pages: - before: 6.692s - after: 1.388s
-
Miklos Vajna yazdı
-
Tor Lillqvist yazdı
Start of an app to just load some document. Uses API from the org.libreoffice.android.Bootstrap class. Not sure what is the sanest way to build an app like this. It needs a bunch of shared libraries of course to be copied into libs/armeabi-v7a so that they get included in the .apk. Perhaps a Makefile similar to the one for lo-bootstrap might be good? But for debugging the Java code Eclipse is the way to go (?), and to be able to do that Eclipse wants a "project". So should this then be built only through Eclipse? Can one build Eclipse projects from the command line?
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Bjoern Michaelsen yazdı
-
Kohei Yoshida yazdı
Empty field labels are replaced with the column name.
-
Kohei Yoshida yazdı
This is not a real fix, however. Import of pivot table still fails but is at least better than crashing. A real fix is still being worked on.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
For frames anchored at paragraph, SwFmtAnchor::SetAnchor() creates an anchor SwPosition that points at the SwTxtNode but with a SwIndex that is not registered at the SwTxtNode. SwXFrame::getAnchor() then creates a bookmark from that, which asserts in the SwIndex comparison operators. Work around this by adding ugly special handling for the case of 2 positions having their SwNodeIndex point to the same node but one of them not having its SwIndex at the node. It seems it is best to do this in SwPosition operators, as the SwIndex operators lack the context to know if this inconsistency is allowed, and it is unknown whether the bookmarks sort code is the only path that triggers this assert.
-
Michael Stahl yazdı
-
Jan Holesovsky yazdı
-
Stephan Bergmann yazdı
Currently often fails at shutdown, when Bridge::terminate -> ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null ppRscString.
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Jan Holesovsky yazdı
-
Jan Holesovsky yazdı
-
Olivier Hallot yazdı
This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox. On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.
-
Bjoern Michaelsen yazdı
-