Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx764 sal_uLong nDif = 0; in RowDifferences() local
781 nDif += 3; in RowDifferences()
783 nDif += 4; // Inhalt <-> leer zaehlt mehr in RowDifferences()
793 return static_cast<sal_uInt16>((nDif*64)/nUsed); // max.256 (SC_DOCCOMP_MAXDIFF) in RowDifferences()
795 DBG_ASSERT(!nDif,"Diff ohne Used"); in RowDifferences()
805 sal_uLong nDif = 0; in ColDifferences() local
822 nDif += 3; in ColDifferences()
824 nDif += 4; // Inhalt <-> leer zaehlt mehr in ColDifferences()
834 return static_cast<sal_uInt16>((nDif*64)/nUsed); // max.256 in ColDifferences()
836 DBG_ASSERT(!nDif,"Diff ohne Used"); in ColDifferences()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx616 long nDif; in GetMousePos() local
636 nDif = nMousePos - nScrPos; in GetMousePos()
637 if (nDif >= -2 && nDif <= 2 && nCount > 0) in GetMousePos()
642 else if (nDif * nLayoutSign >= 0 && nEntryNo < nSize) in GetMousePos()
646 while ( nScrPos * nLayoutSign < nEndPos * nLayoutSign && nDif * nLayoutSign > 0 ); in GetMousePos()
H A Dpreview.cxx808 long nDif = LogicToPixel(aOffset).X() - LogicToPixel(Point(nX,0)).X(); in SetXOffset() local
810 if (nDif && !bInSetZoom) in SetXOffset()
813 Scroll( nDif, 0 ); in SetXOffset()
835 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset() local
837 if (nDif && !bInSetZoom) in SetYOffset()
840 Scroll( 0, nDif ); in SetYOffset()
H A Dprintfun.cxx1847 long nDif = aPaperSize.Height() - (long) pEditEngine->GetTextHeight(); in PrintHF() local
1848 if (nDif > 0) in PrintHF()
1849 aDraw.Y() += nDif / 2; in PrintHF()
1861 long nDif = aPaperSize.Height() - (long) pEditEngine->GetTextHeight(); in PrintHF() local
1862 if (nDif > 0) in PrintHF()
1863 aDraw.Y() += nDif / 2; in PrintHF()
1875 long nDif = aPaperSize.Height() - (long) pEditEngine->GetTextHeight(); in PrintHF() local
1876 if (nDif > 0) in PrintHF()
1877 aDraw.Y() += nDif / 2; in PrintHF()
H A Doutput2.cxx2760 long nDif = nRowPosY - nClipStartY; in DrawEdit()
2763 aClipSize.Height() -= nDif; in DrawEdit()
3447 long nDif = nScrX - nStartX; in DrawRotated() local
3449 aClipSize.Width() -= nDif; in DrawRotated()
3458 long nDif = nRowPosY - nClipStartY; in DrawRotated() local
3461 aClipSize.Height() -= nDif; in DrawRotated()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx122 CR_SetBoxWidth( sal_uInt16 eType, SwTwips nDif, SwTwips nSid, SwTwips nTblW, in CR_SetBoxWidth()
125 nDiff( nDif ), nSide( nSid ), nMaxSize( nMax ), nLowerDiff( 0 ), in CR_SetBoxWidth()

Completed in 78 milliseconds