Home
last modified time | relevance | path

Searched refs:i_rOther (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx113 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 …]
/aoo42x/main/xml2cmp/source/support/
H A Dheap.cxx167 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 Dheap.hxx64 const HeapItem & i_rOther ) const;
66 const HeapItem & i_rOther ) const in operator <=()
67 { return ! (i_rOther < *this); } in operator <=()
/aoo42x/main/autodoc/source/ary/cpp/
H A Dnamechain.cxx74 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 Dtplparam.cxx48 TplParameter_Type::Compare( const TemplateParameter & i_rOther ) const in Compare()
51 = dynamic_cast< const TplParameter_Type* >( &i_rOther ); in Compare()
H A Dtplparam.hxx51 i_rOther ) const = 0;
68 i_rOther ) const;
H A Dusedtype.cxx545 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()
/aoo42x/main/sfx2/source/doc/
H A DMetadatable.cxx246 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()
/aoo42x/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx628 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 ==()
/aoo42x/main/autodoc/inc/cosv/
H A Dstreamstr.hxx94 const self & i_rOther );
100 const self & i_rOther );
/aoo42x/main/autodoc/inc/ary/cpp/
H A Dnamechain.hxx65 const NameSegment & i_rOther ) const;
H A Dusedtype.hxx193 i_rOther ) const;
/aoo42x/main/sfx2/inc/sfx2/
H A DMetadatable.hxx104 void JoinMetadatable(Metadatable const & i_rOther,

Completed in 183 milliseconds