Lines Matching refs:nType

199 Window* Window::ImplGetDlgWindow( sal_uInt16 nIndex, sal_uInt16 nType,  in ImplGetDlgWindow()  argument
211 if ( nType == DLGWINDOW_PREV ) in ImplGetDlgWindow()
231 pWindow = ImplGetChildWindow( this, i, i, (nType == DLGWINDOW_FIRST) ); in ImplGetDlgWindow()
236 if ( nType == DLGWINDOW_NEXT ) in ImplGetDlgWindow()
277 if ( nType == DLGWINDOW_FIRST ) in ImplGetDlgWindow()
588 sal_uInt16 nType; in ImplDlgCtrl() local
594 nType = DLGWINDOW_PREV; in ImplDlgCtrl()
599 nType = DLGWINDOW_NEXT; in ImplDlgCtrl()
603 pTempWindow = ImplGetDlgWindow( i, nType, nFormStart, nFormEnd, &nNewIndex ); in ImplDlgCtrl()
609 if ( nType == DLGWINDOW_PREV ) in ImplDlgCtrl()
625 pTempWindow = ImplGetDlgWindow( i, nType, nFormStart, nFormEnd, &nNewIndex ); in ImplDlgCtrl()
678 sal_uInt16 nType; in ImplDlgCtrl() local
754 nType = DLGWINDOW_PREV; in ImplDlgCtrl()
759 nType = DLGWINDOW_NEXT; in ImplDlgCtrl()
762 … Window* pWindow = ImplGetDlgWindow( i, nType, nFormStart, nFormEnd, &nNewIndex ); in ImplDlgCtrl()
780 if ( nType == DLGWINDOW_PREV ) in ImplDlgCtrl()
1111 WindowType nType = pSWindow->GetType(); in ImplGetLabelFor() local
1112 if( nType != WINDOW_FIXEDTEXT && in ImplGetLabelFor()
1113 nType != WINDOW_FIXEDLINE && in ImplGetLabelFor()
1114 nType != WINDOW_GROUPBOX ) in ImplGetLabelFor()
1118 else if( bThisIsAGroupControl && ( nType == WINDOW_FIXEDTEXT ) ) in ImplGetLabelFor()
1201 WindowType nType = pSWindow->GetType(); in ImplGetLabeledBy() local
1202 if ( ( nType == WINDOW_FIXEDTEXT || in ImplGetLabeledBy()
1203 nType == WINDOW_FIXEDLINE || in ImplGetLabeledBy()
1204 nType == WINDOW_GROUPBOX ) ) in ImplGetLabeledBy()
1207 if ( ( nMyType != WINDOW_FIXEDTEXT ) || ( nType != WINDOW_FIXEDTEXT ) ) in ImplGetLabeledBy()