Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 227) sorted by relevance

12345678910

/aoo42x/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl62 [attribute,bound] short ParaAdjust
107 [attribute,bound] short CharEmphasis
144 [attribute,bound] boolean CharHidden
174 [attribute,bound] short CharCaseMap
222 [attribute,bound] short CharKerning
230 [attribute,bound] boolean CharFlash
239 [attribute,bound] short CharRelief
251 [attribute,bound] string CharFontName
317 [attribute,bound] float CharHeight
337 [attribute,bound] float CharWeight
[all …]
H A DXSection.idl94 [attribute,bound] boolean Visible;
98 [attribute,bound] string Name;
102 [attribute,bound] unsigned long Height;
110 [attribute,bound] boolean BackTransparent;
115 [attribute,bound] string ConditionalPrintExpression;
121 [attribute,bound] short ForceNewPage
131 [attribute,bound] short NewRowOrCol
140 [attribute,bound] boolean KeepTogether
149 [attribute,bound] boolean CanGrow
159 [attribute,bound] boolean CanShrink
[all …]
H A DXGroup.idl68 [attribute,bound] boolean SortAscending;
72 [attribute,bound] boolean HeaderOn;
76 [attribute,bound] boolean FooterOn;
94 [attribute,readonly,bound] XSection Footer
102 [attribute,bound] short GroupOn
109 [attribute,bound] long GroupInterval;
114 [attribute,bound] short KeepTogether
126 [attribute,bound] string Expression;
130 [attribute,bound] boolean StartNewColumn;
134 [attribute,bound] boolean ResetPageNumber;
H A DXReportDefinition.idl184 [attribute,bound] string MimeType
191 [attribute,bound] string Caption;
196 [attribute,bound] short GroupKeepTogether
204 [attribute,bound] short PageHeaderOption;
209 [attribute,bound] short PageFooterOption;
227 [attribute,bound] string Command;
238 [attribute,bound] long CommandType;
254 [attribute,bound] string Filter;
278 [attribute,bound] string DataSourceName;
293 [attribute,bound] boolean PageHeaderOn;
[all …]
H A DXReportComponent.idl83 [attribute,bound] string Name
90 [attribute,bound] long Height;
94 [attribute,bound] long PositionX;
98 [attribute,bound] long PositionY;
102 [attribute,bound] long Width;
111 [attribute,bound] short ControlBorder
124 [attribute,bound] long ControlBorderColor
134 [attribute,bound] boolean PrintRepeatedValues
149 [attribute,bound] sequence<string> MasterFields
178 [attribute,bound] sequence<string> DetailFields
H A DXFixedLine.idl59 [attribute,bound] long Orientation
67 [attribute,bound] com::sun::star::drawing::LineStyle LineStyle;
73 [attribute,bound] com::sun::star::drawing::LineDash LineDash;
79 [attribute,bound] com::sun::star::util::Color LineColor;
85 [attribute,bound] short LineTransparence;
91 [attribute,bound] long LineWidth;
H A DXFunction.idl60 [attribute,bound] boolean PreEvaluated;
64 [attribute,bound] boolean DeepTraversing;
68 [attribute,bound] string Name;
72 [attribute,bound] string Formula;
76 [attribute,bound] com::sun::star::beans::Optional<string> InitialFormula;
H A DXShape.idl48 [attribute,bound] long ZOrder;
56 [attribute,bound] com::sun::star::drawing::HomogenMatrix3 Transformation;
77 [attribute,bound] sequence<::com::sun::star::beans::PropertyValue> CustomShapeGeometry;
81 [attribute,bound] boolean Opaque;
/aoo42x/main/sc/qa/complex/dataPilot/
H A D_XPropertySet.java133 String bound = null; field in _XPropertySet.PropsToTest
168 PTT.bound=ptt[1]; in _getPropertySetInfo()
195 if ( PTT.bound.equals("none") ) { in _addPropertyChangeListener()
201 oObj.setPropertyValue(PTT.bound, in _addPropertyChangeListener()
205 "property '"+ PTT.bound+"'"); in _addPropertyChangeListener()
223 PTT.bound+"'"); in _addPropertyChangeListener()
400 if ( PTT.bound.equals("none") ) { in _removePropertyChangeListener()
430 " for '"+PTT.bound+"'"); in _removePropertyChangeListener()
503 String bound = ""; in getPropsToTest() local
537 bound+=name+";"; in getPropsToTest()
[all …]
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl87 [attribute,bound] sequence<string> MasterFields;
129 [attribute,bound] string Command;
140 [attribute,bound] long CommandType;
156 [attribute,bound] string Filter;
161 [attribute,bound] boolean ApplyFilter;
165 [attribute,bound] string HavingClause
172 [attribute,bound] string GroupBy
179 [attribute,bound] string Order;
191 [attribute,bound] boolean EscapeProcessing;
196 [attribute,bound] long RowLimit;
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertySet.java105 Vector< String > bound = new Vector< String >(); field in _XPropertySet.PropsToTest
132 PTT.bound.clear(); in _getPropertySetInfo()
135 PTT.bound.add( ptt[1] ); in _getPropertySetInfo()
162 int count = PTT.bound.size(); in _addPropertyChangeListener()
163 if ( count==0 || PTT.bound.get(0).equals("none") ) { in _addPropertyChangeListener()
169 String propertyName = PTT.bound.get(i); in _addPropertyChangeListener()
414 int count = PTT.bound.size(); in _removePropertyChangeListener()
415 if ( count==0 || PTT.bound.get(0).equals("none") ) { in _removePropertyChangeListener()
422 String propertyName = PTT.bound.get(i); in _removePropertyChangeListener()
434 String propertyName = PTT.bound.get(i); in _removePropertyChangeListener()
[all …]
H A D_XMultiPropertySet.java315 String bound = ""; in getPropsToTest() local
339 bound+=name+";"; in getPropsToTest()
345 if (bound.equals("")) bound = "none"; in getPropsToTest()
346 StringTokenizer ST=new StringTokenizer(bound,";"); in getPropsToTest()
/aoo42x/main/qadevOOo/tests/java/ifc/form/validation/
H A D_XValidatableFormComponent.java164 String bound = ""; in getPropsToTest() local
192 bound = (name + ";"); in getPropsToTest()
200 bound += (name + ";"); in getPropsToTest()
206 if (bound.equals("")) in getPropsToTest()
208 bound = "none"; in getPropsToTest()
213 bound = "EffectiveValue;"; in getPropsToTest()
216 StringTokenizer ST = new StringTokenizer(bound, ";"); in getPropsToTest()
/aoo42x/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl53 which are data aware and thus can be bound to a data source.
87 …If (and only if) the control is valid bound to a column of its <type scope="com::sun::star::form::…
110 /** specifies the name of the bound database field.
113 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
117 <p>Not every control model can be bound to every database column. Usually, super services of the
124 …/** determines whether or not input into this field is required, when it is actually bound to a da…
127 <NULL/> values before submitting data to the database. Usually, if a control model is bound to
138 /** references to the cursor field to which the control is bound.
139 <p>Applies only if the form the control model belongs to is loaded and the control is valid bound.
153 <type scope="com::sun::star::form::component">TextField</type>, which is bound to the e-mail
H A DXBoundComponent.idl37 /** specifies a (form) component which is bound to a data source.
40 data to a data source it is bound to. A <member>commit</member> will be
42 For example, suppose you have a data-bound control that is connected
55 /** commits the content of the component into the data source it is bound to.
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl52 <p>Usual <type scope="com::sun::star::form">DataAwareControlModel</type>s can be bound to
56 is moved to a different record, then the bound control model is updated with the value of
73 …<p>The following rules apply when a data aware control model is bound to an external value binding:
76 component is bound to a control model which currently has an active SQL binding,
85 When a <type>BindableDataAwareControlModel</type> is bound to an external value,
89 in the control model's value are only propagated to the bound column upon explicit
98 … external value binding, then the clone is also bound to the same binding instance.<br/>
104 <p>When a <type>BindableDataAwareControlModel</type> is being bound to an external value,
H A DValueBinding.idl63 [optional, property, bound, readonly] boolean ReadOnly;
67 <p>In a more complex scenario, where different form controls are bound to different
72 <p><type>XBindableValue</type>s which are bound to this binding may or may not
73 react in certain ways on the (ir)relevance of their bound value.</p>
79 [optional, property, bound, readonly] boolean Relevant;
96 this interface is not supported, the bound component cannot react
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java212 BoundListeners bound) in prepareSet() argument
237 bound.specificListeners = (Vector) ((Vector) o).clone(); in prepareSet()
241 bound.unspecificListeners = (Vector) ((Vector) o).clone(); in prepareSet()
267 bound.event = new PropertyChangeEvent( in prepareSet()
286 public void prepareSet(String propertyName, BoundListeners bound) { in prepareSet() argument
288 prepareSet(propertyName, Any.VOID, Any.VOID, bound); in prepareSet()
306 HashMap bound; in dispose() local
309 bound = boundListeners; in dispose()
316 if (bound != null) { in dispose()
317 for (Iterator i = bound.values().iterator(); i.hasNext();) { in dispose()
/aoo42x/main/offapi/com/sun/star/drawing/framework/
H A DAnchorBindingMode.idl36 /** This enum specifies how a resource is bound to an anchor. This can be
38 <p>Example: Let r:a1:a2 denote a resource r which is bound to
39 anchor a1:a2 which itself is a resource a1 bound to anchor a2.
40 Then r:a1:a2 is bound directly to a1:a2 and indirectly to a2.</p>
/aoo42x/main/offapi/com/sun/star/xsd/
H A DDay.idl43 /** specifies the inclusive upper bound for the value
48 /** specifies the exclusive upper bound for the value
53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DMonth.idl43 /** specifies the inclusive upper bound for the value
48 /** specifies the exclusive upper bound for the value
53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DYear.idl43 /** specifies the inclusive upper bound for the value
48 /** specifies the exclusive upper bound for the value
53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DDateTime.idl46 /** specifies the inclusive upper bound for the value
51 /** specifies the exclusive upper bound for the value
56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value
H A DDate.idl46 /** specifies the inclusive upper bound for the value
51 /** specifies the exclusive upper bound for the value
56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value
H A DTime.idl46 /** specifies the inclusive upper bound for the value
51 /** specifies the exclusive upper bound for the value
56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value

Completed in 80 milliseconds

12345678910