Home
last modified time | relevance | path

Searched refs:lpFetc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dtrans/source/win32/dtobj/
H A DXNotifyingDataObject.cxx111 STDMETHODIMP CXNotifyingDataObject::GetDataHere( LPFORMATETC lpFetc, LPSTGMEDIUM lpStgMedium ) in GetDataHere() argument
113 return m_aIDataObject->GetDataHere(lpFetc, lpStgMedium); in GetDataHere()
116 STDMETHODIMP CXNotifyingDataObject::GetCanonicalFormatEtc( LPFORMATETC lpFetc, LPFORMATETC lpCanoni… in GetCanonicalFormatEtc() argument
118 return m_aIDataObject->GetCanonicalFormatEtc(lpFetc, lpCanonicalFetc); in GetCanonicalFormatEtc()
121 STDMETHODIMP CXNotifyingDataObject::SetData( LPFORMATETC lpFetc, LPSTGMEDIUM lpStgMedium, BOOL bRel… in SetData() argument
123 return m_aIDataObject->SetData( lpFetc, lpStgMedium, bRelease ); in SetData()
127 LPFORMATETC lpFetc, DWORD advf, LPADVISESINK lpAdvSink, DWORD* pdwConnection ) in DAdvise() argument
129 return m_aIDataObject->DAdvise( lpFetc, advf, lpAdvSink, pdwConnection ); in DAdvise()
H A DFetcList.cxx138 sal_uInt32 SAL_CALL CFormatEtcContainer::nextFormatEtc( LPFORMATETC lpFetc, in nextFormatEtc() argument
141 OSL_ASSERT( lpFetc ); in nextFormatEtc()
142 OSL_ASSERT( !IsBadWritePtr( lpFetc, sizeof( FORMATETC ) * aNum ) ); in nextFormatEtc()
146 for ( sal_uInt32 i = 0; i < aNum; i++, nFetched++, lpFetc++, ++m_EnumIterator ) in nextFormatEtc()
150 CopyFormatEtc( lpFetc, *m_EnumIterator ); in nextFormatEtc()
H A DFetcList.hxx75 sal_uInt32 SAL_CALL nextFormatEtc( LPFORMATETC lpFetc, sal_uInt32 aNum = 1 );

Completed in 18 milliseconds