Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGStyle.java33 public String cp_BackgroundImage; field in CGStyle
43 if (cp_BackgroundImage == null || cp_BackgroundImage.equals(PropertyNames.EMPTY_STRING)) in getBackgroundUrl()
49 return cp_BackgroundImage; in getBackgroundUrl()
H A DCGDesign.java33 public String cp_BackgroundImage; field in CGDesign
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java438 …sh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.cp_BackgroundImage); in addStylePreview()
904 String bg = settings.cp_DefaultSession.cp_Design.cp_BackgroundImage; in updateBackgroundText()
951 …sh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.cp_BackgroundImage); in refreshStylePreview()
H A DWWD_Events.java430 bgDialog.setSelected(settings.cp_DefaultSession.cp_Design.cp_BackgroundImage); in chooseBackground()
456 settings.cp_DefaultSession.cp_Design.cp_BackgroundImage = (String) background; in setBackground()
H A DProcess.java305 String background = settings.cp_DefaultSession.cp_Design.cp_BackgroundImage; in copyMedia()