Home
last modified time | relevance | path

Searched refs:m_bSharingConnection (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/component/
H A DDatabaseForm.cxx316 ,m_bSharingConnection( sal_False ) in ODatabaseForm()
363 ,m_bSharingConnection( sal_False ) in ODatabaseForm()
1832 if ( m_bSharingConnection ) in forwardingPropertyValue()
2776 m_bSharingConnection = sal_True; in doShareConnection()
2779 m_bSharingConnection = sal_False; in doShareConnection()
2794 OSL_ENSURE( m_bSharingConnection, "ODatabaseForm::stopSharingConnection: invalid call!" ); in stopSharingConnection()
2796 if ( m_bSharingConnection ) in stopSharingConnection()
2818 m_bSharingConnection = sal_False; in stopSharingConnection()
2839 m_bSharingConnection = sal_False; in implEnsureConnection()
2855 if ( m_bSharingConnection ) in implEnsureConnection()
H A DDatabaseForm.hxx224 …sal_Bool m_bSharingConnection : 1; // sal_True if the connection we're using is shared with o… member in frm::ODatabaseForm
497 sal_Bool isSharingConnection( ) const { return m_bSharingConnection; } in isSharingConnection()

Completed in 27 milliseconds