Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dpagepreviewlayout.cxx1045 const tools::Rectangle aPxOutRect( pOutputDev->LogicToPixel(rOutRect) ); in Paint() local
1061 if ( aPxOutRect.IsOver( aPxPaintRect) ) in Paint()
1097 aPxPaintRect.Intersection( aPxOutRect ); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dpagepreviewlayout.cxx1043 const tools::Rectangle aPxOutRect( pOutputDev->LogicToPixel(rOutRect) ); in Paint() local
1059 if ( aPxOutRect.IsOver( aPxPaintRect) ) in Paint()
1095 aPxPaintRect.Intersection( aPxOutRect ); in Paint()