Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx119 static sal_uInt16 aZoomArr[] = in TYPEINIT1() local
123 const sal_uInt16 nZoomArrSize = sizeof(aZoomArr)/sizeof(sal_uInt16); in TYPEINIT1()
127 if(nCurrentZoom > aZoomArr[i] || !i) in TYPEINIT1()
128 return aZoomArr[i]; in TYPEINIT1()
133 if(nCurrentZoom < aZoomArr[i]) in TYPEINIT1()
134 return aZoomArr[i]; in TYPEINIT1()

Completed in 23 milliseconds