Lines Matching refs:rCpy

254 SwFmtFrmSize& SwFmtFrmSize::operator=( const SwFmtFrmSize& rCpy )  in operator =()  argument
256 aSize = rCpy.GetSize(); in operator =()
257 eFrmHeightType = rCpy.GetHeightSizeType(); in operator =()
258 eFrmWidthType = rCpy.GetWidthSizeType(); in operator =()
259 nHeightPercent = rCpy.GetHeightPercent(); in operator =()
260 nWidthPercent = rCpy.GetWidthPercent(); in operator =()
500 SwFmtHeader::SwFmtHeader( const SwFmtHeader &rCpy ) in SwFmtHeader() argument
502 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtHeader()
503 bActive( rCpy.IsActive() ) in SwFmtHeader()
547 SwFmtFooter::SwFmtFooter( const SwFmtFooter &rCpy ) in SwFmtFooter() argument
549 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtFooter()
550 bActive( rCpy.IsActive() ) in SwFmtFooter()
587 SwFmtCntnt::SwFmtCntnt( const SwFmtCntnt &rCpy ) in SwFmtCntnt() argument
590 pStartNode = rCpy.GetCntntIdx() ? in SwFmtCntnt()
591 new SwNodeIndex( *rCpy.GetCntntIdx() ) : 0; in SwFmtCntnt()
629 SwFmtPageDesc::SwFmtPageDesc( const SwFmtPageDesc &rCpy ) in SwFmtPageDesc() argument
631 SwClient( (SwPageDesc*)rCpy.GetPageDesc() ), in SwFmtPageDesc()
632 nNumOffset( rCpy.nNumOffset ), in SwFmtPageDesc()
633 nDescNameIdx( rCpy.nDescNameIdx ), in SwFmtPageDesc()
818 SwFmtCol::SwFmtCol( const SwFmtCol& rCpy ) in SwFmtCol() argument
820 nLineWidth( rCpy.nLineWidth), in SwFmtCol()
821 aLineColor( rCpy.aLineColor), in SwFmtCol()
822 nLineHeight( rCpy.GetLineHeight() ), in SwFmtCol()
823 eAdj( rCpy.GetLineAdj() ), in SwFmtCol()
824 aColumns( (sal_Int8)rCpy.GetNumCols(), 1 ), in SwFmtCol()
825 nWidth( rCpy.GetWishWidth() ), in SwFmtCol()
826 aWidthAdjustValue( rCpy.aWidthAdjustValue ), in SwFmtCol()
827 bOrtho( rCpy.IsOrtho() ) in SwFmtCol()
829 for ( sal_uInt16 i = 0; i < rCpy.GetNumCols(); ++i ) in SwFmtCol()
831 SwColumn *pCol = new SwColumn( *rCpy.GetColumns()[i] ); in SwFmtCol()
838 SwFmtCol& SwFmtCol::operator=( const SwFmtCol& rCpy ) in operator =() argument
840 nLineWidth = rCpy.nLineWidth; in operator =()
841 aLineColor = rCpy.aLineColor; in operator =()
842 nLineHeight = rCpy.GetLineHeight(); in operator =()
843 eAdj = rCpy.GetLineAdj(); in operator =()
844 nWidth = rCpy.GetWishWidth(); in operator =()
845 bOrtho = rCpy.IsOrtho(); in operator =()
846 aWidthAdjustValue = rCpy.aWidthAdjustValue; in operator =()
850 for ( sal_uInt16 i = 0; i < rCpy.GetNumCols(); ++i ) in operator =()
852 SwColumn *pCol = new SwColumn( *rCpy.GetColumns()[i] ); in operator =()
1140 SwFmtSurround::SwFmtSurround( const SwFmtSurround &rCpy ) : in SwFmtSurround() argument
1141 SfxEnumItem( RES_SURROUND, rCpy.GetValue() ) in SwFmtSurround()
1143 bAnchorOnly = rCpy.bAnchorOnly; in SwFmtSurround()
1144 bContour = rCpy.bContour; in SwFmtSurround()
1145 bOutside = rCpy.bOutside; in SwFmtSurround()
1488 SwFmtAnchor::SwFmtAnchor( const SwFmtAnchor &rCpy ) in SwFmtAnchor() argument
1490 nAnchorId( rCpy.GetAnchorId() ), in SwFmtAnchor()
1491 nPageNum( rCpy.GetPageNum() ), in SwFmtAnchor()
1495 pCntntAnchor = rCpy.GetCntntAnchor() ? in SwFmtAnchor()
1496 new SwPosition( *rCpy.GetCntntAnchor() ) : 0; in SwFmtAnchor()
2045 SwFmtChain::SwFmtChain( const SwFmtChain &rCpy ) : in SwFmtChain() argument
2048 SetPrev( rCpy.GetPrev() ); in SwFmtChain()
2049 SetNext( rCpy.GetNext() ); in SwFmtChain()
2215 SwTextGridItem& SwTextGridItem::operator=( const SwTextGridItem& rCpy ) in operator =() argument
2217 aColor = rCpy.GetColor(); in operator =()
2218 nLines = rCpy.GetLines(); in operator =()
2219 nBaseHeight = rCpy.GetBaseHeight(); in operator =()
2220 nRubyHeight = rCpy.GetRubyHeight(); in operator =()
2221 eGridType = rCpy.GetGridType(); in operator =()
2222 bRubyTextBelow = rCpy.GetRubyTextBelow(); in operator =()
2223 bPrintGrid = rCpy.GetPrintGrid(); in operator =()
2224 bDisplayGrid = rCpy.GetDisplayGrid(); in operator =()
2225 nBaseWidth = rCpy.GetBaseWidth(); in operator =()
2226 bSnapToChars = rCpy.GetSnapToChars(); in operator =()
2227 bSquaredMode = rCpy.GetSquaredMode(); in operator =()