Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataSequenceRole.idl48 <dt>values-x</dt>
49 <dd>values are used as x-values in an XY- or bubble
51 <dt>values-y</dt>
52 <dd>values are used as y-values in an XY-Diagram or as values
54 <dt>values-z</dt>
55 <dd>values may be used as z-values in a three-dimensional
58 <dd>values are used as radius of the bubbles in a
79 <dt>values-first</dt>
82 <dt>values-last</dt>
85 <dt>values-min</dt>
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DCompositeOperation.idl32 values are premultiplied with the corresponding alpha values (if
77 Copy the source under the destination. The function values
85 destination is. The function values are: Fa = Ab, Fb = 0.<p>
92 was. The function values are: Fa = 0, Fb = Aa.<p>
107 been. The function values are: Fa = 0, Fb = 1-Aa.<p>
122 source is. Keep the source. The function values are: Fa =
130 not both visible. The function values are: Fa = 1-Ab, Fb =
135 /** Add source and destination values.<p>
138 resulting color values are limited to the permissible color
140 function values are: Fa = 1, Fb = 1.<p>
[all …]
H A DXIntegerBitmapColorSpace.idl69 values would all contain the value eight. For a 16 bit 1555
102 therefore, batch conversion of multiple color values is
123 therefore, batch conversion of multiple color values is
145 therefore, batch conversion of multiple color values is
169 therefore, batch conversion of multiple color values is
182 color values, with linear alpha.<p>
187 color space. The resulting individual RGB color values are
193 therefore, batch conversion of multiple color values is
215 batch conversion of multiple color values is possible.
235 batch conversion of multiple color values is possible.
[all …]
H A DXColorSpace.idl80 color attribute (if any) it corresponds. The values must be
117 therefore, batch conversion of multiple color values is
140 therefore, batch conversion of multiple color values is
162 therefore, batch conversion of multiple color values is
176 color values, with linear alpha.<p>
180 individual RGB color values are premultiplied by the alpha
186 therefore, batch conversion of multiple color values is
206 batch conversion of multiple color values is possible.
224 batch conversion of multiple color values is possible.
243 batch conversion of multiple color values is possible. The
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java61 protected int values = 0; field in TextStyle
155 this.values = values; in TextStyle()
430 values |= flags; in turnAttributesOn()
441 values &= ~flags; in turnAttributesOff()
537 if (tStyle.values != values) in isSubset()
580 if ((values & BOLD) != 0) in writeAttributes()
584 if ((values & ITALIC) != 0) in writeAttributes()
588 if ((values & UNDERLINE) != 0) in writeAttributes()
592 if ((values & STRIKETHRU) != 0) in writeAttributes()
596 if ((values & SUPERSCRIPT) != 0) in writeAttributes()
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyControlType.idl32 property values within a <type>ObjectInspector</type>.
47 possible property values
49 … <p>Controls of type <member>ListBox</member> exchange their values as <code>string</code>.</p>
56 possible property values, combined with the possibility to enter a new
59 … <p>Controls of type <member>ComboBox</member> exchange their values as <code>string</code>.</p>
65 …/** denotes a control which allows the user to enter property values consisting of a single line o…
67 … <p>Controls of type <member>TextField</member> exchange their values as <code>string</code>.</p>
79 … <p>Controls of type <member>CharacterField</member> exchange their values as <code>short</code>,
92 <p>Controls of type <member>ColorListBox</member> usually exchange their values as
97 … then you can also exchange values as <code>string</code>. That is, if you write a string into
[all …]
/trunk/main/solenv/bin/
H A Dbuildalyzer55 self.cxxflags = cxxflags_tmp.values()
59 self.includeflags = includeflags_tmp.values()
85 compile_targets = [target for target in CxxTargets.by_name.values() if target.nolink]
88 for flag in CxxFlags.by_name.values():
92 for flag in CxxFlags.by_name.values():
109 for target in CxxTargets.by_name.values():
114 for targetlist in by_flagset.values():
126 for target in CxxTargets.by_name.values():
131 for targetlist in by_flagset.values():
144 for target in CxxTargets.by_name.values():
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java248 String values[] = new String[attrs.length]; in makeStyle() local
252 values[0] = (new Double(temp)).toString() + "mm"; in makeStyle()
255 values[1] = (new Double(temp)).toString() + "mm"; in makeStyle()
258 values[2] = (new Double(temp)).toString() + "mm"; in makeStyle()
271 values[3] = (new Double(temp)).toString() + "mm"; in makeStyle()
275 values[4] = (new Double(temp)).toString() + "mm"; in makeStyle()
284 case ALIGN_RIGHT: values[5] = "right"; break; in makeStyle()
285 case ALIGN_LEFT: values[5] = "left"; break; in makeStyle()
286 case ALIGN_CENTER:values[5] = "center"; break; in makeStyle()
287 case ALIGN_JUST: values[5] = "justified"; break; in makeStyle()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DGeneralFunction.idl33 /** used to specify a function to be calculated from values.
47 <p>If the values are all numerical, SUM is used, otherwise COUNT.</p>
53 /** sum of all numerical values is calculated.
59 /** all values, including non-numerical values, are counted.
65 /** average of all numerical values is calculated.
71 /** maximum value of all numerical values is calculated.
77 /** minimum value of all numerical values is calculated.
83 /** product of all numerical values is calculated.
89 /** numerical values are counted.
H A DPasteOperation.idl34 values into a cell range.
40 /** new values are used without changes.
46 /** old and new values are added.
52 /** new values are subtracted from the old values.
58 /** old and new values are multiplied.
64 /** new values are divided by the new values.
H A DStatusBarFunction.idl46 /** average of all numerical values is calculated.
52 /** all values, including non-numerical values, are counted.
58 /** numerical values are counted.
64 /** maximum value of all numerical values is calculated.
70 /** minimum value of all numerical values is calculated.
76 /** sum of all numerical values is calculated.
H A DDataPilotFieldGroupInfo.idl47 automatically from the minimum of the item values.
53 calculated automatically from the minimum of all member values of the
62 automatically from the maximum of the item values.
68 calculated automatically from the maximum of all member values of the
76 /** specifies whether date values are grouped by ranges of days.
80 grouping is performed inplace on the item values.</li>
114 the first group will contain all values greater than or equal to 2 and
115 less than 5. The second group will contain all values greater than or
122 /** specifies the grouping of the date values.
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py123 values, lastPos = self.parseValues()
129 valtokens = values[pos]
149 values = []
173 values.append(value)
177 values.append(value)
187 return values, i
405 values = []
420 values.append(val)
427 values.append(val)
432 if len(values) != 2:
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java571 for (int i = 0; i < values.length; i++) { in addRowToTestTable()
572 if (values[i] instanceof String) { in addRowToTestTable()
573 rowUpdt.updateString(TST_STRING, (String) values[i]) ; in addRowToTestTable()
575 if (values[i] instanceof Integer) { in addRowToTestTable()
576 rowUpdt.updateInt(TST_INT, ((Integer) values[i]).intValue()) ; in addRowToTestTable()
578 if (values[i] instanceof Double) { in addRowToTestTable()
581 if (values[i] instanceof Date) { in addRowToTestTable()
582 rowUpdt.updateDate(TST_DATE, (Date) values[i]) ; in addRowToTestTable()
584 if (values[i] instanceof Boolean) { in addRowToTestTable()
587 if (values[i] instanceof XTextInputStream) { in addRowToTestTable()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx128 XGCValues values; in CreateGC() local
130 values.graphics_exposures = False; in CreateGC()
133 values.function = GXxor; in CreateGC()
134 values.line_width = 1; in CreateGC()
135 values.fill_style = FillStippled; in CreateGC()
196 XGCValues values; in GetInvert50GC() local
201 values.function = GXinvert; in GetInvert50GC()
202 values.line_width = 1; in GetInvert50GC()
203 values.line_style = LineSolid; in GetInvert50GC()
217 values.fill_style = FillSolid; in GetInvert50GC()
[all …]
H A Dsalgdi.cxx286 XGCValues values; in SelectPen() local
289 values.graphics_exposures = False; in SelectPen()
293 &values ); in SelectPen()
317 XGCValues values; in SelectBrush() local
321 values.graphics_exposures = False; in SelectBrush()
325 &values ); in SelectBrush()
363 XGCValues values; in GetTrackingGC() local
365 values.graphics_exposures = False; in GetTrackingGC()
369 values.line_width = 1; in GetTrackingGC()
370 values.line_style = LineOnOffDash; in GetTrackingGC()
[all …]
/trunk/main/udkapi/com/sun/star/container/
H A DEnumerableMap.idl53 …<li>If the key type is an interface type, then all key values denoting objects which can be querie…
58 …<p>For the values put into the map using <member>XMap::put</member> or <member>createImmutable</me…
64 …<li>If the value type is an interface type, then all values denoting objects which can be queried …
67 …or <member scope="com::sun::star::uno">TypeClass::STRUCT</member>, then values whose type equals t…
69 <li>For all other value types, only values whose type matches exactly are accepted.</li>
88 denotes the type of the values in the to-be-created map
92 … For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member>
108 denotes the type of the values in the to-be-created map
110 denote the values contained in the to-be-created map
114 … For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member>
[all …]
H A DXMap.idl39 /** describes a map between keys and values.
43 …<p>Locating elements in the map, both values and keys, requires a notion of equality of two object…
45 …two values are said to be equal if and only if they have the same type, and both denote the same e…
60 /** denotes the type of the values in the map.
62 … <p>Implementations are free to accept any supertype of the <code>ValueType</code> as values.</p>
85 implementing the <code>XMap</code> interface to specify which special values are not
103 implementing the <code>XMap</code> interface to specify which special values are not
124 implementing the <code>XMap</code> interface to specify which special values are not
153 the service implementing the <code>XMap</code> interface to specify which special values
155 For instances, implementations might decide to not allow <VOID/> keys or values, or to
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl59 of property values. Instead the data for the failures is collected and
72 /** sets the values to the properties with the specified names.
82 specifies the values of the properties.
83 The order of the values has to be the same as in the
97 if the number of property names and values do not match.
107 /** retrieve the values of the specified properties
109 <p>The count and order of the values in the returned sequence
130 /** retrieve only those values of the specified properties which
131 are direct values.
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToByteArrayAdapter.java95 public void writeBytes(byte[] values) in writeBytes() argument
101 if ( values.length > size-position ) in writeBytes()
106 while ( values.length > size-position ) in writeBytes()
113 System.arraycopy(values, 0, buffer, position, values.length); in writeBytes()
114 position += values.length; in writeBytes()
H A DByteArrayToXInputStreamAdapter.java93 …public int readBytes(byte[][] values, int param) throws com.sun.star.io.NotConnectedException, com… in readBytes() argument
100 if (values[0] == null){ in readBytes()
101 values[0] = new byte[param]; in readBytes()
104 System.arraycopy(m_bytes, m_pos, values[0], 0, param); in readBytes()
119 …public int readSomeBytes(byte[][] values, int param) throws com.sun.star.io.NotConnectedException,… in readSomeBytes() argument
121 return readBytes(values, param); in readSomeBytes()
/trunk/main/scripting/source/storage/
H A DScriptURI.cxx130 void ScriptURI::set_values( scripting_impl::Uri values ) in set_values() argument
133 m_valid = values.valid; in set_values()
134 m_location = values.location; in set_values()
135 m_language = values.language; in set_values()
145 m_functionName = values.logicalName; in set_values()
146 m_logicalName = values.logicalName; in set_values()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1980 XWindowChanges values; in SetPosSize() local
1981 values.x = rPosSize.Left(); in SetPosSize()
1982 values.y = rPosSize.Top(); in SetPosSize()
1986 if( !values.width || !values.height ) in SetPosSize()
1993 values.x = mpParent->maGeometry.nWidth-values.width-1-values.x; in SetPosSize()
2000 values.x, values.y, in SetPosSize()
2001 &values.x, &values.y, in SetPosSize()
2007 if( values.x != maGeometry.nX || values.y != maGeometry.nY ) in SetPosSize()
2066 …), IsSysChildWindow() ? GetWindow() : GetShellWindow(), values.x, values.y, values.width, values.h… in SetPosSize()
2072 … XMoveResizeWindow( GetXDisplay(), GetWindow(), values.x, values.y, values.width, values.height ); in SetPosSize()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaOpCodeMapper.java95 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()
99 token.addAll(parser.getGroup(SOFormulaParser.SEPARATORS).values()); in getAvailableMappings()
103 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()
107 token.addAll(parser.getGroup(SOFormulaParser.UNARY_OPERATORS).values()); in getAvailableMappings()
111 token.addAll(parser.getGroup(SOFormulaParser.BINARY_OPERATORS).values()); in getAvailableMappings()
115 token.addAll(parser.getGroup(SOFormulaParser.FUNCTIONS).values()); in getAvailableMappings()
/trunk/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx124 const Sequence<sal_Int16> & indices, const Sequence<Any> & values) in checkOutArgs() argument
126 if (values.getLength() != outArgs.getLength()) in checkOutArgs()
129 for (int i = 0; i < values.getLength(); i++) in checkOutArgs()
131 if (values[i].getValueType() == getVoidCppuType()) in checkOutArgs()
149 values[i] >>= value; in checkOutArgs()
155 if (values[i].getValueType() == getCppuType((NamedArgument *) 0)) in checkOutArgs()
158 values[i] >>= inNamed; in checkOutArgs()

Completed in 125 milliseconds

12345678910>>...32