Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java633 DatabaseControl aDBControl = DBControlList[i]; in insertDBControl() local
634 m_dbControlHeight = aDBControl.getControlHeight(); in insertDBControl()
635 m_dbControlWidth = aDBControl.getControlWidth(); in insertDBControl()
638 aDBControl.setSize(new Size(m_dbControlWidth, m_dbControlHeight)); in insertDBControl()
640 if (aDBControl.getControlType() == FormHandler.SOCHECKBOX) in insertDBControl()
644 aDBControl.setPosition(aPoint); in insertDBControl()
652 aDBControl.setPropertyValue(PropertyNames.PROPERTY_BORDER, NBorderType); in insertDBControl()
H A DStyleApplier.java453 DatabaseControl aDBControl = DBControls[n]; in applyDBControlProperties() local
454 if (aDBControl != null) in applyDBControlProperties()
456 … if (aDBControl.xServiceInfo.supportsService("com.sun.star.drawing.ShapeCollection")) in applyDBControlProperties()
458 … TimeStampControl oTimeStampControl = (TimeStampControl) aDBControl; in applyDBControlProperties()
467 setDBControlColors(aDBControl.xPropertySet, _iStyleColors); in applyDBControlProperties()

Completed in 24 milliseconds