diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:36:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:36:35 +0000 |
commit | daeb523a34eb6bea6bacd23195824de40ed6d689 (patch) | |
tree | 5aac76bb5d99b1a972c886e282db9d08d42ab7a3 /framework | |
parent | 0b4c23f2b5691e211de6d210959b63e7283a0406 (diff) |
INTEGRATION: CWS odkaddonexample (1.2.10); FILE MERGED
2006/05/16 10:50:25 cd 1.2.10.1: #i65116# Added new controls
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/complextoolbarcontroller.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/uielement/complextoolbarcontroller.hxx b/framework/inc/uielement/complextoolbarcontroller.hxx index 1060f6643381..49231ca032db 100644 --- a/framework/inc/uielement/complextoolbarcontroller.hxx +++ b/framework/inc/uielement/complextoolbarcontroller.hxx @@ -4,9 +4,9 @@ * * $RCSfile: complextoolbarcontroller.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-05-08 15:16:57 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:36:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,7 @@ class ComplexToolbarController : public svt::ToolboxController DECL_STATIC_LINK( ComplexToolbarController, Notify_Impl, NotifyInfo* ); protected: + static sal_Int32 getFontSizePixel( const Window* pWindow ); ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > getDispatchFromCommand( const rtl::OUString& aCommand ) const; void addNotifyInfo( const ::rtl::OUString& aEventName, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& xDispatch, @@ -103,6 +104,9 @@ class ComplexToolbarController : public svt::ToolboxController virtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) = 0; const ::com::sun::star::util::URL& getInitializedURL(); + void notifyFocusGet(); + void notifyFocusLost(); + void notifyTextChanged( const ::rtl::OUString& aText ); ToolBar* m_pToolbar; sal_uInt16 m_nID; |