| 74c4339d | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - API wrapping StatusBar functionality In the current implementation and its API design, it is impossible to implement a StatusbarController in UNO, because there is no way in
#i121442# - API wrapping StatusBar functionality 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417849 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 7d6e33b2 | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - Allow redrawing a single status bar item A StatusbarController that draws its status bar item may need to trigger a repainting of its item when the feature state changes. Cur
#i121442# - Allow redrawing a single status bar item 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417846 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| b0a35ca4 | 04-Dec-2012 |
Li Feng Wang |
#121273 - [testuno] Create/Remove Drawing Objects in spreadsheet. Patch provide by GuoBin, reviewed by Wang lifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f7
#121273 - [testuno] Create/Remove Drawing Objects in spreadsheet. Patch provide by GuoBin, reviewed by Wang lifeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416784 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 05aa205c | 02-Dec-2012 |
Pedro Giffuni |
i121421 - Calc's RAND() behaves poorly on most platforms. The random number generation function from libc was useful for very basic purposes but hasn't kept up with the times. T
i121421 - Calc's RAND() behaves poorly on most platforms. 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416271 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 984e9da2 | 02-Dec-2012 |
Ariel Constenla-Haile |
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStre
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream sc/source/filter/inc/xistream.hxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|