Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/AOO41X/main/soldep/source/
H A Dtbox.cxx131 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left()+6, aRect.Top())); in Paint()
132 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Top()+6)); in Paint()
136 … DrawLine( Point( aRect.Left(), aRect.Top()+6), Point( aRect.Left()+6, aRect.Top()+6)); in Paint()
137 … DrawLine( Point( aRect.Left()+6, aRect.Top()), Point( aRect.Left()+6, aRect.Top()+6)); in Paint()
141 … DrawLine( Point( aRect.Left()+2, aRect.Top()+2), Point( aRect.Left()+4, aRect.Top()+4)); in Paint()
142 … DrawLine( Point( aRect.Left()+2, aRect.Top()+4), Point( aRect.Left()+4, aRect.Top()+2)); in Paint()
147 DrawBitmap( Point( aRect.Left(), aRect.Top()), aPinedBitmap ); in Paint()
149 DrawBitmap( Point( aRect.Left(), aRect.Top()), aUnpinedBitmap ); in Paint()
156 …if ( bIsCloseable || bPinable ) aRect = Rectangle( Point( aRect.Left(), aRect.Top()+8), Point( aRe… in Paint()
158 DrawLine( Point(aRect.Left(), aRect.Top()), Point(aRect.Left(), aRect.Bottom())); in Paint()
[all …]
/AOO41X/main/svx/source/dialog/
H A Dswframeexample.cxx147 aTextLine.Left() += nLTxtBorder; in InitAllRects_Impl()
160 aParaPrtArea.Left() += nLTxtBorder; in InitAllRects_Impl()
185 …aAutoCharFrame.SetPos(Point(aParaPrtArea.Left() + (aParaPrtArea.GetWidth() - aAutoCharFrame.GetWid… in InitAllRects_Impl()
192 aFrameAtFrame.Left() += 9; in InitAllRects_Impl()
195 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
243 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
249 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
254 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
255 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
259 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
[all …]
/AOO41X/main/migrationanalysis/src/wizard/
H A DWizard.frm45 Left = -10000
57 Left = 0
66 Left = 2580
80 Left = 150
94 Left = 200
111 Left = 120
138 Left = 120
151 Left = 120
164 Left = 120
184 Left = 120
[all …]
/AOO41X/main/rsc/source/tools/
H A Drsctree.cxx75 if( Left() ) in EnumNodes()
76 Left()->EnumNodes( aLink ); in EnumNodes()
98 while( pList->Left() ) in ChangeDLListBTree()
99 pList = pList->Left(); in ChangeDLListBTree()
110 if( NULL != (pTmp = pMiddle->Left()) ) // rechten Zeiger auf Null in ChangeDLListBTree()
144 if( Left() ){ in ChangeBTreeDLList()
145 pLL_RN = pList = Left()->ChangeBTreeDLList(); in ChangeBTreeDLList()
169 if( pParent->Left() in Remove()
170 && (EQUAL == pRemove->Compare( pParent->Left() ) ) ){ in Remove()
171 pParent->pLeft = pRemove->Left(); in Remove()
[all …]
/AOO41X/main/vcl/source/window/
H A Ddecoview.cxx428 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
430 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
434 aTempRect.Left() = aRect.Left(); 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()
467 if ( --nX < rRect.Left() ) in ImplDrawSymbol()
516 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
518 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
522 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
529 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
[all …]
/AOO41X/main/sw/source/core/bastyp/
H A Dswrect.cxx49 m_Point( rRect.Left(), rRect.Top() ) in SwRect()
52 rRect.Right() - rRect.Left() +1); in SwRect()
67 return Point( Left() + Width() / 2, in Center()
93 if ( Left() > rRect.Left() ) in Union()
94 Left( rRect.Left() ); in Union()
121 if ( Left() < rRect.Left() ) in Intersection()
122 Left( rRect.Left() ); in Intersection()
145 if ( Left() < rRect.Left() ) in _Intersection()
146 Left( rRect.Left() ); in _Intersection()
175 return (Left() <= rRect.Left()) && (rRect.Left()<= nRight) && in IsInside()
[all …]
/AOO41X/main/sw/source/core/layout/
H A Dflycnt.cxx661 ? ( pCnt->Frm().Left() + in lcl_CalcDownDist()
663 : ( pCnt->Frm().Left() + in lcl_CalcDownDist()
692 else if( rPt.X() < pUp->Frm().Left() && in lcl_CalcDownDist()
700 (!bVert && (pLay->Frm().Left() + pLay->Prt().Right())<rPt.X()) ) in lcl_CalcDownDist()
726 ? ( (pUp->Frm().Left() + pUp->Prt().Right()) - nTopForObjPos ) in lcl_CalcDownDist()
727 : ( nTopForObjPos - (pUp->Frm().Left() + pUp->Prt().Left() ) ) ) in lcl_CalcDownDist()
751 nFrmTop = pLay->Frm().Left(); in lcl_CalcDownDist()
753 nFrmTop = pLay->Frm().Left() + pLay->Frm().Width(); in lcl_CalcDownDist()
772 nPrtHeight = pLay->Frm().Left() + pLay->Prt().Left() in lcl_CalcDownDist()
773 + pLay->Prt().Width() - pSect->Frm().Left() in lcl_CalcDownDist()
[all …]
H A Dpaintfrm.cxx421 if ( Left() == rRect.Left() && Width() == rRect.Width() ) in MakeUnion()
440 if ( Right() + nAdd >= rRect.Left() && in MakeUnion()
441 Left() - nAdd <= rRect.Right() ) in MakeUnion()
444 Left ( Min( Left(), rRect.Left() ) ); in MakeUnion()
500 nL1a = rL1.Top(); nL1b = rL1.Left(); in ConnectEdges()
505 nL1a = rL1.Left(); nL1b = rL1.Top(); in ConnectEdges()
522 nL2a = rL2.Top(); nL2b = rL2.Left(); in ConnectEdges()
527 nL2a = rL2.Left(); nL2b = rL2.Top(); in ConnectEdges()
598 if ( rR1.Left() < rR2.Left() ) in ConnectEdges()
602 else if ( rR1.Left() > rR2.Left() ) in ConnectEdges()
[all …]
/AOO41X/main/sw/source/ui/misc/
H A Ddocfnote.src89 Left = TRUE ;
133 Left = TRUE ;
142 Left = TRUE ;
150 Left = TRUE ;
159 Left = TRUE ;
195 Left = TRUE ;
213 Left = TRUE ;
235 Left = TRUE ;
252 Left = TRUE ;
276 Left = TRUE ;
[all …]
/AOO41X/main/sw/source/ui/envelp/
H A Dlabfmt.src56 Left = TRUE ;
65 Left = TRUE ;
77 Left = TRUE ;
86 Left = TRUE ;
98 Left = TRUE ;
107 Left = TRUE ;
119 Left = TRUE ;
128 Left = TRUE ;
139 Text [ en-US ] = "~Left margin" ;
140 Left = TRUE ;
[all …]
H A Denvfmt.src44 Left = TRUE ;
51 Left = TRUE ;
61 Left = TRUE ;
76 Left = TRUE ;
86 Left = TRUE ;
101 Left = TRUE ;
122 Left = TRUE ;
129 Left = TRUE ;
139 Left = TRUE ;
154 Left = TRUE ;
[all …]
/AOO41X/main/svtools/source/hatchwindow/
H A Dipwin.cxx79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
100 aRects[ 1 ].Left() = aRects[ 1 ].Right() - aBorder.Width() -1; in FillMoveRectsPixel()
106 aRects[ 3 ].Right() = aRects[ 3 ].Left() + aBorder.Width() -1; in FillMoveRectsPixel()
243 aPos.X() = aRect.Left() - aOuter.Left(); in GetTrackPosPixel()
269 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
290 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
293 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
349 if( rValidate.Left() > rValidate.Right() ) in ValidateRect()
351 rValidate.Left() = rValidate.Right(); in ValidateRect()
[all …]
/AOO41X/main/sw/source/ui/dialog/
H A Ddocstdlg.src38 Left = TRUE ;
45 Left = TRUE ;
52 Left = TRUE ;
59 Left = TRUE ;
66 Left = TRUE ;
73 Left = TRUE ;
80 Left = TRUE ;
92 Left = TRUE ;
98 Left = TRUE ;
104 Left = TRUE ;
[all …]
/AOO41X/main/starmath/source/
H A Dsmres.src50 Left = TRUE ;
118 Left = TRUE ;
130 Left = TRUE ;
141 Left = TRUE ;
151 Left = TRUE ;
162 Left = TRUE ;
172 Left = TRUE ;
183 Left = TRUE ;
193 Left = TRUE ;
204 Left = TRUE ;
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dparagrph.src40 Left = TRUE ;
50 Left = TRUE ;
63 Left = TRUE ;
73 Left = TRUE ;
87 Left = TRUE ;
96 Left = TRUE ;
125 Left = TRUE ;
135 Left = TRUE ;
148 Left = TRUE ;
158 Left = TRUE ;
[all …]
H A Dgrfpage.src53 Text [ en-US ] = "~Left" ;
63 Left = TRUE ;
78 Left = TRUE ;
88 Left = TRUE ;
113 Left = TRUE ;
128 Left = TRUE ;
138 Left = TRUE ;
178 Left = TRUE ;
191 Left = TRUE ;
208 Left = TRUE ;
[all …]
/AOO41X/main/sfx2/source/dialog/
H A Ddinfdlg.src47 Left = TRUE ;
57 Left = TRUE ;
63 Left = TRUE ;
73 Left = TRUE ;
79 Left = TRUE ;
89 Left = TRUE ;
95 Left = TRUE ;
105 Left = TRUE ;
319 Left = TRUE ;
327 Left = TRUE ;
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewport.cxx81 long lRet = rView.GetWrtShell().GetAnyCurRect(RECT_PAGE_PRT).Left(); in GetLeftMargin()
203 aNewVisArea.Left() -= lTmp; in DocSzChgd()
248 if( aLR.Left() < lMin ) in SetVisArea()
250 aLR.Right() += lMin - aLR.Left(); in SetVisArea()
251 aLR.Left() = lMin; in SetVisArea()
343 const long lXDiff = aVisArea.Left() - aPt.X(); in SetVisArea()
357 if ( aVisArea.Left() != DOCUMENTBORDER || in CheckVisArea()
361 aNewVisArea.Move( DOCUMENTBORDER - aVisArea.Left(), in CheckVisArea()
414 else if ( rRect.Left() < aVisArea.Left() ) //Verschiebung nach links in CalcPt()
416 pPt->X() = rRect.Left() - (nRangeX != USHRT_MAX ? nRangeX : nXScroll); in CalcPt()
[all …]
H A Dviewtab.cxx323 rPageRect.Left() + aLongLR.GetLeft() - rRect.Left(); in ExecTabWin()
399 aRect.Left( aLongLR.GetLeft() + rPageRect.Left() ); in ExecTabWin()
410 long nLeftDiff = aLongLR.GetLeft() - (long)(aSectRect.Left() - rPageRect.Left() ); in ExecTabWin()
1134 aLongLR.SetLeft(rPagePrtRect.Left()); in StateTabWin()
1148 aLongLR.SetLeft ( (long)aLR.GetLeft() + (long)aRect.Left() ); in StateTabWin()
1172 aLongLR.SetLeft ((long)( aRect.Left() - rPageRect.Left() )); in StateTabWin()
1362 aDistLR.SetLeft(rFlyPrtRect.Left()); in StateTabWin()
1363 aDistLR.SetRight(rFlyPrtRect.Left()); in StateTabWin()
1611 aRect.Pos() += Point(aTmpRect.Left(), aTmpRect.Top()); in StateTabWin()
1622 aColItem.SetLeft ((sal_uInt16)( aRect.Left() - rPageRect.Left() )); in StateTabWin()
[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()
68 io_rRect.Left() = long( aRect.getMinX() ); in lcl_transform()
82 i_bRight ? -i_rReference.Left() : -i_rReference.Right(), in lcl_rotate()
93 aTransformation.translate( i_rReference.Left(), i_rReference.Top() ); 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()
196 m_aItemsInset.Left() = ITEMS_INSET_LEFT; in TabBarGeometry()
259 return aFitInto.Left() <= aLastItemBottomRight.X() in impl_fitItems()
268 m_aItemsInset.Left() + m_aItemsInset.Right(), in getOptimalSize()
[all …]
/AOO41X/main/sw/source/ui/table/
H A Dtabledlg.src116 Left = TRUE ;
155 Text [ en-US ] = "~Left" ;
215 Left = TRUE ;
240 Left = TRUE ;
264 Left = TRUE ;
288 Left = TRUE ;
323 < "Left-to-right" ; 0; > ;
370 Left = TRUE ;
403 Left = TRUE ;
415 Left = TRUE ;
[all …]
/AOO41X/main/sc/source/ui/view/
H A Dinvmerge.cxx84 aOtherRect.Left() == aCompRect.Left() && in Flush()
130 if ( aLineRect.Left() == aTotalRect.Left() && 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()
172 else if ( aJustified.Right() + 1 == aLineRect.Left() ) // for RTL layout in AddRect()
174 aLineRect.Left() = aJustified.Left(); in AddRect()
/AOO41X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx752 aPixmapRect = Rectangle( Point( aCtrlRect.Left()-1, aCtrlRect.Top()-1 ), in drawNativeControl()
1068 aRect.Right() = aRect.Left() + slider_length - 1; in getNativeControlRegion()
1074 aRect.Right() = aRect.Left() + slider_width - 1; in getNativeControlRegion()
1109 x = rControlRectangle.Left(); in NWPaintGTKButton()
1154 clipRect.x = it->Left(); in NWPaintGTKButton()
1233 x = aAreaRect.Left(); in NWGetButtonArea()
1278 x = rControlRectangle.Left() + (rControlRectangle.GetWidth()-indicator_size)/2; in NWPaintGTKRadio()
1300 clipRect.x = it->Left(); in NWPaintGTKRadio()
1337 x = rControlRectangle.Left() + (rControlRectangle.GetWidth()-indicator_size)/2; in NWPaintGTKCheck()
1347 clipRect.x = it->Left(); in NWPaintGTKCheck()
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DDrawHelper.cxx42 rBox.Left(), in DrawBorder()
50 rBox.Left()+aBorderSize.Left(), in DrawBorder()
60 rBox.Left(), in DrawBorder()
61 aBorderSize.Left(), in DrawBorder()
87 rBox.Left(), in DrawBevelBorder()
95 rBox.Left()+aBorderSize.Left(), in DrawBevelBorder()
105 rBox.Left(), in DrawBevelBorder()
106 aBorderSize.Left(), in DrawBevelBorder()
129 rBox.Left(), in DrawBevelBorder()
130 aBorderSize.Left(), in DrawBevelBorder()
/AOO41X/main/offapi/com/sun/star/presentation/
H A DFadeEffect.idl45 /** use the fade effect 'Fade from Left'.
81 /** use the fade effect 'Move from Left'.
105 /** use the fade effect 'Roll from Left'.
153 /** use the fade effect 'Fade from Upper Left'.
165 /** use the fade effect 'Fade from Lower Left'.
201 /** use the fade effect 'Spiral Inward Left'.
213 /** use the fade effect 'Spiral Outward Left'.
231 /** use the fade effect 'Wavy Line from Left'.
261 /** use the fade effect 'Stretch from Left'.
297 /** use the fade effect 'Move from Upper Left'.
[all …]

12345678910>>...37