/aoo4110/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OFormsCollection.java | 135 .add(FormTools.createControlShape(xDrawDoc, 2000, 1500, 1000, 1000, in createTestEnvironment() 138 .add(FormTools.createControlShape(xDrawDoc, 3000, 4500, 15000, in createTestEnvironment() 141 .add(FormTools.createControlShape(xDrawDoc, 5000, 3500, 7500, 5000, in createTestEnvironment()
|
H A D | ONavigationBarControl.java | 118 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 126 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OGroupBoxControl.java | 151 XControlShape aShape = FormTools.createControlShape(xTextDoc, 5000, in createTestEnvironment() 159 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OImageButtonControl.java | 156 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 164 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | ORadioButtonControl.java | 160 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 168 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OButtonControl.java | 161 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 169 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OCheckBoxControl.java | 170 XControlShape aShape = FormTools.createControlShape( in createTestEnvironment() 177 XControlShape aShape2 = FormTools.createControlShape( in createTestEnvironment()
|
H A D | OComboBoxControl.java | 173 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 181 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OCurrencyControl.java | 176 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 184 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | ODateControl.java | 172 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 180 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OEditControl.java | 182 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 190 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OFormattedControl.java | 169 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 177 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | ONumericControl.java | 172 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 180 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OPatternControl.java | 172 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 180 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OTimeControl.java | 173 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 181 XControlShape aShape2 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
H A D | OListBoxControl.java | 91 XControlShape aShape = FormTools.createControlShape( in createTestEnvironment() 98 XControlShape aShape2 = FormTools.createControlShape( in createTestEnvironment()
|
H A D | ODatabaseForm.java | 423 shape1 = FormTools.createControlShape(xTextDoc, 3000, 4500, 15000, in createTestEnvironment() 425 shape2 = FormTools.createControlShape(xTextDoc, 5000, 3500, 7500, in createTestEnvironment() 428 XControlShape shape3 = FormTools.createControlShape(xTextDoc, 2000, in createTestEnvironment()
|
H A D | GenericModelTest.java | 386 aShape = FormTools.createControlShape(m_xTextDoc, 3000, in createTestEnvironment() 434 aShape = FormTools.createControlShape(m_xTextDoc, 6000, 4500, 15000, in createTestEnvironment()
|
H A D | OScrollBarModel.java | 75 XControlShape aShape = FormTools.createControlShape( in createTestEnvironment()
|
H A D | OSpinButtonModel.java | 80 XControlShape aShape = FormTools.createControlShape( in createTestEnvironment()
|
/aoo4110/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | UnoControlContainer.java | 105 shape = FormTools.createControlShape(xTextDoc, 3000, 4500, 15000, in createTestEnvironment() 121 shape = FormTools.createControlShape(xTextDoc, 3000, 4500, 15000, in createTestEnvironment() 137 shape = FormTools.createControlShape(xTextDoc, 3000, 4500, 15000, in createTestEnvironment()
|
H A D | TabControllerModel.java | 67 XControlShape shape1 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() 70 XControlShape shape2 = FormTools.createControlShape(xTextDoc, 5000, in createTestEnvironment()
|
H A D | Toolkit.java | 88 XControlShape aShape = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | FormTools.java | 64 public static XControlShape createControlShape( XComponent oDoc, int height, in createControlShape() method in FormTools 218 XControlShape aShape = createControlShape(oDoc,height,width,x,y,kind); in insertControlShape()
|
/aoo4110/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XControlAccess.java | 95 XShape button = FormTools.createControlShape in _getControl()
|