/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1029 mhRegion = CreateRectRgn( pRect->left, pRect->top, in setClipRegion() 1030 pRect->right, pRect->bottom ); in setClipRegion() 1045 … mhRegion = CreateRectRgn( pRect->left, pRect->top, pRect->right, pRect->bottom ); in setClipRegion() 1046 pRect++; in setClipRegion() 1050 … HRGN hRgn = CreateRectRgn( pRect->left, pRect->top, pRect->right, pRect->bottom ); in setClipRegion() 1806 aBuf.append( pRect->left ); in drawEPS() 1808 aBuf.append( pRect->top ); in drawEPS() 1810 aBuf.append( pRect->right ); in drawEPS() 1812 aBuf.append( pRect->top ); in drawEPS() 1814 aBuf.append( pRect->right ); in drawEPS() [all …]
|
H A D | salnativewidgets-luna.cxx | 63 …_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClip… 84 …ackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClip… 85 …ateId, LPCWSTR pszText, int iCharCount, DWORD dwTextFlags, DWORD dwTextFlags2, const RECT *pRect ); 141 …ackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClip… in DrawThemeBackground() argument 144 return (*lpfnDrawThemeBackground) (hTheme, hdc, iPartId, iStateId, pRect, pClipRect); in DrawThemeBackground() 151 …ThemeText) (hTheme, hdc, iPartId, iStateId, pszText, iCharCount, dwTextFlags, dwTextFlags2, pRect); in DrawThemeText() 378 int* pLunaPart, int *pLunaState, RECT *pRect ) in ImplConvertSpinbuttonValues() argument 429 pRect->left = rRect.Left(); in ImplConvertSpinbuttonValues() 430 pRect->right = rRect.Right()+1; in ImplConvertSpinbuttonValues() 431 pRect->top = rRect.Top(); in ImplConvertSpinbuttonValues() [all …]
|
/trunk/main/vcl/source/control/ |
H A D | scrbar.cxx | 582 if( pRect ) in ImplDrawNative() 584 if( pRect == &maThumbRect ) in ImplDrawNative() 586 else if( pRect == &maBtn1Rect ) in ImplDrawNative() 588 else if( pRect == &maBtn2Rect ) in ImplDrawNative() 623 if( pRect ) in ImplDrawNative() 625 if( pRect == &maPage1Rect ) in ImplDrawNative() 665 if( pRect ) in ImplDrawNative() 667 if( pRect == &maBtn1Rect ) in ImplDrawNative() 696 if( pRect ) in ImplDrawNative() 698 if( pRect == &maThumbRect ) in ImplDrawNative() [all …]
|
H A D | spinbtn.cxx | 519 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify() local 521 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify() 530 if( pRect ) in PreNotify() 532 SetClipRegion( *pRect ); in PreNotify() 533 Paint( *pRect ); in PreNotify()
|
H A D | spinfld.cxx | 918 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify() local 920 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify() 940 if( pRect ) in PreNotify() 942 SetClipRegion( *pRect ); in PreNotify() 943 Paint( *pRect ); in PreNotify()
|
/trunk/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 168 #define SHOWBOOKMARKS2( nAct, pRect ) argument 258 void ShowRedlines( const SwCrsrShell* pSh, int nAction, const SwRect* pRect = 0 ) in ShowRedlines() argument 283 case 3: (*ppRedRect)->Invalidate( *pRect ); break; in ShowRedlines() 294 #define SHOWREDLINES2( nAct, pRect ) ShowRedlines( GetShell(),nAct, pRect ); argument 299 #define SHOWREDLINES2( nAct, pRect ) argument 721 SwRect* pRect = (SwRect*)GetData(); in Invalidate() local 722 for( ; nSz--; ++pRect ) in Invalidate() 724 if( pRect->Right() == GetShell()->aOldRBPos.X() ) in Invalidate() 725 pRect->Right( pRect->Right() + nPixPtX ); in Invalidate() 726 if( pRect->Bottom() == GetShell()->aOldRBPos.Y() ) in Invalidate() [all …]
|
/trunk/main/embedserv/source/embed/ |
H A D | docholder.cxx | 1176 aRect[0] = pRect->left; 1177 aRect[1] = pRect->top; 1178 aRect[2] = pRect->right; 1179 aRect[3] = pRect->bottom; 1204 pRect->left = aRect[0]; 1205 pRect->top = aRect[1]; 1206 pRect->right = aRect[2]; 1207 pRect->bottom = aRect[3]; 1231 pRect->left = aRect[0]; in GetDocumentBorder() 1232 pRect->top = aRect[1]; in GetDocumentBorder() [all …]
|
H A D | iipaobj.cxx | 105 LPCRECT pRect,LPOLEINPLACEUIWINDOW,BOOL bFrame) in ResizeBorder() argument 112 return m_rDocHolder->SetContRects(pRect); in ResizeBorder()
|
/trunk/main/oox/source/export/ |
H A D | vmlexport.cxx | 125 UINT32 VMLExport::EnterGroup( const String& rShapeName, const Rectangle* pRect ) in EnterGroup() argument 138 if ( pRect ) in EnterGroup() 139 AddRectangleDimensions( aStyle, *pRect ); in EnterGroup() 145 if ( pRect && ( mnGroupLevel == 1 ) ) in EnterGroup() 148 OStringBuffer( 20 ).append( sal_Int32( pRect->Left() ) ) in EnterGroup() 149 .append( "," ).append( sal_Int32( pRect->Top() ) ) in EnterGroup() 153 … OStringBuffer( 20 ).append( sal_Int32( pRect->Right() ) - sal_Int32( pRect->Left() ) ) in EnterGroup() 154 .append( "," ).append( sal_Int32( pRect->Bottom() ) - sal_Int32( pRect->Top() ) ) in EnterGroup()
|
/trunk/main/vcl/win/source/window/ |
H A D | salobj.cxx | 744 RECT* pRect = mpNextClipRect; in UnionClipRegion() local 772 pRect->left = (int)nX; in UnionClipRegion() 773 pRect->top = (int)nY; in UnionClipRegion() 774 pRect->right = (int)nRight; in UnionClipRegion() 775 pRect->bottom = (int)nBottom; in UnionClipRegion() 788 RECT* pRect = &(mpClipRgnData->rdh.rcBound); in EndSetClipRegion() local 789 hRegion = CreateRectRgn( pRect->left, pRect->top, in EndSetClipRegion() 790 pRect->right, pRect->bottom ); in EndSetClipRegion()
|
H A D | salframe.cxx | 290 pRect->left = pRect->top = 0; in ImplSalGetWorkArea() 321 pRect->right = pRect->left + GetSystemMetrics( SM_CXVIRTUALSCREEN ); in ImplSalGetWorkArea() 322 pRect->bottom = pRect->top + GetSystemMetrics( SM_CYVIRTUALSCREEN ); in ImplSalGetWorkArea() 348 pRect->left = pRect->top = 0; in ImplSalGetWorkArea() 3283 pRect->left = (int)nX; in UnionClipRegion() 3284 pRect->top = (int)nY; in UnionClipRegion() 3285 pRect->right = (int)nRight; in UnionClipRegion() 3304 hRegion = CreateRectRgn( pRect->left, pRect->top, in EndSetClipRegion() 3305 pRect->right, pRect->bottom ); in EndSetClipRegion() 4166 …SalPaintEvent aPEvt( pRect->left, pRect->top, pRect->right-pRect->left, pRect->bottom-pRect->top ); in ImplHandlePaintMsg2() [all …]
|
/trunk/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 707 for ( Rectangle* pRect = aInvalidRegion.First(); in DoOutstandingInvalidations() local 708 pRect; in DoOutstandingInvalidations() 709 pRect = aInvalidRegion.Next() ) in DoOutstandingInvalidations() 711 Control::Invalidate( *pRect ); in DoOutstandingInvalidations() 712 delete pRect; in DoOutstandingInvalidations() 723 for ( Rectangle* pRect = aInvalidRegion.First(); in Invalidate() local 724 pRect; in Invalidate() 725 pRect = aInvalidRegion.Next() ) in Invalidate() 726 delete pRect; in Invalidate()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 929 RECT* pRect = &(mpClipRgnData->rdh.rcBound); in drawEPS() 932 aBuf.append( pRect->left ); in drawEPS() 934 aBuf.append( pRect->top ); in drawEPS() 936 aBuf.append( pRect->right ); in drawEPS() 938 aBuf.append( pRect->top ); in drawEPS() 940 aBuf.append( pRect->right ); in drawEPS() 942 aBuf.append( pRect->bottom ); in drawEPS() 944 aBuf.append( pRect->left ); in drawEPS() 946 aBuf.append( pRect->bottom ); in drawEPS()
|
/trunk/main/filter/source/msfilter/ |
H A D | msoleexp.cxx | 273 sal_Int32 pRect[4]; in ExportOLEObject() local 278 pRect[0] = 0; in ExportOLEObject() 279 pRect[1] = aSize.Width; in ExportOLEObject() 280 pRect[2] = 0; in ExportOLEObject() 281 pRect[3] = aSize.Height; in ExportOLEObject() 286 sal_Int32 nVal = pRect[ind]; in ExportOLEObject()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 351 char pRect [128]; in DrawRect() local 354 nChar = psp::getValueOf (rRectangle.TopLeft().X(), pRect); in DrawRect() 355 nChar += psp::appendStr (" ", pRect + nChar); in DrawRect() 356 nChar += psp::getValueOf (rRectangle.TopLeft().Y(), pRect + nChar); in DrawRect() 357 nChar += psp::appendStr (" ", pRect + nChar); in DrawRect() 358 nChar += psp::getValueOf (rRectangle.GetWidth(), pRect + nChar); in DrawRect() 359 nChar += psp::appendStr (" ", pRect + nChar); in DrawRect() 360 nChar += psp::getValueOf (rRectangle.GetHeight(), pRect + nChar); in DrawRect() 361 nChar += psp::appendStr (" ", pRect + nChar); in DrawRect() 367 WritePS (mpPageBody, pRect, nChar); in DrawRect() [all …]
|
/trunk/main/svx/source/svdraw/ |
H A D | svdmrkv1.cxx | 230 sal_Bool SdrMarkView::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkPoints() argument 269 if (pM!=NULL && (pRect==NULL || pRect->IsInside(aPos))) { in MarkPoints() 522 sal_Bool SdrMarkView::MarkGluePoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkGluePoints() argument 534 if (bUnmark && pRect==NULL) { // UnmarkAll in MarkGluePoints() 549 if (pRect==NULL || pRect->IsInside(aPos)) { in MarkGluePoints()
|
H A D | svdfmtf.cxx | 740 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() local 741 SetAttributes(pRect); in DoAction() 742 InsertObj(pRect); in DoAction() 747 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() local 748 SetAttributes(pRect); in DoAction() 753 pRect->SetMergedItemSet(aSet); in DoAction() 755 InsertObj(pRect); in DoAction() 1426 SdrRectObj* pRect = new SdrRectObj( in DoAction() local 1449 SetAttributes(pRect); in DoAction() 1452 pRect->SetMergedItemSet(aGradientAttr); in DoAction() [all …]
|
H A D | svdocapt.cxx | 756 SdrObject* pRect=SdrRectObj::DoConvertToPolyObj(bBezier, bAddText); in DoConvertToPolyObj() local 758 SdrObject* pRet=(pTail!=NULL) ? pTail : pRect; in DoConvertToPolyObj() 759 if (pTail!=NULL && pRect!=NULL) { in DoConvertToPolyObj() 763 if (pOL!=NULL) { pRet=pRect; bInsTail=sal_False; } in DoConvertToPolyObj() 764 if (pOL==NULL) pOL=pRect->GetSubList(); in DoConvertToPolyObj() 765 if (pOL!=NULL) { pRet=pRect; bInsRect=sal_False; } in DoConvertToPolyObj() 771 if (bInsRect) pOL->NbcInsertObject(pRect); in DoConvertToPolyObj()
|
/trunk/main/sw/source/ui/shells/ |
H A D | grfsh.cxx | 166 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute() local 167 SwFmtFrmSize aFrmSize( ATT_VAR_SIZE, pRect->Width(), pRect->Height()); in Execute() 177 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute() 178 aFrmSize.SetWidth( pRect->Width() ); in Execute() 179 aFrmSize.SetHeight( pRect->Height() ); in Execute()
|
/trunk/main/svtools/source/control/ |
H A D | headbar.cxx | 335 const Rectangle* pRect, in ImplDrawItem() argument 345 if ( pRect ) in ImplDrawItem() 347 if ( aRect.Right() < pRect->Left() ) in ImplDrawItem() 349 else if ( aRect.Left() > pRect->Right() ) in ImplDrawItem() 369 if ( !pRect || bDrag ) in ImplDrawItem() 635 if ( pRect ) in ImplDrawItem() 636 aRegion.Intersect( *pRect ); in ImplDrawItem() 647 const Rectangle* pRect ) in ImplDrawItem() argument 650 ImplDrawItem( this, nPos, bHigh, bDrag, aRect, pRect, 0 ); in ImplDrawItem()
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1308 sal_Bool ViewShell::SmoothScroll( long lXDiff, long lYDiff, const Rectangle *pRect ) in SmoothScroll() argument 1363 if ( pRect ) in SmoothScroll() 1364 aSize.Width() = Min(aSize.Width(), pRect->GetWidth()+2*aPixSz.Width()); in SmoothScroll() 1372 if ( pRect ) in SmoothScroll() 1374 aRect.Pos().X() = Max(aRect.Left(),pRect->Left()-aPixSz.Width()); in SmoothScroll() 1375 aRect.Right( Min(aRect.Right()+2*aPixSz.Width(), pRect->Right()+aPixSz.Width())); in SmoothScroll() 1476 if ( pRect ) in SmoothScroll() 1479 aTmp.Left() = pRect->Left(); in SmoothScroll() 1480 aTmp.Right()= pRect->Right(); in SmoothScroll() 1606 if ( pRect ) in SmoothScroll() [all …]
|
/trunk/main/sw/source/core/draw/ |
H A D | dpage.cxx | 115 const SdrPageView* pPV, const Rectangle *pRect ) const in GetGridFrameList() 129 if ( pRect ) in GetGridFrameList() 132 const SwRect aRect( *pRect ); in GetGridFrameList()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2886 RECTL* pRect = new RECTL; in ImplHandlePaintMsg() local 2887 WinCopyRect( pFrame->mhAB, pRect, &aUpdateRect ); in ImplHandlePaintMsg() 2888 WinPostMsg( hWnd, SAL_MSG_POSTPAINT, (MPARAM)pRect, 0 ); in ImplHandlePaintMsg() 2901 static void ImplHandlePaintMsg2( HWND hWnd, RECTL* pRect ) in ImplHandlePaintMsg2() argument 2909 …SalPaintEvent aPEvt( pRect->xLeft, pFrame->mnHeight - pRect->yTop, pRect->xRight - pRect->xLeft, p… in ImplHandlePaintMsg2() 2913 delete pRect; in ImplHandlePaintMsg2() 2916 WinPostMsg( hWnd, SAL_MSG_POSTPAINT, (MPARAM)pRect, 0 ); in ImplHandlePaintMsg2()
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 403 void AquaSalFrame::SendPaintEvent( const Rectangle* pRect ) in SendPaintEvent() argument 406 if( pRect ) in SendPaintEvent() 408 aPaintEvt.mnBoundX = pRect->Left(); in SendPaintEvent() 409 aPaintEvt.mnBoundY = pRect->Top(); in SendPaintEvent() 410 aPaintEvt.mnBoundWidth = pRect->GetWidth(); in SendPaintEvent() 411 aPaintEvt.mnBoundHeight = pRect->GetHeight(); in SendPaintEvent()
|
/trunk/main/sd/source/ui/view/ |
H A D | zoomlist.cxx | 103 Rectangle* pRect = new Rectangle(rRect); in InsertZoomRect() local 104 Insert(pRect, mnCurPos); in InsertZoomRect()
|