- 19 Ock, 2012 34 kayıt (commit)
-
-
Michael Meeks yazdı
Windows impl. still pending.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
This appears to be broken. Why should a table where all rows want to be kept together be moved one page forward just because there is something before it on the page where it is? It either fits its curent page, in which case it's wrong, or it does not fit, in which case it may not fit the following page either and something else needs to take care of it anyway.
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ...
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Michael Meeks yazdı
-
Stephan Bergmann yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
- allow to specify view boxes for sub paths
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Keith McRae yazdı
Replaced calls to operator>>(long) with operator>>(sal_Int32) Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Changed case SbxSALINT64: to use operator>>(sal_Int64)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) to use sal_Int32
-
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 6 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ı
-