Searched refs:labelProps (Results 1 – 1 of 1) sorted by relevance
229 XPropertySet labelProps = (XPropertySet) UnoRuntime.queryInterface( in createConfirmDialog() local231 labelProps.setPropertyValue("Name", "PromptLabel"); in createConfirmDialog()232 labelProps.setPropertyValue("Label", prompt); in createConfirmDialog()337 XPropertySet labelProps = (XPropertySet) UnoRuntime.queryInterface( in createInputDialog() local339 labelProps.setPropertyValue("Name", "PromptLabel"); in createInputDialog()340 labelProps.setPropertyValue("Label", prompt); in createInputDialog()
Completed in 16 milliseconds