Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx804 sal_uInt16 nSDat = pDefCustomShape->pElements[ i ]; in MergeDefaultAttributes() local
805 switch( nSDat >> 8 ) in MergeDefaultAttributes()
810 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
818 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
826 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
846 rSegInfo.Count = ( nSDat & 0xff ) / 3; in MergeDefaultAttributes()
852 rSegInfo.Count = ( nSDat & 0xff ) / 3; in MergeDefaultAttributes()
858 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
864 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
870 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
[all …]