Lines Matching refs:nSetId

2865 							  sal_uInt16 nPos, sal_uInt16 nSetId,  in InsertItem()  argument
2870 DBG_ASSERT( ImplFindSet( mpMainSet, nSetId ), "SplitWindow::InsertItem() - Set not exists" ); in InsertItem()
2878 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in InsertItem()
2934 sal_uInt16 nPos, sal_uInt16 nSetId, in InsertItem() argument
2937 InsertItem( nId, NULL, nSize, nPos, nSetId, nBits ); in InsertItem()
3086 void SplitWindow::SetBaseSet( sal_uInt16 nSetId ) in SetBaseSet() argument
3088 mpBaseSet = ImplFindSet( mpMainSet, nSetId ); in SetBaseSet()
3100 void SplitWindow::SetSplitSize( sal_uInt16 nSetId, long nSplitSize, in SetSplitSize() argument
3103 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetSplitSize()
3116 long SplitWindow::GetSplitSize( sal_uInt16 nSetId ) const in GetSplitSize()
3118 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetSplitSize()
3127 void SplitWindow::SetItemBackground( sal_uInt16 nSetId ) in SetItemBackground() argument
3130 SetItemBackground( nSetId, aWall ); in SetItemBackground()
3135 void SplitWindow::SetItemBackground( sal_uInt16 nSetId, const Wallpaper& rWallpaper ) in SetItemBackground() argument
3137 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetItemBackground()
3175 Wallpaper SplitWindow::GetItemBackground( sal_uInt16 nSetId ) const in GetItemBackground()
3177 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetItemBackground()
3190 sal_Bool SplitWindow::IsItemBackground( sal_uInt16 nSetId ) const in IsItemBackground()
3192 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in IsItemBackground()
3202 void SplitWindow::SetItemBitmap( sal_uInt16 nSetId, const Bitmap& rBitmap ) in SetItemBitmap() argument
3204 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetItemBitmap()
3242 Bitmap SplitWindow::GetItemBitmap( sal_uInt16 nSetId ) const in GetItemBitmap()
3244 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetItemBitmap()
3718 sal_uInt16 SplitWindow::GetItemPos( sal_uInt16 nId, sal_uInt16 nSetId ) const in GetItemPos()
3720 ImplSplitSet* pSet = ImplFindSet( mpBaseSet, nSetId ); in GetItemPos()
3740 sal_uInt16 SplitWindow::GetItemId( sal_uInt16 nPos, sal_uInt16 nSetId ) const in GetItemId()
3742 ImplSplitSet* pSet = ImplFindSet( mpBaseSet, nSetId ); in GetItemId()
3751 sal_uInt16 SplitWindow::GetItemCount( sal_uInt16 nSetId ) const in GetItemCount()
3753 ImplSplitSet* pSet = ImplFindSet( mpBaseSet, nSetId ); in GetItemCount()