Home
last modified time | relevance | path

Searched refs:Height (Results 901 – 925 of 1739) sorted by relevance

1...<<31323334353637383940>>...70

/trunk/main/vcl/source/control/
H A Dscrbar.cxx359 Size aBtnSize( aSize.Height(), aSize.Height() ); in ImplCalc()
361 maBtn2Rect.Left() = aSize.Width()-aSize.Height(); in ImplCalc()
417 maBtn2Rect.Top() = aSize.Height()-aSize.Width(); in ImplCalc()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx780 aSize.Height = aString.getToken( 0, ',', nToken ).toInt32(); in impl_insertCacheAndReturnSequence()
971 aSize.Height = aString.getToken( 0, ',', nToken ).toInt32(); in impl_insertCacheAndReturnWinState()
1280 aSizeStr += ::rtl::OUString::valueOf( rWinStateInfo.aSize.Height ); in impl_putPropertiesFromStruct()
1282 aSizeStr += ::rtl::OUString::valueOf( rWinStateInfo.aDockSize.Height ); in impl_putPropertiesFromStruct()
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1153 if ( aAdjustedSize.Height < aMinSize.Height ) in calcAdjustedSize()
1154 aAdjustedSize.Height = aMinSize.Height; in calcAdjustedSize()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx895 const Size aSize( aBoundRect.Width, aBoundRect.Height ); in implExportShape()
1323 aAttr = rtl::OUString::valueOf( aSize.Height() ); in writeMtf()
1330 aAttr += rtl::OUString::valueOf( aSize.Height() * 100L ); in writeMtf()
1332 SetViewBox( Rectangle( Point(), Size( aSize.Width() * 100, aSize.Height() * 100 ) ) ); in writeMtf()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx849 aSize.Height() = in calcFontInfo()
853 aSize.Height() = PointToTwips( static_cast<long>(_pFontSizeLB->GetValue() / 10) ); in calcFontInfo()
855 aSize.Height() = 200; // default 10pt in calcFontInfo()
3200 long nMax = rFont.GetSize().Height() / 6; in IMPL_LINK()
3302 long nMax = rFont.GetSize().Height() / 6; in ActivatePage()
3773 aSize.Height() = m_aStartBracketLB.CalcSize( 1, 6 ).Height(); in Initialize()
3776 aSize.Height() = m_aEndBracketLB.CalcSize( 1, 6 ).Height(); in Initialize()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1663 awt::Size aAwtSize(TWIP_TO_MM100(aSize.Width()), TWIP_TO_MM100(aSize.Height())); in GetNumberingRuleByIndex()
2145 pSize->Height = MM100_TO_TWIP(pSize->Height); in SetNumberingRuleByIndex()
2147 pSetSize->Height() = pSize->Height; in SetNumberingRuleByIndex()
2208 if(!pSetSize->Width() || !pSetSize->Height()) in SetNumberingRuleByIndex()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx769 SetPosSizePixel( Point( 0, aHeadSize.Height() ), in ViewTabListBox_Impl()
770 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in ViewTabListBox_Impl()
829 SetPosSizePixel( Point( 0, aBarSize.Height() ), in Resize()
830 Size( aBoxSize.Width(), aBoxSize.Height() - aBarSize.Height() ) ); in Resize()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx399 nAvail = GetUpper()->Prt().Height(); in GrowFrm()
402 { nAvail -= pAvail->Frm().Height(); in GrowFrm()
454 Frm().SSize().Height() -= nDist; in GrowFrm()
642 { if ( Frm().Height() ) in Cut()
643 pUp->Shrink( Frm().Height() ); in Cut()
2855 nRet += BROWSE_HEIGHT - Frm().Height(); in GetVarSpace()
H A Dcolfrm.cxx384 Size( nWidth, Prt().Height() ); in AdjustColumns()
466 Size( nWidth, Prt().Height() ); in AdjustColumns()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx115 return (rElement1.first.Width()*rElement1.first.Height() in operator ()()
116 > rElement2.first.Width()*rElement2.first.Height()); in operator ()()
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx246 aSize.Height() = aActSize.Height(); in SetSymbolsSize_Impl()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx103 fy = (float)GetOutputSizePixel().Height() / (float)nPageH, in Paint()
119 nY = (GetOutputSizePixel().Height() - nH) / 2; in Paint()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx493 if(rSizePixel.Width() && rSizePixel.Height()) in processBasePrimitive2D()
506 … const sal_Int32 nY(basegfx::fround(aRelativePoint.getY() * rSizePixel.Height())); in processBasePrimitive2D()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx228 …(bDffAnchor ? maFirst.mnRow : mnTY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Top(… in SetRect()
230 …(bDffAnchor ? maLast.mnRow : mnBY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Bott… in SetRect()
/trunk/main/sw/source/core/text/
H A Dwidorp.cxx451 SwTwips(rLine.GetInfo().GetParaPortion()->Height() ) ) in FindWidows()
474 if( nTmpRstHeight >= SwTwips(rLine.GetInfo().GetParaPortion()->Height() ) ) in FindWidows()
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx302 if( aAWTSize.Height == 0 ) in createShapes()
303 aAWTSize.Height = 1; in createShapes()
/trunk/main/svx/source/dialog/
H A Dhdft.src139 Text [ en-US ] = "~Height" ;
287 Text [ en-US ] = "~Height" ;
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx163 DBG_ASSERT( aTmpSize.Height()*aTmpSize.Width(), in CreatePreviewMetaFile_Impl()
803 aPageSize.Height() - (long) nYIndent ) in Print()
856 aPageSize.Height() - nYIndent ) in Print()
H A Diframe.cxx298 aSize.Height() = nMargin; in setPropertyValue()
357 aAny <<= (sal_Int32 ) maFrmDescr.GetMargin().Height(); in getPropertyValue()
/trunk/main/cui/source/options/
H A Doptpath.cxx255 pPathBox->SetPosSizePixel( Point( 0, aHeadSize.Height() ), in SvxPathTabPage()
256 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in SvxPathTabPage()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx960 aFont.SetSize(Size(0,aAttr.aChrCellSize.Height())); in ReadChrStr()
997 aCalcBndRect.Union(Rectangle( Point(aP0.X(),aP0.Y()-aSize.Height()), in ReadChrStr()
998 Size(aSize.Width(),aSize.Height()*2))); in ReadChrStr()
1007 aDummyPoly.SetPoint( Point( aP0.X(), aP0.Y() - aSize.Height() ), 1); // BOTTOM LEFT in ReadChrStr()
1009 …aDummyPoly.SetPoint( Point( aP0.X() + aSize.Width(), aP0.Y() - aSize.Height() ), 3);// BOTTOM RIGHT in ReadChrStr()
1973 aAttr.aChrCellSize.Height()=ReadCoord(bCoord32); in ReadOrder()
2029 aAttr.aMrkCellSize.Height()=ReadCoord(bCoord32); in ReadOrder()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx466 const long nH = aRect.GetSize().Height(); in ArrangeControls()
468 aBorder = Size(CalcZoom(aBorder.Width()), CalcZoom(aBorder.Height())); in ArrangeControls()
479 m_aAbsolute.SetSizePixel( Size(3*nH,aRect.GetSize().Height()) ); // Heuristik XXXXXXX in ArrangeControls()
506 if (aOutputFont.GetSize().Height() > nH) in ArrangeControls()
757 Point(aAbsolutePos.X() - 1, aAbsolutePos.Y() + aAbsoluteSize.Height())); in Paint()
760 Point(aAbsolutePos.X() + aAbsoluteSize.Width() + 1, aAbsolutePos.Y() + aAbsoluteSize.Height())); in Paint()
1191 m_aBar.SetPosSizePixel(Point(0,nY + 1), Size(nX, aRect.GetSize().Height() - 1)); in ArrangeControls()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx491 && rSize.Height()>0 in ArrangeGUIElements()
521 aBorder.Bottom() = pScrollBar->GetOutputSizePixel().Height(); in GetBorder()
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx448 …void SetGridFine(const Size& rSiz) { aGridFin=rSiz; if (aGridFin.Height()==0) aGridFin.Height()=aG… in SetGridFine()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx405 ).Height(); in getState()
433 ).Height(); in executeAttribute()

Completed in 402 milliseconds

1...<<31323334353637383940>>...70