History log of /aoo41x/main/framework/source/uielement/ (Results 1 - 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
419755b004-Feb-2023 Arrigo Marchiori

Add a "Referer" to toolbars

5e03f7d328-Jan-2023 Arrigo Marchiori

Scripts check their "Referer". Menu choices always set a trusted "Referer".

(cherry picked and adapted from commit 98c68b91f53a89d44b8d4d563791eeb186d6d605)

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
02ee9d4708-Jan-2014 Tsutomu Uchino

#i118909# fix empty elements of return value in UICategoryDescription::getElementNames

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

#i118909# fix empty elements of return value in UICategoryDescription::getElementNames

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

show more ...

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

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

Revision tags: AOO401, 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

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

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

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

6e1ee9f007-Dec-2012 Ariel Constenla-Haile

Remove unused commented code

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

bfea510806-Dec-2012 Armin Le Grand

corrected missing precompiled header and 16/32 bit mismatch

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

2434eb8b06-Dec-2012 Ariel Constenla-Haile

#i121442# - Remove unused UNO StatusbarControllers

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

450ff86106-Dec-2012 Ariel Constenla-Haile

#i121442# - Refactor UNO StatusbarControllers

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

2503e1a506-Dec-2012 Ariel Constenla-Haile

#i121442# - framework refactoring and new code to support status bar merging and UNO StatusbarControllers

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417852 13f79535-47bb-

#i121442# - framework refactoring and new code to support status bar merging and UNO StatusbarControllers

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

show more ...

Revision tags: AOO340
796936d920-Jun-2012 Andre Fischer

#i120029# Unregister on dispose.

Patch by: zhang jianfang
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352

#i120029# Unregister on dispose.

Patch by: zhang jianfang
Review by: Andre Fischer


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

show more ...

6d5620bc23-May-2012 Ariel Constenla-Haile

framework::RecentFilesMenuController clean-up

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

5758ad8c23-May-2012 Ariel Constenla-Haile

i118556 - replace framework::OUStringHashCode with rtl::OUStringHash

The framework module uses its own hash functions with rtl::OUString's.
It can be replaced by rtl::OUStringHash. The

i118556 - replace framework::OUStringHashCode with rtl::OUStringHash

The framework module uses its own hash functions with rtl::OUString's.
It can be replaced by rtl::OUStringHash. The class
framework::OUStringHash can be renamed to framework::OUStringHashMap,
for the sake of clarity only (there is no risk of name clash because of
different namespaces).

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

show more ...

707fc0d403-Feb-2012 Jürgen Schmidt

remove onlineregistration with dependencies

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

6d739b6006-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

12