Searched refs:nSrcCount (Results 1 – 4 of 4) sorted by relevance
946 sal_uLong nSrcCount = 0; in GetAutoFillPreview() local953 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()
991 SCSIZE nSrcCount = rSrcCol.nCount; in MixData() local1004 if ( nSrcIndex < nSrcCount ) in MixData()1016 if ( nSrcIndex < nSrcCount && nNextSrc == nRow ) in MixData()1155 nNextSrc = ( nSrcIndex < nSrcCount ) ? in MixData()
100 …for( sal_uInt16 i = 0, nSrcCount = aColMap.GetEntryCount(), nDstCount = rDstBuffer.maPalette.GetEn… in ImplPALToPAL() local
982 const long nSrcCount = pDstAcc->GetPaletteEntryCount(); in CopyPixel() local986 for( long i = 0L; ( i < nSrcCount ) && ( nNextIndex < nSrcCount ); i++ ) in CopyPixel()
Completed in 94 milliseconds