Searched refs:nPosCount (Results 1 – 4 of 4) sorted by relevance
356 BitmapEx ImplImageBmp::GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const in GetBitmapEx() argument358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx()365 AlphaMask aAlpha( Size( nPosCount * maSize.Width(), maSize.Height() ) ); in GetBitmapEx()371 for( sal_uInt16 i = 0; i < nPosCount; i++ ) in GetBitmapEx()
476 sal_uInt16 nPosCount = aPosList.Count(); in lclCreateFormattedString() local477 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in lclCreateFormattedString()757 sal_uInt16 nPosCount = aPosList.Count(); in AppendPortion() local758 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in AppendPortion()
55 BitmapEx GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const;
1366 SCSIZE nPosCount = rPosCol.nCount; in CopyUpdated() local1367 for (SCSIZE nPosIndex = 0; nPosIndex < nPosCount; nPosIndex++) in CopyUpdated()
Completed in 25 milliseconds