Home
last modified time | relevance | path

Searched refs:RECT (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx53 { offsetof(RECT, left), offsetof(RECT, top), 0, 0, 0, 0, 1, 3 },
54 { offsetof(RECT, right), offsetof(RECT, top), 0, 0, -1, 0, 0, 2 },
55 { offsetof(RECT, right), offsetof(RECT, bottom), 0, 0, -1, -1, 3, 1 },
56 { offsetof(RECT, left), offsetof(RECT, bottom), 0, 0, 0, -1, 2, 0 },
59 { offsetof(RECT, left), offsetof(RECT, top), 1, 0, 0, 0, 4, 6 },
60 { offsetof(RECT, right), offsetof(RECT, top), 0, 1, -1, 0, 7, 5 },
62 { offsetof(RECT, left), offsetof(RECT, top), 0, 1, 0, 0, 5, 7 }
288 RECT rectTrue; in HitTest()
391 RECT rectOld; in TrackHandle()
678 RECT rect; in GetHandleRect()
[all …]
H A Dsyswinwrapper.cxx291 RECT rc; in RectsSet()
292 RECT rcPos; in RectsSet()
314 RECT newRC; in RectsSet()
427 RECT aRect = phw->m_aTracker.m_rect; in HatchWndProc()
H A Ddocholder.cxx240 RECT rcPos; in InPlaceActivate()
241 RECT rcClip; in InPlaceActivate()
1220 HRESULT DocumentHolder::GetDocumentBorder( RECT *pRect ) in GetDocumentBorder()
1318 RECT wi; in SetContRects()
1403 RECT wi; in getContainerWindow()
1469 RECT aRect; in setDockingAreaSpace()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx84 …ground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClipRec…
348 RECT rcContent; in ImplDrawTheme()
362 RECT rc; in ImplGetThemeRect()
576 RECT rect; in ImplDrawNativeControl()
601 RECT rect; in ImplDrawNativeControl()
911 RECT aProgressRect = rc; in ImplDrawNativeControl()
932 RECT aTRect = rc; in ImplDrawNativeControl()
947 RECT aThumbRect; in ImplDrawNativeControl()
986 RECT aGutterRC = rc; in ImplDrawNativeControl()
1006 RECT aBGRect = rc; in ImplDrawNativeControl()
[all …]
H A Dsalgdi2.cxx103 void ImplCalcOutSideRgn( const RECT& rSrcRect, in ImplCalcOutSideRgn()
162 RECT aSrcRect; in copyArea()
163 RECT aClipRect; in copyArea()
164 RECT aTempRect; in copyArea()
165 RECT aTempRect2; in copyArea()
190 RECT theScreen; in copyArea()
201 RECT aTempRect3 = aSrcRect; in copyArea()
769 RECT aRect; in invert()
H A Dsalgdi.cxx827 RECT aRect; in GetGraphicsWidth()
947 ULONG nRectBufSize = sizeof(RECT)*aRectangles.size(); in setClipRegion()
951 … mpStdClipRgnData = (RGNDATA*)new BYTE[sizeof(RGNDATA)-1+(SAL_CLIPRECT_COUNT*sizeof(RECT))]; in setClipRegion()
960 RECT* pBoundRect = &(mpClipRgnData->rdh.rcBound); in setClipRegion()
962 RECT* pNextClipRect = (RECT*)(&(mpClipRgnData->Buffer)); in setClipRegion()
1015 mpClipRgnData->rdh.nRgnSize -= sizeof( RECT ); in setClipRegion()
1028 RECT* pRect = &(mpClipRgnData->rdh.rcBound); in setClipRegion()
1044 RECT* pRect = (RECT*) mpClipRgnData->Buffer; in setClipRegion()
1410 RECT aWinRect; in drawRect()
1803 RECT* pRect = &(mpClipRgnData->rdh.rcBound); in drawEPS()
/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx103 sal_uInt32 _getWidthRect( const RECT& aRect ) in _getWidthRect()
113 sal_uInt32 _getHeightRect( const RECT& aRect ) in _getHeightRect()
126 RECT rect; in _calcULCorner()
148 RECT rect; in _pictureSizeFitsWindowSize()
171 RECT rect; in _scalePictureSize()
330 RECT rect; in getSize()
371 RECT rect; in getPos()
469 RECT rcPrevWnd; in onPaint()
H A Dpreviewadapter.cxx228 RECT rcFlb; in calcRightMargin()
231 RECT rcFileDlg; in calcRightMargin()
283 RECT rcFlbNew; in rearrangeLayout()
286 RECT rcFileDlg; in rearrangeLayout()
468 RECT rcStc1; in notifyParentWindowPosChanged()
471 RECT rcCmb2; in notifyParentWindowPosChanged()
H A Ddibpreview.cxx159 RECT rect; in getAvailableWidth()
176 RECT rect; in getAvailableHeight()
283 RECT rc; in onPaint()
321 RECT rc; in onPaint()
H A DWinFileOpenImpl.cxx712 RECT rcOkButton; in EnlargeStdControlLabels()
718 RECT rcFileNameBox; in EnlargeStdControlLabels()
729 RECT rcFilterBox; in EnlargeStdControlLabels()
739 RECT rcFilterBoxLabel; in EnlargeStdControlLabels()
748 RECT rcFileNameBoxLabel; in EnlargeStdControlLabels()
H A Dhelppopupwindow.cxx242 RECT rect; in adjustWindowSize()
314 RECT rc; in onPaint()
315 RECT rect; in onPaint()
H A Ddialogcustomcontrols.cxx63 RECT rcBuddy; in AlignToBuddy()
75 RECT rcMe; in AlignToBuddy()
H A DFileOpenDlg.cxx658 RECT rcPar; in centerPositionToParent()
661 RECT rcDlg; in centerPositionToParent()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx91 RECT m_rect; // current position (always in pixels)
110 virtual void OnChangedRect(const RECT& rectOld);
119 RECT m_rectLast;
126 void GetHandleRect(int nHandle,RECT* pHandleRect) const;
155 RECT m_rcPos;
156 RECT m_rcClip;
H A Ddocholder.hxx73 RECT m_aBorder;
191 HRESULT GetDocumentBorder( RECT *pRect );
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx212 RECT aRect; in ImplSaveFrameState()
240 void ImplSalGetWorkArea( HWND hWnd, RECT *pRect, const RECT *pParentRect ) in ImplSalGetWorkArea()
579 RECT aRect; in ImplSalCreateFrame()
1535 RECT aRect; in SetPosSize()
1822 RECT aRect; in GetWorkArea()
1854 RECT aRect; in SetWindowState()
3140 RECT aRect; in SnapShot()
4133 RECT* pRect = new RECT; in ImplHandlePaintMsg()
4197 RECT aRect; in SetMaximizedFrameGeometry()
4216 RECT aRect; in UpdateFrameGeometry()
[all …]
H A Dsalobj.cxx722 sal_uLong nRectBufSize = sizeof(RECT)*nRectCount; in BeginSetClipRegion()
726 mpStdClipRgnData = (RGNDATA*)new BYTE[sizeof(RGNDATA)-1+(SAL_CLIPRECT_COUNT*sizeof(RECT))]; in BeginSetClipRegion()
736 mpNextClipRect = (RECT*)(&(mpClipRgnData->Buffer)); in BeginSetClipRegion()
744 RECT* pRect = mpNextClipRect; in UnionClipRegion()
745 RECT* pBoundRect = &(mpClipRgnData->rdh.rcBound); in UnionClipRegion()
788 RECT* pRect = &(mpClipRgnData->rdh.rcBound); in EndSetClipRegion()
/trunk/main/dtrans/test/win32/dnd/
H A DdndTest.cxx118 RECT pos1={0,0,300,200}; in doTest()
121 RECT pos2={ 0, 205, 300, 405}; in doTest()
125 RECT pos3={300,0,600,200}; in doTest()
128 RECT pos4={ 300, 205, 600, 405}; in doTest()
158 RECT pos={0, 406, 300, 605}; in MTAFunc()
H A Datlwindow.hxx62 RECT rcPos= {0,0,200,200}; in AWindow()
65 AWindow(LPCTSTR strName, RECT pos, BOOL mta=FALSE): m_isMTA( mta) in AWindow()
/trunk/main/vcl/inc/win/
H A Dsalframe.h56 RECT maFullScreenRect; // fullscreen rect
85 RECT* mpNextClipRect;
143 void ImplSalGetWorkArea( HWND hWnd, RECT *pRect, const RECT *pParentRect );
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx67 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd );
237 RECT rt; in WndProc()
312 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd ) in ShowAvailableClipboardFormats()
/trunk/main/offapi/com/sun/star/drawing/
H A DDashStyle.idl40 // DocMerge from xml: value com::sun::star::drawing::DashStyle::RECT
43 RECT,
/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx132 RECT aWorkRect; in initMonitors()
197 RECT aWorkRect; in initMonitors()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1153 RECT m_rcPos; // position in pixels
1208 HWND Create(HWND hWndParent, RECT& /*rcPos*/, LPARAM dwInitParam = NULL)
1357 -_declspec(selectany) RECT CWindow::rcDefault = { CW_USEDEFAULT, CW_USEDEFAULT, 0, 0 };
1359 +RECT CWindow::rcDefault = { CW_USEDEFAULT, CW_USEDEFAULT, 0, 0 };
1497 HWND Create(HWND hWndParent, RECT& rcPos, LPCTSTR szWindowName = NULL,
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx334 RECT gdiRectFromB2IRect( const ::basegfx::B2IRange& rRect ) in gdiRectFromB2IRect()
336 RECT aRect = {rRect.getMinX(), in gdiRectFromB2IRect()

Completed in 127 milliseconds

123