Searched refs:rCharPropSet (Results 1 – 2 of 2) sorted by relevance
4740 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet ) in PPTCharPropSet() argument4742 mnHylinkOrigColor = rCharPropSet.mnHylinkOrigColor; in PPTCharPropSet()4743 mbIsHyperlink = rCharPropSet.mbIsHyperlink; in PPTCharPropSet()4744 mbHardHylinkOrigColor = rCharPropSet.mbHardHylinkOrigColor; in PPTCharPropSet()4745 pCharSet = rCharPropSet.pCharSet; in PPTCharPropSet()4748 mnParagraph = rCharPropSet.mnParagraph; in PPTCharPropSet()4749 mnOriginalTextPos = rCharPropSet.mnOriginalTextPos; in PPTCharPropSet()4750 maString = rCharPropSet.maString; in PPTCharPropSet()4751 … mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()4752 mnLanguage[ 0 ] = rCharPropSet.mnLanguage[ 0 ]; in PPTCharPropSet()[all …]
896 PPTCharPropSet( PPTCharPropSet& rCharPropSet );897 PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph );900 PPTCharPropSet& operator=( PPTCharPropSet& rCharPropSet );