Home
last modified time | relevance | path

Searched refs:right (Results 26 – 50 of 458) sorted by relevance

12345678910>>...19

/trunk/main/offapi/com/sun/star/text/
H A DShape.idl122 /** contains the right margin of the object.
188 /** determines the transformation of the shape in horizontal left-to-right
194 converted to the horizontal left-to-right layout.</p>
209 /** determines the start position of the shape in horizontal left-to-right
215 converted to the horizontal left-to-right layout.</p>
221 /** determines the end position of the shape in horizontal left-to-right
227 converted to the horizontal left-to-right layout.</p>
H A DFontEmphasis.idl42 /** a dot is set above (or right from vertical text) the text.
47 /** a circle is set above (or right from vertical text) the text.
51 /** a disc is set above (or right from vertical text) the text.
55 /** an accent is set above (or right from vertical text) the text.
H A DWritingMode2.idl42 /** text within lines is written left-to-right. Lines and blocks are placed
51 /** text within a line are written right-to-left. Lines and blocks are
61 placed right-to-left.
70 placed left-ro-right.
/trunk/main/offapi/com/sun/star/awt/
H A DImagePosition.idl51 …/** specifies that the image should be positioned at the right of, and top-aligned to, the other o…
55 …/** specifies that the image should be positioned at the right of, and vertically centered to, the…
59 …/** specifies that the image should be positioned at the right of, and bottom-aligned to, the othe…
71 /** specifies that the image should be positioned above and right-aligned to the other object
83 …/** specifies that the image should be positioned below and right-aligned centered to the other ob…
H A DSystemPointer.idl100 /** specifies a mouse pointer which symbolizes resizing for a right border.
113 /** specifies a mouse pointer which symbolizes resizing for the top-right
128 bottom-right corner.
155 /** specifies a mouse pointer which symbolizes window resizing for a right
170 top-right corner.
184 bottom-right corner.
/trunk/main/writerfilter/source/doctok/
H A DWW8BinTableImpl.cxx53 sal_uInt32 right = getEntryCount(); in getPageNumber() local
55 while (right - left > 1) in getPageNumber()
57 sal_uInt32 middle = (right + left) / 2; in getPageNumber()
62 right = middle; in getPageNumber()
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx165 cx = rect.right; in getAvailableWidth()
290 rc.right = nWidth; in onPaint()
297 rc.right = nWidth; in onPaint()
307 rc.right = nX; in onPaint()
314 rc.right = nWidth; in onPaint()
H A DWinFileOpenImpl.cxx720 int w = rcFileNameBox.right - rcFileNameBox.left; in EnlargeStdControlLabels()
723 int gap = rcOkButton.left - rcFileNameBox.right; in EnlargeStdControlLabels()
731 w = rcFilterBox.right - rcFilterBox.left; in EnlargeStdControlLabels()
741 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()
743 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()
750 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()
/trunk/main/offapi/com/sun/star/sheet/
H A DCellInsertMode.idl51 /** the cells to the right of the inserted cells are moved right.
63 /** entire columns to the right of the inserted cells are moved right.
H A DXPrintAreas.idl67 print pages to the right.
74 print pages to the right.
86 print pages to the right, using
101 print pages to the right, using
H A DTablePageStyle.idl121 to the right. If <FALSE/>, the order for printing pages begins
122 with left-to-right, then continues with the next set of cell
151 /** contains the content of the header for right pages.
162 /** contains the content of the footer for right pages.
/trunk/main/editeng/source/items/
H A Dsvxitems.src77 Text [ en-US ] = "Shadow top right" ;
85 Text [ en-US ] = "Shadow bottom right" ;
498 Text [ en-US ] = "Align right" ;
784 Text [ en-US ] = "Indent right " ;
812 Text [ en-US ] = "right " ;
985 Text [ en-US ] = "Text direction left-to-right (horizontal)" ;
989 Text [ en-US ] = "Text direction right-to-left (horizontal)" ;
993 Text [ en-US ] = "Text direction right-to-left (vertical)" ;
997 Text [ en-US ] = "Text direction left-to-right (vertical)" ;
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java260 int left=w, top=h, right = -1, bottom = -1; in getBoundingBox() local
270 if (i > right) in getBoundingBox()
271 right = i; in getBoundingBox()
277 if (right == -1) in getBoundingBox()
279 return new Rectangle(left, top, right - left + 1, bottom - top + 1); in getBoundingBox()
/trunk/main/svx/source/dialog/
H A Dfrmsel.src44 < "Diagonal border line from top left to bottom right" ; 7; > ;
45 < "Diagonal border line from bottom left to top right" ; 8; > ;
59 < "Diagonal border line from top left to bottom right" ; 7; > ;
60 < "Diagonal border line from bottom left to top right" ; 8; > ;
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx829 return aRect.right; in GetGraphicsWidth()
979 pBoundRect->right = nRight; in setClipRegion()
995 if(nRight > pBoundRect->right) in setClipRegion()
997 pBoundRect->right = (int)nRight; in setClipRegion()
1008 pNextClipRect->right = (int)nRight; in setClipRegion()
1030 pRect->right, pRect->bottom ); in setClipRegion()
1045 … mhRegion = CreateRectRgn( pRect->left, pRect->top, pRect->right, pRect->bottom ); in setClipRegion()
1050 … HRGN hRgn = CreateRectRgn( pRect->left, pRect->top, pRect->right, pRect->bottom ); in setClipRegion()
1413 aWinRect.right = nX+nWidth; in drawRect()
1810 aBuf.append( pRect->right ); in drawEPS()
[all …]
H A Dsalgdi2.cxx126 if ( rSrcRect.right > nRight ) in ImplCalcOutSideRgn()
173 aSrcRect.right = aSrcRect.left+(int)nSrcWidth; in copyArea()
185 aSrcRect.right += aPt.x; in copyArea()
192 …ImplCalcOutSideRgn( aSrcRect, theScreen.left, theScreen.top, theScreen.right, theScreen.bottom, hI… in copyArea()
214 aTempRect.right += aPt2.x; in copyArea()
226 aTempRect3.right, aTempRect3.bottom, in copyArea()
772 aRect.right = (int)nX+nWidth; in invert()
/trunk/main/offapi/com/sun/star/drawing/
H A DTextAdjust.idl60 /** The right edge of the text is adjusted to the right edge of the shape.
67 /** The text extends from the left to the right edge of the shape.
75 to the right edge of the shape.
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java655 XNode[] right = (XNode[]) i_Right; in compare() local
656 if (left.length != right.length) in compare()
662 right[i].getStringValue())); in compare()
675 Statement right = (Statement) i_Right; in compare() local
676 if ((eq = cmp(left.Graph, right.Graph )) != 0) in compare()
680 if ((eq = cmp(left.Subject, right.Subject )) != 0) in compare()
684 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) in compare()
688 if ((eq = cmp(left.Object, right.Object )) != 0) in compare()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp514 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
529 || aRect.right != di.prcBounds->right || aRect.bottom != di.prcBounds->bottom ) in OnDrawAdvanced()
536 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
543 aPosArgs[2] = CComVariant( int(di.prcBounds->right - di.prcBounds->left) ); in OnDrawAdvanced()
555 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl123 at the right border.
171 <p>If used with a cell range, the top, left, right, and bottom
197 /** contains a description of the right border line of each cell.
237 /** contains a description of the top left to bottom right diagonal line of each cell.
243 /** contains a description of the bottom left to top right diagonal line of each cell.
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1506 double right = Prim().GetDouble(); in Prim() local
1509 fraction = modf( right, &integer ); in Prim()
1511 ( 0.0 == dleft && right < 0.0 ) ) in Prim()
1518 dleft = pow(dleft, right ); in Prim()
1546 SwSbxValue left = Term(), right; in Expr() local
1555 ( right = Term() ).MakeDouble(); in Expr()
1556 left.Compute( SbxPLUS, right ); in Expr()
1564 ( right = Term() ).MakeDouble(); in Expr()
1565 left.Compute( SbxMINUS, right ); in Expr()
/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx81 Size( aInfo.rcMonitor.right - aInfo.rcMonitor.left, in handleMonitorCallback()
85 Size( aInfo.rcWork.right - aInfo.rcWork.left, in handleMonitorCallback()
135 aWorkRect.right, aWorkRect.bottom ); in initMonitors()
200 aWorkRect.right, aWorkRect.bottom ); in initMonitors()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx63 inline bool compare(const B2DPoint& left, const B2DPoint& right) in compare() argument
65 return left.getX()<right.getX() in compare()
66 || (left.getX()==right.getX() && left.getY()<right.getY()); in compare()
/trunk/main/offapi/com/sun/star/style/
H A DPageStyleLayout.idl39 /** The page style is identically used for left and right pages.
51 /** The page style is only used for right pages.
58 right pages.
/trunk/main/cui/source/tabpages/
H A Dfrmdirlbox.src30 Text [ en-US ] = "Left-to-right" ;
47 Text [ en-US ] = "Left-to-right (horizontal)" ;
62 Text [ en-US ] = "Left-to-right (vertical)" ;

Completed in 117 milliseconds

12345678910>>...19