Home
last modified time | relevance | path

Searched refs:lpRect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx103 HDC hDC,LPRECT lpRect,SIZE size, in DrawDragRect() argument
110 rgnOutside = CreateRectRgnIndirect(lpRect); in DrawDragRect()
111 RECT rect = *lpRect; in DrawDragRect()
113 IntersectRect(&rect,&rect,lpRect); in DrawDragRect()
526 LPRECT lpRect,HWND pWndClipTo,HDC pDC,HWND pWnd) in DrawTrackerRect() argument
529 RECT rect = *lpRect; in DrawTrackerRect()
693 int Tracker::GetHandleSize(LPRECT lpRect) const in GetHandleSize()
695 if (lpRect == NULL) in GetHandleSize()
696 lpRect = (LPRECT)&m_rect; in GetHandleSize()
702 int sizeMax = min(abs(lpRect->right - lpRect->left), in GetHandleSize()
[all …]
H A Ddocholder.cxx207 void DocumentHolder::OnPosRectChanged(LPRECT lpRect) const in OnPosRectChanged()
209 lpRect->left += m_aBorder.left; in OnPosRectChanged()
210 lpRect->right -= m_aBorder.right; in OnPosRectChanged()
211 lpRect->top += m_aBorder.top; in OnPosRectChanged()
212 lpRect->bottom -= m_aBorder.bottom; in OnPosRectChanged()
214 m_pIOleIPSite->OnPosRectChange(lpRect); in OnPosRectChanged()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx107 LPRECT lpRect, HWND hWndClipTo,
109 virtual void AdjustRect(int nHandle, LPRECT lpRect);
129 virtual int GetHandleSize(LPRECT lpRect = NULL) const;
H A Ddocholder.hxx177 void OnPosRectChanged(LPRECT lpRect) const;
/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx57 LPRECT lpRect, in ImplEnumMonitorProc() argument
63 reinterpret_cast<sal_IntPtr>(lpRect) ); in ImplEnumMonitorProc()
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h152 LPRECT lpRect, // formatting dimensions

Completed in 92 milliseconds