Home
last modified time | relevance | path

Searched refs:members (Results 1 – 25 of 162) sorted by relevance

1234567

/trunk/main/pyuno/source/module/
H A Dpyuno.cxx70 delete me->members; in PyUNO_del()
318 if( me->members->wrappedObject.getValueType().getTypeClass() in PyUNO_repr()
358 me->members->xInvocation, in PyUNO_invoke()
511 if (me->members->xInvocation->hasMethod (attrName)) in PyUNO_getattr()
515 me->members->xInvocation, in PyUNO_getattr()
523 if (me->members->xInvocation->hasProperty ( attrName)) in PyUNO_getattr()
675 if( me->members->wrappedObject == other->members->wrappedObject ) in PyUNO_richcompare()
739 if( me->members->wrappedObject == other->members->wrappedObject ) in PyUNO_cmp()
859 self->members = new PyUNOInternals(); in PyUNO_new_UNCHECKED()
866 self->members->xInvocation = tmp_invocation; in PyUNO_new_UNCHECKED()
[all …]
H A Dpyuno_callable.cxx54 PyUNO_callable_Internals* members; member
62 delete me->members; in PyUNO_callable_del()
87 any_params = runtime.pyObject2Any (args, me->members->mode); in PyUNO_callable_call()
106 me->members->methodName, aParams ); in PyUNO_callable_call()
110 ret_value = me->members->xInvocation->invoke ( in PyUNO_callable_call()
111 me->members->methodName, aParams, aOutParamIndex, aOutParam); in PyUNO_callable_call()
117 me->members->methodName, ret_value, aOutParam); in PyUNO_callable_call()
258 self->members = new PyUNO_callable_Internals; in PyUNO_callable_new()
259 self->members->xInvocation = my_inv; in PyUNO_callable_new()
260 self->members->methodName = methodName; in PyUNO_callable_new()
[all …]
H A Dpyuno_runtime.cxx799 Reference< XMaterialHolder > holder( obj->members->xInvocation, UNO_QUERY ); in pyObject2Any()
813 if (o_pi->members->wrappedObject.getValueTypeClass () == in pyObject2Any()
815 o_pi->members->wrappedObject.getValueTypeClass () == in pyObject2Any()
818 Reference<XMaterialHolder> my_mh (o_pi->members->xInvocation, UNO_QUERY); in pyObject2Any()
831 a = o_pi->members->wrappedObject; in pyObject2Any()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl33 /** These constants select different types for grouping members of a DataPilot
41 /** Groups all members of a DataPilot field containing a date/time value
44 <p>Example: The group <em>:02</em> will contain all members that
52 /** Groups all members of a DataPilot field containing a date/time value
55 <p>Example: The group <em>:02</em> will contain all members that
63 /** Groups all members of a DataPilot field containing a date/time value
66 <p>Example: The group <em>02</em> will contain all members that
74 /** Groups all members of a DataPilot field containing a date/time value
85 will contain all members with a date/time in the range from
98 <p>Example: The group <em>Jan</em> will contain all members with a
[all …]
H A DDataPilotFieldGroup.idl46 /** represents a collection of members in a data pilot field group.
48 <p>The members (also called items) of this collection are instances of
68 /** provides access to the data pilot field group members in the
75 /** creates an enumeration of all data pilot field group members.
83 /** provides access to the data pilot field group members in the
90 /** provides read/write access to the data pilot field group members in
95 interfaces can be used to manage the members that this group contains.
96 It is possible to insert, remove, and replace members.</p>
H A DXDataPilotFieldGrouping.idl54 given DataPilot field items (members).
67 a sequence containing the names of the items (members) which will
83 /** Groups the members of this field by dates, according to the passed
94 members of this struct have to fulfill the following requirements:
113 <li>If the members <member>DataPilotFieldGroupInfo::HasAutoStart
135 members containing the 1st of January of any year are grouped
138 into one range (e.g. a value of 7 groups the members of a week
H A DDataPilotSourceLevel.idl68 /** provides access to the collection of members of this level.
89 <p>The subtotals are calculated with the members of this level.</p>
95 /** specifies whether empty members are shown.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java454 Hashtable members = null; field in _ParagraphProperties.OwnUserDefinedAttributes
458 members = new Hashtable(); in OwnUserDefinedAttributes()
462 return members.get(str); in getByName()
466 Enumeration oEnum = members.keys(); in getElementNames()
467 int count = members.size(); in getElementNames()
478 Object o = members.get(key); in getElementType()
483 return members.get(str) != null; in hasByName()
487 return members.size() > 0; in hasElements()
491 members.put(str, obj); in insertByName()
495 members.remove(str); in removeByName()
[all …]
H A D_CharacterProperties.java489 Hashtable members = null; field in _CharacterProperties.OwnUserDefinedAttributes
493 members = new Hashtable(); in OwnUserDefinedAttributes()
497 return members.get(str); in getByName()
501 Enumeration oEnum = members.keys(); in getElementNames()
502 int count = members.size(); in getElementNames()
513 Object o = members.get(key); in getElementType()
518 return members.get(str) != null; in hasByName()
522 return members.size() > 0; in hasElements()
526 members.put(str, obj); in insertByName()
530 members.remove(str); in removeByName()
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXUnionTypeDescription.idl67 /** Returns discriminants of all members in order of IDL declaration.
70 discriminants of all members
74 /** Returns types of all members in order of IDL declaration.
77 types of all members
81 /** Returns names of all members in order of IDL declaration.
84 names of all members
/trunk/main/sal/osl/unx/
H A Dnlsupport.c596 const unsigned int members = sizeof(_nl_language_list) / sizeof(_pair); in osl_getTextEncodingFromLocale() local
597 language = _pair_search (codeset, _nl_language_list, members); in osl_getTextEncodingFromLocale()
780 const unsigned int members = sizeof( _full_locale_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
781 language = _pair_search( locale_buf, _full_locale_list, members); in osl_getTextEncodingFromLocale()
794 const unsigned int members = sizeof( _locale_extension_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
795 language = _pair_search( cp + 1, _locale_extension_list, members); in osl_getTextEncodingFromLocale()
802 const unsigned int members = sizeof( _iso_language_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
807 language = _pair_search( locale_buf, _iso_language_list, members); in osl_getTextEncodingFromLocale()
/trunk/main/offapi/com/sun/star/ucb/
H A DListActionType.idl57 <p>The members <member>ListAction::Count</member> and
67 <p>The members <member>ListAction::Count</member> and
87 <p>The members <member>ListAction::Count</member> and
102 <p>The members <member>ListAction::ListActionType</member>,
111 <p>The members <member>ListAction::Count</member> and
130 <p>The members <member>ListAction::Count</member> and
152 <p>The members <member>ListAction::Count</member> and
176 <p>The members <member>ListAction::ListActionType</member>,
H A DHierarchyDataReadWriteAccess.idl55 the value of hierarchy data node members, as well as obtaining the
56 value of hieryrchy data node members.
61 on data nodes, adding must add new data members to the node, removing
62 must remove data members. However, the mandatory data members (Title,
74 it's data members can be filled. Last, the node can be inserted as child
H A DHierarchyDataReadAccess.idl50 <p>Each hierarchy data node has three data members:
65 /** gives access to the data members of a hierarchy data node.
84 /** gives access to the data members of a hierarchy data node as well
85 as to any child nodes or to the data members of child nodes using a
/trunk/main/sal/osl/os2/
H A Dnlsupport.c341 const unsigned int members = sizeof( _full_locale_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
342 language = _pair_search( locale_buf, _full_locale_list, members); in osl_getTextEncodingFromLocale()
355 const unsigned int members = sizeof( _locale_extension_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
356 language = _pair_search( cp + 1, _locale_extension_list, members); in osl_getTextEncodingFromLocale()
363 const unsigned int members = sizeof( _iso_language_list ) / sizeof( _pair ); in osl_getTextEncodingFromLocale() local
368 language = _pair_search( locale_buf, _iso_language_list, members); in osl_getTextEncodingFromLocale()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx590 AttributeInfo const & members) in generateMemberInitialization() argument
592 if (!members.empty()) { in generateMemberInitialization()
593 for (AttributeInfo::const_iterator i(members.begin()); in generateMemberInitialization()
594 i != members.end(); ++i) in generateMemberInitialization()
617 AttributeInfo const & members) in generateMemberDeclaration() argument
619 for (AttributeInfo::const_iterator i(members.begin()); in generateMemberDeclaration()
620 i != members.end(); ++i) in generateMemberDeclaration()
/trunk/main/solenv/bin/
H A Dcleanzip.pl42 my @members = $zip ->members();
44 foreach my $member ( @members ) {
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile87 # include brief member descriptions after the members that are listed in
120 # members were ordinary class members. Constructors, destructors and assignment
207 # of all members will be omitted, etc.
230 # all members of a group must be documented explicitly.
248 # Private class members and static file members will be hidden unless
258 # If the EXTRACT_STATIC tag is set to YES all static members of a file
277 # undocumented members of documented classes, files or namespaces.
278 # If set to NO (the default) these members will be included in the
321 # will show members with their full class and namespace scopes in the
333 # is inserted in the documentation for inline members.
[all …]
/trunk/main/configmgr/source/
H A Dnode.cxx85 NodeMap & members = getMembers(); in getMember() local
86 NodeMap::iterator i(members.find(name)); in getMember()
87 return i == members.end() ? rtl::Reference< Node >() : i->second; in getMember()
H A DREADME90 for set members, and ignores it everywhere else.
92 - Only true sets support mandatory members. A localized property for the "*"
93 locale, though acting much like a set, does not support mandatory members.
101 SetNodes that are set members. The default getMandatory implementation returns
H A Daccess.cxx330 NodeMap & members = getNode()->getMembers(); in getAllChildren() local
331 for (NodeMap::iterator i(members.begin()); i != members.end(); ++i) { in getAllChildren()
437 NodeMap & members = getNode()->getMembers(); in commitChildChanges() local
438 NodeMap::iterator j(members.find(i->first)); in commitChildChanges()
441 if (j != members.end()) { in commitChildChanges()
449 members[i->first] = child->getNode(); in commitChildChanges()
453 childValid = childValid && j != members.end() && in commitChildChanges()
457 members.erase(j); in commitChildChanges()
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg86 # include brief member descriptions after the members that are listed in
119 # members were ordinary class members. Constructors, destructors and assignment
207 # of all members will be omitted, etc.
273 # all members of a group must be documented explicitly.
317 # Private class members and static file members will be hidden unless
327 # If the EXTRACT_STATIC tag is set to YES all static members of a file
354 # undocumented members of documented classes, files or namespaces.
355 # If set to NO (the default) these members will be included in the
398 # will show members with their full class and namespace scopes in the
410 # is inserted in the documentation for inline members.
[all …]
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx320 css::reflection::XInterfaceMemberTypeDescription > > members( in run() local
322 assertEqual< sal_Int32 >(5, members.getLength()); in run()
337 members[0], css::uno::UNO_QUERY_THROW); in run()
360 members[1], css::uno::UNO_QUERY_THROW); in run()
401 members[2], css::uno::UNO_QUERY_THROW); in run()
429 members[3], css::uno::UNO_QUERY_THROW); in run()
458 members[4], css::uno::UNO_QUERY_THROW); in run()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DConfigurationChangeEvent.idl46 <p>The set of used members and the exact meaning of their values is not the
47 same for all types. Therefore, the descriptions of the members are just
55 only member that is always set. The values of the other members
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java612 XInterfaceMemberTypeDescription[] members = ifc.getMembers(); in initProperties() local
613 for (int i = 0; i < members.length; ++i) { in initProperties()
614 if (members[i].getTypeClass() == TypeClass.INTERFACE_ATTRIBUTE) in initProperties()
619 members[i]); in initProperties()
682 String name = members[i].getMemberName(); in initProperties()

Completed in 117 milliseconds

1234567