Home
last modified time | relevance | path

Searched refs:attr (Results 76 – 100 of 148) sorted by relevance

123456

/trunk/main/autodoc/inc/ary/idl/
H A Di_singleton.hxx39 struct attr;
76 friend struct ifc_singleton::attr;
H A Di_structelem.hxx39 struct attr;
74 friend struct ifc_structelement::attr;
H A Di_constgroup.hxx39 struct attr;
73 friend struct ifc_constgroup::attr;
H A Di_enum.hxx39 struct attr;
72 friend struct ifc_enum::attr;
H A Dik_struct.hxx48 struct attr: public ifc_ce::attr struct
H A Di_exception.hxx39 struct attr;
78 friend struct ifc_exception::attr;
H A Di_module.hxx44 struct attr;
91 friend struct ifc_module::attr;
H A Di_siservice.hxx39 struct attr;
78 friend struct ifc_sglifcservice::attr;
H A Di_constant.hxx39 struct attr;
76 friend struct ifc_constant::attr;
H A Di_struct.hxx39 struct attr;
81 friend struct ifc_struct::attr;
H A Dik_interface.hxx48 struct attr: public ifc_ce::attr struct
H A Di_attribute.hxx39 struct attr;
88 friend struct ifc_attribute::attr;
H A Di_interface.hxx43 struct attr;
89 friend struct ifc_interface::attr;
H A Dik_module.hxx50 struct attr : public ifc_ce::attr struct
H A Di_property.hxx39 struct attr;
113 friend struct ifc_property::attr;
H A Di_service.hxx48 struct attr;
100 friend struct ifc_service::attr;
/trunk/main/autodoc/source/ary/idl/
H A Di_siservice.cxx99 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface()
105 attr::Get_Constructors( Dyn_CeIterator & o_result, in Get_Constructors()
H A Di_constant.cxx102 attr::Type( const CodeEntity & i_ce ) in Type()
108 attr::Value( const CodeEntity & i_ce ) in Value()
H A Di_exception.cxx101 attr::Base( const CodeEntity & i_ce ) in Base()
107 attr::Get_Elements( Dyn_CeIterator & o_result, in Get_Elements()
H A Di_struct.cxx104 attr::Base( const CodeEntity & i_ce ) in Base()
110 attr::Get_Elements( Dyn_CeIterator & o_result, in Get_Elements()
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx2345 TypeAttr attr( spRefInfo ); in lcl_getUserDefinedElementType() local
2346 spRefInfo->GetTypeAttr( &attr ); in lcl_getUserDefinedElementType()
2347 if ( attr->typekind == TKIND_ENUM ) in lcl_getUserDefinedElementType()
2350 if ( attr->cVars == 0 ) in lcl_getUserDefinedElementType()
2358 else if ( attr->typekind == TKIND_INTERFACE ) in lcl_getUserDefinedElementType()
2362 else if ( attr->typekind == TKIND_DISPATCH ) in lcl_getUserDefinedElementType()
2366 else if ( attr->typekind == TKIND_ALIAS ) in lcl_getUserDefinedElementType()
2369 _type = lcl_getUserDefinedElementType( pTypeInfo, attr->tdescAlias.hreftype ); in lcl_getUserDefinedElementType()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DElementReadHandler.java70 final String attr = attrs.getLocalName(i); in copyAttributes() local
71 element.setAttribute(namespace, attr, value); in copyAttributes()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_singleton.cxx60 typedef ::ary::idl::ifc_singleton::attr SingletonAttr;
61 typedef ::ary::idl::ifc_sglifcsingleton::attr SglIfcSingletonAttr;
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx260 OUString const& attr, OUString const& value ) in setProperty() argument
262 OUString unoAttr = toUnoNaming( attr ); in setProperty()
264 OSL_TRACE( "setting %s=%s", OUSTRING_CSTR( attr ), OUSTRING_CSTR( value ) ); in setProperty()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Doasis-table.css47 -x-liblayout-colspan: attr(number-cols-spanned);
52 -x-liblayout-rowspan: attr(number-rows-spanned);

Completed in 92 milliseconds

123456