| /AOO42X/main/pyuno/source/module/ |
| H A D | pyuno.cxx | 70 delete me->members; in PyUNO_del() 318 if( me->members->wrappedObject.getValueType().getTypeClass() in PyUNO_repr() 321 Reference< XMaterialHolder > rHolder(me->members->xInvocation,UNO_QUERY); in PyUNO_repr() 349 if (! me->members->xInvocation->hasMethod (attrName)) in PyUNO_invoke() 358 me->members->xInvocation, in PyUNO_invoke() 417 if( me->members->wrappedObject.getValueType().getTypeClass() in PyUNO_str() 419 me->members->wrappedObject.getValueType().getTypeClass() in PyUNO_str() 422 Reference< XMaterialHolder > rHolder(me->members->xInvocation,UNO_QUERY); in PyUNO_str() 437 OUString s = val2str( (void*)me->members->wrappedObject.getValue(), in PyUNO_str() 438 me->members->wrappedObject.getValueType().getTypeLibType() ); in PyUNO_str() [all …]
|
| H A D | pyuno_callable.cxx | 54 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() 105 logCall( cargo, "try py->uno[0x", me->members->xInvocation.get(), 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() 116 logReply( cargo, "success py->uno[0x", me->members->xInvocation.get(), in PyUNO_callable_call() 117 me->members->methodName, ret_value, aOutParam); in PyUNO_callable_call() 153 logException( cargo, "except py->uno[0x", me->members->xInvocation.get() , in PyUNO_callable_call() [all …]
|
| H A D | pyuno_runtime.cxx | 799 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()
|
| /AOO42X/main/offapi/com/sun/star/sheet/ |
| H A D | DataPilotFieldGroupBy.idl | 33 /** 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 80 members that contain the january 3rd, regardless of the year or time 85 will contain all members with a date/time in the range from [all …]
|
| H A D | DataPilotFieldGroup.idl | 46 /** 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 D | XDataPilotFieldGrouping.idl | 54 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 D | DataPilotSourceLevel.idl | 68 /** 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.
|
| /AOO42X/main/qadevOOo/tests/java/ifc/style/ |
| H A D | _ParagraphProperties.java | 454 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() 476 Enumeration oEnum = members.keys(); in getElementType() 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() [all …]
|
| H A D | _CharacterProperties.java | 489 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() 511 Enumeration oEnum = members.keys(); in getElementType() 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() [all …]
|
| /AOO42X/main/udkapi/com/sun/star/reflection/ |
| H A D | XUnionTypeDescription.idl | 67 /** 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
|
| /AOO42X/main/sal/osl/unx/ |
| H A D | nlsupport.c | 596 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()
|
| /AOO42X/main/offapi/com/sun/star/ucb/ |
| H A D | ListActionType.idl | 57 <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 D | HierarchyDataReadWriteAccess.idl | 55 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 D | HierarchyDataReadAccess.idl | 50 <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
|
| /AOO42X/main/sal/osl/os2/ |
| H A D | nlsupport.c | 341 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()
|
| /AOO42X/main/unodevtools/source/skeletonmaker/ |
| H A D | cppcompskeleton.cxx | 590 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()
|
| /AOO42X/main/writerfilter/documentation/doxygen/ |
| H A D | Doxyfile | 87 # include brief member descriptions after the members that are listed in 119 # inherited members of a class in the documentation of that class as if those 120 # members were ordinary class members. Constructors, destructors and assignment 207 # of all members will be omitted, etc. 229 # member in the group (if any) for the other members of the group. By default 230 # all members of a group must be documented explicitly. 248 # Private class members and static file members will be hidden unless 253 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 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. [all …]
|
| /AOO42X/main/solenv/bin/ |
| H A D | cleanzip.pl | 42 my @members = $zip ->members(); 44 foreach my $member ( @members ) {
|
| /AOO42X/main/configmgr/source/ |
| H A D | node.cxx | 85 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 D | README | 90 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 D | access.cxx | 330 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()
|
| /AOO42X/main/solenv/doc/gbuild/ |
| H A D | doxygen.cfg | 86 # include brief member descriptions after the members that are listed in 118 # inherited members of a class in the documentation of that class as if those 119 # members were ordinary class members. Constructors, destructors and assignment 207 # of all members will be omitted, etc. 272 # member in the group (if any) for the other members of the group. By default 273 # all members of a group must be documented explicitly. 317 # Private class members and static file members will be hidden unless 322 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 327 # If the EXTRACT_STATIC tag is set to YES all static members of a file 345 # If this flag is set to YES, the members of anonymous namespaces will be [all …]
|
| /AOO42X/main/stoc/test/registry_tdprovider/ |
| H A D | testregistrytdprovider.cxx | 320 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()
|
| /AOO42X/main/offapi/com/sun/star/drawing/framework/ |
| H A D | ConfigurationChangeEvent.idl | 46 <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
|
| /AOO42X/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | PropertySetMixin.java | 612 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()
|