Home
last modified time | relevance | path

Searched refs:pRect (Results 1 – 25 of 58) sorted by relevance

123

/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1029 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 Dsalnativewidgets-luna.cxx63 …_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 …]
/aoo41x/main/vcl/source/control/
H A Dscrbar.cxx582 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 Dspinbtn.cxx521 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify() local
523 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
532 if( pRect ) in PreNotify()
534 SetClipRegion( *pRect ); in PreNotify()
535 Paint( *pRect ); in PreNotify()
H A Dspinfld.cxx918 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()
/aoo41x/main/sw/source/core/crsr/
H A Dviscrs.cxx168 #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 …]
/aoo41x/main/embedserv/source/embed/
H A Ddocholder.cxx1176 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 Diipaobj.cxx105 LPCRECT pRect,LPOLEINPLACEUIWINDOW,BOOL bFrame) in ResizeBorder() argument
112 return m_rDocHolder->SetContRects(pRect); in ResizeBorder()
/aoo41x/main/vcl/win/source/window/
H A Dsalobj.cxx744 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 Dsalframe.cxx290 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()
4163 …SalPaintEvent aPEvt( pRect->left, pRect->top, pRect->right-pRect->left, pRect->bottom-pRect->top ); in ImplHandlePaintMsg2()
[all …]
/aoo41x/main/oox/source/export/
H A Dvmlexport.cxx125 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()
/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.cxx707 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()
/aoo41x/main/filter/source/msfilter/
H A Dmsoleexp.cxx273 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()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx929 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()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx351 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 …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx230 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 Dsvdocapt.cxx756 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()
H A Dsvdfmtf.cxx737 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() local
738 SetAttributes(pRect); in DoAction()
739 InsertObj(pRect); in DoAction()
744 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() local
745 SetAttributes(pRect); in DoAction()
750 pRect->SetMergedItemSet(aSet); in DoAction()
752 InsertObj(pRect); in DoAction()
1419 SdrRectObj* pRect = new SdrRectObj( in DoAction() local
1441 SetAttributes(pRect); in DoAction()
1444 pRect->SetMergedItemSet(aGradientAttr); in DoAction()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dgrfsh.cxx153 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute() local
154 SwFmtFrmSize aFrmSize( ATT_VAR_SIZE, pRect->Width(), pRect->Height()); in Execute()
164 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute()
165 aFrmSize.SetWidth( pRect->Width() ); in Execute()
166 aFrmSize.SetHeight( pRect->Height() ); in Execute()
/aoo41x/main/svtools/source/control/
H A Dheadbar.cxx335 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()
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx1308 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 …]
/aoo41x/main/sw/source/core/draw/
H A Ddpage.cxx115 const SdrPageView* pPV, const Rectangle *pRect ) const in GetGridFrameList()
129 if ( pRect ) in GetGridFrameList()
132 const SwRect aRect( *pRect ); in GetGridFrameList()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2886 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()
/aoo41x/main/sd/source/ui/view/
H A Dzoomlist.cxx103 Rectangle* pRect = new Rectangle(rRect); in InsertZoomRect() local
104 Insert(pRect, mnCurPos); in InsertZoomRect()
/aoo41x/main/sd/source/ui/inc/
H A Dsmarttag.hxx79 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
144 sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);

Completed in 243 milliseconds

123