fmvwimp.hxx (3334a7e6) fmvwimp.hxx (7950f2af)
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

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

290 void ObjectRemovedInAliveMode(const SdrObject* pObject);
291
292 // asynchronously displays an error message. See also OnDelayedErrorMessage.
293 void displayAsyncErrorMessage( const ::com::sun::star::sdb::SQLErrorEvent& _rEvent );
294
295 // cancels all pending async events
296 void cancelEvents();
297
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

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

290 void ObjectRemovedInAliveMode(const SdrObject* pObject);
291
292 // asynchronously displays an error message. See also OnDelayedErrorMessage.
293 void displayAsyncErrorMessage( const ::com::sun::star::sdb::SQLErrorEvent& _rEvent );
294
295 // cancels all pending async events
296 void cancelEvents();
297
298 /// the the auto focus to the first (in terms of the tab order) control
298 /// the auto focus to the first (in terms of the tab order) control
299 void AutoFocus( sal_Bool _bSync = sal_False );
300 DECL_LINK( OnActivate, void* );
301 DECL_LINK( OnAutoFocus, void* );
302 DECL_LINK( OnDelayedErrorMessage, void* );
303 DECL_LINK( OnStartControlWizard, void* );
304
305private:
306 ::svxform::DocumentType impl_getDocumentType() const;
307};
308
309
310
311#endif // _SVX_FMVWIMP_HXX
312
299 void AutoFocus( sal_Bool _bSync = sal_False );
300 DECL_LINK( OnActivate, void* );
301 DECL_LINK( OnAutoFocus, void* );
302 DECL_LINK( OnDelayedErrorMessage, void* );
303 DECL_LINK( OnStartControlWizard, void* );
304
305private:
306 ::svxform::DocumentType impl_getDocumentType() const;
307};
308
309
310
311#endif // _SVX_FMVWIMP_HXX
312