Home
last modified time | relevance | path

Searched refs:lindex (Results 1 – 14 of 14) sorted by relevance

/trunk/main/dtrans/source/win32/dtobj/
H A DFetc.cxx43 m_FormatEtc.lindex = -1; in CFormatEtc()
69 …rmatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG lindex ) in CFormatEtc() argument
74 m_FormatEtc.lindex = lindex; in CFormatEtc()
87 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in CFormatEtc()
104 m_FormatEtc.lindex = theOther.m_FormatEtc.lindex; in operator =()
189 return m_FormatEtc.lindex; in getLindex()
233 void CFormatEtc::setLindex( LONG lindex ) in setLindex() argument
235 m_FormatEtc.lindex = lindex; in setLindex()
H A DFetc.hxx54 …= TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect = DVASPECT_CONTENT, LONG lindex = -1 );
75 void setLindex( LONG lindex );
H A DXTDataObject.cxx637 if ( lpFormatEtc->lindex != -1 ) in validateFormatEtc()
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx76 m_pFormatEtc->lindex = pFormatEtc->lindex; in OleWrapperAdviseSink()
143 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
148 m_pListener->OnViewChange( dwAspect, lindex ); in STDMETHODIMP_()
H A Dinprocembobj.h159 …STDMETHOD(DoVerb) ( LONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndPa…
209 …STDMETHOD(Draw)( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd, HDC hdcTarg…
210 …STDMETHOD(GetColorSet)( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd, HDC …
211 STDMETHOD(Freeze)( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWORD *pdwFreeze);
215 STDMETHOD(GetExtent)( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel);
H A Dinprocembobj.cxx1513 STDMETHODIMP InprocEmbedDocument_Impl::Draw( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTAR… in Draw() argument
1523 …return pIViewObject->Draw( dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds,… in Draw()
1530 STDMETHODIMP InprocEmbedDocument_Impl::GetColorSet( DWORD dwDrawAspect, LONG lindex, void *pvAspect… in GetColorSet() argument
1540 … return pIViewObject->GetColorSet( dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet ); in GetColorSet()
1547 STDMETHODIMP InprocEmbedDocument_Impl::Freeze( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWO… in Freeze() argument
1557 return pIViewObject->Freeze( dwDrawAspect, lindex, pvAspect, pdwFreeze ); in Freeze()
1639 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *… in GetExtent() argument
1649 return pIViewObject2->GetExtent( dwDrawAspect, lindex, ptd, lpsizel ); in GetExtent()
/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx343 petcDest->lindex = petcSrc->lindex;
389 ( pFetcLhs->lindex != pFetcRhs->lindex ) ||
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx92 formatETC.lindex = -1; in ThreadProc()
331 formatETC.lindex = -1; in PasteClipboardData2()
/trunk/main/dtrans/source/win32/workbench/
H A DXTDo.cxx353 rgelt->lindex = -1; in Next()
/trunk/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx392 rgelt->lindex = -1; in Next()
H A Dcbcpytest.cxx362 fetc.lindex = -1; in PasteData()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx534 case lindex : style = "T11";break; in wrtfnt()
795 case 0x16 : setfnt(lindex,false); break; in Read602()
H A Dt602filter.hxx52 lindex, // lower index enumerator
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx114 …STDMETHOD(DoVerb) ( LONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndPa…

Completed in 66 milliseconds