Home
last modified time | relevance | path

Searched refs:nPosCount (Results 1 – 4 of 4) sorted by path

/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1366 SCSIZE nPosCount = rPosCol.nCount; in CopyUpdated() local
1367 for (SCSIZE nPosIndex = 0; nPosIndex < nPosCount; nPosIndex++) in CopyUpdated()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx476 sal_uInt16 nPosCount = aPosList.Count(); in lclCreateFormattedString() local
477 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in lclCreateFormattedString()
757 sal_uInt16 nPosCount = aPosList.Count(); in AppendPortion() local
758 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in AppendPortion()
/trunk/main/vcl/inc/
H A Dimage.h55 BitmapEx GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const;
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx356 BitmapEx ImplImageBmp::GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const in GetBitmapEx() argument
358 …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()

Completed in 57 milliseconds