Home
last modified time | relevance | path

Searched refs:aPixOffset (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dscrwin.cxx166 Point aOldPixOffset( aPixOffset ); in Resize()
170 if ( aPixOffset.X() < 0 && in Resize()
174 if ( aPixOffset.Y() < 0 && in Resize()
187 aPixOffset = Point( in Resize()
189 ? aPixOffset.X() in Resize()
192 ? aPixOffset.Y() in Resize()
196 aPixOffset.setX( 0 ); in Resize()
198 aPixOffset.setY( 0 ); in Resize()
201 if ( aPixOffset != aOldPixOffset ) in Resize()
279 Point aNewPixOffset( aPixOffset ); in Scroll()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dview.cxx165 Point aOldPixOffset(aPixOffset); in Resize()
169 if ( aPixOffset.X() < 0 && in Resize()
173 if ( aPixOffset.Y() < 0 && in Resize()
186 aPixOffset = Point( in Resize()
188 ? aPixOffset.X() in Resize()
195 aPixOffset.setX( 0 ); in Resize()
197 aPixOffset.setY( 0 ); in Resize()
200 if (aPixOffset != aOldPixOffset) in Resize()
223 Point aNewPixOffset(aPixOffset); in IMPL_LINK_NOARG()
234 if (aPixOffset == aNewPixOffset) in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dscrwin.hxx32 Point aPixOffset; // offset to virtual window (pixel) member in ScrollableWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dclipping.cxx685 const Point aPixOffset( rSaveDevice.LogicToPixel( Point() ) ); in SaveBackground() local
689 aClip.Move( aPixOffset.X() - aPixPos.X(), aPixOffset.Y() - aPixPos.Y() ); in SaveBackground()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dclipping.cxx687 const Point aPixOffset( rSaveDevice.LogicToPixel( Point() ) ); in SaveBackground() local
691 aClip.Move( aPixOffset.X() - aPixPos.X(), aPixOffset.Y() - aPixPos.Y() ); in SaveBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dview.hxx46 Point aPixOffset; // offset to virtual window (pixel) member in SmGraphicWindow