Searched refs:aXSize (Results 1 – 3 of 3) sorted by relevance
80 Size aXSize( GetTextWidth( aStr ), GetTextHeight() ); in SFX_IMPL_TOOLBOX_CONTROL() local82 SetSizePixel( Size( aXSize.Width() * 12, aXSize.Height() * 10 ) ); in SFX_IMPL_TOOLBOX_CONTROL()
721 Size aXSize( pView->GetOutputSizePixel() ); in Paint() local725 Point aEnd( LROFFS_WINBORDER, aXSize.Height()); in Paint()732 Point aEnd( aXSize.Width(), TBOFFS_WINBORDER ); in Paint()738 for( long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX ) in Paint()741 Point aEnd( nDX+LROFFS_WINBORDER, aXSize.Height()); in Paint()746 for( long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY ) in Paint()749 Point aEnd( aXSize.Width(), nDY+TBOFFS_WINBORDER ); in Paint()
1221 Size aXSize( pView->GetOutputSizePixel() ); in Paint() local1222 for( long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX ) in Paint()1225 Point aEnd( nDX+LROFFS_BOUND, aXSize.Height()); in Paint()1230 for( long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY ) in Paint()1233 Point aEnd( aXSize.Width(), nDY+TBOFFS_BOUND ); in Paint()
Completed in 81 milliseconds