Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/trunk/main/cppu/source/uno/
H A Dsequence.cxx252 char * pElements = pSeq->elements; in idefaultConstructElements()
274 char * pElements = pSeq->elements; in idefaultConstructElements()
309 char * pElements = pSeq->elements; in idefaultConstructElements()
330 (uno_Sequence **) pSeq->elements; in idefaultConstructElements()
548 char * pDestElements = pSeq->elements; in icopyConstructFromElements()
596 char * pDestElements = pSeq->elements; in icopyConstructFromElements()
706 &pNew, pSeq->elements, pElementType, in ireallocSequence()
726 pSeq->elements, pElementType, in ireallocSequence()
747 pSeq->elements, pElementType, in ireallocSequence()
908 &pNew, pSequence->elements, in uno_type_sequence_reference2One()
[all …]
H A Dcopy.hxx559 uno_Any * pDestElements = (uno_Any *)pDest->elements; in icopyConstructSequence()
587 char * pSourceElements = pSource->elements; in icopyConstructSequence()
591 char * pElements = pDest->elements; in icopyConstructSequence()
610 char * pSourceElements = pSource->elements; in icopyConstructSequence()
614 char * pElements = pDest->elements; in icopyConstructSequence()
638 char * pElements = pDest->elements; in icopyConstructSequence()
639 char * pSourceElements = pSource->elements; in icopyConstructSequence()
671 (uno_Sequence **) pDest->elements; in icopyConstructSequence()
673 (uno_Sequence **) pSource->elements; in icopyConstructSequence()
695 char * pElements = pDest->elements; in icopyConstructSequence()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java117 Enumeration elements = _aListeners.elements(); in notifyListeners_open() local
118 while(elements.hasMoreElements()) { in notifyListeners_open()
119 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_open()
125 Enumeration elements = _aListeners.elements(); in notifyListeners_close() local
126 while(elements.hasMoreElements()) { in notifyListeners_close()
127 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_close()
133 Enumeration elements = _aListeners.elements(); in notifyListeners_error() local
134 while(elements.hasMoreElements()) { in notifyListeners_error()
135 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_error()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl58 /** returns the SQL type name of the elements in
63 If the elements are a built-in type, it returns
64 the database-specific type name of the elements.
65 If the elements are a user-defined type (UDT),
113 an sequence that contains the ordered elements
129 successive elements of the SQL array.
148 consecutive elements
168 to map the array elements. If the base
206 successive elements. This method uses the given
208 to map the array elements. If the base
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java103 Enumeration elements = _listeners.elements(); in notifyListeners_open() local
104 while(elements.hasMoreElements()) { in notifyListeners_open()
105 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_open()
111 Enumeration elements = _listeners.elements(); in notifyListeners_close() local
112 while(elements.hasMoreElements()) { in notifyListeners_close()
113 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_close()
119 Enumeration elements = _listeners.elements(); in notifyListeners_error() local
120 while(elements.hasMoreElements()) { in notifyListeners_error()
121 XStreamListener xStreamListener = (XStreamListener)elements.nextElement(); in notifyListeners_error()
/trunk/main/sal/rtl/source/
H A Dbyteseq.c59 rtl_copyMemory( pNew->elements, pSequence->elements, nElements ); in rtl_byte_sequence_reference2One()
101 rtl_copyMemory( pNew->elements, pSequence->elements, nElements ); in rtl_byte_sequence_realloc()
102 rtl_zeroMemory( pNew->elements + nElements, nSize - nElements ); in rtl_byte_sequence_realloc()
106 rtl_copyMemory( pNew->elements, pSequence->elements, nSize ); in rtl_byte_sequence_realloc()
200 rtl_copyMemory( (*ppSequence)->elements, pData, nLength ); in rtl_byte_sequence_constructFromArray()
235 pSequence1->elements, pSequence2->elements, pSequence1->nElements ) in rtl_byte_sequence_equals()
243 return ((const sal_Int8*)(pSequence->elements)); in rtl_byte_sequence_getConstArray()
/trunk/main/offapi/com/sun/star/awt/
H A DXStyleSettings.idl76 /// specifies the dark portion of the shadow to use for UI elements
94 /// specifies the text color for disabled UI elements
112 /// specifies the text color for dialog elements used for grouping other elements
118 /// specifies the text color for dialog elements displaying help content
124 /// specifies the text color for UI elements which are highlighted
133 /// specifies the text color of label elements in dialogs
166 /// specifies the color of separators between UI elements
169 /// specifies the color to use for UI elements
200 /// specifies the font to use for tool elements
203 /// specifies the font for dialog elements used for grouping other elements
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1386 ((uno_Sequence *)seq.get())->elements + in map_to_uno()
1773 sri::Marshal::Copy( (void*) &seq->elements, arChar, 0, nElements); in map_to_cli()
1780 sri::Marshal::Copy( (void*) &seq->elements, arBool, 0, nElements); in map_to_cli()
1787 sri::Marshal::Copy( (void*) &seq->elements, arByte, 0, nElements); in map_to_cli()
1854 rtl_uString *aStr= ((rtl_uString**)(&seq->elements))[i]; in map_to_cli()
1874 uno_Any const * p = (uno_Any const *)seq->elements; in map_to_cli()
1905 ((sal_Int32*) seq->elements)[i]), i); in map_to_cli()
1919 char * p = (char *) &seq->elements; in map_to_cli()
1940 uno_Sequence ** elements = (uno_Sequence**) seq->elements; in map_to_cli() local
1945 &val, &elements[nPos], element_type, 0, false); in map_to_cli()
[all …]
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java104 it = lNames.elements(); in split()
113 it = lNames.elements(); in split()
122 it = lNames.elements(); in split()
131 it = lNames.elements(); in split()
140 it = lNames.elements(); in split()
149 it = lNames.elements(); in split()
158 it = lNames.elements(); in split()
167 it = lNames.elements(); in split()
176 it = lNames.elements(); in split()
184 it = lNames.elements(); in split()
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl78 (elements, attributes and attribute values). The parser also handles
89 values for namespaces, elements and attributes or 'unknown' events for
90 elements that are unknown.
97 identifier for the elements local name. An element is also unknown if
98 the elements local name is known but it uses a namespace that is unknown.
106 elements parent context by calling
108 elements or <member>XFastContextHandler::createUnknownChildContext</member>
109 for unknown elements.
117 <member>XFastContextHandler::startFastElement</member> for known elements or
121 <member>XFastContextHandler::endFastElement</member> for known elements or
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DREADME.efforts40 <analyze> and several <qname> and <status> elements.
53 comments with elements/attributes in the model.xml.
61 result in elements like this
69 result in elements like this
73 The <qname> and <status> elements are children of the <stage1>
76 consecutive preceding <qname> elements.
81 group the <qname> and <status> elements from stage 1. For each
83 <qname> elements that the <status> element refers to, plus the
88 This stage associates the <attribute> and <element> elements in
92 E.g. for given elements from stage 2:
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java105 for(Enumeration e = definedNames.elements();e.hasMoreElements();) { in write()
110 for(Enumeration e = fonts.elements();e.hasMoreElements();) { in write()
114 for(Enumeration e = extendedFormats.elements();e.hasMoreElements();) { in write()
118 for(Enumeration e = boundsheets.elements();e.hasMoreElements();) { in write()
124 for(Enumeration e = worksheets.elements();e.hasMoreElements();) { in write()
220 for(Enumeration e = fonts.elements();e.hasMoreElements();) { in addFont()
250 for(Enumeration e = extendedFormats.elements();e.hasMoreElements();) { in addExtendedFormat()
307 return definedNames.elements(); in getDefinedNames()
319 for(Enumeration e = worksheets.elements();e.hasMoreElements();) { in getSettings()
439 for(Enumeration e = columnRows.elements();e.hasMoreElements();) { in addColInfo()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOArrayEnumeration.java30 private Object[] elements; field in OArrayEnumeration
33 public OArrayEnumeration(Object[] elements) { in OArrayEnumeration() argument
34 this.elements = elements; in OArrayEnumeration()
40 return position < elements.length; in hasMoreElements()
48 if (position < elements.length) { in nextElement()
49 return elements[position++]; in nextElement()
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl51 viewed either as properties or as contained elements.
56 <p>The number and names of contained elements are fixed in advance
61 elements. These strongly overlap, supporting the basic identity
69 A complementary service providing for dynamic homogeneous sets of elements.
75 a view of the tree as a container of values and structuring elements.
84 Therefore, dynamic elements of the hierarchy (see <type>SetAccess</type>)
88 <p>If such elements occur as properties or subproperties of an implementation,
92 be used to access descendants of such elements.
108 /** provides access to the state of child elements of an implementation. [optional]
120 /** provides access to the states of multiple child elements of
H A DConfigurationAccess.idl71 a hierarchy using structural elements. The structure is defined in advance in
76 <p>Two different kinds of structural elements are used in the configuration
81 <dd>are dynamic containers of homogeneous elements. Which elements
84 the elements is the same for all elements. In the case of elements
91 <dd>are static collections of heterogeneous elements. The names and
92 types of the elements of a <em>group</em> are completely defined in the
104 An object that can hold child elements as a <em>set</em> or a <em>group</em>.
177 /** provides interfaces to access child and descendent elements.
H A DSetAccess.idl46 <p>Also provides information about the template for elements.
52 <p>The number and names of contained elements are not fixed in advance,
53 but all elements have to be of one predetermined type.
65 elements within the hierarchy.
79 /** is the basic service providing information about and access to elements
84 in this service, if the elements are of object type. </p>
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DtextRecord.java42 java.util.Vector elements; field in textRecord
49 elements = new java.util.Vector(10); in textRecord()
59 elements.add(elem); in addElement()
72 int nElements = elements.size(); in getByteCount()
74 Wse e = (Wse)elements.elementAt(i); in getByteCount()
95 int nElements = elements.size(); in getBytes()
97 Wse e = (Wse)elements.get(i); in getBytes()
H A DWSEncoder.java69 private Vector elements; // paragraphs & text runs field in WSEncoder
86 elements = new Vector(); in WSEncoder()
103 elements.addElement(elem); in addElement()
118 int nElements = elements.size(); in getRecords()
123 Wse e = (Wse)elements.elementAt(currElement++); in getRecords()
155 Wse e = (Wse)elements.elementAt(currElement++); in getRecords()
/trunk/main/offapi/com/sun/star/sdb/
H A DDefinitionContainer.idl47 The container supports access to its elements by the elements name or
48 by the elements position.
60 // gives access to the elements by name.
66 // gives access to the elements by index.
69 // allows to create an enumeration of the elements.
77 /** can be used to create container elements.
81 ) can be used as container elements.
/trunk/main/offapi/com/sun/star/sdbcx/
H A DContainer.idl44 container must support access to its elements by the element's name or
55 A container may support the possibility to add new elements or to drop
56 existing elements. Additions are always done by descriptors which define the
62 // gives access to the elements by name.
65 // gives access to the elements by index.
68 // used to create an enumeration of the elements.
76 …for implementation. Allows to create descriptor elements which then could be used to append new el…
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationEndSync.idl37 active end of all the child elements. This does not refer to the lexical
44 end of the child elements. This does not refer to the lexical last child, or
48 immediately. If child elements have multiple begin times, or otherwise
49 restart, the child elements must complete all instances of active durations
51 This is the default value for par and excl elements.
56 child elements have ended their respective active durations. Elements with
59 When all elements have completed the active duration one or more times,
68 This is the default value for media time container elements.
/trunk/main/offapi/com/sun/star/frame/
H A DLayoutManager.idl60 /** controls the layout of user interface elements which are part of a frame.
64 user interface elements. By default, each <type>Frame</type> has a layout
65 manager -- it performs layout management for the user interface elements
66 within the frame. User interface elements can provide size and alignment
68 the size and position of those user interface elements.
77 interface elements which are bound to a frame.
97 elements which are part of the layout manager.
101 removing of settings data of user interface elements.
H A DXLayoutManager.idl66 interface elements which are bound to a layout manager.
106 able to work. Without a it no user interface elements can be created.
112 elements.
115 This call should be handled with care as all user interface elements will
200 used for context dependent elements which should respect a the current visibility
220 /** retrieves all user interface elements which are currently instanciated.
471 /** forces a complete new layouting of all user interface elements.
479 user interface elements. If another component wants to use the window for its
480 own user interface elements it can use this function. This function is normally
494 user interface elements. If another component wants to use the window for its
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_data.cxx1126 ((uno_Sequence *)seq.get())->elements + in map_to_uno()
2199 0, nElements, (jchar *) seq->elements ); in map_to_java()
2221 0, nElements, (jbyte *) seq->elements ); in map_to_java()
2233 0, nElements, (jshort *) seq->elements ); in map_to_java()
2245 0, nElements, (jint *) seq->elements ); in map_to_java()
2257 0, nElements, (jlong *) seq->elements ); in map_to_java()
2268 0, nElements, (jfloat *) seq->elements ); in map_to_java()
2279 0, nElements, (jdouble *) seq->elements ); in map_to_java()
2291 (rtl_uString * const *) seq->elements; in map_to_java()
2400 char * p = (char *)seq->elements; in map_to_java()
[all …]
/trunk/main/udkapi/com/sun/star/container/
H A DXEnumeration.idl48 generates a series of elements, one at a time. Successive calls to
50 elements of the series. </p>
52 <p>For example (Java), to print all elements of a vector <var>aVect</var>:
56 for ( XEnumeration xEnum = aVect.elements() ;
71 /** tests whether this enumeration contains more elements.
81 if no more elements exist.

Completed in 86 milliseconds

12345678910>>...17