Searched refs:i_rType (Results 1 – 13 of 13) sorted by relevance
/trunk/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 150 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/forms/source/misc/ |
H A D | componenttools.cxx | 83 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/autodoc/inc/ary/cpp/ |
H A D | usedtype.hxx | 68 const UsedType & i_rType ) const; 151 const UsedType & i_rType ); 153 const UsedType & i_rType );
|
/trunk/main/autodoc/source/ary/idl/ |
H A D | ia_type.cxx | 318 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 D | i2s_calculator.cxx | 441 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 D | ia_type.hxx | 86 const Type & i_rType ) const;
|
H A D | i2s_calculator.hxx | 215 i_rType ) const;
|
/trunk/main/forms/source/inc/ |
H A D | componenttools.hxx | 84 void addType( const Type& i_rType ); 86 void removeType( const Type& i_rType );
|
/trunk/main/autodoc/source/display/idl/ |
H A D | hfi_hierarchy.cxx | 41 HF_IdlBaseNode::HF_IdlBaseNode( const TYPE & i_rType, in HF_IdlBaseNode() argument 45 : nType(i_rType.TypeId()), in HF_IdlBaseNode()
|
H A D | hfi_hierarchy.hxx | 69 const TYPE & i_rType,
|
/trunk/main/autodoc/inc/ary/idl/ |
H A D | ip_type.hxx | 71 const Type & i_rType ) const = 0;
|
/trunk/main/vcl/inc/vcl/ |
H A D | print.hxx | 641 const rtl::OUString& i_rType, 671 … const rtl::OUString& i_rType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Radio" ) ),
|
/trunk/main/vcl/source/gdi/ |
H A D | print3.cxx | 1794 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 47 milliseconds