Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/uiview/
H A Dpview.cxx117 static sal_uInt16 aZoomArr[] = in TYPEINIT1() local
121 const sal_uInt16 nZoomArrSize = sizeof(aZoomArr)/sizeof(sal_uInt16); in TYPEINIT1()
125 if(nCurrentZoom > aZoomArr[i] || !i) in TYPEINIT1()
126 return aZoomArr[i]; in TYPEINIT1()
131 if(nCurrentZoom < aZoomArr[i]) in TYPEINIT1()
132 return aZoomArr[i]; in TYPEINIT1()

Completed in 25 milliseconds