Searched refs:i_rOther (Results 1 – 13 of 13) sorted by relevance
/trunk/main/autodoc/source/cosv/strings/ |
H A D | streamstr.cxx | 113 StreamStr::StreamStr( const self & i_rOther ) in StreamStr() argument 115 nCapacity1( i_rOther.nCapacity1 ), in StreamStr() 116 dpData( new char [i_rOther.nCapacity1] ), in StreamStr() 118 pCur( dpData + i_rOther.tellp() ), in StreamStr() 119 eMode(i_rOther.eMode) in StreamStr() 150 StreamStr::operator=( const self & i_rOther ) in operator =() argument 154 nCapacity1 = i_rOther.nCapacity1; in operator =() 155 dpData = new char [i_rOther.nCapacity1]; in operator =() 156 pEnd = dpData + strlen(i_rOther.dpData); in operator =() 158 pCur = dpData + i_rOther.tellp(); in operator =() [all …]
|
/trunk/main/xml2cmp/source/support/ |
H A D | heap.cxx | 167 HeapItem::operator<( const HeapItem & i_rOther ) const in operator <() 169 int ret = stricmp(sKey.str(), i_rOther.sKey.str()); in operator <() 171 ret = strcmp(sKey.str(), i_rOther.sKey.str()); in operator <() 173 ret = stricmp(sValue.str(), i_rOther.sValue.str()); in operator <() 175 ret = strcmp(sValue.str(), i_rOther.sValue.str()); in operator <()
|
H A D | heap.hxx | 64 const HeapItem & i_rOther ) const; 66 const HeapItem & i_rOther ) const in operator <=() 67 { return ! (i_rOther < *this); } in operator <=()
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | namechain.cxx | 74 NameSegment::Compare( const NameSegment & i_rOther ) const in Compare() 76 intt nResult = strcmp( sName.c_str(), i_rOther.sName.c_str() ); in Compare() 79 if ( bool(pTemplate) != bool(i_rOther.pTemplate) ) in Compare() 89 return pTemplate->Compare( *i_rOther.pTemplate ); in Compare()
|
H A D | tplparam.cxx | 48 TplParameter_Type::Compare( const TemplateParameter & i_rOther ) const in Compare() 51 = dynamic_cast< const TplParameter_Type* >( &i_rOther ); in Compare()
|
H A D | tplparam.hxx | 51 i_rOther ) const = 0; 68 i_rOther ) const;
|
H A D | usedtype.cxx | 545 List_TplParameter::Compare( const List_TplParameter & i_rOther ) const in Compare() 547 intt nResult = intt(aTplParameters.size()) - intt(i_rOther.aTplParameters.size()); in Compare() 554 Vector_TplArgument::const_iterator it2 = i_rOther.aTplParameters.begin(); in Compare()
|
/trunk/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 246 void JoinMetadatables(Metadatable & i_rMerged, Metadatable const& i_rOther); 875 Metadatable & i_rMerged, Metadatable const & i_rOther) in JoinMetadatables() argument 877 OSL_TRACE("JoinMetadatables: %p <- %p\n", &i_rMerged, &i_rOther); in JoinMetadatables() 894 i_rMerged.RegisterAsCopyOf(i_rOther, true); in JoinMetadatables() 1537 Metadatable::JoinMetadatable(Metadatable const & i_rOther, in JoinMetadatable() argument 1553 this->RegisterAsCopyOf(i_rOther, true); in JoinMetadatable() 1557 if (!i_rOther.m_pReg) in JoinMetadatable() 1564 this->RegisterAsCopyOf(i_rOther, true); in JoinMetadatable() 1575 pRegDoc->JoinMetadatables(*this, i_rOther); in JoinMetadatable()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 628 int SwFmtMeta::operator==( const SfxPoolItem & i_rOther ) const in operator ==() 630 ASSERT( SfxPoolItem::operator==( i_rOther ), "i just copied this assert" ); in operator ==() 631 return SfxPoolItem::operator==( i_rOther ) in operator ==() 632 && (m_pMeta == static_cast<SwFmtMeta const &>( i_rOther ).m_pMeta); in operator ==()
|
/trunk/main/autodoc/inc/cosv/ |
H A D | streamstr.hxx | 94 const self & i_rOther ); 100 const self & i_rOther );
|
/trunk/main/autodoc/inc/ary/cpp/ |
H A D | namechain.hxx | 65 const NameSegment & i_rOther ) const;
|
H A D | usedtype.hxx | 193 i_rOther ) const;
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | Metadatable.hxx | 104 void JoinMetadatable(Metadatable const & i_rOther,
|
Completed in 62 milliseconds