- 29 May, 2011 3 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 28 May, 2011 15 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
And fixed the fallouts of this change to get it to build.
-
Kohei Yoshida yazdı
This reverts commit ed2aa8e1ebd4bea03d958b86e721400ef59cb76d. These data members were indeed necessary. Let's not remove them.
-
Kohei Yoshida yazdı
This reverts commit 4f46e40020699ea79d0d7254431aff27b087e4e2.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
I found one abuse of sal_Bool being used as an integer. The block mode was a boolean but had 3 different states. Replaced that with enum.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
These two can be used as local variables as they are only used in one method.
-
Kohei Yoshida yazdı
-
- 27 May, 2011 6 kayıt (commit)
-
-
-
Jacek Wolszczak yazdı
-
Jacek Wolszczak yazdı
-
Jacek Wolszczak yazdı
-
Jacek Wolszczak yazdı
-
Jacek Wolszczak yazdı
-
- 26 May, 2011 5 kayıt (commit)
-
-
Markus Mohrhard yazdı
this unit test is disabled for now because there is a problem with ScProgress in ScDocument::MoveTab during unit tests
-
Caolán McNamara yazdı
-
Kohei Yoshida yazdı
Simple NULL pointer checks will prevent crashes....
-
Kohei Yoshida yazdı
Now that we always set locale to en_US during unit test, this test should be okay.
-
Kohei Yoshida yazdı
-
- 25 May, 2011 8 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
DDE is deprecated, and it relies on platform dependent file paths which are non-portable. Better use external references for paste link operations.
-
Kohei Yoshida yazdı
-
Joseph Powers yazdı
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
The size of the array may change during the loop, so we need to always query it dynamically via size() instead of caching it at the beginning of the loop. Signed-off-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
the DECLARE_LIST container decremented the internal index pointin to the current element when REMOVE was called, when we now iterate over the new container and remove an element we must do this ourself
-
- 24 May, 2011 3 kayıt (commit)
-
-
Jan Holesovsky yazdı
-
Kohei Yoshida yazdı
-
Joseph Powers yazdı
-