Searched refs:xUIConfigProps (Results 1 – 2 of 2) sorted by relevance
679 XPropertySet xUIConfigProps = UnoRuntime.queryInterface(XPropertySet.class, xUIConfig); in SaveDocumentAcceleratorConfiguration() local680 xUIConfigProps.setPropertyValue("MediaType", "application/vnd.sun.xml.ui.configuration"); in SaveDocumentAcceleratorConfiguration()
1307 css::uno::Reference< css::beans::XPropertySet > xUIConfigProps( in IMPL_LINK() local1313 xUIConfigProps->getPropertyValue(MEDIATYPE_PROPNAME) >>= sMediaType; in IMPL_LINK()1315 … xUIConfigProps->setPropertyValue(MEDIATYPE_PROPNAME, css::uno::makeAny(MEDIATYPE_UICONFIG)); in IMPL_LINK()
Completed in 41 milliseconds