/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | Fetc.cxx | 43 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 D | Fetc.hxx | 55 …= TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect = DVASPECT_CONTENT, LONG lindex = -1 ); 76 void setLindex( LONG lindex );
|
H A D | XTDataObject.cxx | 637 if ( lpFormatEtc->lindex != -1 ) in validateFormatEtc()
|
/aoo4110/main/embedserv/source/inprocserv/ |
H A D | advisesink.cxx | 76 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 D | inprocembobj.h | 159 …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 D | inprocembobj.cxx | 1513 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()
|
/aoo4110/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 343 petcDest->lindex = petcSrc->lindex; 389 ( pFetcLhs->lindex != pFetcRhs->lindex ) ||
|
/aoo4110/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 92 formatETC.lindex = -1; in ThreadProc() 331 formatETC.lindex = -1; in PasteClipboardData2()
|
/aoo4110/main/dtrans/source/win32/workbench/ |
H A D | XTDo.cxx | 353 rgelt->lindex = -1; in Next()
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 392 rgelt->lindex = -1; in Next()
|
H A D | cbcpytest.cxx | 362 fetc.lindex = -1; in PasteData()
|
/aoo4110/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 114 …STDMETHOD(DoVerb) ( LONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndPa…
|
/aoo4110/main/filter/source/t602/ |
H A D | t602filter.cxx | 534 case lindex : style = "T11";break; in wrtfnt() 795 case 0x16 : setfnt(lindex,false); break; in Read602()
|
H A D | t602filter.hxx | 52 lindex, // lower index enumerator
|