Home
last modified time | relevance | path

Searched refs:i_rType (Results 1 – 13 of 13) sorted by path

/trunk/main/autodoc/inc/ary/cpp/
H A Dusedtype.hxx68 const UsedType & i_rType ) const;
151 const UsedType & i_rType );
153 const UsedType & i_rType );
/trunk/main/autodoc/inc/ary/idl/
H A Dip_type.hxx71 const Type & i_rType ) const = 0;
/trunk/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx150 UsedType::operator<( const UsedType & i_rType ) const in operator <()
152 intt nResult = compare_bool( bIsAbsolute, i_rType.bIsAbsolute ); in operator <()
158 static_cast<intt>(i_rType.nScope.Value()); in operator <()
162 nResult = aPath.Compare( i_rType.aPath ); in operator <()
166 nResult = compare_ConVol( eConVol_Type, i_rType.eConVol_Type ); in operator <()
170 nResult = compare_PtrLevelVector( aPtrLevels, i_rType.aPtrLevels ); in operator <()
174 nResult = compare_bool( bIsReference, i_rType.bIsReference ); in operator <()
178 nResult = compare_Specialisation( eTypeSpecialisation, i_rType.eTypeSpecialisation ); in operator <()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx441 SecondariesCalculator::lhf_Search_CeForType( const ExplicitType & i_rType ) const in lhf_Search_CeForType()
445 my_TypeStorage()[i_rType.NameRoom()] ); in lhf_Search_CeForType()
450 i_rType.Name() ); in lhf_Search_CeForType()
464 my_CeStorage()[i_rType.ModuleOfOccurrence()]); in lhf_Search_CeForType()
H A Di2s_calculator.hxx215 i_rType ) const;
H A Dia_type.cxx318 TypeAdmin::IsBuiltInOrRelated( const Type & i_rType ) const in IsBuiltInOrRelated()
320 if ( is_type<BuiltInType>(i_rType) ) in IsBuiltInOrRelated()
325 pType = &i_rType; in IsBuiltInOrRelated()
H A Dia_type.hxx86 const Type & i_rType ) const;
/trunk/main/autodoc/source/display/idl/
H A Dhfi_hierarchy.cxx41 HF_IdlBaseNode::HF_IdlBaseNode( const TYPE & i_rType, in HF_IdlBaseNode() argument
45 : nType(i_rType.TypeId()), in HF_IdlBaseNode()
H A Dhfi_hierarchy.hxx69 const TYPE & i_rType,
/trunk/main/forms/source/inc/
H A Dcomponenttools.hxx84 void addType( const Type& i_rType );
86 void removeType( const Type& i_rType );
/trunk/main/forms/source/misc/
H A Dcomponenttools.cxx83 void TypeBag::addType( const Type& i_rType ) in addType() argument
85 m_aTypes.insert( i_rType ); in addType()
89 void TypeBag::removeType( const TypeBag::Type& i_rType ) in removeType() argument
91 m_aTypes.erase( i_rType ); in removeType()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx641 const rtl::OUString& i_rType,
671 … const rtl::OUString& i_rType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Radio" ) ),
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1794 const rtl::OUString& i_rType, in getUIControlOpt() argument
1831 aCtrl[nUsed++].Value = makeAny( i_rType ); in getUIControlOpt()
1927 const rtl::OUString& i_rType, in getChoiceControlOpt() argument
1946 return getUIControlOpt( i_rTitle, i_rHelpId, i_rType, &aVal, aOpt ); in getChoiceControlOpt()

Completed in 70 milliseconds