- 19 Ock, 2012 4 kayıt (commit)
-
-
Keith McRae yazdı
Removed declarations & definitions for operator<<(long),(int)&(short) Removed declarations & definitions for operator>>(long),(int)&(short) Added (where necessary) operator<< for sal_Int & sal_uInt types Added (where necessary) operator>> for sal_Int & sal_uInt types Added SwapInt64 function, basically a copy of SwapUInt64
-
Olivier Hallot yazdı
Part L Modules ucb
-
Kohei Yoshida yazdı
-
-
- 18 Ock, 2012 36 kayıt (commit)
-
-
Andras Timar yazdı
-
Thorsten Behrens yazdı
vcl's DrawBitmap methods have a very nice optimisation, that reduce the blit to exactly the area covered (i.e. taking into account clip, scale etc.). This was hand-coded, now moved out to own AdjustTwoRect method, and also used from DrawOutDev / CopyArea.
-
Kohei Yoshida yazdı
No classes derived from this and they are not virtual methods.
-
Kohei Yoshida yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
In general it's good to have file opening in just one place. In particular, this means SvFileStream can now open files located in the app package (.apk Zip archive) on Android, we don't need to unpack them into separate files.
-
Tor Lillqvist yazdı
Having SvFileStream call the file opening etc functions here, instead of calling open() directly itself, means we won't have to duplicate the Android .apk hooks there, too.
-
Thorsten Behrens yazdı
decompose() would return incorrect rotation angle and scales when the angle was exactly 180 degrees, due to FPU rounding error. This commit fixes it. This problem would manifest itself when inserting an image into Calc/Draw, cropping it, and flipping it vertically or rotating it at exactly 180 degrees. Before the fix the image would simply disappear.
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Ivan Timofeev yazdı
-
Andras Timar yazdı
-
Takeshi Abe yazdı
-
Michael Meeks yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Laurent Godard yazdı
-
Markus Mohrhard yazdı
we have a static variable that prevents us from terminating libreoffice in this case here
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Fridrich Štrba yazdı
-
Thorsten Behrens yazdı
With the changes Julien brought in via 66fd9a61, thought it was a good idea to cover those code paths as well - done now, via the checkCrossoverSolver() tests.
-
Thorsten Behrens yazdı
Previously 'z' did not update the current point to the start point of the subpath, as required by http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand. Fixed now, and adapted all the unit tests.
-
Thorsten Behrens yazdı
-
Fridrich Štrba yazdı
-
Fridrich Štrba yazdı
-
Eike Rathke yazdı
-
Eike Rathke yazdı
-
Lionel Elie Mamane yazdı
-