toolbarmenuimp.hxx (01aa44aa) toolbarmenuimp.hxx (2df387e6)
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

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

184 void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
185
186 /** Tell all listeners that the object is dying. This callback is
187 usually called from the WeakComponentImplHelper class.
188 */
189 virtual void SAL_CALL disposing (void);
190
191 /** Check whether or not the object has been disposed (or is in the
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

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

184 void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
185
186 /** Tell all listeners that the object is dying. This callback is
187 usually called from the WeakComponentImplHelper class.
188 */
189 virtual void SAL_CALL disposing (void);
190
191 /** Check whether or not the object has been disposed (or is in the
192 state of beeing disposed). If that is the case then
192 state of being disposed). If that is the case then
193 DisposedException is thrown to inform the (indirect) caller of the
194 foul deed.
195 */
196 void ThrowIfDisposed (void) throw (::com::sun::star::lang::DisposedException);
197};
198
199// -----------------------
200// - ToolbarMenuEntryAcc -

--- 110 unchanged lines hidden ---
193 DisposedException is thrown to inform the (indirect) caller of the
194 foul deed.
195 */
196 void ThrowIfDisposed (void) throw (::com::sun::star::lang::DisposedException);
197};
198
199// -----------------------
200// - ToolbarMenuEntryAcc -

--- 110 unchanged lines hidden ---