Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx991 SCSIZE nSrcCount = rSrcCol.nCount; in MixData() local
1004 if ( nSrcIndex < nSrcCount ) in MixData()
1016 if ( nSrcIndex < nSrcCount && nNextSrc == nRow ) in MixData()
1155 nNextSrc = ( nSrcIndex < nSrcCount ) ? in MixData()
H A Dtable4.cxx946 sal_uLong nSrcCount = 0; in GetAutoFillPreview() local
953 nSrcCount = nRow2 - nRow1 + 1; in GetAutoFillPreview()
963 nSrcCount = nCol2 - nCol1 + 1; in GetAutoFillPreview()
989 sal_uLong nSub = nSrcCount - 1; // nListIndex ist vom letzten Source-Eintrag in GetAutoFillPreview()
1024 nPosIndex += nSrcCount; in GetAutoFillPreview()
1025 sal_uLong nPos = nPosIndex % nSrcCount; in GetAutoFillPreview()
1038 nDelta = nIndex / nSrcCount; in GetAutoFillPreview()
1040 nDelta = ( nIndex - nSrcCount + 1 ) / nSrcCount; // -1 -> -1 in GetAutoFillPreview()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx982 const long nSrcCount = pDstAcc->GetPaletteEntryCount(); in CopyPixel() local
986 for( long i = 0L; ( i < nSrcCount ) && ( nNextIndex < nSrcCount ); i++ ) in CopyPixel()
H A Dsalmisc.cxx100 …for( sal_uInt16 i = 0, nSrcCount = aColMap.GetEntryCount(), nDstCount = rDstBuffer.maPalette.GetEn… in ImplPALToPAL() local

Completed in 41 milliseconds