Home
last modified time | relevance | path

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

12345678910>>...31

/AOO41X/main/offapi/com/sun/star/chart2/data/
H A DDataSequenceRole.idl41 <p>The strings can have any value. However some values are
46 <dd>values are used as a label for a series. Usually, you
48 <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
61 <dd>values are used as error-information in positive x-direction for
[all …]
/AOO41X/main/offapi/com/sun/star/rendering/
H A DCompositeOperation.idl32 values are premultiplied with the corresponding alpha values (if
49 Clear the destination area. The function values are: Fa = Fb =
56 Copy source as-is to the destination. The function values are:
63 Leave the destination as-is. The function values are: Fa = 0,
70 Copy the source over the destination. The function values are:
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>
99 destination is not. The function values are: Fa = 1-Ab, Fb =
107 been. The function values are: Fa = 0, Fb = 1-Aa.<p>
[all …]
H A DXIntegerBitmapColorSpace.idl69 values would all contain the value eight. For a 16 bit 1555
70 ARGB format, with mask values 0x8000 for alpha, 0x7C for red,
71 0x3E for green and 0x1F for blue, the values would be 5, 5, 5,
97 Color values are properly rounded and clipped, to be valid in
102 therefore, batch conversion of multiple color values is
118 Color values are properly rounded and clipped, to be valid in
123 therefore, batch conversion of multiple color values is
136 /** Convert color value in this color space to sRGB color values.<p>
140 information. Color values are properly rounded and clipped,
145 therefore, batch conversion of multiple color values is
[all …]
H A DXColorSpace.idl109 color attribute (if any) it corresponds. The values must be
146 therefore, batch conversion of multiple color values is
161 /** Convert color value in this color space to sRGB color values.<p>
169 therefore, batch conversion of multiple color values is
184 /** Convert color value in this color space to sRGB color values, with linear alpha.<p>
191 therefore, batch conversion of multiple color values is
205 color values, with linear alpha.<p>
209 individual RGB color values are premultiplied by the alpha
215 therefore, batch conversion of multiple color values is
235 batch conversion of multiple color values is possible.
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java61 protected int values = 0; field in TextStyle
152 int mask, int values, int fontSize, String fontName, StyleCatalog sc) { in TextStyle() argument
155 this.values = values; in TextStyle()
296 return (!((values & attribute) == 0)); in getAttribute()
414 resolved.values |= (parentStyle.mask & m); in getResolved()
430 values |= flags; in turnAttributesOn()
441 values &= ~flags; in turnAttributesOff()
496 attributes += toCSV(((bitVal & values) != 0) ? "yes" : "no"); in dumpCSV()
537 if (tStyle.values != values) in isSubset()
580 if ((values & BOLD) != 0) in writeAttributes()
[all …]
/AOO41X/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>
73 …<p>Controls of type <member>MultiLineTextField</member> exchange their values as <code>string</cod…
79 … <p>Controls of type <member>CharacterField</member> exchange their values as <code>short</code>,
86 …<p>Controls of type <member>StringListField</member> exchange their values as <code>sequence&lt; s…
[all …]
/AOO41X/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]
86 link_targets = [target for target in CxxTargets.by_name.values() if not 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():
[all …]
/AOO41X/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 …]
/AOO41X/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.
/AOO41X/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 …]
/AOO41X/main/qadevOOo/runner/util/
H A DDBTools.java555 public void addRowToTestTable(XConnection con, String table, Object[] values, in addRowToTestTable() argument
571 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()
579 rowUpdt.updateDouble(TST_DOUBLE, ((Double) values[i]).doubleValue()) ; in addRowToTestTable()
581 if (values[i] instanceof Date) { in addRowToTestTable()
582 rowUpdt.updateDate(TST_DATE, (Date) values[i]) ; in addRowToTestTable()
[all …]
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx128 XGCValues values; in CreateGC() local
130 values.graphics_exposures = False; in CreateGC()
131 values.foreground = m_pColormap->GetBlackPixel() in CreateGC()
133 values.function = GXxor; in CreateGC()
134 values.line_width = 1; in CreateGC()
135 values.fill_style = FillStippled; in CreateGC()
136 values.stipple = GetDisplay()->GetInvert50( m_nScreen ); in CreateGC()
137 values.subwindow_mode = ClipByChildren; in CreateGC()
139 return XCreateGC( GetXDisplay(), hDrawable, nMask | GCSubwindowMode, &values ); in CreateGC()
196 XGCValues values; in GetInvert50GC() local
[all …]
H A Dsalgdi.cxx286 XGCValues values; in SelectPen() local
287 values.subwindow_mode = ClipByChildren; in SelectPen()
288 values.fill_rule = EvenOddRule; // Pict import/ Gradient in SelectPen()
289 values.graphics_exposures = False; in SelectPen()
293 &values ); in SelectPen()
317 XGCValues values; in SelectBrush() local
319 values.subwindow_mode = ClipByChildren; in SelectBrush()
320 values.fill_rule = EvenOddRule; // Pict import/ Gradient in SelectBrush()
321 values.graphics_exposures = False; in SelectBrush()
325 &values ); in SelectBrush()
[all …]
/AOO41X/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 …]
/AOO41X/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.
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
1983 values.width = rPosSize.GetWidth(); in SetPosSize()
1984 values.height = rPosSize.GetHeight(); 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()
[all …]

12345678910>>...31