Searched refs:rPropItem (Results 1 – 2 of 2) sorted by relevance
198 PropItem& PropItem::operator=( PropItem& rPropItem ) in operator =() argument200 if ( this != &rPropItem ) in operator =()205 mnTextEnc = rPropItem.mnTextEnc; in operator =()206 sal_uInt32 nItemPos = rPropItem.Tell(); in operator =()207 rPropItem.Seek( STREAM_SEEK_TO_END ); in operator =()208 SvMemoryStream::Write( rPropItem.GetData(), rPropItem.Tell() ); in operator =()209 rPropItem.Seek( nItemPos ); in operator =()315 rPropItem.Clear(); in GetProperty()316 rPropItem.SetTextEncoding( mnTextEnc ); in GetProperty()317 rPropItem.Write( pProp->mpBuf, pProp->mnSize ); in GetProperty()[all …]
116 PropItem& operator=( PropItem& rPropItem );154 sal_Bool GetProperty( sal_uInt32 nId, PropItem& rPropItem );
Completed in 12 milliseconds