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