Lines Matching refs:aSize

568 	Size aSize = aBmp.GetSizePixel();  in SetExpandedEntryBmp()  local
570 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetExpandedEntryBmp()
588 Size aSize = aBmp.GetSizePixel(); in SetCollapsedEntryBmp() local
590 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetCollapsedEntryBmp()
614 Size aSize = GetCollapsedEntryBmp( pEntry ).GetSizePixel(); in ImpEntryInserted() local
615 if( aSize.Width() > nContextBmpWidthMax ) in ImpEntryInserted()
617 nContextBmpWidthMax = (short)aSize.Width(); in ImpEntryInserted()
620 aSize = GetExpandedEntryBmp( pEntry ).GetSizePixel(); in ImpEntryInserted()
621 if( aSize.Width() > nContextBmpWidthMax ) in ImpEntryInserted()
623 nContextBmpWidthMax = (short)aSize.Width(); in ImpEntryInserted()
766 Size aSize = aBmp.GetSizePixel(); in SetDefaultExpandedEntryBmp() local
767 if( aSize.Width() > nContextBmpWidthMax ) in SetDefaultExpandedEntryBmp()
768 nContextBmpWidthMax = (short)aSize.Width(); in SetDefaultExpandedEntryBmp()
777 Size aSize = aBmp.GetSizePixel(); in SetDefaultCollapsedEntryBmp() local
778 if( aSize.Width() > nContextBmpWidthMax ) in SetDefaultCollapsedEntryBmp()
779 nContextBmpWidthMax = (short)aSize.Width(); in SetDefaultCollapsedEntryBmp()
1064 Size aSize; in AdjustEntryHeight() local
1065 GetHeightOffset( rBmp, aSize ); in AdjustEntryHeight()
1066 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1068 nEntryHeight = (short)aSize.Height() + nEntryHeightOffs; in AdjustEntryHeight()
1076 Size aSize; in AdjustEntryHeight() local
1077 GetHeightOffset( rFont, aSize ); in AdjustEntryHeight()
1078 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1080 nEntryHeight = (short)aSize.Height() + nEntryHeightOffs; in AdjustEntryHeight()
1427 Size aSize( nOutputWidth - aPos.X(), aItemSize.Height() ); in EditItemText() local
1434 aSize.Width() = nRight - aPos.X(); in EditItemText()
1438 aSize.Width() -= aOrigin.X(); in EditItemText()
1439 Rectangle aRect( aPos, aSize ); in EditItemText()
1573 Size aSize( pImp->GetOutputSize() ); in GetDropTarget() local
1574 if( rPos.Y() > aSize.Height() - 12 ) in GetDropTarget()
1729 Size aSize( pItem->GetSize( pViewDataEntry, nCurItem )); in PaintEntry1() local
1745 nX = nTabPos + pTab->CalcOffset(aSize.Width(), (nNextTabPos-SV_TAB_BORDER-1) -nTabPos); in PaintEntry1()
1747 nX = nTabPos + pTab->CalcOffset(aSize.Width(), nNextTabPos-nTabPos); in PaintEntry1()
1751 if( !bHasClipRegion && nX + aSize.Width() >= nMaxRight ) in PaintEntry1()
1802 aRectSize.Width() = aSize.Width(); in PaintEntry1()
1841 aEntryPos.Y() += ( nTempEntryHeight - aSize.Height() ) / 2; in PaintEntry1()
1976 Size aSize; in GetFocusRect() local
1979 aSize.Height() = GetEntryHeight(); in GetFocusRect()
2008 aSize.Width() = pItem->GetSize( this, pEntry ).Width(); in GetFocusRect()
2009 if( !aSize.Width() ) in GetFocusRect()
2010 aSize.Width() = 15; in GetFocusRect()
2013 nX += pTab->CalcOffset( aSize.Width(), nNextTabPos - nTabPos ); in GetFocusRect()
2016 aRect.SetSize( aSize ); in GetFocusRect()
2034 aSize.Width() = pLastTab ? pLastTab->GetPos() : 0x0fffffff; in GetFocusRect()
2035 nFocusWidth = (short)aSize.Width(); in GetFocusRect()
2041 aSize.Width() = nFocusWidth; in GetFocusRect()
2045 aSize.Width() += nTabPos; in GetFocusRect()
2047 aSize.Width() += pTab->GetPos(); // Tab0 immer ab ganz links in GetFocusRect()
2054 aSize.Width() -= nTabPos; in GetFocusRect()
2056 aRect.SetSize( aSize ); in GetFocusRect()
2241 Size aSize = pImp->GetOutputSize(); in GetOutputSizePixel() local
2242 return aSize; in GetOutputSizePixel()