- 23 Tem, 2011 7 kayıt (commit)
-
-
Tor Lillqvist yazdı
Is it really good Mac style programming practice to define your own non-namespaced kThisAndThat constants that look like they might be defined by some platform API? And seriously, defining symbolic constants for small integers like const kOneBit = 1 ? These were not used, but if they had been would it really be cleaner to use the identifier "kOneBit" instead of a plain number 1? Cases where small integers have magic meaning and don't stand for just themselves are obviously different; there it makes sense to use symbolic names and not the integer values. But in the case of things like kOneBit that is not the case, as one might guesss from the name it was supposed to be used to indicate a bit depth of one. Etc.
-
Joseph Powers yazdı
It wasn' used so no one should miss it.
-
Joseph Powers yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 22 Tem, 2011 8 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
David Tardon yazdı
-
Thomas Arnhold yazdı
-
- 21 Tem, 2011 22 kayıt (commit)
-
-
Thomas Arnhold yazdı
This is deprecated an non-functional. See: http://wiki.services.openoffice.org/wiki/Environment_Variables
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
Do settings directly at UpdateSettings without DtIntegrator. This is like it's done with kde, windows, aqua,... See vcl/unx/kde/salnativewidgets-kde.cxx
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
WindowMaker works out of the box.
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Tor Lillqvist yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Matúš Kukan yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
I said compile, not work.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 20 Tem, 2011 3 kayıt (commit)
-
-
Maciej Rumianowski yazdı
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs. Additionaly a constructor with Sequence used in calc.
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-