/trunk/main/autodoc/source/ary/cpp/ |
H A D | ca_type.cxx | 93 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 D | ca_type.hxx | 83 Type_id i_type ) const; 86 Type_id i_type ) const; 91 Type_id i_type ) const;
|
H A D | c_reposypart.cxx | 243 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 D | ca_ce.cxx | 256 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 D | c_reposypart.hxx | 70 Type_id i_type ) const;
|
H A D | ca_ce.hxx | 110 Type_id i_type,
|
/trunk/main/autodoc/source/display/idl/ |
H A D | hi_ary.cxx | 101 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 D | hi_ary.hxx | 86 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 D | hi_linkhelper.hxx | 67 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 D | hfi_service.cxx | 323 type_id i_type ) const in produce_Link() 331 aText.Produce_byData(i_type); in produce_Link()
|
H A D | hfi_typetext.cxx | 459 HF_IdlTypeText::produce_BuiltIn( const String & i_type, in produce_BuiltIn() argument 464 CurOut() << i_type; in produce_BuiltIn()
|
H A D | hfi_service.hxx | 63 type_id i_type ) const;
|
H A D | hfi_typetext.hxx | 101 const String & i_type,
|
/trunk/main/comphelper/source/misc/ |
H A D | anycompare.cxx | 189 …::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 D | d_boolean.hxx | 48 nodetype::id i_type ); 70 Boolean::Boolean(nodetype::id i_type) in Boolean() argument 71 : Node(i_type), in Boolean()
|
H A D | d_node.hxx | 65 nodetype::id i_type);
|
/trunk/main/autodoc/inc/ary/cpp/ |
H A D | cp_type.hxx | 75 Type_id i_type ) const = 0; 78 Type_id i_type ) const = 0; 83 Type_id i_type ) const = 0;
|
H A D | c_gate.hxx | 88 Type_id i_type ) const = 0;
|
H A D | cp_ce.hxx | 115 Type_id i_type,
|
/trunk/main/autodoc/source/ary/doc/ |
H A D | d_node.cxx | 37 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 D | DatabaseObjectWizard.java | 80 …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 D | i2s_calculator.cxx | 71 SecondariesCalculator::SearchCe4Type(Type_id i_type) in SearchCe4Type() argument 74 ce = lhf_Search_CeFromTypeId(i_type); in SearchCe4Type()
|
H A D | i2s_calculator.hxx | 212 Type_id i_type );
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | anycompare.hxx | 215 ::com::sun::star::uno::Type const & i_type,
|