Searched refs:nDif (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 764 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 D | hdrcont.cxx | 616 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 D | preview.cxx | 805 long nDif = LogicToPixel(aOffset).X() - LogicToPixel(Point(nX,0)).X(); in SetXOffset() local 807 if (nDif && !bInSetZoom) in SetXOffset() 810 Scroll( nDif, 0 ); in SetXOffset() 832 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset() local 834 if (nDif && !bInSetZoom) in SetYOffset() 837 Scroll( 0, nDif ); in SetYOffset()
|
H A D | printfun.cxx | 1847 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 D | output2.cxx | 2760 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 D | tblrwcl.cxx | 122 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 76 milliseconds