Searched refs:rPortionObj (Results 1 – 3 of 3) sorted by relevance
1880 PortionObj::PortionObj( const PortionObj& rPortionObj ) in PortionObj() argument1881 : PropStateValue( rPortionObj ) in PortionObj()1883 ImplConstruct( rPortionObj ); in PortionObj()2108 void PortionObj::ImplConstruct( const PortionObj& rPortionObj ) in ImplConstruct() argument2110 mbLastPortion = rPortionObj.mbLastPortion; in ImplConstruct()2111 mnTextSize = rPortionObj.mnTextSize; in ImplConstruct()2112 mnCharColor = rPortionObj.mnCharColor; in ImplConstruct()2113 mnCharEscapement = rPortionObj.mnCharEscapement; in ImplConstruct()2114 mnCharAttr = rPortionObj.mnCharAttr; in ImplConstruct()2115 mnCharHeight = rPortionObj.mnCharHeight; in ImplConstruct()[all …]
532 void ImplConstruct( const PortionObj& rPortionObj );565 PortionObj( const PortionObj& rPortionObj );571 PortionObj& operator=( const PortionObj& rPortionObj );
5678 PPTPortionObj::PPTPortionObj( PPTPortionObj& rPortionObj ) : in PPTPortionObj() argument5679 PPTCharPropSet ( rPortionObj ), in PPTPortionObj()5680 mrStyleSheet ( rPortionObj.mrStyleSheet ), in PPTPortionObj()5681 mnInstance ( rPortionObj.mnInstance ), in PPTPortionObj()5682 mnDepth ( rPortionObj.mnDepth ) in PPTPortionObj()