/aoo4110/main/cppu/source/uno/ |
H A D | sequence.cxx | 252 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 D | copy.hxx | 559 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 …]
|
/aoo4110/main/jurt/com/sun/star/lib/connections/pipe/ |
H A D | PipeConnection.java | 117 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()
|
/aoo4110/main/jurt/com/sun/star/lib/connections/socket/ |
H A D | SocketConnection.java | 103 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()
|
/aoo4110/main/sal/rtl/source/ |
H A D | byteseq.c | 59 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()
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XArray.idl | 58 /** 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 …]
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XStyleSettings.idl | 76 /// 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 …]
|
/aoo4110/main/filter/source/config/tools/split/ |
H A D | Splitter.java | 104 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 …]
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1386 ((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 …]
|
/aoo4110/main/offapi/com/sun/star/xml/sax/ |
H A D | XFastParser.idl | 77 (elements, attributes and attribute values). The parser also handles 88 values for namespaces, elements and attributes or 'unknown' events for 89 elements that are unknown. 96 identifier for the elements local name. An element is also unknown if 97 the elements local name is known but it uses a namespace that is unknown. 105 elements parent context by calling 107 elements or <member>XFastContextHandler::createUnknownChildContext</member> 108 for unknown elements. 116 <member>XFastContextHandler::startFastElement</member> for known elements or 120 <member>XFastContextHandler::endFastElement</member> for known elements or [all …]
|
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | README.efforts | 40 <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 …]
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Workbook.java | 105 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() 440 for(Enumeration e = columnRows.elements();e.hasMoreElements();) { in addColInfo() [all …]
|
H A D | Worksheet.java | 79 for(Enumeration e = colInfo.elements();e.hasMoreElements();) { in write() 84 for(Enumeration e = rows.elements();e.hasMoreElements();) { in write() 88 for(Enumeration e = cells.elements();e.hasMoreElements();) { in write() 218 return (cells.elements()); in getCellEnumerator() 275 return (colInfo.elements()); in getColInfos() 305 return (rows.elements()); in getRows()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | textRecord.java | 42 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 D | WSEncoder.java | 69 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()
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | GroupAccess.idl | 51 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 D | ConfigurationAccess.idl | 71 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 D | SetAccess.idl | 46 <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>
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | DefinitionContainer.idl | 47 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.
|
/aoo4110/main/offapi/com/sun/star/sdbcx/ |
H A D | Container.idl | 44 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…
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | AnimationEndSync.idl | 37 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.
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | LayoutManager.idl | 60 /** 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 D | XLayoutManager.idl | 66 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 …]
|
/aoo4110/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 1125 ((uno_Sequence *)seq.get())->elements + in map_to_uno() 2198 0, nElements, (jchar *) seq->elements ); in map_to_java() 2220 0, nElements, (jbyte *) seq->elements ); in map_to_java() 2232 0, nElements, (jshort *) seq->elements ); in map_to_java() 2244 0, nElements, (jint *) seq->elements ); in map_to_java() 2256 0, nElements, (jlong *) seq->elements ); in map_to_java() 2267 0, nElements, (jfloat *) seq->elements ); in map_to_java() 2278 0, nElements, (jdouble *) seq->elements ); in map_to_java() 2290 (rtl_uString * const *) seq->elements; in map_to_java() 2399 char * p = (char *)seq->elements; in map_to_java() [all …]
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | XEnumeration.idl | 48 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.
|