Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java70 …public Control(FormHandler _oFormHandler, XNameContainer _xFormName, int _icontroltype, String _Fi… in Control() argument
74 createControl(_icontroltype, _aPoint, _aSize, null, _FieldName); in Control()
77 … _oFormHandler, XShapes _xGroupShapes, XNameContainer _xFormName, int _icontroltype, Point _aPoint… in Control() argument
81 createControl(_icontroltype, _aPoint, _aSize, _xGroupShapes, null); in Control()
84 public Control(FormHandler _oFormHandler, int _icontroltype, Point _aPoint, Size _aSize) in Control() argument
87 createControl(_icontroltype, _aPoint, _aSize, null, null); in Control()
90 …public void createControl(int _icontroltype, Point _aPoint, Size _aSize, XShapes _xGroupShapes, St… in createControl() argument
94 icontroltype = _icontroltype; in createControl()

Completed in 18 milliseconds