Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx140 WW8TabBandDesc(WW8TabBandDesc& rBand); // tief kopieren
1155 WW8TabBandDesc::WW8TabBandDesc( WW8TabBandDesc& rBand ) in WW8TabBandDesc() argument
1157 *this = rBand; in WW8TabBandDesc()
1158 if( rBand.pTCs ) in WW8TabBandDesc()
1161 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()
1163 if( rBand.pSHDs ) in WW8TabBandDesc()
1166 memcpy( pSHDs, rBand.pSHDs, nWwCols * sizeof( WW8_SHD ) ); in WW8TabBandDesc()
1168 if( rBand.pNewSHDs ) in WW8TabBandDesc()
1171 memcpy(pNewSHDs, rBand.pNewSHDs, nWwCols * sizeof(sal_uInt32)); in WW8TabBandDesc()
1173 memcpy(aDefBrcs, rBand.aDefBrcs, sizeof(aDefBrcs)); in WW8TabBandDesc()

Completed in 24 milliseconds