Home
last modified time | relevance | path

Searched refs:rCharPropSet (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx4740 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet ) in PPTCharPropSet() argument
4742 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 …]
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx896 PPTCharPropSet( PPTCharPropSet& rCharPropSet );
897 PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph );
900 PPTCharPropSet& operator=( PPTCharPropSet& rCharPropSet );