Home
last modified time | relevance | path

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

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