Home
last modified time | relevance | path

Searched refs:Height (Results 376 – 400 of 1739) sorted by relevance

1...<<11121314151617181920>>...70

/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx189 aInfoHeader.cy = aSize.Height(); in Create()
255 const int nLines = (int) rSalBmp.maSize.Height(); in Create()
345 …if ( rSize.Width() && rSize.Height() && ( nBits == 1 || nBits == 4 || nBits == 8 || nBits == 24 ) ) in ImplCreateDIB()
347 const ULONG nImageSize = AlignedWidth4Bytes( nBits * rSize.Width() ) * rSize.Height(); in ImplCreateDIB()
360 pBIH->cy = rSize.Height(); in ImplCreateDIB()
570 pBuffer->mnHeight = maSize.Height(); in AcquireBuffer()
637 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx213 aDebStr += ByteString::CreateFromInt32( aSz.Height() ); in DbgOutItem()
283 aDebStr += ByteString::CreateFromInt32( aSz.Height() ); in DbgOutItem()
459 fprintf( fp, "\nPaperSize: %li x %li", pEE->GetPaperSize().Width(), pEE->GetPaperSize().Height() ); in ShowEditEngineData()
460 …toPaperSize: %li x %li", pEE->GetMaxAutoPaperSize().Width(), pEE->GetMaxAutoPaperSize().Height() ); in ShowEditEngineData()
461 …toPaperSize: %li x %li", pEE->GetMinAutoPaperSize().Width(), pEE->GetMinAutoPaperSize().Height() ); in ShowEditEngineData()
470 …, aR.TopLeft().X(), aR.TopLeft().Y(), aR.GetSize().Width(), aR.GetSize().Height() , pV->GetWindow(… in ShowEditEngineData()
472 …dX=%li, dY=%li", aR.TopLeft().X(), aR.TopLeft().Y(), aR.GetSize().Width(), aR.GetSize().Height() ); in ShowEditEngineData()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx241 mpImplementation->SetSize(Size(aSize.Width,aSize.Height)); in SetPropertyValue()
483 const sal_Int32 nFontHeight = rFontDescriptor.Height; in SetFontDescriptor()
487 Size(0, nFontHeight), MapMode (MAP_POINT)).Height(), in SetFontDescriptor()
630 if (mnTotalHeight < maSize.Height()) in CheckTop()
633 if (mnTotalHeight - mnTop < maSize.Height()) in CheckTop()
634 mnTop = mnTotalHeight - maSize.Height(); in CheckTop()
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx136 theWinSize.Height()-=HbSize.Height(); in SvxSimpleTable()
142 thePos.Y()+=HbSize.Height(); in SvxSimpleTable()
168 theWinSize.Height()-=HbSize.Height(); in UpdateViewSize()
174 thePos.Y()+=HbSize.Height(); in UpdateViewSize()
/trunk/main/vcl/source/window/
H A Dsplit.cxx246 if( aSize.Width() == nB && aSize.Height() == nA ) in ImplSplitterActive()
251 if( aSize.Width() == nA && aSize.Height() == nB ) in ImplSplitterActive()
408 … = Point( ImplSplitterActive() ? aPos.X() : mnSplitPos, aKeyCode.IsShift() ? 0 : aSize.Height()/2); in ImplKbdTracking()
416 int delta_step = mbHorzSplit ? aSize.Width()/10 : aSize.Height()/10; in ImplKbdTracking()
580 maDragPos = Point( ImplSplitterActive() ? aPos.X() : mnSplitPos, aSize.Height()/2 ); in ImplStartKbdSplitting()
599 Point aPos = Point( aSize.Width()/2 , aSize.Height()/2); in ImplRestoreSplitter()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx228 || ( check->Height > aWindowSizePixel.Height() ) in lcl_updateImageList_nothrow()
235 … + ( aWindowSizePixel.Height() - check->Height ) * ( aWindowSizePixel.Height() - check->Height ); in lcl_updateImageList_nothrow()
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx101 Fraction aScaleHeight(aDrawSize.Height(), aOleSize.Height() ); in ConnectObject()
161 awt::Size aSz( aOleSize.Width(), aOleSize.Height() ); in ActivateObject()
172 Fraction aScaleHeight(aDrawSize.Height(), aOleSize.Height() ); in ActivateObject()
407 aObjPos.Y() -= aObjSize.Height() / 2; in ExecDrawIns()
H A Dtabvwsh4.cxx349 aOptSize.Height() = (long) (rPageSize.Height() * GetViewData()->GetPPTY()); in GetOptimalSizePixel()
367 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in UpdateOleZoom()
372 Fraction( aWinHMM.Height(),aObjSize.Height() ) ); in UpdateOleZoom()
395 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
397 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
401 Fraction( aLogicSize.Height(),aObjSize.Height() ) ); in InnerResizePixel()
415 aNewSize.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()
505 Point aTest( aSize.Width(), aSize.Height() ); in QueryObjAreaPixel()
H A Dtabview3.cxx529 aPos.X() < aWinSize.Width() && aPos.Y() < aWinSize.Height() ) in TestHintWindow()
544 if ( aHintPos.Y() + aHintSize.Height() > aFrameWinSize.Height() ) in TestHintWindow()
552 aPos.Y() - aHintSize.Height() - 3 ); in TestHintWindow()
557 aHintSize.Height() = aFrameWinSize.Height() - aHintPos.Y(); in TestHintWindow()
567 if ( aHintPos.Y() + aHintSize.Height() > aFrameWinSize.Height() ) in TestHintWindow()
568 aHintPos.Y() = aFrameWinSize.Height() - aHintSize.Height(); in TestHintWindow()
687 long nSpaceY = ( aScrSize.Height() - nCellSizeY ) / 2; in AlignToCursor()
736 long nBotSpace = aWinSize.Height() - aDlgPixel.Bottom(); in AlignToCursor()
2358 Rectangle( nStartX, 0, nEndX, aWinSize.Height()-1 ) ); in PaintTopArea()
2408 nEndY = aWinSize.Height()-1; in PaintLeftArea()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx159 rLayout.ScanLines = aBmpSize.Height(); in getData()
164 uno::Sequence< sal_Int8 > aRes( 4*aBmpSize.Width()*aBmpSize.Height() ); in getData()
169 y<aBmpSize.Height() && y<rect.Y2; in getData()
249 y<aBmpSize.Height() && y<rect.Y2; in setData()
447 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in setPixel()
517 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in getPixel()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx53 rFont.SetSize( Size( rDesc.Width, rDesc.Height ) ); in ConvertToFont()
71 rDesc.Height = sal::static_int_cast< sal_Int16 >(rFont.GetSize().Height()); in ConvertFromFont()
100 aTemp <<= (float)rDesc.Height; in FillItemSet()
156 aHeight >>= rDesc.Height; in FillFromItemSet()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1005 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset()
1015 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset()
1066 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1068 nEntryHeight = (short)aSize.Height() + nEntryHeightOffs; in AdjustEntryHeight()
1078 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1080 nEntryHeight = (short)aSize.Height() + nEntryHeightOffs; in AdjustEntryHeight()
1424 aPos.Y() += ( nEntryHeight - aItemSize.Height() ) / 2; in EditItemText()
1427 Size aSize( nOutputWidth - aPos.X(), aItemSize.Height() ); in EditItemText()
1574 if( rPos.Y() > aSize.Height() - 12 ) in GetDropTarget()
1979 aSize.Height() = GetEntryHeight(); in GetFocusRect()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx235 if(aMtfSize.Width() & aMtfSize.Height() && (!maScaleRect.IsEmpty())) in DoImport()
244 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()
246 mfScaleY = (double)( maScaleRect.GetHeight() - 1 ) / (double)aMtfSize.Height(); in DoImport()
261 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()
263 maScaleY = Fraction(maScaleRect.GetHeight() - 1, aMtfSize.Height()); in DoImport()
423 const sal_uInt32 nHeight(FRound(aFnt.GetSize().Height() * mfScaleY)); in SetAttributes()
592 …const double fScaleY(aBitmapEx.GetSizePixel().Height() / (aOldRange.getHeight() ? aOldRange.getHei… in InsertObj()
606 … basegfx::fround(ceil(std::min((double)aOrigSizePixel.Height(), aPixel.getHeight())))); in InsertObj()
1650 for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction()
1667 … if(pOld->Width() == pNew->Width() && pOld->Height() == pNew->Height()) in DoAction()
[all …]
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx146 … OSL_ENSURE( aGraphicSize.Height > 0 && aGraphicSize.Width > 0, "Empty status bar graphic!" ); in paint()
151 aPos.Y = rOutputRectangle.Height / 2 - aGraphicSize.Height / 2; in paint()
156 aGraphicSize.Height, in paint()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx166 aSize.Height() = GetFadeInSize(); in Actualize()
405 nSize = aSize.Height() + aRect.GetHeight(); in StartSplit()
450 aSize.Height() = nSetSize; in Split()
455 aSize.Height() = nSize; in Split()
723 nSetSize = rSize.Height(); in InsertWindow_Impl()
728 nWinSize = rSize.Height(); in InsertWindow_Impl()
1087 aSize.Height() += 2 * nPixel; in CursorIsOverRect()
1101 aVisSize.Height() += 2 * nPixel; in CursorIsOverRect()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx588 aPrvSize ( GetSizePixel().Width() - 6, GetSizePixel().Height() - 30 ), in IMPL_LINK_INLINE_END()
592 nRowHeight ( (aPrvSize.Height() - 4) / 5 ), in IMPL_LINK_INLINE_END()
782 theMaxStrSize.Height() < aStrSize.Height() ) in DrawString()
821 aPos.Y() += (nRowHeight - (sal_uInt16)aStrSize.Height()) / 2; in DrawString()
944 aPrvSize.Height() = maArray.GetHeight() + 4; in CalcCellArray()
1037 (theWndSize.Height() - aPrvSize.Height()) / 2 ); in DoPaint()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx118 if( !::rtl::math::isFinite( rSize.Height ) ) in verifyInput()
128 !::rtl::math::isFinite( rSize.Height ) ) in verifyInput()
827 aRect.getMaxY() > size.Height ) in verifyIndexRange()
839 pos.Y > size.Height ) in verifyIndexRange()
866 if( size.Height <= 0 ) in verifyBitmapSize()
872 ::rtl::OUString::valueOf(size.Height) + in verifyBitmapSize()
903 if( size.Height <= 0.0 ) in verifySpriteSize()
909 ::rtl::OUString::valueOf(size.Height) + in verifySpriteSize()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx245 if ( aCtrlSiz.Width() < aSiz.Width() || aCtrlSiz.Height() < aSiz.Height() ) in HeaderFooterDialog()
256 if ( aCtrlSiz.Width() < aSiz.Width() || aCtrlSiz.Height() < aSiz.Height() ) in HeaderFooterDialog()
859 const double fScaleY((double)maOutRect.getHeight() / (double)maPageSize.Height()); in Paint()
907 if( maPageSize.Width() > maPageSize.Height() ) in Paint()
910 nHeight = long( (double)(nWidth * maPageSize.Height()) / (double)maPageSize.Width() ); in Paint()
915 nWidth = long( (double)(nHeight * maPageSize.Width()) / (double)maPageSize.Height() ); in Paint()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx738 rSz.Height() = nLines; in GetControlSize()
858 if( aSz.Height() ) in OutHTML_DrawFrmFmtAsControl()
860 += ByteString::CreateFromInt32( aSz.Height() ); in OutHTML_DrawFrmFmtAsControl()
892 if( aSz.Height() ) in OutHTML_DrawFrmFmtAsControl()
894 += ByteString::CreateFromInt32( aSz.Height() ); in OutHTML_DrawFrmFmtAsControl()
1035 if( (aTwipSz.Width() || aTwipSz.Height()) && in OutHTML_DrawFrmFmtAsControl()
1043 if( !aPixelSz.Height() && aTwipSz.Height() ) in OutHTML_DrawFrmFmtAsControl()
1044 aPixelSz.Height() = 1; in OutHTML_DrawFrmFmtAsControl()
1051 if( aPixelSz.Height() ) in OutHTML_DrawFrmFmtAsControl()
1053 += ByteString::CreateFromInt32( aPixelSz.Height() ); in OutHTML_DrawFrmFmtAsControl()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1096 long nOutputHeight = aOutputSize.Height(); in Resize()
1102 sal_Int32 n6PPT = aFLSize.Height(); in Resize()
1441 if( aNewSize.Width() && aNewSize.Height() ) in ImplGetGraphicCenterRect()
1444 const double fGrfWH = (double) aNewSize.Width() / aNewSize.Height(); in ImplGetGraphicCenterRect()
1445 const double fWinWH = (double) aWinSize.Width() / aWinSize.Height(); in ImplGetGraphicCenterRect()
1449 aNewSize.Width() = (long) ( aWinSize.Height() * fGrfWH ); in ImplGetGraphicCenterRect()
1450 aNewSize.Height()= aWinSize.Height(); in ImplGetGraphicCenterRect()
1455 aNewSize.Height()= (long) ( aWinSize.Width() / fGrfWH); in ImplGetGraphicCenterRect()
1459 ( aWinSize.Height() - aNewSize.Height() ) >> 1 ); in ImplGetGraphicCenterRect()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_TextSeparator.cxx79 aPoint.Y() += aSize.Height(); in PositionBelowControl()
81 aPoint.Y() += aBigDistanceSize.Height(); in PositionBelowControl()
84 aPoint.Y() += aDistanceSize.Height(); in PositionBelowControl()
87 …aFT_Separator.GetSizePixel().Width()+aDistanceSize.Width(), aPoint.Y()-aDistanceSize.Height()-1) ); in PositionBelowControl()
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx206 sal_Int32(0.5 + maCenter.Y - maButtonSize.Height/2), in SetCenter()
208 maButtonSize.Height, in SetCenter()
448 sal_Int32(0.5 + aTextSize.Height + 2*gnVerticalBorder)); in CalculateButtonSize()
466 const awt::Rectangle aBox(0,0, rSize.Width, rSize.Height); in RenderButton()
488 … aRenderState.AffineTransform.m12 = (rSize.Height - aTextBBox.Y2 + aTextBBox.Y1)/2 - aTextBBox.Y1; in RenderButton()
539 if (maButtonSize.Height<=0 && maButtonSize.Width<= 0) in SetupButtonBitmaps()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx279 …m_xFrameContainerWindow->setPosSize( 0, 0, aOutputSize.Width(), aOutputSize.Height(), awt::PosSize… in Resize()
489 aMinSize.Height += nTop + nBottom + 8; in implSetNewSelection()
491 aConstrainedSize.setHeight( aMinSize.Height ); in implSetNewSelection()
501 if( aConstrainedSize.Height() < aMinSize.Height ) in implSetNewSelection()
503 aConstrainedSize.setHeight( aMinSize.Height ); in implSetNewSelection()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx155 m_aWindowSize.Height() = aFont.GetHeight()+10; in layout()
160 aControlSize.Height() -= 4; in layout()
173 m_aWindowSize.Height(), in layout()
263 …SetPosSize( aPoint.X(), aPoint.Y(), m_aWindowSize.Width(), m_aWindowSize.Height(), SAL_FRAME_POSSI… in setPosition()
275 Size aControlSize( m_aWindowSize.Width()-4, m_aWindowSize.Height()-4 ); in IMPL_LINK()
278 …SetPosSize( aPoint.X(), aPoint.Y(), m_aWindowSize.Width(), m_aWindowSize.Height(), SAL_FRAME_POSSI… in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx340 aSize.Height() = in OSaveAsDlg()
341 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in OSaveAsDlg()
427 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in implInitOnlyTitle()
461 aSize.Height() -= nMoveUp; in implInit()

Completed in 425 milliseconds

1...<<11121314151617181920>>...70