Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java247 oMainControlForm.oGridControl.setSize(oMainControlForm.getFormSize()); in adjustMainFormSize()
265 Point aPoint = oSubControlForm.oGridControl.getPosition(); in adjustSubFormPosSize()
269 oSubControlForm.oGridControl.setSize(getSubFormSize()); in adjustSubFormPosSize()
350 GridControl oGridControl; field in FormDocument.ControlForm
391 if (oGridControl != null) in initialize()
393 oFormHandler.xDrawPage.remove(oGridControl.xShape); in initialize()
394 oGridControl.xComponent.dispose(); in initialize()
395 oGridControl = null; in initialize()
484 return oGridControl.xShape.getSize().Height; in getActualFormHeight()
496 return oGridControl.xShape.getPosition().Y; in getEntryPointY()
[all …]
H A DStyleApplier.java282 GridControl oGridControl = curControlForm.getGridControl(); in changeBorderLayouts() local
283oGridControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts()
442 …curControlForm.oGridControl.xPropertySet.setPropertyValue("TextColor", new Integer(_iStyleColors[S… in applyDBControlProperties()
444 …curControlForm.oGridControl.xPropertySet.setPropertyValue("BackgroundColor", Integer.decode("#DDDD… in applyDBControlProperties()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java53 GridControl oGridControl; field in Control

Completed in 26 milliseconds