Home
last modified time | relevance | path

Searched refs:aXSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dgluectrl.cxx80 Size aXSize( GetTextWidth( aStr ), GetTextHeight() ); in SFX_IMPL_TOOLBOX_CONTROL() local
82 SetSizePixel( Size( aXSize.Width() * 12, aXSize.Height() * 10 ) ); in SFX_IMPL_TOOLBOX_CONTROL()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx721 Size aXSize( pView->GetOutputSizePixel() ); in Paint() local
725 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()
H A Dsvimpicn.cxx1221 Size aXSize( pView->GetOutputSizePixel() ); in Paint() local
1222 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 43 milliseconds