History log of /trunk/main/framework/source/ (Results 51 - 75 of 106)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO401
d3e0dd8e02-Sep-2013 Steve Yin

Merged with the trunk.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO400
9b1ae0e506-Jul-2013 Ariel Constenla-Haile

i122678 - Workaround for dynamic cast runtime bug

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1500198 13f79535-47bb-0310-9956-ffa450edef68

89d8a21528-May-2013 Ariel Constenla-Haile

i122401 - framework::NewToolbarController needs early initialization of its PopupMenu

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487142 13f79535-47bb-0310-9956-ffa450edef

i122401 - framework::NewToolbarController needs early initialization of its PopupMenu

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487142 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7ca83afa28-May-2013 Ariel Constenla-Haile

Add missing copy&paste of SfxAppToolBoxControl_Impl::Select

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486845 13f79535-47bb-0310-9956-ffa450edef68

dc055bd228-May-2013 Ariel Constenla-Haile

Silence warning C4706

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486843 13f79535-47bb-0310-9956-ffa450edef68

d3bacab627-May-2013 Ariel Constenla-Haile

css::frame::XStatusbarController: add missing interface

Added ::com::sun::star::lang::XComponent. IDL documentation taken from
http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusba

css::frame::XStatusbarController: add missing interface

Added ::com::sun::star::lang::XComponent. IDL documentation taken from
http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486519 13f79535-47bb-0310-9956-ffa450edef68

show more ...

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

31d843d725-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

2f6b359925-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

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

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

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


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

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


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

910823ae18-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

47148b3b09-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


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

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

6fa810f301-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


95a1859429-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

21075d7725-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

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

45fd3b9a10-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

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

12345