Searched refs:xPropertyAccess (Results 1 – 3 of 3) sorted by relevance
90 Reference< XPropertyAccess > xPropertyAccess( xDialog, UNO_QUERY_THROW ); in Execute() local98 xPropertyAccess->setPropertyValues( props ); in Execute()104 props = xPropertyAccess->getPropertyValues(); in Execute()
835 Reference< XPropertyAccess > xPropertyAccess( rxSet, UNO_QUERY ); in appendPropertySet() local836 if ( xPropertyAccess.is() ) in appendPropertySet()841 = xPropertyAccess->getPropertyValues(); in appendPropertySet()
2198 com::sun::star::uno::Reference< com::sun::star::beans::XPropertyAccess > xPropertyAccess in DoExportDialog() local2200 if ( xExecutableDialog.is() && xPropertyAccess.is() ) in DoExportDialog()2206 xPropertyAccess->setPropertyValues( aMediaDescriptor ); in DoExportDialog()
Completed in 24 milliseconds