Searched refs:rDstDesc (Results 1 – 2 of 2) sorted by relevance
2138 void SwDoc::CopyPageDesc( const SwPageDesc& rSrcDesc, SwPageDesc& rDstDesc, in CopyPageDesc() argument2144 rDstDesc.SetLandscape( rSrcDesc.GetLandscape() ); in CopyPageDesc()2145 rDstDesc.SetNumType( rSrcDesc.GetNumType() ); in CopyPageDesc()2146 if( rDstDesc.ReadUseOn() != rSrcDesc.ReadUseOn() ) in CopyPageDesc()2148 rDstDesc.WriteUseOn( rSrcDesc.ReadUseOn() ); in CopyPageDesc()2154 rDstDesc.SetPoolFmtId( rSrcDesc.GetPoolFmtId() ); in CopyPageDesc()2155 rDstDesc.SetPoolHelpId( rSrcDesc.GetPoolHelpId() ); in CopyPageDesc()2157 rDstDesc.SetPoolHlpFileId( UCHAR_MAX ); in CopyPageDesc()2171 rDstDesc.SetFollow( pFollow ); in CopyPageDesc()2182 rDstDesc.GetMaster().DelDiffs( aAttrSet ); in CopyPageDesc()[all …]
1400 void CopyPageDesc( const SwPageDesc& rSrcDesc, SwPageDesc& rDstDesc,