Lines Matching refs:aDiffSize
538 Size aDiffSize( aCurSize.Width() - m_aDialogSize.Width(), in Resize() local
585 lcl_MoveControlY( *ppW, aDiffSize.Height() ); in Resize()
588 lcl_MoveControlX( &aOkBTN, aDiffSize.Width() ); in Resize()
589 lcl_MoveControlX( &aCancelBTN, aDiffSize.Width() ); in Resize()
590 lcl_MoveControlX( &aHelpBTN, aDiffSize.Width() ); in Resize()
591 lcl_MoveControlX( &aPathPB, aDiffSize.Width() ); in Resize()
592 lcl_MoveControlX( &aFileRB, aDiffSize.Width()/2 ); in Resize()
594 lcl_ChangeWidth( &aBottomSeparatorFL, aDiffSize.Width() ); in Resize()
595 lcl_ChangeWidth( &aSaveMergedDocumentFL, aDiffSize.Width() ); in Resize()
596 lcl_ChangeWidth( &aColumnLB, aDiffSize.Width() ); in Resize()
597 lcl_ChangeWidth( &aPathED, aDiffSize.Width() ); in Resize()
598 lcl_ChangeWidth( &aFilterLB, aDiffSize.Width() ); in Resize()
599 lcl_ChangeWidth( &aDestFL, aDiffSize.Width() ); in Resize()
602 aBeamerSize.Width() += aDiffSize.Width(); in Resize()
603 aBeamerSize.Height() += aDiffSize.Height(); in Resize()