popuptoolbarcontroller.hxx (10b918a5) popuptoolbarcontroller.hxx (7ca83afa)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 public:
78 NewToolbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
79
80 // XServiceInfo
81 DECLARE_XSERVICEINFO
82 private:
83 void functionExecuted( const rtl::OUString &rCommand );
84 void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& rEvent ) throw ( ::com::sun::star::uno::RuntimeException );
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 public:
78 NewToolbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
79
80 // XServiceInfo
81 DECLARE_XSERVICEINFO
82 private:
83 void functionExecuted( const rtl::OUString &rCommand );
84 void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& rEvent ) throw ( ::com::sun::star::uno::RuntimeException );
85 void SAL_CALL execute( sal_Int16 KeyModifier ) throw (::com::sun::star::uno::RuntimeException);
85 void setItemImage( const rtl::OUString &rCommand );
86 void setItemImage( const rtl::OUString &rCommand );
87
88 rtl::OUString m_aLastURL;
86 };
87
88 class WizardsToolbarController : public PopupMenuToolbarController
89 {
90 public:
91 WizardsToolbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
92
93 // XServiceInfo
94 DECLARE_XSERVICEINFO
95 private:
96 sal_uInt16 getDropDownStyle() const;
97 };
98}
99
100#endif
89 };
90
91 class WizardsToolbarController : public PopupMenuToolbarController
92 {
93 public:
94 WizardsToolbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
95
96 // XServiceInfo
97 DECLARE_XSERVICEINFO
98 private:
99 sal_uInt16 getDropDownStyle() const;
100 };
101}
102
103#endif