Home
last modified time | relevance | path

Searched refs:rPortionObj (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx1880 PortionObj::PortionObj( const PortionObj& rPortionObj ) in PortionObj() argument
1881 : PropStateValue( rPortionObj ) in PortionObj()
1883 ImplConstruct( rPortionObj ); in PortionObj()
2108 void PortionObj::ImplConstruct( const PortionObj& rPortionObj ) in ImplConstruct() argument
2110 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 …]
H A Deppt.hxx532 void ImplConstruct( const PortionObj& rPortionObj );
565 PortionObj( const PortionObj& rPortionObj );
571 PortionObj& operator=( const PortionObj& rPortionObj );
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx5678 PPTPortionObj::PPTPortionObj( PPTPortionObj& rPortionObj ) : in PPTPortionObj() argument
5679 PPTCharPropSet ( rPortionObj ), in PPTPortionObj()
5680 mrStyleSheet ( rPortionObj.mrStyleSheet ), in PPTPortionObj()
5681 mnInstance ( rPortionObj.mnInstance ), in PPTPortionObj()
5682 mnDepth ( rPortionObj.mnDepth ) in PPTPortionObj()