Lines Matching refs:DdeData
78 DdeData* pData; in SV_IMPL_VARARR()
279 pData = new DdeData( aRes ); in SV_IMPL_VARARR()
285 DdeData::GetInternalFormat( nCbType ) ); in SV_IMPL_VARARR()
287 pData = pTopic->Get( DdeData::GetInternalFormat( nCbType )); in SV_IMPL_VARARR()
294 DdeData::GetExternalFormat( in SV_IMPL_VARARR()
303 DdeData d; in SV_IMPL_VARARR()
305 d.pImp->nFmt = DdeData::GetInternalFormat( nCbType ); in SV_IMPL_VARARR()
355 DdeData aExec; in SV_IMPL_VARARR()
357 aExec.pImp->nFmt = DdeData::GetInternalFormat( nCbType ); in SV_IMPL_VARARR()
593 return HasCbFormat( (sal_uInt16)DdeData::GetExternalFormat( nFmt )); in HasFormat()
600 nFmt = DdeData::GetExternalFormat( nFmt ); in AddFormat()
609 aFormats.Remove( DdeData::GetExternalFormat( nFmt ) ); in RemoveFormat()
740 DdeData* __EXPORT DdeTopic::Get( sal_uLong nFmt ) in Get()
743 return (DdeData*)aGetLink.Call( (void*)nFmt ); in Get()
750 sal_Bool __EXPORT DdeTopic::Put( const DdeData* r ) in Put()
943 DdeData* DdeGetPutItem::Get( sal_uLong ) in Get()
950 sal_Bool DdeGetPutItem::Put( const DdeData* ) in Put() argument