Home
last modified time | relevance | path

Searched refs:oObj (Results 201 – 225 of 2080) sorted by relevance

12345678910>>...84

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sdb/
H A D_DataSource.java63 Object oldInfo = oObj.getPropertyValue("Info") ; in _Info()
81 oObj.setPropertyValue("Info", oldInfo) ; in _Info()
94 Object oldURL = oObj.getPropertyValue("URL") ; in _URL()
98 oObj.setPropertyValue("URL", oldURL) ; in _URL()
111 Object oldUser = oObj.getPropertyValue("User") ; in _User()
115 oObj.setPropertyValue("User", oldUser) ; in _User()
128 Object oldPass = oObj.getPropertyValue("Password") ; in _Password()
132 oObj.setPropertyValue("Password", oldPass) ; in _Password()
157 oObj.setPropertyValue("IsPasswordRequired",Boolean.FALSE); in after()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_sw/
H A DSwXReferenceMarks.java91 XInterface oObj = null; in createTestEnvironment() local
102 oObj = (XInterface) in createTestEnvironment()
104 XNamed oObjN = UnoRuntime.queryInterface(XNamed.class, oObj); in createTestEnvironment()
106 XTextContent oObjTC = UnoRuntime.queryInterface(XTextContent.class, oObj); in createTestEnvironment()
111 oObj = (XInterface) in createTestEnvironment()
113 XNamed oObjN2 = UnoRuntime.queryInterface(XNamed.class, oObj); in createTestEnvironment()
116 XTextContent oObjTC2 = UnoRuntime.queryInterface(XTextContent.class, oObj); in createTestEnvironment()
121 oObj = oRefSupp.getReferenceMarks(); in createTestEnvironment()
123 TestEnvironment tEnv = new TestEnvironment( oObj ); in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sdb/
H A D_DataSource.java63 Object oldInfo = oObj.getPropertyValue("Info") ; in _Info()
81 oObj.setPropertyValue("Info", oldInfo) ; in _Info()
94 Object oldURL = oObj.getPropertyValue("URL") ; in _URL()
98 oObj.setPropertyValue("URL", oldURL) ; in _URL()
111 Object oldUser = oObj.getPropertyValue("User") ; in _User()
115 oObj.setPropertyValue("User", oldUser) ; in _User()
128 Object oldPass = oObj.getPropertyValue("Password") ; in _Password()
132 oObj.setPropertyValue("Password", oldPass) ; in _Password()
157 oObj.setPropertyValue("IsPasswordRequired",Boolean.FALSE); in after()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/chart/
H A D_ChartAxis.java64 oObj.setPropertyValue("AutoOrigin", Boolean.TRUE); in _Max()
65 oObj.setPropertyValue("AutoMax",Boolean.FALSE); in _Max()
96 oObj.setPropertyValue("AutoOrigin", Boolean.TRUE); in _Min()
97 oObj.setPropertyValue("AutoMin", Boolean.FALSE); in _Min()
125 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _Origin()
165 oObj.setPropertyValue("AutoStepMain", Boolean.FALSE); in _StepMain()
166 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _StepMain()
190 oObj.setPropertyValue("AutoStepMain", Boolean.FALSE); in _StepHelp()
191 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _StepHelp()
192 oObj.setPropertyValue("StepMain", 100.0); in _StepHelp()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/chart/
H A D_ChartAxis.java64 oObj.setPropertyValue("AutoOrigin", Boolean.TRUE); in _Max()
65 oObj.setPropertyValue("AutoMax",Boolean.FALSE); in _Max()
96 oObj.setPropertyValue("AutoOrigin", Boolean.TRUE); in _Min()
97 oObj.setPropertyValue("AutoMin", Boolean.FALSE); in _Min()
125 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _Origin()
165 oObj.setPropertyValue("AutoStepMain", Boolean.FALSE); in _StepMain()
166 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _StepMain()
190 oObj.setPropertyValue("AutoStepMain", Boolean.FALSE); in _StepHelp()
191 oObj.setPropertyValue("Logarithmic",Boolean.FALSE); in _StepHelp()
192 oObj.setPropertyValue("StepMain", 100.0); in _StepHelp()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/complex/dataPilot/
H A D_XPropertySet.java54 private final XPropertySet oObj; field in _XPropertySet
131 oObj = xObj; in _XPropertySet()
188 oObj.setPropertyValue(PTT.bound, in _addPropertyChangeListener()
241 oObj.setPropertyValue(PTT.constrained, in _addVetoableChangeListener()
295 gValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
297 oObj.setPropertyValue(PTT.normal, sValue); in _setPropertyValue()
346 oObj.getPropertyValue(toCheck); in _getPropertyValue()
386 oObj.setPropertyValue(PTT.bound, in _removePropertyChangeListener()
441 oObj.setPropertyValue(PTT.constrained, in _removeVetoableChangeListener()
560 Object getProp = oObj.getPropertyValue(name); in isChangeable()
[all …]
H A D_XNamed.java46 private final XNamed oObj; field in _XNamed
54 oObj = xObj; in _XNamed()
72 loc_result = ((name = oObj.getName()) != null); in _getName()
106 String oldName = oObj.getName(); in _setName()
112 oObj.setName(NewName); in _setName()
115 String name = oObj.getName(); in _setName()
128 oObj.setName(oldName); in _setName()
H A D_XDataPilotDescriptor.java55 private final XDataPilotDescriptor oObj; field in _XDataPilotDescriptor
74 oObj = xObj; in _XDataPilotDescriptor()
129 oObj.setSourceRange(CRA); in _setSourceRange()
147 String objTag = oObj.getTag(); in _getTag()
158 oObj.setTag(sTag); in _setTag()
175 IA = oObj.getDataPilotFields(); in _getDataPilotFields()
281 XIndexAccess IA = oObj.getColumnFields(); in _getColumnFields()
297 XIndexAccess IA = oObj.getDataFields(); in _getDataFields()
313 XIndexAccess IA = oObj.getHiddenFields(); in _getHiddenFields()
329 XIndexAccess IA = oObj.getRowFields(); in _getRowFields()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/complex/dataPilot/
H A D_XPropertySet.java54 private final XPropertySet oObj; field in _XPropertySet
131 oObj = xObj; in _XPropertySet()
188 oObj.setPropertyValue(PTT.bound, in _addPropertyChangeListener()
241 oObj.setPropertyValue(PTT.constrained, in _addVetoableChangeListener()
295 gValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
297 oObj.setPropertyValue(PTT.normal, sValue); in _setPropertyValue()
346 oObj.getPropertyValue(toCheck); in _getPropertyValue()
386 oObj.setPropertyValue(PTT.bound, in _removePropertyChangeListener()
441 oObj.setPropertyValue(PTT.constrained, in _removeVetoableChangeListener()
560 Object getProp = oObj.getPropertyValue(name); in isChangeable()
[all …]
H A D_XNamed.java46 private final XNamed oObj; field in _XNamed
54 oObj = xObj; in _XNamed()
72 loc_result = ((name = oObj.getName()) != null); in _getName()
106 String oldName = oObj.getName(); in _setName()
112 oObj.setName(NewName); in _setName()
115 String name = oObj.getName(); in _setName()
128 oObj.setName(oldName); in _setName()
H A D_XDataPilotDescriptor.java55 private final XDataPilotDescriptor oObj; field in _XDataPilotDescriptor
74 oObj = xObj; in _XDataPilotDescriptor()
129 oObj.setSourceRange(CRA); in _setSourceRange()
147 String objTag = oObj.getTag(); in _getTag()
158 oObj.setTag(sTag); in _setTag()
175 IA = oObj.getDataPilotFields(); in _getDataPilotFields()
281 XIndexAccess IA = oObj.getColumnFields(); in _getColumnFields()
297 XIndexAccess IA = oObj.getDataFields(); in _getDataFields()
313 XIndexAccess IA = oObj.getHiddenFields(); in _getHiddenFields()
329 XIndexAccess IA = oObj.getRowFields(); in _getRowFields()
[all …]
/dports/www/itop/web/portal/
H A Dindex.php907 ShowDetailsRequest($oP, $oObj);
918 * @param Object $oObj The target object
923 $sClass = get_class($oObj);
934 switch($oObj->GetState())
984 switch($oObj->GetState())
1067 $sValue = $oObj->Get($sAttCode);
1161 * @param Object $oObj The target object
1175 $sClass = get_class($oObj);
1202 $sValue = $oObj->Get($sAttCode);
1363 ValidateObject($oObj);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/imageManager/
H A D_XComponent.java41 private XComponent oObj = null; field in _XComponent
67 public _XComponent(TestParameters tEnv, XComponent oObj) { in _XComponent() argument
69 this.oObj = oObj; in _XComponent()
91 oObj.addEventListener( listener1 ); in _addEventListener()
92 oObj.addEventListener( listener2 ); in _addEventListener()
113 oObj.removeEventListener( listener2 ); in _removeEventListener()
142 oObj.dispose(); in _dispose()
H A D_XInitialization.java44 private XInitialization oObj = null; field in _XInitialization
46 public _XInitialization(TestParameters tEnv, XInitialization oObj) { in _XInitialization() argument
49 this.oObj = oObj; in _XInitialization()
63 oObj.initialize(new Object[0]); in _initialize()
65 oObj.initialize(args); in _initialize()
H A D_XUIConfiguration.java32 private final XUIConfiguration oObj; field in _XUIConfiguration
43 public _XUIConfiguration(TestParameters tEnv, XUIConfiguration oObj) { in _XUIConfiguration() argument
45 this.oObj = oObj; in _XUIConfiguration()
54 oObj.addConfigurationListener(xListener); in _addConfigurationListener()
60 oObj.removeConfigurationListener(xListener); in _removeConfigurationListener()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/imageManager/
H A D_XComponent.java41 private XComponent oObj = null; field in _XComponent
67 public _XComponent(TestParameters tEnv, XComponent oObj) { in _XComponent() argument
69 this.oObj = oObj; in _XComponent()
91 oObj.addEventListener( listener1 ); in _addEventListener()
92 oObj.addEventListener( listener2 ); in _addEventListener()
113 oObj.removeEventListener( listener2 ); in _removeEventListener()
142 oObj.dispose(); in _dispose()
H A D_XInitialization.java44 private XInitialization oObj = null; field in _XInitialization
46 public _XInitialization(TestParameters tEnv, XInitialization oObj) { in _XInitialization() argument
49 this.oObj = oObj; in _XInitialization()
63 oObj.initialize(new Object[0]); in _initialize()
65 oObj.initialize(args); in _initialize()
H A D_XUIConfiguration.java32 private final XUIConfiguration oObj; field in _XUIConfiguration
43 public _XUIConfiguration(TestParameters tEnv, XUIConfiguration oObj) { in _XUIConfiguration() argument
45 this.oObj = oObj; in _XUIConfiguration()
54 oObj.addConfigurationListener(xListener); in _addConfigurationListener()
60 oObj.removeConfigurationListener(xListener); in _removeConfigurationListener()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/frame/
H A D_XUIControllerRegistration.java25 public XUIControllerRegistration oObj = null; field in _XUIControllerRegistration
36oObj.registerController(aController, "", "com.sun.star.comp.framework.FooterMenuController"); in _registerController()
37oObj.registerController(aRegisteredController, "", "com.sun.star.comp.framework.HeaderMenuControll… in _registerController()
43 oObj.deregisterController(aController, ""); in _deregisterController()
50 boolean res = oObj.hasController(aRegisteredController, ""); in _hasController()
51 res &= !oObj.hasController(aController, ""); in _hasController()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/frame/
H A D_XUIControllerRegistration.java25 public XUIControllerRegistration oObj = null; field in _XUIControllerRegistration
36oObj.registerController(aController, "", "com.sun.star.comp.framework.FooterMenuController"); in _registerController()
37oObj.registerController(aRegisteredController, "", "com.sun.star.comp.framework.HeaderMenuControll… in _registerController()
43 oObj.deregisterController(aController, ""); in _deregisterController()
50 boolean res = oObj.hasController(aRegisteredController, ""); in _hasController()
51 res &= !oObj.hasController(aController, ""); in _hasController()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/form/
H A D_XReset.java40 public static XReset oObj = null; field in _XReset
110 oObj.addResetListener( listener2 ); in _addResetListener()
111 oObj.addResetListener( listener1 ); in _addResetListener()
136 oObj.reset(); in _reset()
140 oObj.reset(); in _reset()
160 oObj.removeResetListener(listener1); in _removeResetListener()
161 oObj.reset(); in _removeResetListener()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/awt/
H A D_XRadioButton.java42 public XRadioButton oObj = null; field in _XRadioButton
74 oObj.addItemListener(itemListener) ; in _addItemListener()
85 oObj.removeItemListener(itemListener) ; in _removeItemListener()
97 state = oObj.getState() ; in _getState()
114 oObj.setState(!state) ; in _setState()
118 result = oObj.getState() == !state ; in _setState()
130 oObj.setLabel("XRadioButton") ; in _setLabel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/form/
H A D_XReset.java40 public static XReset oObj = null; field in _XReset
110 oObj.addResetListener( listener2 ); in _addResetListener()
111 oObj.addResetListener( listener1 ); in _addResetListener()
136 oObj.reset(); in _reset()
140 oObj.reset(); in _reset()
160 oObj.removeResetListener(listener1); in _removeResetListener()
161 oObj.reset(); in _removeResetListener()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/awt/
H A D_XRadioButton.java42 public XRadioButton oObj = null; field in _XRadioButton
74 oObj.addItemListener(itemListener) ; in _addItemListener()
85 oObj.removeItemListener(itemListener) ; in _removeItemListener()
97 state = oObj.getState() ; in _getState()
114 oObj.setState(!state) ; in _setState()
118 result = oObj.getState() == !state ; in _setState()
130 oObj.setLabel("XRadioButton") ; in _setLabel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleComboBox.java82 XInterface oObj = null; in createTestEnvironment() local
84 oObj = (XInterface) Param.getMSF().createInstance( in createTestEnvironment()
88 oObj); in createTestEnvironment()
122 oObj = AccessibilityTools.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
124 action = UnoRuntime.queryInterface(XAccessibleAction.class, oObj); in createTestEnvironment()
126 oObj = AccessibilityTools.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
130 XAccessibleSelection.class, oObj); in createTestEnvironment()
141 oObj = AccessibilityTools.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
144 log.println("ImplementationName " + utils.getImplName(oObj)); in createTestEnvironment()
146 TestEnvironment tEnv = new TestEnvironment(oObj); in createTestEnvironment()
[all …]

12345678910>>...84