Home
last modified time | relevance | path

Searched refs:nFormStart (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()
216 if ( i > nFormStart ) in ImplGetDlgWindow()
241 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
242 pWindow = ImplGetChildWindow( this, nFormStart, i, sal_True ); in ImplGetDlgWindow()
245 pWindow = ImplGetChildWindow( this, nFormStart, i, sal_True ); in ImplGetDlgWindow()
264 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
265 pWindow = ImplGetChildWindow( this, nFormStart, i, sal_True ); in ImplGetDlgWindow()
313 sal_uInt16 nFormStart = 0; in ImplFindDlgCtrlWindow() local
328 nFormStart = i; in ImplFindDlgCtrlWindow()
[all …]