Searched refs:_xGroupShapes (Results 1 – 2 of 2) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/document/ |
H A D | Control.java | 77 …public Control(FormHandler _oFormHandler, XShapes _xGroupShapes, XNameContainer _xFormName, int _i… in Control() argument 81 createControl(_icontroltype, _aPoint, _aSize, _xGroupShapes, null); in Control() 90 …public void createControl(int _icontroltype, Point _aPoint, Size _aSize, XShapes _xGroupShapes, St… in createControl() argument 106 if (_xGroupShapes == null) in createControl() 112 _xGroupShapes.add(xShape); in createControl()
|
H A D | DatabaseControl.java | 127 …public DatabaseControl(FormHandler _oFormHandler, XShapes _xGroupShapes, XNameContainer _xFormName… in DatabaseControl() argument 129 …super(_oFormHandler, _xGroupShapes, _xFormName, _oFormHandler.getControlType(_fieldtype), _aPoint,… in DatabaseControl()
|
Completed in 18 milliseconds