Lines Matching refs:nSet
760 sal_uInt16 nSet = GetItemId( nLine ); in InsertWindow_Impl() local
761 InsertItem( pDockWin->GetType(), pDockWin, nWinSize, nPos, nSet, nItemBits ); in InsertWindow_Impl()
844 sal_uInt16 nSet = GetSet( pDockWin->GetType() ); in RemoveWindow() local
848 if ( GetItemCount( nSet ) == 1 && GetItemCount( 0 ) == 1 ) in RemoveWindow()
892 if ( nSet && !GetItemCount( nSet ) ) in RemoveWindow()
893 RemoveItem( nSet ); in RemoveWindow()
910 sal_uInt16 nSet = GetSet ( pWindow->GetType() ); in GetWindowPos() local
911 if ( nSet == SPLITWINDOW_ITEM_NOTFOUND ) in GetWindowPos()
914 rPos = GetItemPos( pWindow->GetType(), nSet ); in GetWindowPos()
915 rLine = GetItemPos( nSet ); in GetWindowPos()
935 sal_uInt16 nSet = GetSet ( nId ); in GetWindowPos() local
936 rPos = GetItemPos( nId, nSet ); in GetWindowPos()
937 rLine = GetItemPos( nSet ); in GetWindowPos()