Lines Matching refs:nFndPos
257 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in SendDataChanged() local
258 if( USHRT_MAX != nFndPos ) in SendDataChanged()
259 pImpl->aArr.DeleteAndDestroy( nFndPos ); in SendDataChanged()
294 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in NotifyDataChanged() local
295 if( USHRT_MAX != nFndPos ) in NotifyDataChanged()
296 pImpl->aArr.DeleteAndDestroy( nFndPos ); in NotifyDataChanged()
334 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in DataChanged() local
335 if( USHRT_MAX != nFndPos ) in DataChanged()
336 pImpl->aArr.DeleteAndDestroy( nFndPos ); in DataChanged()
365 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in RemoveAllDataAdvise() local
366 if( USHRT_MAX != nFndPos ) in RemoveAllDataAdvise()
367 pImpl->aArr.DeleteAndDestroy( nFndPos ); in RemoveAllDataAdvise()
384 sal_uInt16 nFndPos = pImpl->aArr.GetPos( p ); in RemoveConnectAdvise() local
385 if( USHRT_MAX != nFndPos ) in RemoveConnectAdvise()
386 pImpl->aArr.DeleteAndDestroy( nFndPos ); in RemoveConnectAdvise()