Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/AOO41X/main/svx/source/dialog/
H A Dswframeexample.cxx148 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl()
161 aParaPrtArea.Right() -= nRTxtBorder; in InitAllRects_Impl()
193 aFrameAtFrame.Right() -= 5; in InitAllRects_Impl()
228 aDrawObj.SetPos(Point(aParaPrtArea.Right() + 1, aParaPrtArea.Bottom() / 2)); in InitAllRects_Impl()
229 aParaPrtArea.Right() = aDrawObj.Right(); in InitAllRects_Impl()
244 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
250 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
255 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
259 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
260 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
[all …]
/AOO41X/main/rsc/source/tools/
H A Drsctree.cxx78 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 …]
/AOO41X/main/extensions/source/bibliography/
H A Dsections.src50 Right = TRUE;
56 Right = TRUE;
62 Right = TRUE;
68 Right = TRUE;
74 Right = TRUE;
80 Right = TRUE;
86 Right = TRUE;
92 Right = TRUE;
98 Right = TRUE;
104 Right = TRUE;
[all …]
/AOO41X/main/vcl/source/window/
H A Ddecoview.cxx428 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 Dbrdwin.cxx98 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 …]
/AOO41X/main/svtools/source/hatchwindow/
H A Dipwin.cxx100 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 …]
/AOO41X/main/soldep/source/
H A Dtbox.cxx156 …le ) aRect = Rectangle( Point( aRect.Left(), aRect.Top()+8), Point( aRect.Right(), aRect.Bottom())… in Paint()
179 …le ) aRect = Rectangle( Point( aRect.Left()+8, aRect.Top()), Point( aRect.Right(), aRect.Bottom())… in Paint()
182 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Right(), aRect.Top())); in Paint()
185 … DrawLine( Point( aRect.Left(), aRect.Top()+4), Point( aRect.Right(), aRect.Top()+4)); in Paint()
189 DrawLine( Point( aRect.Left(), aRect.Top()+2), Point( aRect.Right(),aRect.Top()+2)); in Paint()
190 DrawLine( Point( aRect.Right(), aRect.Top()), Point( aRect.Right(), aRect.Top()+2)); in Paint()
192 DrawLine( Point( aRect.Left(), aRect.Top()+6), Point( aRect.Right(),aRect.Top()+6)); in Paint()
193 … DrawLine( Point( aRect.Right(), aRect.Top()+4), Point( aRect.Right(), aRect.Top()+6)); in Paint()
241 … DrawLine( Point( aRect.Left(), aRect.Bottom()), Point( aRect.Right(), aRect.Bottom())); in MouseButtonDown()
242 … DrawLine( Point( aRect.Right(), aRect.Bottom()), Point( aRect.Right(), aRect.Top())); in MouseButtonDown()
[all …]
/AOO41X/main/sw/source/core/bastyp/
H A Dswrect.cxx51 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 …]
/AOO41X/main/sfx2/source/sidebar/
H A DDrawHelper.cxx43 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()
/AOO41X/main/sc/source/ui/view/
H A Dinvmerge.cxx85 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()
/AOO41X/main/offapi/com/sun/star/presentation/
H A DFadeEffect.idl57 /** 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 DAnimationEffect.idl67 /** 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 …]
/AOO41X/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx66 … ::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 …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewport.cxx108 long nTmp = pView->GetVisArea().Right()+lDelta; in lcl_GetPos()
199 if ( aNewVisArea.Right() >= lTmp ) in DocSzChgd()
201 lTmp = aNewVisArea.Right() - lTmp; in DocSzChgd()
202 aNewVisArea.Right() -= lTmp; in DocSzChgd()
250 aLR.Right() += lMin - aLR.Left(); in SetVisArea()
253 if( aLR.Right() < 0 ) in SetVisArea()
254 aLR.Right() = 0; in SetVisArea()
346 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea()
407 if ( rRect.Right() > aVisArea.Right() ) //Verschiebung nach rechts in CalcPt()
409 pPt->X() = rRect.Right() - in CalcPt()
[all …]
H A Dviewtab.cxx322 rRect.Right() - rPageRect.Right() + aLongLR.GetRight() : in ExecTabWin()
400 aRect.Right( rPageRect.Right() - aLongLR.GetRight()); in ExecTabWin()
411 … long nRightDiff = aLongLR.GetRight() - (long)( rPageRect.Right() - aSectRect.Right()); in ExecTabWin()
1135 aLongLR.SetRight(nPageWidth - rPagePrtRect.Right()); in StateTabWin()
1150 (long)aRect.Right() + (long)aLR.GetRight())); in StateTabWin()
1173 aLongLR.SetRight((long)( rPageRect.Right() - aRect.Right())); in StateTabWin()
1623 aColItem.SetRight((sal_uInt16)( rPageRect.Right() - aRect.Right())); in StateTabWin()
1662 aColItem.SetRight((sal_uInt16)(rPageRect.Right() - rRect.Right() )); in StateTabWin()
1692 aColItem.SetRight(sal_uInt16(nPageWidth - rPagePrtRect.Right())); in StateTabWin()
1831 aRectangle.Right() = nR; in StateTabWin()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdoedge.cxx618 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 …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit.cxx182 … 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 …]
/AOO41X/main/vcl/source/control/
H A Dtabctrl.cxx510 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect()
518 it->maRect.Right()++; in ImplGetTabRect()
533 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect()
539 it->maRect.Right()+=(int) (nRightSpace/2); in ImplGetTabRect()
573 aRect.Right() = Control::GetOutputSizePixel().Width(); in ImplChangeTabPage()
579 aRect.Right() += 3; in ImplChangeTabPage()
585 aRect.Right() += 3; in ImplChangeTabPage()
647 aRect.Right() += TAB_OFFSET; in ImplChangeTabPage()
730 aRect.Right() = aRect.Left()+nTextWidth+2; in ImplShowFocus()
743 aRect.Right() = aRect.Left() + aImageSize.Width() + 4; in ImplShowFocus()
[all …]
H A Dslider.cxx174 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 …]
/AOO41X/main/svtools/source/control/
H A Druler.cxx417 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 Dheadbar.cxx210 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 Dscrwin.cxx382 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()
/AOO41X/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx324 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics()
328 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics()
332 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics()
335 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics()
336 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics()
358 rVal.nMaxHPos = aBoundRect.Right() - rVal.nWidth; in ValidateMetrics()
362 rVal.nMaxWidth = aBoundRect.Right() - nH; in ValidateMetrics()
371 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics()
375 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics()
378 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dsvborder.hxx52 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
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx440 if ( Right() + nAdd >= rRect.Left() && in MakeUnion()
441 Left() - nAdd <= rRect.Right() ) in MakeUnion()
443 Right( Max( Right(), rRect.Right() ) ); in MakeUnion()
501 nL1c = rL1.Right(); nL1d = rL1.Bottom(); in ConnectEdges()
506 nL1c = rL1.Bottom(); nL1d = rL1.Right(); in ConnectEdges()
523 nL2c = rL2.Right(); nL2d = rL2.Bottom(); in ConnectEdges()
528 nL2c = rL2.Bottom(); nL2d = rL2.Right(); in ConnectEdges()
607 if ( pLA && pLA->Right() + 60 > pLB->Left() ) in ConnectEdges()
611 if ( rL1.Right() == pLA->Right() ) in ConnectEdges()
615 aIns.Right( pLA->Right() ); in ConnectEdges()
[all …]

12345678910>>...30