Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1945 bool bAllowEmptyDS = ::dbtools::isEmbeddedInDatabase( m_xComponent, xConnection ); in impl_updateDependentProperty_nothrow() local
1960 impl_hasValidDataSourceSignature_nothrow( m_xComponent, bAllowEmptyDS ) in impl_updateDependentProperty_nothrow()
1974 bool bAllowEmptyDS = false; in impl_updateDependentProperty_nothrow() local
1976 bAllowEmptyDS = ::dbtools::isEmbeddedInDatabase( m_xComponent, xConnection ); in impl_updateDependentProperty_nothrow()
1981 || impl_hasValidDataSourceSignature_nothrow( m_xComponent, bAllowEmptyDS) in impl_updateDependentProperty_nothrow()
1996 bool bAllowEmptyDS = ::dbtools::isEmbeddedInDatabase( m_xComponent, xConnection ); in impl_updateDependentProperty_nothrow() local
2001 impl_hasValidDataSourceSignature_nothrow( m_xComponent, bAllowEmptyDS ) in impl_updateDependentProperty_nothrow()
2002 …aSourceSignature_nothrow( Reference< XPropertySet >( m_xObjectParent, UNO_QUERY ), bAllowEmptyDS ); in impl_updateDependentProperty_nothrow()

Completed in 22 milliseconds