Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 24 of 24) sorted by relevance

/trunk/main/autodoc/source/ary/cpp/
H A Dca_type.cxx93 TypeAdmin::Find_Type(Type_id i_type) const in Find_Type()
95 return aStorage[i_type]; in Find_Type()
100 Type_id i_type ) const in Get_TypeText()
102 if (NOT i_type.IsValid()) in Get_TypeText()
104 aStorage[i_type].Get_Text(o_result, *pCppRepositoryPartition); in Get_TypeText()
112 Type_id i_type ) const in Get_TypeText()
114 if (NOT i_type.IsValid()) in Get_TypeText()
116 aStorage[i_type].Get_Text(o_preName, o_name, o_postName, *pCppRepositoryPartition); in Get_TypeText()
H A Dca_type.hxx83 Type_id i_type ) const;
86 Type_id i_type ) const;
91 Type_id i_type ) const;
H A Dc_reposypart.cxx243 RepositoryPartition::Search_RelatedCe(Type_id i_type) const in Search_RelatedCe()
245 if (NOT i_type.IsValid()) in Search_RelatedCe()
249 ce_id = pTypes->Find_Type(i_type).RelatedCe(); in Search_RelatedCe()
H A Dca_ce.cxx256 Type_id i_type, in Store_Variable() argument
266 i_type, in Store_Variable()
272 is_const = Types().Find_Type(i_type).IsConst(); in Store_Variable()
H A Dc_reposypart.hxx70 Type_id i_type ) const;
H A Dca_ce.hxx110 Type_id i_type,
/trunk/main/autodoc/source/display/idl/
H A Dhi_ary.cxx101 AryAccess::Find_Type( ary::idl::Type_id i_type ) const in Find_Type()
103 return types().Find_Type(i_type); in Find_Type()
107 AryAccess::CeFromType( ary::idl::Type_id i_type ) const in CeFromType()
109 return types().Search_CeRelatedTo(i_type); in CeFromType()
113 AryAccess::IsBuiltInOrRelated( const ary::idl::Type & i_type ) const in IsBuiltInOrRelated()
115 return types().IsBuiltInOrRelated(i_type); in IsBuiltInOrRelated()
260 const ary::idl::Type & i_type ) const in Get_TypeText()
262 i_type.Get_Text(o_module, o_sCe, o_nCe, o_sequenceCount, gate()); in Get_TypeText()
H A Dhi_ary.hxx86 ary::idl::Type_id i_type ) const;
88 ary::idl::Type_id i_type ) const;
91 i_type ) const;
122 i_type ) const;
H A Dhi_linkhelper.hxx67 ary::idl::Type_id i_type ) const;
88 LinkHelper::Search_CeFromType( ary::idl::Type_id i_type ) const in Search_CeFromType()
90 ary::idl::Ce_id nCe = rEnv.Data().CeFromType(i_type); in Search_CeFromType()
H A Dhfi_service.cxx323 type_id i_type ) const in produce_Link()
331 aText.Produce_byData(i_type); in produce_Link()
H A Dhfi_typetext.cxx459 HF_IdlTypeText::produce_BuiltIn( const String & i_type, in produce_BuiltIn() argument
464 CurOut() << i_type; in produce_BuiltIn()
H A Dhfi_service.hxx63 type_id i_type ) const;
H A Dhfi_typetext.hxx101 const String & i_type,
/trunk/main/comphelper/source/misc/
H A Danycompare.cxx189 …::std::auto_ptr< IKeyPredicateLess > getStandardLessPredicate( Type const & i_type, Reference< XCo… in getStandardLessPredicate() argument
192 switch ( i_type.getTypeClass() ) in getStandardLessPredicate()
237 pComparator.reset( new EnumPredicateLess( i_type ) ); in getStandardLessPredicate()
243 if ( i_type.equals( ::cppu::UnoType< Date >::get() ) ) in getStandardLessPredicate()
245 else if ( i_type.equals( ::cppu::UnoType< Time >::get() ) ) in getStandardLessPredicate()
247 else if ( i_type.equals( ::cppu::UnoType< DateTime >::get() ) ) in getStandardLessPredicate()
/trunk/main/autodoc/inc/ary/doc/
H A Dd_boolean.hxx48 nodetype::id i_type );
70 Boolean::Boolean(nodetype::id i_type) in Boolean() argument
71 : Node(i_type), in Boolean()
H A Dd_node.hxx65 nodetype::id i_type);
/trunk/main/autodoc/inc/ary/cpp/
H A Dcp_type.hxx75 Type_id i_type ) const = 0;
78 Type_id i_type ) const = 0;
83 Type_id i_type ) const = 0;
H A Dc_gate.hxx88 Type_id i_type ) const = 0;
H A Dcp_ce.hxx115 Type_id i_type,
/trunk/main/autodoc/source/ary/doc/
H A Dd_node.cxx37 Node::Node(nodetype::id i_type) in Node() argument
38 : nType(i_type), in Node()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java80 …protected final void loadSubComponent( final int i_type, final String i_name, final boolean i_forE… in loadSubComponent() argument
85 m_docUI.loadComponent( i_type, i_name, i_forEditing ); in loadSubComponent()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx71 SecondariesCalculator::SearchCe4Type(Type_id i_type) in SearchCe4Type() argument
74 ce = lhf_Search_CeFromTypeId(i_type); in SearchCe4Type()
H A Di2s_calculator.hxx212 Type_id i_type );
/trunk/main/comphelper/inc/comphelper/
H A Danycompare.hxx215 ::com::sun::star::uno::Type const & i_type,

Completed in 63 milliseconds