navtoolbar.hxx (2d785d7e) navtoolbar.hxx (07a3d7f1)
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

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

80 ~NavigationToolBar( );
81
82 /** sets the dispatcher which is to be used for the features
83
84 If the dispatcher is the same as the one which is currently set,
85 then the states of the features are updated
86
87 @param _pDispatcher
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

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

80 ~NavigationToolBar( );
81
82 /** sets the dispatcher which is to be used for the features
83
84 If the dispatcher is the same as the one which is currently set,
85 then the states of the features are updated
86
87 @param _pDispatcher
88 the new (or old) dispatcher. The caller is reponsible for
88 the new (or old) dispatcher. The caller is responsible for
89 ensuring the life time of the object does exceed the life time
90 of the tool bar instance.
91 */
92 void setDispatcher( const IFeatureDispatcher* _pDispatcher );
93
94 /// enables or disables a given feature
95 void enableFeature( sal_Int16 _nFeatureId, bool _bEnabled );
96

--- 94 unchanged lines hidden ---
89 ensuring the life time of the object does exceed the life time
90 of the tool bar instance.
91 */
92 void setDispatcher( const IFeatureDispatcher* _pDispatcher );
93
94 /// enables or disables a given feature
95 void enableFeature( sal_Int16 _nFeatureId, bool _bEnabled );
96

--- 94 unchanged lines hidden ---