Searched refs:lpRect (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 103 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 D | docholder.cxx | 207 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()
|
/aoo41x/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 107 LPRECT lpRect, HWND hWndClipTo, 109 virtual void AdjustRect(int nHandle, LPRECT lpRect); 129 virtual int GetHandleSize(LPRECT lpRect = NULL) const;
|
H A D | docholder.hxx | 177 void OnPosRectChanged(LPRECT lpRect) const;
|
/aoo41x/main/vcl/win/source/app/ |
H A D | salinfo.cxx | 57 LPRECT lpRect, in ImplEnumMonitorProc() argument 63 reinterpret_cast<sal_IntPtr>(lpRect) ); in ImplEnumMonitorProc()
|
/aoo41x/main/sal/inc/systools/win32/ |
H A D | user9x.h | 152 LPRECT lpRect, // formatting dimensions
|
Completed in 31 milliseconds