- 19 Ock, 2012 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined.
-
Miklos Vajna yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Rene Engelhard yazdı
-
Tor Lillqvist yazdı
-
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
-