Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java351 PropertyValue GraphicValues[] = new PropertyValue[1]; in insertIcons() local
352 GraphicValues[0] = new PropertyValue(); in insertIcons()
353 GraphicValues[0].Name = PropertyNames.URL; in insertIcons()
354 GraphicValues[0].Value = "private:resource/svx/imagelist/18000/18022"; in insertIcons()
355 XGraphic xGraphic = xGraphicProvider.queryGraphic(GraphicValues); in insertIcons()

Completed in 54 milliseconds