Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx152 …ndow* ImplGetChildWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex, sal_Bool bTestEnable ) in ImplGetChildWindow() argument
158 if ( bTestEnable ) in ImplGetChildWindow()
186 …indow* ImplGetNextWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex, sal_Bool bTestEnable ) in ImplGetNextWindow() argument
188 Window* pWindow = ImplGetChildWindow( pParent, n+1, nIndex, bTestEnable ); in ImplGetNextWindow()
192 pWindow = ImplGetChildWindow( pParent, n, nIndex, bTestEnable ); in ImplGetNextWindow()

Completed in 15 milliseconds