Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java287 DatabaseControl[] DBControls = curControlForm.getDatabaseControls(); in changeBorderLayouts() local
288 for (int n = 0; n < DBControls.length; n++) in changeBorderLayouts()
290 … if (DBControls[n].xServiceInfo.supportsService("com.sun.star.drawing.ShapeCollection")) in changeBorderLayouts()
292 TimeStampControl oTimeStampControl = (TimeStampControl) DBControls[n]; in changeBorderLayouts()
304 …if (DBControls[n].xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDE… in changeBorderLayouts()
306DBControls[n].xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts()
448 DatabaseControl[] DBControls = curControlForm.getDatabaseControls(); in applyDBControlProperties() local
449 for (int n = 0; n < DBControls.length; n++) in applyDBControlProperties()
453 DatabaseControl aDBControl = DBControls[n]; in applyDBControlProperties()

Completed in 12 milliseconds