Lines Matching refs:nIndex

76 static Window* ImplGetSubChildWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex )  in ImplGetSubChildWindow()  argument
94 pFoundWindow = ImplGetSubChildWindow( pTabPage, n, nIndex ); in ImplGetSubChildWindow()
129 pFoundWindow = ImplGetSubChildWindow( pWindow, n, nIndex ); in ImplGetSubChildWindow()
132 if ( n == nIndex ) in ImplGetSubChildWindow()
134 nIndex++; in ImplGetSubChildWindow()
146 nIndex--; in ImplGetSubChildWindow()
152 static Window* ImplGetChildWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex, sal_Bool bTes… in ImplGetChildWindow() argument
156 nIndex = 0; in ImplGetChildWindow()
157 Window* pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
160 sal_uInt16 n2 = nIndex; in ImplGetChildWindow()
163 n2 = nIndex+1; in ImplGetChildWindow()
164 nIndex = 0; in ImplGetChildWindow()
165 pWindow = ImplGetSubChildWindow( pParent, n2, nIndex ); in ImplGetChildWindow()
166 if ( nIndex < n2 ) in ImplGetChildWindow()
170 if ( (nIndex < n2) && n ) in ImplGetChildWindow()
175 nIndex = 0; in ImplGetChildWindow()
176 pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
186 static Window* ImplGetNextWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex, sal_Bool bTest… in ImplGetNextWindow() argument
188 Window* pWindow = ImplGetChildWindow( pParent, n+1, nIndex, bTestEnable ); in ImplGetNextWindow()
189 if ( n == nIndex ) in ImplGetNextWindow()
192 pWindow = ImplGetChildWindow( pParent, n, nIndex, bTestEnable ); in ImplGetNextWindow()
199 Window* Window::ImplGetDlgWindow( sal_uInt16 nIndex, sal_uInt16 nType, in ImplGetDlgWindow() argument
203 DBG_ASSERT( (nIndex >= nFormStart) && (nIndex <= nFormEnd), in ImplGetDlgWindow()
213 i = nIndex; in ImplGetDlgWindow()
226 while ( i != nIndex ); in ImplGetDlgWindow()
230 i = nIndex; in ImplGetDlgWindow()
540 sal_uInt16 nIndex; in ImplDlgCtrl() local
552 nIndex, nFormStart, nFormEnd ); in ImplDlgCtrl()
555 i = nIndex; in ImplDlgCtrl()
701 if ( iTemp <= nIndex ) in ImplDlgCtrl()
707 if ( (iTemp > nIndex) && !pFormularFirstWindow ) in ImplDlgCtrl()
927 sal_uInt16 nIndex; in ImplDlgCtrlNextWindow() local
944 nIndex, nFormStart, nFormEnd ); in ImplDlgCtrlNextWindow()
948 …Window* pWindow = pDlgCtrlParent->ImplGetDlgWindow( nIndex, DLGWINDOW_NEXT, nFormStart, nFormEnd ); in ImplDlgCtrlNextWindow()
1029 sal_uInt16 nIndex; in ImplFindDlgCtrlWindow() local
1034 return ::ImplFindDlgCtrlWindow( this, pWindow, nIndex, nFormStart, nFormEnd ); in ImplFindDlgCtrlWindow()
1082 sal_uInt16 nIndex=0, nFormStart=0, nFormEnd=0; in ImplGetLabelFor() local
1085 nIndex, in ImplGetLabelFor()
1092 nIndex, in ImplGetLabelFor()
1102 while( nIndex < nFormEnd ) in ImplGetLabelFor()
1104 nIndex++; in ImplGetLabelFor()
1106 nIndex, in ImplGetLabelFor()
1107 nIndex, in ImplGetLabelFor()
1177 sal_uInt16 nIndex, nFormStart, nFormEnd; in ImplGetLabeledBy() local
1180 nIndex, in ImplGetLabeledBy()
1183 if( pSWindow && nIndex != nFormStart ) in ImplGetLabeledBy()
1190 nFormStart = nIndex-1; in ImplGetLabeledBy()
1192 for( sal_uInt16 nSearchIndex = nIndex-1; nSearchIndex >= nFormStart; nSearchIndex-- ) in ImplGetLabeledBy()
1274 sal_uInt16 nIndex, nFormStart, nFormEnd; in GetAccessibleRelationMemberOf() local
1277 nIndex, in GetAccessibleRelationMemberOf()
1280 if( pSWindow && nIndex != nFormStart ) in GetAccessibleRelationMemberOf()
1287 nFormStart = nIndex-1; in GetAccessibleRelationMemberOf()
1289 for( sal_uInt16 nSearchIndex = nIndex-1; nSearchIndex >= nFormStart; nSearchIndex-- ) in GetAccessibleRelationMemberOf()