Lines Matching refs:nFmt
295 pData->pImp->nFmt ), in SV_IMPL_VARARR()
305 d.pImp->nFmt = DdeData::GetInternalFormat( nCbType ); in SV_IMPL_VARARR()
357 aExec.pImp->nFmt = DdeData::GetInternalFormat( nCbType ); in SV_IMPL_VARARR()
584 sal_Bool DdeService::HasCbFormat( sal_uInt16 nFmt ) in HasCbFormat() argument
586 return sal_Bool( aFormats.GetPos( nFmt ) != LIST_ENTRY_NOTFOUND ); in HasCbFormat()
591 sal_Bool DdeService::HasFormat( sal_uLong nFmt ) in HasFormat() argument
593 return HasCbFormat( (sal_uInt16)DdeData::GetExternalFormat( nFmt )); in HasFormat()
598 void DdeService::AddFormat( sal_uLong nFmt ) in AddFormat() argument
600 nFmt = DdeData::GetExternalFormat( nFmt ); in AddFormat()
601 aFormats.Remove( nFmt ); in AddFormat()
602 aFormats.Insert( nFmt ); in AddFormat()
607 void DdeService::RemoveFormat( sal_uLong nFmt ) in RemoveFormat() argument
609 aFormats.Remove( DdeData::GetExternalFormat( nFmt ) ); in RemoveFormat()
740 DdeData* __EXPORT DdeTopic::Get( sal_uLong nFmt ) in Get() argument
743 return (DdeData*)aGetLink.Call( (void*)nFmt ); in Get()