Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/window/
H A Ddlgctrl.cxx200 sal_uInt16 nFormStart, sal_uInt16 nFormEnd, in ImplGetDlgWindow() argument
203 DBG_ASSERT( (nIndex >= nFormStart) && (nIndex <= nFormEnd), in ImplGetDlgWindow()
219 i = nFormEnd; in ImplGetDlgWindow()
238 if ( i < nFormEnd ) in ImplGetDlgWindow()
241 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
248 if ( i <= nFormEnd ) in ImplGetDlgWindow()
264 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
315 sal_uInt16 nFormEnd; in ImplFindDlgCtrlWindow() local
365 nFormEnd = nFormStart; in ImplFindDlgCtrlWindow()
370 nFormEnd = i; in ImplFindDlgCtrlWindow()
[all …]