Home
last modified time | relevance | path

Searched refs:aCurScreenRect (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsvapp.cxx1252 const tools::Rectangle aCurScreenRect( GetScreenPosSizePixel( i ) ); in GetBestScreen() local
1254 if( aCurScreenRect.IsInside( i_rRect ) ) in GetBestScreen()
1257 tools::Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen()
1277 const tools::Rectangle aCurScreenRect( GetScreenPosSizePixel( i ) ); in GetBestScreen() local
1278 const unsigned long nCurDist( calcDistSquare( aCenter, aCurScreenRect ) ); in GetBestScreen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsvapp.cxx1300 const tools::Rectangle aCurScreenRect( GetScreenPosSizePixel( i ) ); in GetBestScreen() local
1302 if( aCurScreenRect.IsInside( i_rRect ) ) in GetBestScreen()
1305 tools::Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen()
1325 const tools::Rectangle aCurScreenRect( GetScreenPosSizePixel( i ) ); in GetBestScreen() local
1326 const tools::Long nCurDist( calcDistSquare( aCenter, aCurScreenRect ) ); in GetBestScreen()