Searched refs:nOutputHeight (Results 1 – 8 of 8) sorted by relevance
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableFieldDescWin.cxx | 178 long nOutputHeight = aOutputSize.Height(); in Resize() local 201 nHelpHeight = nOutputHeight - nHelpY; in Resize() 202 nPageHeight = nOutputHeight - STANDARD_MARGIN - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize() 206 …ARGIN + DETAILS_HEADER_HEIGHT + DETAILS_OPT_PAGE_HEIGHT + DETAILS_MIN_HELP_HEIGHT <= nOutputHeight) in Resize() 209 nPageHeight = nOutputHeight - nHelpHeight - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize() 216 nHelpY = nOutputHeight - nHelpHeight; in Resize() 226 nPageHeight = nOutputHeight - STANDARD_MARGIN - DETAILS_HEADER_HEIGHT - STANDARD_MARGIN; in Resize()
|
H A D | TableDesignView.cxx | 128 long nOutputHeight = aOutputSize.Height(); in Resize() local 133 long nDragPosY = nOutputHeight/3; in Resize() 134 long nDragSizeHeight = nOutputHeight/3; in Resize() 149 Size(nOutputWidth, nOutputHeight-nSplitPos-nSplitterHeight) ); in Resize()
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppDetailView.cxx | 514 long nOutputHeight = aOutputSize.Height(); in Resize() local 520 m_aCreation.SetPosSizePixel( Point(0, 0), Size(nHalfOutputWidth - n6PPT, nOutputHeight) ); in Resize() 526 …m_aDescription.SetPosSizePixel( Point(nHalfOutputWidth + n6PPT, 0), Size(nNewWidth, nOutputHeight)… in Resize() 528 …el( Point(nHalfOutputWidth + n6PPT, aDesc.Height() ), Size(nNewWidth, nOutputHeight - aDesc.Height… in Resize() 530 m_aFL.SetPosSizePixel( Point(nHalfOutputWidth , 0), Size(aFLSize.Width(), nOutputHeight ) ); in Resize()
|
H A D | AppView.cxx | 181 long nOutputHeight = aOutputSize.Height(); in Resize() local 194 m_pPanel->SetPosSizePixel(Point(0,0),Size(nX,nOutputHeight)); in Resize() 198 …osSizePixel(Point(nX + aFLSize.Width(),0),Size(nOutputWidth - nX - aFLSize.Width(),nOutputHeight)); in Resize()
|
H A D | AppTitleWindow.cxx | 87 long nOutputHeight = aOutputSize.Height(); in Resize() local 103 …m_bShift ? (2*nXOffset - 2*SPACE_BORDER) : sal_Int32(SPACE_BORDER) ), nOutputHeight - nHeight - 2*… in Resize()
|
H A D | AppDetailPageHelper.cxx | 1096 long nOutputHeight = aOutputSize.Height(); in Resize() local 1105 pWindow->SetPosSizePixel( Point(0, 0), Size(nHalfOutputWidth - n6PPT, nOutputHeight) ); in Resize() 1107 … m_aFL.SetPosSizePixel( Point(nHalfOutputWidth , 0 ), Size(aFLSize.Width(), nOutputHeight ) ); in Resize() 1115 … Size(nHalfOutputWidth - aFLSize.Width() - n6PPT, nOutputHeight - 2*n6PPT - aTBSize.getHeight()) ); in Resize()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | StartMarker.cxx | 240 const long nOutputHeight = aOutputSize.Height(); in Resize() local 244 m_aVRuler.SetPosSizePixel(aRulerPos,Size(nVRulerWidth,nOutputHeight)); in Resize() 255 …const long nHeight = ::std::max<sal_Int32>(nOutputHeight - 2*aPos.Y(),LogicToPixel(Size(0,m_aText.… in Resize()
|
/trunk/main/filter/source/flash/ |
H A D | swfexporter.cxx | 186 sal_Int32 nOutputHeight = (nOutputWidth * mnDocHeight ) / mnDocWidth; in exportAll() local 188 …mpWriter = new Writer( nOutputWidth, nOutputHeight, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportAll()
|
Completed in 42 milliseconds