Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4745 pCharSet = rCharPropSet.pCharSet; in PPTCharPropSet()
4750 maString = rCharPropSet.maString; in PPTCharPropSet()
4751 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4759 pCharSet = rCharPropSet.pCharSet; in PPTCharPropSet()
4768 maString = rCharPropSet.maString; in PPTCharPropSet()
4769 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in PPTCharPropSet()
4782 if ( this != &rCharPropSet ) in operator =()
4786 pCharSet = rCharPropSet.pCharSet; in operator =()
4791 maString = rCharPropSet.maString; in operator =()
4792 mpFieldItem = ( rCharPropSet.mpFieldItem ) ? new SvxFieldItem( *rCharPropSet.mpFieldItem ) : NULL; in operator =()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx896 PPTCharPropSet( PPTCharPropSet& rCharPropSet );
897 PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph );
900 PPTCharPropSet& operator=( PPTCharPropSet& rCharPropSet );

Completed in 88 milliseconds