10b918a5 | 25-May-2013 |
Ariel Constenla-Haile |
framework::PopupMenuController clean-up Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController
framework::PopupMenuController clean-up Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController Make it a base class for other ToolbarController components, there is no sense to make it a component by itself Use this base class for three new pure UNO ToolbarController's git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486377 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
31d843d7 | 25-May-2013 |
Ariel Constenla-Haile |
i121542 - css::awt::XPopupMenu::execute() needs a css::awt::Rectangle git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486375 13f79535-47bb-0310-9956-ffa450edef68 |
2f6b3599 | 25-May-2013 |
Ariel Constenla-Haile |
Recent file list: small fix when no documents git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486374 13f79535-47bb-0310-9956-ffa450edef68 |
f7882915 | 25-May-2013 |
Ariel Constenla-Haile |
Recent files menu in the StartModule should be the same as in the menubar git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486373 13f79535-47bb-0310-9956-ffa450edef68 |
d21a9fb0 | 25-May-2013 |
Ariel Constenla-Haile |
svt::ToolboxController clean-up Some small clean-up to use the PopupMenu ToolbarController git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486372 13f79535-47bb-0310-9
svt::ToolboxController clean-up Some small clean-up to use the PopupMenu ToolbarController git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486372 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cbe4a5e3 | 27-Apr-2013 |
Steve Yin |
Sync with the trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1476499 13f79535-47bb-0310-9956-ffa450edef68
|
dccf82be | 26-Apr-2013 |
Ariel Constenla-Haile |
UI Controller Factory fixes - "ModuleName" --> "ModuleIdentifier": the IDL definition for css::frame::PopupMenuControllerFactory and css::frame::StatusbarControllerFactory tells
UI Controller Factory fixes - "ModuleName" --> "ModuleIdentifier": the IDL definition for css::frame::PopupMenuControllerFactory and css::frame::StatusbarControllerFactory tells to use a property named "ModuleIdentifier", but in the code it is named "ModuleName" - Undocumented css::frame::ToolbarControllerFactory - Fix service name of ToolbarControllerFactory (ToolbarControllerFactory instead of ToolBarControllerFactory) - Convert the three service factories to new style, and use these new-style services in the source code - Implement multiple inheritance: added new css::frame::XUIControllerFactory - Added a (true) base class and implemented the three factories in a single file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476436 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2934064b | 26-Apr-2013 |
Herbert Dürr |
make license info consitent with r1232666 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476234 13f79535-47bb-0310-9956-ffa450edef68 |
ca62e2c2 | 23-Apr-2013 |
Steve Yin |
IA2 for SW. Draft version 1. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1470868 13f79535-47bb-0310-9956-ffa450edef68
|
32fcbcfd | 19-Apr-2013 |
Herbert Dürr |
WaE: fix "call to pure virtual member function" warning reported by clang. The strange casting seems to be a leftover from times before the MenuManager::acquire() method was added.
WaE: fix "call to pure virtual member function" warning reported by clang. The strange casting seems to be a leftover from times before the MenuManager::acquire() method was added. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469766 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
47148b3b | 09-Apr-2013 |
Oliver-Rainer Wittmann |
rebase on current trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68
|
430a148e | 08-Apr-2013 |
Jan Iversen |
removed all non en-US messages incl. x-comment, to enable correct translation. corrected a few problems where en-US was dublicated. NO code/makefile changes git-svn-id: https://
removed all non en-US messages incl. x-comment, to enable correct translation. corrected a few problems where en-US was dublicated. NO code/makefile changes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465678 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ab0a86ef | 27-Feb-2013 |
Herbert Dürr |
WaE: calculatePropArrayCount() was always wrong but fortunately nobody used it anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1450857 13f79535-47bb-0310-9956-ffa450edef
WaE: calculatePropArrayCount() was always wrong but fortunately nobody used it anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1450857 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a32b0c8 | 19-Feb-2013 |
Andre Fischer |
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ff
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6fa810f3 | 01-Feb-2013 |
Steve Yin |
IAccessible2 for AOO UI. This is the first version for QA. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1441343 13f79535-47bb-0310-9956-ffa450edef68
|
95a18594 | 29-Jan-2013 |
Andre Fischer |
i121420: Extended theming. General improvements of the sidebar. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1439779 13f79535-47bb-0310-9956-ffa450edef68 |
21075d77 | 25-Jan-2013 |
Steve Yin |
Draft version for IA2 UI file merge. Not ready for UT. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1438336 13f79535-47bb-0310-9956-ffa450edef68 |
b9e67834 | 21-Jan-2013 |
Andre Fischer |
i121420: Migration of text properties. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1436260 13f79535-47bb-0310-9956-ffa450edef68 |
45fd3b9a | 10-Jan-2013 |
Armin Le Grand |
#121504# Support for alpha channel in clipboard for all systems git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68 |
ff3f4ebc | 10-Jan-2013 |
Oliver-Rainer Wittmann |
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice" -- impact on corresponding strings in the UI, folder names, package names, ... git-svn-id: https://svn
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice" -- impact on corresponding strings in the UI, folder names, package names, ... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431253 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9807c9de | 04-Jan-2013 |
Ariel Constenla-Haile |
i121578 - Convert css.system.SystemShellExectue to new-style Adapt the office code to use the new-style service constructor git-svn-id: https://svn.apache.org/repos/asf/openoffice/t
i121578 - Convert css.system.SystemShellExectue to new-style Adapt the office code to use the new-style service constructor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429072 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bb0b5665 | 04-Jan-2013 |
Ariel Constenla-Haile |
i121577 - Allow setting toolbar name in Addons.xcu git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429069 13f79535-47bb-0310-9956-ffa450edef68 |
26169348 | 04-Jan-2013 |
Ariel Constenla-Haile |
i116455 - Make toolbar style settings persistent git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429068 13f79535-47bb-0310-9956-ffa450edef68 |
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 |