- 19 Ock, 2012 40 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
As in: that the compiler won't see the variables in the condition when OSL_DEBUG_LEVEL==0
-
Lionel Elie Mamane yazdı
On the other hand, column position 1 is not guaranteed to exist. nCurPos will be BROWSER_INVALID_ID, not 0, in case of error in setting it
-
Tor Lillqvist yazdı
-
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)
-