ae77b8ca | 04-Jan-2013 |
Ariel Constenla-Haile |
i121579 - Clean-up system mail API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429067 13f79535-47bb-0310-9956-ffa450edef68 |
27a62f1f | 04-Jan-2013 |
Ariel Constenla-Haile |
i121578 - Convert css.system.SystemShellExectue to new-style git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429066 13f79535-47bb-0310-9956-ffa450edef68 |
162940de | 25-Dec-2012 |
Ariel Constenla-Haile |
i121548 - Remove deprecated system proxy API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425744 13f79535-47bb-0310-9956-ffa450edef68 |
61161268 | 24-Dec-2012 |
Ariel Constenla-Haile |
i121544 - Clean-up MessageBox API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425608 13f79535-47bb-0310-9956-ffa450edef68 |
b6dc695e | 23-Dec-2012 |
Ariel Constenla-Haile |
i121162 - ImageScaleMode constants should be in UPPERCASE git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425511 13f79535-47bb-0310-9956-ffa450edef68 |
d026be40 | 23-Dec-2012 |
Ariel Constenla-Haile |
i121542 - Unify the Menu API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425458 13f79535-47bb-0310-9956-ffa450edef68 |
e821fb77 | 20-Dec-2012 |
Ariel Constenla-Haile |
i121514 - Remove deprecated UnoControlSimpleAnimation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1424324 13f79535-47bb-0310-9956-ffa450edef68 |
9ecc082c | 20-Dec-2012 |
Ariel Constenla-Haile |
i121513 - Remove deprecated UnoControlThrobberModel git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1424323 13f79535-47bb-0310-9956-ffa450edef68 |
22de8995 | 19-Dec-2012 |
Andre Fischer |
i121420: Sidebar can read configuration and display XUIElements provided by extension. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-995
i121420: Sidebar can read configuration and display XUIElements provided by extension. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f9c62b5d | 12-Dec-2012 |
Steve Yin |
IAccessible2 bridge integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1420520 13f79535-47bb-0310-9956-ffa450edef68 |
df906e24 | 12-Dec-2012 |
Steve Yin |
IAccessible2 bridge integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1420518 13f79535-47bb-0310-9956-ffa450edef68 |
a41e6500 | 11-Dec-2012 |
Ariel Constenla-Haile |
i25945 - Allow disabling scrollbar tips by API and configuration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419993 13f79535-47bb-0310-9956-ffa450edef68 |
d975be8c | 10-Dec-2012 |
Andre Fischer |
i121420: Added UNO interface and service descriptions. Added configuration schems. Added initial implementation of EventMultiplexer. git-svn-id: https://s
i121420: Added UNO interface and service descriptions. Added configuration schems. Added initial implementation of EventMultiplexer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1419288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1e1a578b | 07-Dec-2012 |
Ariel Constenla-Haile |
Update type library history git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1418188 13f79535-47bb-0310-9956-ffa450edef68 |
af1681ac | 07-Dec-2012 |
Ariel Constenla-Haile |
Fix build breaker: missing css::uno::XInterface include git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1418186 13f79535-47bb-0310-9956-ffa450edef68 |
8f4dfc8e | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - StatusbarController API Modifications Modify the current StatusbarController API so that it can be used by pure UNO implementations. git-svn-id: https://svn.apache.org/r
#i121442# - StatusbarController API Modifications Modify the current StatusbarController API so that it can be used by pure UNO implementations. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417850 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
d1dc9aae | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - Extend css::awt::XGraphic to draw images A StatusbarController that draws its status bar item may need to draw a graphic representing the feature state. css::awt::XGraphics A
#i121442# - Extend css::awt::XGraphic to draw images 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417847 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
4b689f20 | 04-Nov-2012 |
Ariel Constenla-Haile |
Fix spaces git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1405505 13f79535-47bb-0310-9956-ffa450edef68 |
3de7a471 | 04-Nov-2012 |
Ariel Constenla-Haile |
#i85426# - Document css::text::XAutoTextContainer paths handling git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1405504 13f79535-47bb-0310-9956-ffa450edef68 |
b71c4f67 | 04-Nov-2012 |
Ariel Constenla-Haile |
#i87780# - Document css::text::AutoTextGroup properties git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1405496 13f79535-47bb-0310-9956-ffa450edef68 |
33bc51b9 | 16-Oct-2012 |
Ariel Constenla-Haile |
#i93995# - Allow setting Body of a simple mail message git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1398997 13f79535-47bb-0310-9956-ffa450edef68 |
23f3e26f | 10-Oct-2012 |
Ariel Constenla-Haile |
#i121197# - Scape non-ASCII chars from css.style.NumberingType Patch by: Tsutomu Uchino Review by: arielch git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13968
#i121197# - Scape non-ASCII chars from css.style.NumberingType Patch by: Tsutomu Uchino Review by: arielch git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396833 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
223fc0cf | 08-Oct-2012 |
Ariel Constenla-Haile |
#i121180# - Fix SpinningProgressControlModel description IDL description by Bernard Marcelly git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395493 13f79535-47bb-0
#i121180# - Fix SpinningProgressControlModel description IDL description by Bernard Marcelly git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395493 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
83de8f38 | 08-Oct-2012 |
Ariel Constenla-Haile |
#i121181# - Deprecate Throbber API git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395489 13f79535-47bb-0310-9956-ffa450edef68 |