Searched refs:rCharPropSet (Results 1 – 2 of 2) sorted by relevance
4734 pCharSet = rCharPropSet.pCharSet; in PPTCharPropSet()4739 maString = rCharPropSet.maString; in PPTCharPropSet()4740 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()4748 pCharSet = rCharPropSet.pCharSet; in PPTCharPropSet()4757 maString = rCharPropSet.maString; in PPTCharPropSet()4758 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()4771 if ( this != &rCharPropSet ) in operator =()4775 pCharSet = rCharPropSet.pCharSet; in operator =()4780 maString = rCharPropSet.maString; in operator =()4781 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in operator =()[all …]
896 PPTCharPropSet( PPTCharPropSet& rCharPropSet );897 PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph );900 PPTCharPropSet& operator=( PPTCharPropSet& rCharPropSet );
Completed in 68 milliseconds