Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbmetadata.cxx129 Reference< XChild > xConnectionAsChild( _metaData.xConnection, UNO_QUERY ); in lcl_getConnectionSetting() local
130 if ( xConnectionAsChild.is() ) in lcl_getConnectionSetting()
132 … Reference< XPropertySet > xDataSource( xConnectionAsChild->getParent(), UNO_QUERY_THROW ); in lcl_getConnectionSetting()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbmetadata.cxx130 Reference< XChild > xConnectionAsChild( _metaData.xConnection, UNO_QUERY ); in lcl_getConnectionSetting() local
131 if ( xConnectionAsChild.is() ) in lcl_getConnectionSetting()
133 … Reference< XPropertySet > xDataSource( xConnectionAsChild->getParent(), UNO_QUERY_THROW ); in lcl_getConnectionSetting()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontroller.cxx3566 …Reference< XChild > xConnectionAsChild( xFormProps->getPropertyValue( FM_PROP_ACTIVE_CONNECTION ),… in lcl_shouldValidateRequiredFields_nothrow() local
3567 Reference< XPropertySet > xDataSource( xConnectionAsChild->getParent(), UNO_QUERY ); in lcl_shouldValidateRequiredFields_nothrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontroller.cxx3579 …Reference< XChild > xConnectionAsChild( xFormProps->getPropertyValue( FM_PROP_ACTIVE_CONNECTION ),… in lcl_shouldValidateRequiredFields_nothrow() local
3580 Reference< XPropertySet > xDataSource( xConnectionAsChild->getParent(), UNO_QUERY ); in lcl_shouldValidateRequiredFields_nothrow()