Searched refs:nOutHeight (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 1761 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 D | output.cxx | 2370 long nOutHeight = (long) ( pDoc->GetRowHeight(nOverY,nTab) * nPPTY ); in DrawClipMarks() local 2378 … nOutHeight += (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 2399 … nOutHeight += (long) pDoc->GetScaledRowHeight( nOverY+1, nOverY+nCountY-1, nTab, nPPTY); in DrawClipMarks() 2407 … Point( nStartPosX+nOutWidth-1, nPosY+nOutHeight-1 ) ); in DrawClipMarks()
|
H A D | viewdata.cxx | 1762 long nOutHeight = 0; in GetMergeSizePixel() local 1778 nOutHeight += ToPixel(nHeight, nPPTY); in GetMergeSizePixel() 1782 rSizeYPix = nOutHeight; in GetMergeSizePixel()
|
/trunk/main/svtools/source/control/ |
H A D | ruler.cxx | 2040 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 D | svmedit.cxx | 580 long nOutHeight = mpTextWindow->GetOutputSizePixel().Height(); in Notify() local 582 if ( nTextHeight < nOutHeight ) in Notify()
|
/trunk/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 756 sal_Int32 nOutHeight = xFilePicker->getAvailableHeight(); in IMPL_LINK() local 761 double nYRatio = (double) nOutHeight / nBmpHeight; in IMPL_LINK()
|
/trunk/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 689 long nOutHeight = GetOutputSizePixel().Height(); in Notify() local 691 if ( nTextHeight < nOutHeight ) in Notify()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2287 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 D | window.cxx | 6665 long nOutHeight; in Show() local 6666 mpWindowImpl->mpFrame->GetClientSize( nOutWidth, nOutHeight ); in Show() 6667 ImplHandleResize( this, nOutWidth, nOutHeight ); in Show()
|
Completed in 162 milliseconds