Searched refs:LPRECT (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 38 void TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo); 97 void GetTrueRect(LPRECT lpTrueRect) const; 107 LPRECT lpRect, HWND hWndClipTo, 109 virtual void AdjustRect(int nHandle, LPRECT lpRect); 129 virtual int GetHandleSize(LPRECT lpRect = NULL) const; 167 void RectsSet(LPRECT, LPRECT);
|
H A D | docholder.hxx | 177 void OnPosRectChanged(LPRECT lpRect) const;
|
/aoo42x/main/embedserv/source/embed/ |
H A D | docholder.cxx | 1321 m_pIOleIPFrame->GetBorder((LPRECT)&wi); in SetContRects() 1344 ((LPRECT)aRect)->left -= m_aBorder.left; in SetObjectRects() 1345 ((LPRECT)aRect)->right += m_aBorder.right; in SetObjectRects() 1346 ((LPRECT)aRect)->top -= m_aBorder.top; in SetObjectRects() 1347 ((LPRECT)aRect)->bottom += m_aBorder.bottom; in SetObjectRects() 1348 ((LPRECT)aClip)->left -= m_aBorder.left; in SetObjectRects() 1349 ((LPRECT)aClip)->right += m_aBorder.right; in SetObjectRects() 1350 ((LPRECT)aClip)->top -= m_aBorder.top; in SetObjectRects() 1354 m_pCHatchWin->RectsSet((LPRECT)aRect, (LPRECT)aClip); in SetObjectRects() 1443 SetRect((LPRECT)&bw, in requestDockingAreaSpace() [all …]
|
H A D | tracker.cxx | 103 HDC hDC,LPRECT lpRect,SIZE size, in DrawDragRect() 104 LPRECT lpRectLast,SIZE sizeLast, in DrawDragRect() 175 void winwrap::TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo) in TransformRect() 190 void NormalizeRect(LPRECT rp) in NormalizeRect() 490 void Tracker::AdjustRect(int nHandle, LPRECT) in AdjustRect() argument 526 LPRECT lpRect,HWND pWndClipTo,HDC pDC,HWND pWnd) in DrawTrackerRect() 693 int Tracker::GetHandleSize(LPRECT lpRect) const in GetHandleSize() 696 lpRect = (LPRECT)&m_rect; in GetHandleSize() 723 void Tracker::GetTrueRect(LPRECT lpTrueRect) const in GetTrueRect()
|
H A D | syswinwrapper.cxx | 56 void DrawShading(LPRECT prc, HDC hDC, UINT cWidth); 289 void CHatchWin::RectsSet(LPRECT prcPos, LPRECT prcClip) in RectsSet()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | helppopupwindow.hxx | 103 void SAL_CALL calcWindowRect( LPRECT lprect );
|
H A D | helppopupwindow.cxx | 190 void SAL_CALL CHelpPopupWindow::calcWindowRect( LPRECT lprect ) in calcWindowRect()
|
/aoo42x/main/sal/inc/systools/win32/ |
H A D | user9x.h | 152 LPRECT lpRect, // formatting dimensions
|
/aoo42x/main/vcl/win/source/app/ |
H A D | salinfo.cxx | 57 LPRECT lpRect, in ImplEnumMonitorProc()
|
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 172 DEFINE_UNICOWS_THUNK( user32, int, WINAPI, DrawTextExW, (HDC,LPWSTR,int,LPRECT,UINT,LPDRAWTEXTPARAM… 173 DEFINE_UNICOWS_THUNK( user32, int, WINAPI, DrawTextW, (HDC,LPCWSTR,int,LPRECT,UINT) )
|
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 779 static BOOL ScreenToClientRect( HWND hwnd, LPRECT lprc ) in ScreenToClientRect()
|
Completed in 68 milliseconds