Lines Matching refs:rCopyFrom
191 ContentInfo::ContentInfo( const ContentInfo& rCopyFrom, SfxItemPool& rPoolToUse ) in ContentInfo() argument
198 if ( rCopyFrom.GetWrongList() ) in ContentInfo()
199 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()
201 aParaAttribs.Set( rCopyFrom.GetParaAttribs() ); in ContentInfo()
202 aText = rCopyFrom.GetText(); in ContentInfo()
203 aStyle = rCopyFrom.GetStyle(); in ContentInfo()
204 eFamily = rCopyFrom.GetFamily(); in ContentInfo()
207 for ( sal_uInt16 n = 0; n < rCopyFrom.GetAttribs().Count(); n++ ) in ContentInfo()
209 XEditAttribute* pAttr = rCopyFrom.GetAttribs().GetObject( n ); in ContentInfo()
221 if ( rCopyFrom.GetWrongList() ) in ContentInfo()
222 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()