Home
last modified time | relevance | path

Searched refs:aSize1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx837 Size aSize1(aWndSize.Width() - nLeftMargin*2, nMenuItemHeight); in getMenuItemPosSize() local
840 rPos.Y() += aSize1.Height()*nPos; in getMenuItemPosSize()
841 rSize = aSize1; in getMenuItemPosSize()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1041 Size aSize1(pOut->GetTextWidth(aTestString), pOut->GetTextHeight()); in ImpSetCharStretching() local
1050 bNoStretching = (aSize1 == aSize2); in ImpSetCharStretching()
1055 if(aSize2.Height() >= aSize1.Height() * 2) in ImpSetCharStretching()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2313 Size aSize1( aCurrentSize ); in ImplGetOptimalFloatingSize() local
2322 aSize1 = ImplCalcFloatSize( this, nFloatLinesHeight ); in ImplGetOptimalFloatingSize()
2324 if( eMode == FSMODE_FAVOURHEIGHT || aCurrentSize == aSize1 ) in ImplGetOptimalFloatingSize()
2325 return aSize1; in ImplGetOptimalFloatingSize()
2359 long dx1 = abs( mnDX - aSize1.Width() ); in ImplGetOptimalFloatingSize()
2360 long dy1 = abs( mnDY - aSize1.Height() ); in ImplGetOptimalFloatingSize()
2366 aCurrentSize = aSize1; in ImplGetOptimalFloatingSize()

Completed in 50 milliseconds