Lines Matching refs:nSId
83 sal_uInt16 nSId = rReq.GetSlot(); in FuTemp03() local
84 switch( nSId ) in FuTemp03()
661 sal_uInt16 DrawViewShell::GetIdBySubId( sal_uInt16 nSId ) in GetIdBySubId() argument
664 switch( nSId ) in GetIdBySubId()
861 void DrawViewShell::MapSlot( sal_uInt16 nSId ) in MapSlot() argument
863 sal_uInt16 nMappedSId = GetIdBySubId( nSId ); in MapSlot()
868 mpSlotArray[ nID ] = nSId; in MapSlot()
909 sal_uInt16 DrawViewShell::GetMappedSlot( sal_uInt16 nSId ) in GetMappedSlot() argument
912 sal_uInt16 nId = GetArrayId( nSId ); in GetMappedSlot()
920 if( nSId == nSlot ) in GetMappedSlot()
932 sal_uInt16 DrawViewShell::GetArrayId( sal_uInt16 nSId ) in GetArrayId() argument
936 if( mpSlotArray[ i ] == nSId ) in GetArrayId()