Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 148) sorted by relevance

123456

/trunk/main/forms/qa/integration/forms/
H A DRadioButtons.java334 buf.append( states[i] ); in stateString()
376 states[0] = (short)state1; in verifySingleRadios()
377 states[1] = (short)state2; in verifySingleRadios()
378 states[2] = (short)state3; in verifySingleRadios()
379 states[3] = (short)state4; in verifySingleRadios()
391 states[0] = (short)state1; in verifySixPack()
392 states[1] = (short)state2; in verifySixPack()
393 states[2] = (short)state3; in verifySixPack()
394 states[3] = (short)state4; in verifySixPack()
395 states[4] = (short)state5; in verifySixPack()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java54 private PropertyState[] states = null; field in _XMultiPropertyStates
100 states = oObj.getPropertyStates(names); in _getPropertyStates()
101 result = (states != null) && (states.length == names.length); in _getPropertyStates()
102 log.println("Number of states: " + states.length); in _getPropertyStates()
131 if (!mayBeDef && states[i] != PropertyState.DEFAULT_VALUE ) { in _setPropertiesToDefault()
197 states = oObj.getPropertyStates(names); in _setAllPropertiesToDefault()
198 for (int i = 0; i < states.length; i++) { in _setAllPropertiesToDefault()
199 boolean part_result = states[i].equals in _setAllPropertiesToDefault()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleStateSet.idl39 /** Implement this interface to represent a set of states.
42 states of an accessible object. It can hold any combination of states
71 /** Checks if all of the given states are in the state set of the called
75 This sequence of states is interpreted as set and every of its
81 Returns <TRUE/> if all states of the given state set are members
83 one of the states in the given state is not a member of this
88 /** Get all currently set states as a sequence of state ids.
98 states in the sequence is undefined.
H A DXAccessibleContext.idl176 /** Returns the set of states that are currently active for this
180 will not be refelected by changing the object's set of states. See
182 description of the individual states.</p>
186 states are not supported.
H A DAccessibleStateType.idl31 <p>This list of constants defines the available set of states that an
34 <p>The comments describing the states is taken verbatim from the Java
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java251 private final FastStack states; field in OfficeDocumentReportTarget
312 this.states = new FastStack(); in OfficeDocumentReportTarget()
397 states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_DOCUMENT)); in startReport()
503 if (states.isEmpty()) in getCurrentState()
507 final Integer o = (Integer) states.peek(); in getCurrentState()
536states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_BODY)); in startElement()
541states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_OTHER)); in startElement()
628states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_GROUP)); in startElement()
713 states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_OTHER)); in startElement()
719 states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_OTHER)); in startElement()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSummarizer.java50 Vector states = new Vector(); in summarizeUp() local
66 states.add(entry.SubEntries[i].State); in summarizeUp()
75 if (states.elementAt(j).equals("not part of the job")) in summarizeUp()
82 failures.elementAt(j) + " - " + states.elementAt(j) + "\r\n"; in summarizeUp()
/trunk/main/offapi/com/sun/star/embed/
H A DNeedsRunningStateException.idl37 /** This exception can be thrown in case a list of accepted verbs of states is
43 addition to the loaded state. Other states and possible verbs can be
H A DXEmbeddedObject.idl149 /** returns supported states for the object.
152 the sequence of states the object can be set to
156 to running state, other possible states can be detected only when
H A DXStateChangeBroadcaster.idl46 /** adds the specified listener to receive events about states change
/trunk/main/offapi/com/sun/star/configuration/
H A DHierarchyAccess.idl150 attempts to change property states will fail.
155 /** provides access to the states of multiple child elements of
173 attempts to change property states will fail.
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DFrame.java478 javax.accessibility.AccessibleStateSet states = super.getAccessibleStateSet(); in getAccessibleStateSet() local
480 states.add(javax.accessibility.AccessibleState.ICONIFIED); in getAccessibleStateSet()
482 return states; in getAccessibleStateSet()
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleShape.idl102 <li>States: The states supported by this service are:
119 <p>If this state is set then no other of the states below is
120 set. This is also true for the states that are otherwise
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyState.idl83 a sequence of the states of the properties which are specified
86 <p>The order of the states is correlating to the order of the
H A DXMultiPropertyStates.idl63 a sequence of the states of the properties which are specified
66 <p>The order of the states is correlating to the order of the
/trunk/main/offapi/com/sun/star/chart2/
H A DXFastPropertyState.idl79 a sequence of the states of the properties which are specified
82 <p>The order of the states is correlating to the order of the
/trunk/main/offapi/com/sun/star/chart/
H A DAccessibleChartElement.idl103 <dd>The states supported by this service are:
109 this state is set then no other of the states below is set.
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl264 <p>Note that the instance does not actually notify changes in the feature states, but only
267 feature states, so we do not burden this implementation here with such mechanisms.</p>
/trunk/main/offapi/com/sun/star/ucb/
H A DPropertyValueState.idl32 /** defines the states of a property value in the process of obtaining the
/trunk/main/offapi/com/sun/star/task/
H A DXJobListener.idl38 /** listener on finish states of asynchronous job execution
/trunk/main/offapi/com/sun/star/document/
H A DAmbigousFilterRequest.idl35 /** should be used for interaction to handle states of ambigous filter detection
H A DNoSuchFilterRequest.idl35 /** should be used for interaction to handle states of unknown filter during detection
H A DXViewDataSupplier.idl40 later. These states can also be made persistent so that a document loader can create
/trunk/main/offapi/com/sun/star/frame/
H A DFeatureStateEvent.idl68 too, to update own feature states and dispatch listener on
/trunk/main/connectivity/source/resource/
H A Dconn_error_message.src31 // The messages must be localized, the SQL states must *not*.

Completed in 82 milliseconds

123456