Lines Matching refs:nLine

489 	short nLine = -1;    	// damit erstes Fenster nLine auf 0 hochsetzen kann  in InsertWindow()  local
518 nLine = (short) nL; in InsertWindow()
545 nLine++; in InsertWindow()
557 nLine++; in InsertWindow()
566 InsertWindow_Impl( pFoundDock, rSize, nLine, nPos, bNewLine ); in InsertWindow()
609 sal_uInt16 nLine, sal_uInt16 nPos, sal_Bool bNewLine) in MoveWindow() argument
621 if ( nLine > nL && GetItemCount( GetItemId( nL, 0 ) ) == 1 ) in MoveWindow()
625 nLine--; in MoveWindow()
634 InsertWindow( pDockWin, rSize, nLine, nPos, bNewLine ); in MoveWindow()
640 sal_uInt16 nLine, sal_uInt16 nPos, sal_Bool bNewLine) in InsertWindow() argument
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()
698 InsertWindow_Impl( pDock, rSize, nLine, nPos, bNewLine ); in InsertWindow()
706 sal_uInt16 nLine, sal_uInt16 nPos, sal_Bool bNewLine) in InsertWindow_Impl() argument
735 if ( bNewLine || nLine == GetItemCount( 0 ) ) in InsertWindow_Impl()
751 InsertItem( nId, nSetSize, nLine, 0, nBits ); in InsertWindow_Impl()
760 sal_uInt16 nSet = GetItemId( nLine ); in InsertWindow_Impl()
955 long SfxSplitWindow::GetLineSize( sal_uInt16 nLine ) const in GetLineSize()
962 sal_uInt16 nId = GetItemId( nLine ); in GetLineSize()
968 sal_uInt16 SfxSplitWindow::GetWindowCount( sal_uInt16 nLine ) const in GetWindowCount()
975 sal_uInt16 nId = GetItemId( nLine ); in GetWindowCount()