Home
last modified time | relevance | path

Searched refs:nOutHeight (Results 1 – 9 of 9) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx689 long nOutHeight = GetOutputSizePixel().Height(); in Notify() local
691 if ( nTextHeight < nOutHeight ) in Notify()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx2370 long nOutHeight = (long) ( pDoc->GetRowHeight(nOverY,nTab) * nPPTY ); in DrawClipMarks() local
2378nOutHeight += (long) pDoc->GetScaledRowHeight( nOverY+1, nOverY+nCountY-1, nTab, nPPTY); in DrawClipMarks()
2382 aCellRect = Rectangle( Point( nStartPosX, nStartPosY ), Size( nOutWidth, nOutHeight ) ); in DrawClipMarks()
2387 long nOutHeight = pThisRowInfo->nHeight; in DrawClipMarks() local
2399nOutHeight += (long) pDoc->GetScaledRowHeight( nOverY+1, nOverY+nCountY-1, nTab, nPPTY); in DrawClipMarks()
2407 … Point( nStartPosX+nOutWidth-1, nPosY+nOutHeight-1 ) ); in DrawClipMarks()
H A Doutput2.cxx1761 nJustPosY += ( nOutHeight + nTop - in DrawStrings()
1772 if ( nTestClipHeight > nOutHeight ) in DrawStrings()
2705 aCellSize = Size( nOutWidth, nOutHeight ); in DrawEdit()
3118 long nOutHeight; in DrawRotated() local
3120 nOutHeight = nCellHeight; in DrawRotated()
3188 long nTotalHeight = nOutHeight; // ohne Rand abzuziehen in DrawRotated()
3199 nOutHeight -= nTopM + nBottomM; in DrawRotated()
3238 aPaperSize.Width() = (long)(nOutHeight / fabs(nSin)); in DrawRotated()
3243 aPaperSize.Width() = nOutHeight - 1; in DrawRotated()
3321 nEffHeight = nOutHeight / 2; in DrawRotated()
[all …]
H A Dviewdata.cxx1762 long nOutHeight = 0; in GetMergeSizePixel() local
1778 nOutHeight += ToPixel(nHeight, nPPTY); in GetMergeSizePixel()
1782 rSizeYPix = nOutHeight; in GetMergeSizePixel()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx756 sal_Int32 nOutHeight = xFilePicker->getAvailableHeight(); in IMPL_LINK() local
761 double nYRatio = (double) nOutHeight / nBmpHeight; in IMPL_LINK()
/trunk/main/svtools/source/control/
H A Druler.cxx2040 long nOutHeight; in ImplDrag() local
2046 nOutHeight = mnHeight; in ImplDrag()
2052 nOutHeight = mnWidth; in ImplDrag()
2105 if ( nY > nOutHeight+2 ) in ImplDrag()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx580 long nOutHeight = mpTextWindow->GetOutputSizePixel().Height(); in Notify() local
582 if ( nTextHeight < nOutHeight ) in Notify()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2287 const long nOutWidth = aOutSz.Width(), nOutHeight = aOutSz.Height(); in ImplDrawAlpha() local
2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
/trunk/main/vcl/source/window/
H A Dwindow.cxx6665 long nOutHeight; in Show() local
6666 mpWindowImpl->mpFrame->GetClientSize( nOutWidth, nOutHeight ); in Show()
6667 ImplHandleResize( this, nOutWidth, nOutHeight ); in Show()

Completed in 126 milliseconds