Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java218 Control[] LabelControls = curControlForm.getLabelControls(); in alignLabelControls() local
219 for (int n = 0; n < LabelControls.length; n++) in alignLabelControls()
221LabelControls[n].xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short(iAlignValue… in alignLabelControls()
H A DStyleApplier.java472 Control[] LabelControls = curControlForm.getLabelControls(); in applyDBControlProperties() local
473 for (int n = 0; n < LabelControls.length; n++) in applyDBControlProperties()
477LabelControls[n].xPropertySet.setPropertyValue("TextColor", new Integer(_iStyleColors[SOLABELTEXTC… in applyDBControlProperties()

Completed in 25 milliseconds