| /trunk/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 144 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl() 157 aParaPrtArea.Right() -= nRTxtBorder; in InitAllRects_Impl() 189 aFrameAtFrame.Right() -= 5; in InitAllRects_Impl() 224 aDrawObj.SetPos(Point(aParaPrtArea.Right() + 1, aParaPrtArea.Bottom() / 2)); in InitAllRects_Impl() 225 aParaPrtArea.Right() = aDrawObj.Right(); in InitAllRects_Impl() 240 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() 246 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl() 251 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl() 255 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl() 256 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl() [all …]
|
| /trunk/main/rsc/source/tools/ |
| H A D | rsctree.cxx | 78 if( Right() ) in EnumNodes() 79 Right()->EnumNodes( aLink ); in EnumNodes() 101 for( nEle = 0; pTmp->Right(); nEle++ ) in ChangeDLListBTree() 102 pTmp = pTmp->Right(); in ChangeDLListBTree() 106 pMiddle = pMiddle->Right(); in ChangeDLListBTree() 114 if( NULL != (pRightNode = pMiddle->Right()) ) in ChangeDLListBTree() 138 if( Right() ){ in ChangeBTreeDLList() 139 pList = Right()->ChangeBTreeDLList(); in ChangeBTreeDLList() 146 while( pLL_RN->Right() ) in ChangeBTreeDLList() 147 pLL_RN = pLL_RN->Right(); in ChangeBTreeDLList() [all …]
|
| /trunk/main/extensions/source/bibliography/ |
| H A D | sections.src | 51 Right = TRUE ; 57 Right = TRUE ; 63 Right = TRUE ; 69 Right = TRUE ; 75 Right = TRUE ; 81 Right = TRUE ; 87 Right = TRUE ; 93 Right = TRUE ; 99 Right = TRUE ; 105 Right = TRUE ; [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | decoview.cxx | 428 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol() 430 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol() 431 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol() 443 Point aPos1( bRTL ? rRect.Right() : rRect.Left(), in ImplDrawSymbol() 445 … Point aPos2( bRTL ? rRect.Right() - rRect.GetWidth()/3 : rRect.Left() + rRect.GetWidth()/3, in ImplDrawSymbol() 471 if ( ++nX > rRect.Right() ) in ImplDrawSymbol() 516 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol() 518 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol() 519 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol() 529 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol() [all …]
|
| H A D | brdwin.cxx | 98 rRect.Right()++; in ImplCalcSymbolRect() 105 rRect.Right() -= nExtraWidth; in ImplCalcSymbolRect() 846 aNewRect.Left() = aNewRect.Right()-nMinWidth+1; in ImplTracking() 848 aNewRect.Left() = aNewRect.Right()-nMaxWidth+1; in ImplTracking() 852 aNewRect.Right() += aMousePos.X(); in ImplTracking() 854 aNewRect.Right() = aNewRect.Left()+nMinWidth+1; in ImplTracking() 856 aNewRect.Right() = aNewRect.Left()+nMaxWidth+1; in ImplTracking() 894 aNewRect.Left() = aNewRect.Right()-aSize.Width()+1; in ImplTracking() 896 aNewRect.Right() = aNewRect.Left()+aSize.Width()-1; in ImplTracking() 1159 mnRightBorder = aBounds.Right() - aContent.Right(); in Init() [all …]
|
| /trunk/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 100 aRects[ 1 ].Left() = aRects[ 1 ].Right() - aBorder.Width() -1; in FillMoveRectsPixel() 106 aRects[ 3 ].Right() = aRects[ 3 ].Left() + aBorder.Width() -1; in FillMoveRectsPixel() 231 aPos.X() = aRect.Right() - aTR.X(); in GetTrackPosPixel() 276 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 279 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 283 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel() 349 if( rValidate.Left() > rValidate.Right() ) in ValidateRect() 351 rValidate.Left() = rValidate.Right(); in ValidateRect() 352 rValidate.Right() = RECT_EMPTY; in ValidateRect() 368 if( rValidate.Left() > rValidate.Right() ) in ValidateRect() [all …]
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swrect.cxx | 51 m_Size.setWidth(rRect.Right() == RECT_EMPTY ? 0 : in SwRect() 52 rRect.Right() - rRect.Left() +1); in SwRect() 95 long n = rRect.Right(); in Union() 96 if ( Right() < n ) in Union() 97 Right( n ); in Union() 125 long n = rRect.Right(); in Intersection() 126 if ( Right() > n ) in Intersection() 127 Right( n ); in Intersection() 149 long n = rRect.Right(); in _Intersection() 150 if ( Right() > n ) in _Intersection() [all …]
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | DrawHelper.cxx | 43 rBox.Right(), in DrawBorder() 51 rBox.Right(), in DrawBorder() 68 rBox.Right()-aBorderSize.Right()+1, in DrawBorder() 69 aBorderSize.Right(), in DrawBorder() 88 rBox.Right() - aBorderSize.Right(), in DrawBevelBorder() 96 rBox.Right(), in DrawBevelBorder() 113 rBox.Right()-aBorderSize.Right()+1, in DrawBevelBorder() 114 aBorderSize.Right(), in DrawBevelBorder() 121 rBox.Right()-aBorderSize.Right()+1, in DrawBevelBorder() 122 aBorderSize.Right(), in DrawBevelBorder()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewport.cxx | 105 long nTmp = pView->GetVisArea().Right()+lDelta; in lcl_GetPos() 196 if ( aNewVisArea.Right() >= lTmp ) in DocSzChgd() 198 lTmp = aNewVisArea.Right() - lTmp; in DocSzChgd() 199 aNewVisArea.Right() -= lTmp; in DocSzChgd() 247 aLR.Right() += lMin - aLR.Left(); in SetVisArea() 250 if( aLR.Right() < 0 ) in SetVisArea() 251 aLR.Right() = 0; in SetVisArea() 343 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea() 404 if ( rRect.Right() > aVisArea.Right() ) //Verschiebung nach rechts in CalcPt() 406 pPt->X() = rRect.Right() - in CalcPt() [all …]
|
| H A D | viewtab.cxx | 313 rRect.Right() - rPageRect.Right() + aLongLR.GetRight() : in ExecTabWin() 391 aRect.Right( rPageRect.Right() - aLongLR.GetRight()); in ExecTabWin() 402 … long nRightDiff = aLongLR.GetRight() - (long)( rPageRect.Right() - aSectRect.Right()); in ExecTabWin() 1125 aLongLR.SetRight(nPageWidth - rPagePrtRect.Right()); in StateTabWin() 1140 (long)aRect.Right() + (long)aLR.GetRight())); in StateTabWin() 1163 aLongLR.SetRight((long)( rPageRect.Right() - aRect.Right())); in StateTabWin() 1613 aColItem.SetRight((sal_uInt16)( rPageRect.Right() - aRect.Right())); in StateTabWin() 1652 aColItem.SetRight((sal_uInt16)(rPageRect.Right() - rRect.Right() )); in StateTabWin() 1682 aColItem.SetRight(sal_uInt16(nPageWidth - rPagePrtRect.Right())); in StateTabWin() 1821 aRectangle.Right() = nR; in StateTabWin() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdoedge.cxx | 618 long dxr=aR.Right()-rPt.X(); in ImpCalcEscAngle() 667 if (bRts) aP1.X()=rRect.Right(); in ImpCalcObjToCenter() 700 aP3.X()=rRect.Right(); in ImpCalcObjToCenter() 762 aBewareRect1.Right()+=nH; in ImpCalcEdgeTrack() 785 aBewareRect2.Right()+=nH; in ImpCalcEdgeTrack() 894 if (bRts1) aXP[1].X()=aBewareRect1.Right(); //+=500; in ImpCalcEdgeTrack() 898 if (bRts2) aXP[2].X()=aBewareRect2.Right(); //+=500; in ImpCalcEdgeTrack() 929 … if (aBewareRect1.Left()<=aBewareRect2.Right() && aBewareRect1.Right()>=aBewareRect2.Left()) { in ImpCalcEdgeTrack() 932 long n2=Min(aBewareRect1.Right(),aBewareRect2.Right()); in ImpCalcEdgeTrack() 937 aMeeting.X()=(aBewareRect1.Right()+aBewareRect2.Left()+1)/2; in ImpCalcEdgeTrack() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | invmerge.cxx | 85 aOtherRect.Right() == aCompRect.Right() ) in Flush() 131 aLineRect.Right() == aTotalRect.Right() && in FlushLine() 150 if ( rRect.Left() > rRect.Right() ) // switch for RTL layout in AddRect() 152 aJustified.Left() = rRect.Right(); in AddRect() 153 aJustified.Right() = rRect.Left(); in AddRect() 167 if ( aJustified.Left() == aLineRect.Right() + 1 ) in AddRect() 169 aLineRect.Right() = aJustified.Right(); in AddRect() 172 else if ( aJustified.Right() + 1 == aLineRect.Left() ) // for RTL layout in AddRect()
|
| /trunk/main/offapi/com/sun/star/presentation/ |
| H A D | FadeEffect.idl | 57 /** use the fade effect 'Fade from Right'. 93 /** use the fade effect 'Move from Right'. 117 /** use the fade effect 'Roll from Right'. 159 /** use the fade effect 'Fade from Upper Right'. 171 /** use the fade effect 'Fade from Lower Right'. 207 /** use the fade effect 'Spiral Inward Right'. 219 /** use the fade effect 'Spiral Outward Right'. 243 /** use the fade effect 'Wavy Line from Right'. 273 /** use the fade effect 'Stretch from Right'. 303 /** use the fade effect 'Move from Upper Right'. [all …]
|
| H A D | AnimationEffect.idl | 67 /** use the animation effect 'Fade from Right'. 115 /** use the animation effect 'Move from Right'. 171 /** use the animation effect 'Fade from Upper Right'. 187 /** use the animation effect 'Fade from Lower Right'. 251 /** use the animation effect 'Move to Right'. 275 /** use the animation effect 'Spiral Inward Right'. 291 /** use the animation effect 'Spiral Outward Right'. 323 /** use the animation effect 'Wavy Line from Right'. 379 /** use the animation effect 'Laser from Right'. 403 /** use the animation effect 'Laser from Upper Right'. [all …]
|
| /trunk/main/svtools/source/toolpanel/ |
| H A D | tabbargeometry.cxx | 66 … ::basegfx::B2DRange aRect( io_rRect.Left(), io_rRect.Top(), io_rRect.Right(), io_rRect.Bottom() ); in lcl_transform() 70 io_rRect.Right() = long( aRect.getMaxX() ); in lcl_transform() 82 i_bRight ? -i_rReference.Left() : -i_rReference.Right(), in lcl_rotate() 103 io_rArea.Left() = i_rReferenceArea.Left() + i_rReferenceArea.Right() - io_rArea.Left(); in lcl_mirrorHorizontally() 104 io_rArea.Right() = i_rReferenceArea.Left() + i_rReferenceArea.Right() - io_rArea.Right(); in lcl_mirrorHorizontally() 105 ::std::swap( io_rArea.Left(), io_rArea.Right() ); in lcl_mirrorHorizontally() 198 m_aItemsInset.Right() = ITEMS_INSET_RIGHT; in TabBarGeometry() 217 aOutputSize.Width() -= m_aItemsInset.Right(); in impl_fitItems() 260 && aFitInto.Right() >= aLastItemBottomRight.X(); in impl_fitItems() 268 m_aItemsInset.Left() + m_aItemsInset.Right(), in getOptimalSize() [all …]
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 182 … aTmpOutArea.Right() = aTmpOutArea.Left() + pEditEngine->pImpEditEngine->GetPaperSize().Width(); in DrawSelection() 385 aPoint.Y() = aOutArea.Right() - rWindowPos.X() + GetVisDocTop(); in GetDocPos() 403 aPoint.X() = aOutArea.Right() - rDocPos.Y() + GetVisDocTop(); in GetWindowPos() 452 if ( aOutArea.Right() < aOutArea.Left() ) in SetOutputArea() 453 aOutArea.Right() = aOutArea.Left(); in SetOutputArea() 486 if(aOldArea.Right() > aOutArea.Right()) in ResetOutputArea() 488 …GetWindow()->Invalidate(Rectangle(aOutArea.Right(), aOldArea.Top() - nMore, aOldArea.Right() + nMo… in ResetOutputArea() 490 else if(aOldArea.Right() < aOutArea.Right()) in ResetOutputArea() 492 …GetWindow()->Invalidate(Rectangle(aOldArea.Right(), aOldArea.Top() - nMore, aOutArea.Right() + nMo… in ResetOutputArea() 497 …idate(Rectangle(aOldArea.Left() - nMore, aOutArea.Top() - nMore, aOldArea.Right() + nMore, aOldAre… in ResetOutputArea() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | tabctrl.cxx | 508 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect() 516 it->maRect.Right()++; in ImplGetTabRect() 531 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect() 537 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect() 571 aRect.Right() = Control::GetOutputSizePixel().Width(); in ImplChangeTabPage() 577 aRect.Right() += 3; in ImplChangeTabPage() 583 aRect.Right() += 3; in ImplChangeTabPage() 645 aRect.Right() += TAB_OFFSET; in ImplChangeTabPage() 728 aRect.Right() = aRect.Left()+nTextWidth+2; in ImplShowFocus() 741 aRect.Right() = aRect.Left() + aImageSize.Width() + 4; in ImplShowFocus() [all …]
|
| H A D | slider.cxx | 174 maThumbRect.Right() = maThumbRect.Left()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects() 178 maChannel1Rect.Right() = maThumbRect.Left()-1; in ImplUpdateRects() 184 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Right() ) in ImplUpdateRects() 186 maChannel2Rect.Left() = maThumbRect.Right()+1; in ImplUpdateRects() 187 maChannel2Rect.Right() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects() 201 maThumbRect.Right() = maThumbRect.Left() + aThumbBounds.GetWidth() - 1; in ImplUpdateRects() 214 maChannel1Rect.Right() = mnChannelPixBottom; in ImplUpdateRects() 223 maChannel2Rect.Right() = mnChannelPixBottom; in ImplUpdateRects() 332 maThumbRect.Right() = aSize.Width()-1; in ImplCalc() 417 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw() [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | ruler.cxx | 417 aRect.Right() = nY; in ImplInvertLines() 428 aRect.Right() = n; in ImplInvertLines() 441 aTempRect.Right() = RULER_OFF-1; in ImplInvertLines() 450 aTempRect.Right() = aRect.Right(); in ImplInvertLines() 451 aTempRect.Left() = aTempRect.Right()-RULER_OFF+1; in ImplInvertLines() 1010 rRect.Bottom() = aTmp.Right(); in lcl_RotateRect_Impl() 1012 rRect.Right() = aTmp.Bottom(); in lcl_RotateRect_Impl() 1017 rRect.Right() = nRef - rRect.Right(); in lcl_RotateRect_Impl() 1037 aRect1.Right() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH ; in ImplDrawRulerTab() 1041 … aRect2.Right() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH3 + RULER_TAB_DWIDTH4 - 1; in ImplDrawRulerTab() [all …]
|
| H A D | headbar.cxx | 210 aRect.Right() = aRect.Left() + mpItemList->GetObject( nPos )->mnSize - 1; in ImplGetItemRect() 212 if ( aRect.Right() > 16000 ) in ImplGetItemRect() 213 aRect.Right() = 16000; in ImplGetItemRect() 296 aEndPos.X() = aRect2.Right()-6; in ImplInvertDrag() 347 if ( aRect.Right() < pRect->Left() ) in ImplDrawItem() 349 else if ( aRect.Left() > pRect->Right() ) in ImplDrawItem() 354 if ( aRect.Right() < 0 ) in ImplDrawItem() 383 pDev->DrawLine( Point( aRect.Right(), aRect.Top() ), in ImplDrawItem() 384 Point( aRect.Right(), aRect.Bottom() ) ); in ImplDrawItem() 446 nTxtPos = aRect.Right()-nTxtWidth-HEADERBAR_TEXTOFF; in ImplDrawItem() [all …]
|
| H A D | scrwin.cxx | 382 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible() 384 long nDelta = aTarget.Right() - aTotRect.Right(); in MakeVisible() 386 aTarget.Right() -= nDelta; in MakeVisible() 409 aTarget.Right() -= nDelta; in MakeVisible() 413 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible() 414 aTarget.Right() = aTotRect.Right(); in MakeVisible() 441 long nDeltaX = ( aBox.Right() - aVisArea.Right() ) + in MakeVisible()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 439 if ( Right() + nAdd >= rRect.Left() && in MakeUnion() 440 Left() - nAdd <= rRect.Right() ) in MakeUnion() 442 Right( Max( Right(), rRect.Right() ) ); in MakeUnion() 500 nL1c = rL1.Right(); nL1d = rL1.Bottom(); in ConnectEdges() 505 nL1c = rL1.Bottom(); nL1d = rL1.Right(); in ConnectEdges() 522 nL2c = rL2.Right(); nL2d = rL2.Bottom(); in ConnectEdges() 527 nL2c = rL2.Bottom(); nL2d = rL2.Right(); in ConnectEdges() 606 if ( pLA && pLA->Right() + 60 > pLB->Left() ) in ConnectEdges() 610 if ( rL1.Right() == pLA->Right() ) in ConnectEdges() 614 aIns.Right( pLA->Right() ); in ConnectEdges() [all …]
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | frmmgr.cxx | 329 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 333 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics() 337 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics() 340 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 341 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics() 363 rVal.nMaxHPos = aBoundRect.Right() - rVal.nWidth; in ValidateMetrics() 367 rVal.nMaxWidth = aBoundRect.Right() - nH; in ValidateMetrics() 376 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 380 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics() 383 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | svborder.hxx | 52 Right() = rBorder.Right(); in operator =() 60 Right() += rBorder.Right(); in operator +=() 68 Right() -= rBorder.Right(); in operator -=() 78 long & Right() { return nRight; } in Right() function in SvBorder 82 long Right() const { return nRight; } in Right() function in SvBorder
|
| /trunk/main/rsc/source/res/ |
| H A D | rscclobj.cxx | 137 if( Right() ) in DelObjNode() 138 pRight = ((ObjNode *)Right())->DelObjNode( pClass, nFileKey ); in DelObjNode() 147 pRetNode = (ObjNode *)Right(); in DelObjNode() 207 if( Right() ) in IsConsistent() 209 if( ((ObjNode *)Right())->aRscId <= aRscId ) in IsConsistent() 215 ((ObjNode *)Right())->GetRscId() ) ); in IsConsistent() 217 if( !((ObjNode *)Right())->IsConsistent( pList ) ) in IsConsistent()
|