Searched refs:rDstDesc (Results 1 – 2 of 2) sorted by relevance
2126 void SwDoc::CopyPageDesc( const SwPageDesc& rSrcDesc, SwPageDesc& rDstDesc, in CopyPageDesc() argument2132 rDstDesc.SetLandscape( rSrcDesc.GetLandscape() ); in CopyPageDesc()2133 rDstDesc.SetNumType( rSrcDesc.GetNumType() ); in CopyPageDesc()2134 if( rDstDesc.ReadUseOn() != rSrcDesc.ReadUseOn() ) in CopyPageDesc()2136 rDstDesc.WriteUseOn( rSrcDesc.ReadUseOn() ); in CopyPageDesc()2142 rDstDesc.SetPoolFmtId( rSrcDesc.GetPoolFmtId() ); in CopyPageDesc()2143 rDstDesc.SetPoolHelpId( rSrcDesc.GetPoolHelpId() ); in CopyPageDesc()2145 rDstDesc.SetPoolHlpFileId( UCHAR_MAX ); in CopyPageDesc()2159 rDstDesc.SetFollow( pFollow ); in CopyPageDesc()2170 rDstDesc.GetMaster().DelDiffs( aAttrSet ); in CopyPageDesc()[all …]
1393 void CopyPageDesc( const SwPageDesc& rSrcDesc, SwPageDesc& rDstDesc,