| 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 ...
|