Home
last modified time | relevance | path

Searched refs:right (Results 51 – 75 of 454) sorted by relevance

12345678910>>...19

/aoo4110/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()
/aoo4110/main/offapi/com/sun/star/text/
H A DWritingMode.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.
H A DDocumentSettings.idl94 <p>If <TRUE/> centered and right-aligned paragraphs containing
96 right. If <FALSE/>, only the text to the right of the last
97 tab, for example, is aligned to the right, while the text to
/aoo4110/main/offapi/com/sun/star/chart/
H A DChartLegendPosition.idl61 <p>The second entry in the legend is placed an the right hand
68 /** displays the chart legend on the right side of the diagram.
79 <p>The second entry in the legend is placed an the right hand
/aoo4110/main/offapi/com/sun/star/awt/
H A DWindowEvent.idl85 /** specifies the inset from the right.
88 that means the right inset is the width of the right border.</p>
/aoo4110/main/extras/source/misc_config/wizard/web/styles/
H A Drgb.css86 border-right-width: mittel;
90 border-right-style: doppelt;
94 border-right-color: #CC3300;
H A Dpc_old.css86 border-right-width: mittel;
90 border-right-style: doppelt;
94 border-right-color: #000000;
/aoo4110/main/vcl/win/source/window/
H A Dsalobj.cxx753 pBoundRect->right = nRight; in UnionClipRegion()
765 if ( nRight > pBoundRect->right ) in UnionClipRegion()
766 pBoundRect->right = (int)nRight; in UnionClipRegion()
774 pRect->right = (int)nRight; in UnionClipRegion()
790 pRect->right, pRect->bottom ); in EndSetClipRegion()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1022 XNode[] right = (XNode[]) i_Right; in compare() local
1023 if (left.length != right.length) in compare()
1029 right[i].getStringValue())); in compare()
1045 Statement right = (Statement) i_Right; in compare() local
1046 if ((eq = cmp(left.Graph, right.Graph )) != 0) return eq; in compare()
1047 if ((eq = cmp(left.Subject, right.Subject )) != 0) return eq; in compare()
1048 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) return eq; in compare()
1049 if ((eq = cmp(left.Object, right.Object )) != 0) return eq; in compare()
/aoo4110/main/sd/source/ui/view/
H A DDocumentRenderer.src80 < "Left to right, then down" ; > ;
81 < "Top to bottom, then right" ; > ;
162 < "Front sides / right pages" ; > ;
/aoo4110/main/offapi/com/sun/star/style/
H A DGraphicLocation.idl63 /** The graphic is located in the top right corner.
84 /** The graphic is located in the middle of the right edge.
105 /** The graphic is located in the bottom right corner.
/aoo4110/main/offapi/com/sun/star/drawing/
H A DRectanglePoint.idl58 /** specify to the point on the right side from the top of the rectangle.
82 /** specify to the point on the middle of the right side from the rectangle.
106 /** specify to the point on the bottom of the right side from the rectangle.
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl165 Output position of the text. This is the left or right edge,
173 i.e. the left edge for left-to-right and the right edge for
174 right-to-left text.
/aoo4110/main/extensions/source/activex/main/
H A DSOActiveX.cpp1000 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
1015 || aRect.right != di.prcBounds->right || aRect.bottom != di.prcBounds->bottom ) in OnDrawAdvanced()
1022 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
1029 aPosArgs[2] = CComVariant( int(di.prcBounds->right - di.prcBounds->left) ); in OnDrawAdvanced()
1047 di.prcBounds->right - di.prcBounds->left, in OnDrawAdvanced()
/aoo4110/main/binaryurp/source/
H A Dlessoperators.hxx36 bool operator <(TypeDescription const & left, TypeDescription const & right);
46 bool operator <(ByteSequence const & left, ByteSequence const & right);
/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXTabBar.idl58 /** Add a tab bar button to the right of another one.
64 The new button is inserted to the right of this button. When
70 /** Add a tab bar button at the right most position.
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XHeaderFooterContent.java62 XText right = oObj.getRightText(); in _getRightText() local
63 tRes.tested("getRightText()",right.getString().equals("RIGHT")); in _getRightText()
/aoo4110/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java155 int right = code.indexOf(')', left); in scan() local
156 if (right >= 0) { in scan()
157 String idInDeclaration = code.substring(left + 1, right); in scan()
/aoo4110/main/extensions/test/ole/DCOM/scriptComponents/
H A Dreadme.txt3 Register the component by right-clicking on the file in the file explorer and select
9 needs the proper right within the client.
/aoo4110/main/offapi/com/sun/star/frame/status/
H A DLeftRightMargin.idl33 /** specifies a left and right margin.
45 /** specifies a right side margin in 1/100th mm.
/aoo4110/main/sw/source/ui/utlui/
H A Dpoolfmt.src421 Text [ en-US ] = "Header right" ;
433 Text [ en-US ] = "Footer right" ;
751 Text [ en-US ] = "2 columns with different size (left > right)";
755 Text [ en-US ] = "2 columns with different size (left < right)";
/aoo4110/main/offapi/com/sun/star/i18n/
H A DScriptDirection.idl46 /// Script direction is left to right
49 /// Script direction is right to left
/aoo4110/main/offapi/com/sun/star/sheet/
H A DCellDeleteMode.idl51 /** the cells to the right of the deleted cells are moved left.
63 /** entire columns to the right of the deleted cells are moved left.
H A DFillDirection.idl46 /** specifies that columns are filled from left to right.
58 /** specifies that columns are filled from right to left.
/aoo4110/main/offapi/com/sun/star/table/
H A DCellHoriJustify.idl39 /** default alignment is used (left for numbers, right for text).
57 /** contents are aligned to the right edge of the cell.

Completed in 95 milliseconds

12345678910>>...19