| /trunk/main/cppu/source/uno/ |
| H A D | sequence.cxx | 88 pSeq->elements + (sizeof(sal_Unicode) * nStartIndex), in idefaultConstructElements() 98 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements() 108 pSeq->elements + (sizeof(sal_Int8) * nStartIndex), in idefaultConstructElements() 119 pSeq->elements + (sizeof(sal_Int16) * nStartIndex), in idefaultConstructElements() 130 pSeq->elements + (sizeof(sal_Int32) * nStartIndex), in idefaultConstructElements() 141 pSeq->elements + (sizeof(sal_Int64) * nStartIndex), in idefaultConstructElements() 151 float * pElements = (float *) pSeq->elements; in idefaultConstructElements() 165 double * pElements = (double *) pSeq->elements; in idefaultConstructElements() 179 rtl_uString ** pElements = (rtl_uString **) pSeq->elements; in idefaultConstructElements() 198 (typelib_TypeDescriptionReference **) pSeq->elements; in idefaultConstructElements() [all …]
|
| H A D | copy.hxx | 559 uno_Any * pDestElements = (uno_Any *)pDest->elements; in icopyConstructSequence() 560 uno_Any * pSourceElements = (uno_Any *)pSource->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() [all …]
|
| /trunk/main/jurt/java/jurt/src/main/java/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()
|
| /trunk/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), 78 /** returns the SDBC type of the elements in the array designated 83 …a constant from the SDBC types that is the type code for the elements in the array designated by t… 113 an sequence that contains the ordered elements 129 successive elements of the SQL array. 135 is the number of successive SQL array elements to retrieve. 148 consecutive elements [all …]
|
| /trunk/main/jurt/java/jurt/src/main/java/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()
|
| /trunk/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()
|
| /trunk/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 115 /// specifies the background color for dialog elements displaying help content 118 /// specifies the text color for dialog elements displaying help content 121 /// specifies the background color for UI elements which are highlighted 124 /// specifies the text color for UI elements which are highlighted 130 /// specifies the text color of dialog elements displaying some info text 133 /// specifies the text color of label elements in dialogs 160 /// specifies the color to use for monochrome control elements such as flat borders of controls [all …]
|
| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_data.cxx | 1281 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1286 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1291 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1296 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1302 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1307 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1313 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1318 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1324 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() 1329 & ((uno_Sequence*) seq.get())->elements, nElements); in map_to_uno() [all …]
|
| /trunk/main/filter/source/config/tools/split/ |
| H A D | Splitter.java | 93 java.util.Enumeration it = lNames.elements(); in split() 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() [all …]
|
| /trunk/main/offapi/com/sun/star/xml/sax/ |
| H A D | XFastParser.idl | 78 (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 118 <member>XFastContextHandler::startUnknownElement</member> for unknown elements. [all …]
|
| /trunk/main/writerfilter/source/ooxml/ |
| H A D | README.efforts | 40 <analyze> and several <qname> and <status> elements. 47 …tribute> an entry in an according element in <analyze> is generated. These elements look like this: 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 [all …]
|
| /trunk/main/xmerge/java/pexcel/src/main/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() 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 D | OArrayEnumeration.java | 30 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 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>
|
| /trunk/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()
|
| /trunk/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…
|
| /trunk/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.
|
| /trunk/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.
|
| /trunk/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 instantiated. 223 … a sequence of user interface elements providing <type scope="com::sun::star::ui">XUIElement</type> 227 …The layout manager instance is owner of the returned user interface elements. That means that the … 228 …the user interface elements is controlled by the layout manager. They can be disposed at every tim… 283 returns <TRUE/> if all user interface elements of the requested type could be [all …]
|
| /trunk/main/bridges/source/jni_uno/ |
| H A D | jni_data.cxx | 1035 (jchar *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1042 (jboolean *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1049 (jbyte *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1057 (jshort *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1065 (jint *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1073 (jlong *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1080 (jfloat *)((uno_Sequence *)seq.get())->elements ); in map_to_uno() 1087 (jdouble *) ((uno_Sequence *) seq.get())->elements ); in map_to_uno() 1126 ((uno_Sequence *)seq.get())->elements + in map_to_uno() 1139 ((uno_Sequence *)seq.get())->elements + in map_to_uno() [all …]
|
| /trunk/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.
|