| DatabaseForm.hxx (2d785d7e) | DatabaseForm.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 --- 476 unchanged lines hidden (view full) --- 485 sal_Bool canShareConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxParentProps ); 486 487 /// starts sharing the connection with the parent 488 void doShareConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxParentProps ); 489 490 /// stops sharing the connection with the parent 491 void stopSharingConnection( ); 492 | 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 --- 476 unchanged lines hidden (view full) --- 485 sal_Bool canShareConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxParentProps ); 486 487 /// starts sharing the connection with the parent 488 void doShareConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxParentProps ); 489 490 /// stops sharing the connection with the parent 491 void stopSharingConnection( ); 492 |
| 493 /// called when the connection which we share with our parent is beeing disposed | 493 /// called when the connection which we share with our parent is being disposed |
| 494 void disposingSharedConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn ); 495 496 /// checks if we currently share our connection with our parent 497 sal_Bool isSharingConnection( ) const { return m_bSharingConnection; } 498 499 /** calls our row set approval listeners 500 501 @param _rEvent --- 64 unchanged lines hidden --- | 494 void disposingSharedConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn ); 495 496 /// checks if we currently share our connection with our parent 497 sal_Bool isSharingConnection( ) const { return m_bSharingConnection; } 498 499 /** calls our row set approval listeners 500 501 @param _rEvent --- 64 unchanged lines hidden --- |