Lines Matching refs:nL
490 sal_uInt16 nL; in InsertWindow() local
517 GetWindowPos( pDock->pWin, nL, nPos ); in InsertWindow()
518 nLine = (short) nL; in InsertWindow()
618 sal_uInt16 nL, nP; in MoveWindow() local
619 GetWindowPos( pDockWin, nL, nP ); in MoveWindow()
621 if ( nLine > nL && GetItemCount( GetItemId( nL, 0 ) ) == 1 ) in MoveWindow()
676 sal_uInt16 nL=0, nP=0; in InsertWindow() local
677 GetWindowPos( pD->pWin, nL, nP ); in InsertWindow()
679 if ( (nL == nLine && nP == nPos) || nL > nLine ) in InsertWindow()
681 DBG_ASSERT( nL == nLine || bNewLine || nPos > 0, "Falsche Parameter!" ); in InsertWindow()
682 if ( nL == nLine && nPos == 0 && !bNewLine ) in InsertWindow()