Lines Matching refs:aSz

114 		Size aSz = pWin->GetOutputSizePixel();  in lcl_DrawIDEWindowFrame()  local
118 pWin->DrawLine( Point( 0, 0 ), Point( aSz.Width(), 0 ) ); in lcl_DrawIDEWindowFrame()
121 pWin->DrawLine( Point( 0, aSz.Height() - 1 ), Point( aSz.Width(), aSz.Height() - 1 ) ); in lcl_DrawIDEWindowFrame()
916 Size aSz = pModulWindow->GetBreakPointWindow().GetOutputSize(); in ParagraphInsertedDeleted() local
917 Rectangle aInvRec( Point( 0, 0 ), aSz ); in ParagraphInsertedDeleted()
1248 Size aSz( aRemoveWatchButton.GetModeImage().GetSizePixel() ); in WatchWindow() local
1249 aSz.Width() += 6; in WatchWindow()
1250 aSz.Height() += 6; in WatchWindow()
1251 aRemoveWatchButton.SetSizePixel( aSz ); in WatchWindow()
1281 Size aSz = GetOutputSizePixel(); in Resize() local
1282 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize()
1553 Size aSz( aGotoCallButton.GetModeImage().GetSizePixel() ); in StackWindow() local
1554 aSz.Width() += 6; in StackWindow()
1555 aSz.Height() += 6; in StackWindow()
1556 aGotoCallButton.SetSizePixel( aSz ); in StackWindow()
1583 Size aSz = GetOutputSizePixel(); in Resize() local
1584 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize()
1707 Size aSz( aOutSz ); in Resize() local
1708 aSz.Width() -= 2*DWBORDER; in Resize()
1709 aSz.Height() -= 2*DWBORDER; in Resize()
1713 Size aBrkSz( Size( nBrkWidth, aSz.Height() ) ); in Resize()
1716 Size aEWSz( Size( aSz.Width() - nBrkWidth - nSBWidth + 2, aSz.Height() ) ); in Resize()
1719 …osSizePixel( Point( aOutSz.Width()-DWBORDER-nSBWidth, DWBORDER ), Size( nSBWidth, aSz.Height() ) ); in Resize()