Home
last modified time | relevance | path

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

/AOO41X/main/starmath/source/
H A Dview.cxx378 sal_uInt16 nTmpZoom = GetZoom(); in Command() local
380 nTmpZoom -= 10; in Command()
382 nTmpZoom += 10; in Command()
383 SetZoom( nTmpZoom ); in Command()