Lines Matching refs:aSize

758     Size            aSize;  in ImplCalcSize()  local
807 aSize = ImplCalcFloatSize( ((ToolBox*)pThis), nCalcLines ); in ImplCalcSize()
814 aSize.Height() = nCalcLines * pThis->mnWinHeight; in ImplCalcSize()
816 aSize.Height() = nCalcLines * pThis->mnMaxItemHeight; in ImplCalcSize()
819 aSize.Height() += (nCalcLines-1)*TB_LINESPACING; in ImplCalcSize()
822 aSize.Height() += (TB_BORDER_OFFSET2*2) + nTop + nBottom; in ImplCalcSize()
827 aSize.Width() += nMax; in ImplCalcSize()
830 aSize.Width() += (TB_BORDER_OFFSET1*2) + nLeft + nRight; in ImplCalcSize()
834 aSize.Width() = nCalcLines * pThis->mnMaxItemWidth; in ImplCalcSize()
837 aSize.Width() += (nCalcLines-1)*TB_LINESPACING; in ImplCalcSize()
840 aSize.Width() += (TB_BORDER_OFFSET2*2) + nLeft + nRight; in ImplCalcSize()
845 aSize.Height() += nMax; in ImplCalcSize()
848 aSize.Height() += (TB_BORDER_OFFSET1*2) + nTop + nBottom; in ImplCalcSize()
864 if ( aSize.Width() ) in ImplCalcSize()
865 aSize.Width() += pThis->mnBorderX*2; in ImplCalcSize()
866 if ( aSize.Height() ) in ImplCalcSize()
867 aSize.Height() += pThis->mnBorderY*2; in ImplCalcSize()
869 return aSize; in ImplCalcSize()
962 Size aSize( pThis->mpFloatSizeAry->mpSize[i].mnWidth, in ImplCalcFloatSize() local
966 aSize.Width() += TB_NEXT_SIZE-TB_NEXT_OFFSET; in ImplCalcFloatSize()
967 return aSize; in ImplCalcFloatSize()
1090 Size aSize; in ImplLineSizing() local
1146 aSize = ImplCalcSize( pThis, i ); in ImplLineSizing()
1148 nSize = aSize.Height(); in ImplLineSizing()
1150 nSize = aSize.Width(); in ImplLineSizing()
1154 aSize = ImplCalcSize( pThis, i ); in ImplLineSizing()
1156 nSize = aSize.Height(); in ImplLineSizing()
1158 nSize = aSize.Width(); in ImplLineSizing()
1183 Size aSize( pBox->mnDX, pBox->mnDY ); in ImplFindItemPos() local
1185 if ( aPos.X() > aSize.Width()-TB_BORDER_OFFSET1 ) in ImplFindItemPos()
1186 aPos.X() = aSize.Width()-TB_BORDER_OFFSET1; in ImplFindItemPos()
1187 if ( aPos.Y() > aSize.Height()-TB_BORDER_OFFSET1 ) in ImplFindItemPos()
1188 aPos.Y() = aSize.Height()-TB_BORDER_OFFSET1; in ImplFindItemPos()
1412 Size aSize = pItem->mpWindow->GetSizePixel(); in EndDragging() local
1413 aSize.Width() = maRect.GetWidth(); in EndDragging()
1414 pItem->mpWindow->SetSizePixel( aSize ); in EndDragging()
1523 Size aSize( rRect.GetSize() ); in ImplDrawOutButton() local
1542 Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y() ) ); in ImplDrawOutButton()
1544 Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1546 pOutDev->DrawLine( Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y() ), in ImplDrawOutButton()
1547 … Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1548 pOutDev->DrawLine( Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ), in ImplDrawOutButton()
1549 … Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1552 …pOutDev->DrawLine( Point( aPos.X()+aSize.Width()-(OUTBUTTON_BORDER-i-1), aPos.Y()+OUTBUTTON_BORDER… in ImplDrawOutButton()
1553 … Point( aPos.X()+aSize.Width()-(OUTBUTTON_BORDER-i-1), aPos.Y()+aSize.Height()-1 ) ); in ImplDrawOutButton()
1554 …pOutDev->DrawLine( Point( aPos.X()+OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-(OUTBUTTON_BORDER-i-1… in ImplDrawOutButton()
1555 … Point( aPos.X()+aSize.Width()-1, aPos.Y()+aSize.Height()-(OUTBUTTON_BORDER-i-1) ) ); in ImplDrawOutButton()
3521 Size aSize( GetCtrlTextWidth( pItem->maText ), GetTextHeight() ); in ImplDrawItem() local
3523 aPos.Y() += (pItem->maRect.GetHeight()-aSize.Height())/2; in ImplDrawItem()
3525 if ( (aSize.Width() > pItem->maRect.GetWidth()-2) || in ImplDrawItem()
3526 (aSize.Height() > pItem->maRect.GetHeight()-2) ) in ImplDrawItem()
4623 Size aSize = GetSizePixel(); in MouseButtonDown() local
4627 pMgr->StartDragging( this, aMousePos, Rectangle( aPos, aSize ), in MouseButtonDown()
4750 Size aSize = GetOutputSizePixel(); in Resize() local
4753 if( !aSize.Width() && !aSize.Height() ) in Resize()
4758 mnDX = aSize.Width(); in Resize()
4759 mnDY = aSize.Height(); in Resize()
5412 Size aSize = CalcFloatingWindowSizePixel( nLines ); in CalcPopupWindowSizePixel() local
5415 return aSize; in CalcPopupWindowSizePixel()
5435 Size aSize = ImplCalcFloatSize( (ToolBox*) this, nCalcLines ); in CalcFloatingWindowSizePixel() local
5441 return aSize; in CalcFloatingWindowSizePixel()
5477 Size aSize = pToolBox->CalcWindowSizePixel( 1 ); in CalcMinimumWindowSizePixel() local
5483 return aSize; in CalcMinimumWindowSizePixel()