- 06 Ara, 2012 15 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
#i121442# - framework refactoring and new code to support status bar merging and UNO StatusbarControllers
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
Modify the current StatusbarController API so that it can be used by pure UNO implementations.
-
Ariel Constenla-Haile yazdı
In the current implementation and its API design, it is impossible to implement a StatusbarController in UNO, because there is no way in UNO for the controller to manipulate its status bar item; the current implementation of UNO based StatusbarController have to access directly the VCL StatusBar through the AWT XWindow in order to manipulate its item. Designing an API that wraps the VCL StatusBar does not make sense: a StatusbarController should only have access to the status bar item it controls, not the whole status bar. Therefore this new interface represents only the functionality of an item in a status bar, to be controlled by a StatusbarController.
-
Ariel Constenla-Haile yazdı
A StatusbarController that draws its status bar item may need to draw a graphic representing the feature state. css::awt::XGraphics API should be extended to include VCL's OuptDevice::DrawImage.
-
Ariel Constenla-Haile yazdı
A StatusbarController that draws its status bar item may need to trigger a repainting of its item when the feature state changes. Currently, the only way to trigger this redraw is by changing the item text or the item data, so that the vcl implementation calls ImplDrawItem; this is rather implementation-specific.
-
Ariel Constenla-Haile yazdı
-
- 05 Ara, 2012 2 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
- 04 Ara, 2012 1 kayıt (commit)
-
-
Jian Hong Cheng yazdı
-
- 03 Ara, 2012 6 kayıt (commit)
-
-
Pedro Giffuni yazdı
Author: Jean-Louis Fuchs
-
Pedro Giffuni yazdı
-
Armin Le Grand yazdı
-
Jian Hong Cheng yazdı
-
Oliver-Rainer Wittmann yazdı
-
Jian Hong Cheng yazdı
Patch by: chengjh,<chengjh@apache.org>
-
- 02 Ara, 2012 3 kayıt (commit)
-
-
Pedro Giffuni yazdı
The random number generation function from libc was useful for very basic purposes but hasn't kept up with the times. There are many options to provide a Portable Random Number Generator: one of the most popular and easiest to implement was designed by B.A Wichmann and I.D Hill in 1982. We chose to implement the newer 2006[1] algorithm which is better suited modern platforms and passes DIEHARD and TestU01 - Big Crush tests. Use of libc's rand() has been completely eliminated by using preexisting rtl/random support to generate the initial seeds. Special thanks to orcmid@ for discussion and testing. Reference: [1] B. A. Wichmann and Hill, Generating good pseudorandom numbers, Computational Statistics & Data Analysis, Volume 51 Issue 3, December, 2006, Pages 1614-1622.
-
Ariel Constenla-Haile yazdı
Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream sc/source/filter/inc/xistream.hxx
-
Ariel Constenla-Haile yazdı
-
- 01 Ara, 2012 2 kayıt (commit)
-
-
Pavel Janík yazdı
-
Yuri Dario yazdı
i118923 - OS/2 port: build import libraries from .def file instead of .dll, allows export by ordinal for faster loading.
-
- 30 Kas, 2012 5 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Pavel Janík yazdı
-
Yuri Dario yazdı
-
Jian Hong Cheng yazdı
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh.cxx * sw/source/filter/ww8/wrtww8.hxx * sw/source/filter/ww8/ww8graf.cxx * sw/source/filter/ww8/ww8par.cxx * sw/source/filter/ww8/ww8par.hxx Interoperability of Hyperlink within Flying object Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>
-
- 29 Kas, 2012 6 kayıt (commit)
-
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-