Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/trunk/main/cli_ure/qa/climaker/
H A Dtypes.idl87 [in] sequence<boolean> seqBool);
96 [out] sequence<boolean> seqBool);
108 [inout] sequence<boolean> seqBool);
127 sequence<boolean> retSeqBool();
147 [attribute] sequence<boolean> attrSeqBoolean;
170 typedef sequence< Boolean > SequenceBoolean;
171 typedef sequence< Byte > SequenceByte;
172 typedef sequence< Short > SequenceShort;
173 typedef sequence< UnsignedShort > SequenceUnsignedShort;
174 typedef sequence< Long > SequenceLong;
[all …]
/trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/
H A Dtypes.idl80 typedef sequence< Boolean > SequenceBoolean;
81 typedef sequence< Byte > SequenceByte;
82 typedef sequence< Short > SequenceShort;
83 typedef sequence< UnsignedShort > SequenceUnsignedShort;
84 typedef sequence< Long > SequenceLong;
85 typedef sequence< UnsignedLong > SequenceUnsignedLong;
86 typedef sequence< Hyper > SequenceHyper;
87 typedef sequence< UnsignedHyper > SequenceUnsignedHyper;
88 typedef sequence< Float > SequenceFloat;
89 typedef sequence< Double > SequenceDouble;
[all …]
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl119 * adding even more complexity, sequence< TestElement >
123 sequence< TestElement > Sequence;
213 [in] sequence< TestElement > aSequence,
229 [inout] sequence< TestElement > aSequence,
242 [out] sequence< TestElement > aSequence,
285 [attribute] sequence< TestElement > Sequence;
299 [in] TestPolyStruct<sequence<any> > arg1,
300 [out] TestPolyStruct<sequence<any> > arg2);
306 TestPolyStruct<sequence<boolean> > getNullPolySequence();
319 * methods to check sequence of calls. Call call() and callOneway
[all …]
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl84 * adding even more complexity, sequence< TestElement >
88 sequence< TestElement > Sequence;
123 [in] sequence< TestElement > aSequence,
139 [inout] sequence< TestElement > aSequence,
152 [out] sequence< TestElement > aSequence,
170 [attribute] sequence< TestElement > Sequence;
181 * methods to check sequence of calls. Call call() and callOneway
182 * in an arbitrary sequence. Increase the callId for every call.
234 sequence< boolean > setSequenceBool( [in] sequence< boolean > aSeq);
235 sequence< char > setSequenceChar( [in] sequence< char > aSeq);
[all …]
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl35 sequence<byte> methodByte( [in] sequence<byte> aSeq );
36 sequence<float> methodFloat( [in] sequence<float> aSeq);
37 sequence<double> methodDouble( [in] sequence<double> aSeq);
38 sequence<boolean> methodBool( [in] sequence<boolean> aSeq);
39 sequence<short> methodShort( [in] sequence<short> aSeq);
40 sequence<unsigned short> methodUShort( [in] sequence<unsigned short> aSeq);
41 sequence<long> methodLong( [in] sequence<long> aSeq);
42 sequence<unsigned long> methodULong( [in] sequence<unsigned long> aSeq);
43 sequence<string> methodString( [in] sequence<string> aSeq);
44 sequence<char> methodChar( [in] sequence<char> aSeq);
[all …]
/trunk/main/codemaker/test/cppumaker/
H A Dtypes.idl77 typedef sequence< Boolean > SequenceBoolean;
78 typedef sequence< Byte > SequenceByte;
79 typedef sequence< Short > SequenceShort;
80 typedef sequence< UnsignedShort > SequenceUnsignedShort;
81 typedef sequence< Long > SequenceLong;
82 typedef sequence< UnsignedLong > SequenceUnsignedLong;
83 typedef sequence< Hyper > SequenceHyper;
84 typedef sequence< UnsignedHyper > SequenceUnsignedHyper;
85 typedef sequence< Float > SequenceFloat;
86 typedef sequence< Double > SequenceDouble;
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl78 in the final output color. This method returns a sequence of
83 At the same time, the number of elements in this sequence
91 sequence<byte> getComponentTags();
102 If this color space has an ICC color profile, the sequence
108 sequence< ::com::sun::star::beans::PropertyValue > getProperties();
120 @return the corresponding sequence of device colors in the
121 target color space (e.g. <type>sequence<double></type> or
122 <type>sequence<byte></type>).
126 if the input sequence does not match the device color format
129sequence<ColorComponent> convertColorSpace( [in] sequence<ColorComponent> deviceColor, [in] XColor…
[all …]
H A DXIntegerBitmapColorSpace.idl37 sequence need not correspond to the color space's components -
48 a sequence of ceil(BitsPerPixel/8) bytes, and the
58 This method returns a sequence of integers, each denoting the
74 sequence<long> getComponentBitCounts();
105 @return the corresponding sequence of device colors in the
110 if the input sequence does not match the device color format.
112sequence<ColorComponent> convertFromIntegerColorSpace( [in] sequence<byte> deviceColor, [in] XColo…
126 @return the corresponding sequence of device colors in the
131 if the input sequence does not match the device color format.
133sequence<byte> convertToIntegerColorSpace( [in] sequence<byte> deviceColor, [in] XIntege…
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DXChartDataArray.idl47 /** retrieves the numerical data as a nested sequence of values.
50 the values as a sequence of sequences. The inner sequence
53 sequence< sequence< double > > getData();
60 the values as a sequence of sequences. The inner sequence
63 void setData( [in] sequence< sequence< double > > aData );
70 a sequence of strings, each representing the description
73 sequence< string > getRowDescriptions();
80 a sequence of strings which represent a description for
83 void setRowDescriptions( [in] sequence< string > aRowDescriptions );
90 a sequence of strings, each representing the description
[all …]
H A DXComplexDescriptionAccess.idl50 a sequence of sequences of strings representing the descriptions
54 sequence< sequence< string > > getComplexRowDescriptions();
61 a sequence of sequences of strings representing the descriptions of all
65 void setComplexRowDescriptions( [in] sequence< sequence< string > > rRowDescriptions );
72 a sequence of sequences of strings representing the descriptions
76 sequence< sequence< string > > getComplexColumnDescriptions();
83 a sequence of sequences of strings which represent the descriptions of
87 void setComplexColumnDescriptions( [in] sequence< sequence< string > > rColumnDescriptions );
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl119 /** retrieves the sequence containing all the tags from the entry with
126 sequence, each element of the sequence represents tag,
138 sequence< ::com::sun::star::beans::StringPair >
144 /** retrieves the sequence containing all the entries which "Type" tag
153 sequence of entries, each entry is represented by sequence,
154 each element of the sequence represents tag,
159 The sequence should contain the "ID" tag.
164 sequence< sequence< ::com::sun::star::beans::StringPair > >
169 /** retrieves the sequence containing all the entries controlled by the
173 sequence of entries, each entry is represented by sequence,
[all …]
/trunk/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/
H A Dinterfaces.idl61 sequence<boolean> zBool;
62 sequence<short> zShort;
63 sequence<unsigned short> zUShort;
64 sequence<long> zLong;
65 sequence<unsigned long> zULong;
66 sequence<hyper> zHyper;
67 sequence<unsigned hyper> zUHyper;
68 sequence<float> zFloat;
69 sequence<double> zDouble;
70 sequence<char> zChar;
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXServiceTypeDescription.idl59 @return a sequence containing service type descriptions, for an
61 single-interface&ndash;based service, an empty sequence is returned
63 sequence< XServiceTypeDescription > getMandatoryServices();
68 @return a sequence containing service type descriptions, for an
70 single-interface&ndash;based service, an empty sequence is returned
72 sequence< XServiceTypeDescription > getOptionalServices();
77 @return a sequence containing interface type descriptions, for an
79 single-interface&ndash;based service, an empty sequence is returned
81 sequence< XInterfaceTypeDescription > getMandatoryInterfaces();
86 @return a sequence containing interface type descriptions, for an
[all …]
H A DXIdlArray.idl45 /** Reflects an IDL sequence and provides dynamic access to instances of
46 that sequence.
55 /** Rellocates the length of the sequence instance.
58 sequence instance
60 new length of sequence
67 /** Returns the length of the given sequence.
70 sequence instance
72 length of sequence
80 sequence instance
87 if the specified object is not a sequence or if the specified object is null
[all …]
H A DXIdlClass.idl55 sequence<XIdlClass> getClasses();
101 sequence of <type>XIdlClass</type> reflect the base interfaces.
104 not derived from another, then an empty sequence is returned.
107 all base interfaces of an interface type or an empty sequence.
109 sequence<XIdlClass> getSuperclasses();
114 sequence<XIdlClass> getInterfaces();
116 /** If the reflected type is an array or sequence, then this method
122 sequence type (null-reference otherwise).
142 get a sequence of <type>XIdlField</type> interfaces reflecting all fields
148 then an empty sequence is returned.
[all …]
H A DXStructTypeDescription.idl45 sequence, while <member scope="com::sun::star::reflection"><!--
47 sequence.</li>
53 sequence, while <member scope="com::sun::star::reflection"><!--
55 sequence.</li>
62 sequence.</li>
71 @return a sequence of the names of all type parameters, in the correct
73 type, an empty sequence is returned
75 sequence<string> getTypeParameters();
80 @return a sequence of all type arguments, in the correct order; for a
82 sequence is returned
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl42 /** allows access to a one-dimensional sequence of data.
51 @return a sequence containing the actual data. This sequence
56 sequence< any > getData();
64 sequence.
67 no label sequence. In this case you can call this method at
68 the value sequence to obtain a fitting replacement label.</p>
70 <p>The sequence returned here may be empty if no suitable
89 Suitable labels for the given sequence depending on the range
90 of the sequence and the parameter <code>eLabelOrigin</code> passed.
93 sequence "Row 1" "Row 2" "Row 3" for the long side to be used
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysisadd.idl45sequence< com::sun::star::sheet::LocalizedName > getCompatibilityNames ( [in] string aProgrammatic…
105 [in] sequence< sequence< long > > aValList,
106 [in] sequence< any > aOptVLst )
112 [in] sequence< sequence< double > > CoeffList )
134 [in] sequence< sequence< double > > FirstValList,
135 [in] sequence< any > OptionalValList )
141 [in] sequence< sequence< double > > FirstValList,
142 [in] sequence< any > OptionalValList )
304 [in] sequence< sequence< string > > Num1,
305 [in] sequence< any > NumberList )
[all …]
/trunk/main/offapi/com/sun/star/chart2/
H A DXAnyDescriptionAccess.idl51 a sequence of sequences of anys representing the descriptions
56 sequence< sequence< any > > getAnyRowDescriptions();
63 a sequence of sequences of anys representing the descriptions of all
68 void setAnyRowDescriptions( [in] sequence< sequence< any > > rRowDescriptions );
75 a sequence of sequences of anys representing the descriptions
80 sequence< sequence< any > > getAnyColumnDescriptions();
87 a sequence of sequences of anys which represent the descriptions of
92 void setAnyColumnDescriptions( [in] sequence< sequence< any > > rColumnDescriptions );
/trunk/main/idlc/test/
H A Dstruct.idl34 typedef sequence< long > Id;
92 typedef sequence< long > LongSeq;
94 typedef sequence< LongSeq > LongSeqSeq;
101 /// a sequence< long > member
102 sequence< long > ms1;
104 /// a sequence< sequence< long > > member
105 sequence< sequence< long > > ms2;
122 /// a sequence typedef member
123 sequence<LongSeq> ms8;
/trunk/main/offapi/com/sun/star/ui/
H A DXImageManager.idl93 sequence< string > getAllImageNames( [in] short nImageType );
114 a sequence of command URLs for which the images are requested.
117 a sequence of graphics object which are associated with the
120 empty image is provided. If the sequence
125sequence< ::com::sun::star::graphic::XGraphic > getImages( [in] short nImageType, [in] sequence< s…
133 a sequence of command URLs for which images should be replaced.
136 a sequence of graphic objects which should replace the old images
148 …void replaceImages( [in] short nImageType, [in] sequence< string > aCommandURLSequence, [in] seque…
156 a sequence of command URLs for which the images should be removed.
166 …void removeImages( [in] short nImageType, [in] sequence< string > aResourceURLSequence ) raises ( …
[all …]
/trunk/main/sc/workben/
H A Dtestadd.idl44 long countParams([in]sequence<any> aArgs);
49 sequence< sequence<double> > transpose([in]sequence< sequence<double> > aMatrix);
50 sequence< sequence<long> > transposeInt([in]sequence< sequence<long> > aMatrix);
52 string repeatMultiple([in]long nCount, [in]any aFirst, [in]sequence<any> aFollow);
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl88 An empty sequence if all properties are successful set.
93 will be present in this sequence.
100 sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant(
101 [in] sequence< string > aPropertyNames,
102 [in] sequence< any > aValues )
109 <p>The count and order of the values in the returned sequence
120 a sequence of type
124 sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant(
125 [in] sequence< string > aPropertyNames );
145 a sequence of type
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeGeometry.idl79 /** This property specifies a sequence of Adjustment values.
81 …[optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue> Adjus…
83 /** This property sequence is including the extrusion description, the properties
86 [optional, property] sequence<::com::sun::star::beans::PropertyValue> Extrusion;
88 /** This property sequence is including the path description, the properties
91 [optional, property] sequence<::com::sun::star::beans::PropertyValue> Path;
93 /** This property sequence is including the textpath description, the properties
96 [optional, property] sequence<::com::sun::star::beans::PropertyValue> TextPath;
102 [optional, property] sequence<string> Equations;
104 …/** This property is describing the interaction handles that are used, each inner property sequence
[all …]
/trunk/main/idlc/test/parser/
H A Dpolystruct.tests147 struct Struct2 { Struct1<sequence<Struct2> > member; };
152 struct Struct2 { Struct1<sequence<sequence<Struct2> > > member; };
157 struct Struct2 { sequence<Struct1<Struct2> > member; };
162 struct Struct2 { sequence<Struct1<sequence<Struct2> > > member; };
167 struct Struct2 { sequence<sequence<Struct1<Struct2> > > member; };
226 struct Struct2 { Struct1<sequence<unsigned short> > member; };
231 struct Struct2 { Struct1<sequence<char> > member; };
242 typedef sequence<unsigned short> td;
249 struct Struct2 { Struct1<sequence<td> > member; };

12345678910>>...34