Home
last modified time | relevance | path

Searched refs:right (Results 101 – 125 of 458) sorted by relevance

12345678910>>...19

/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel_tmpl.hrc39 "Bottom right" ; \
41 "Top right" ; \
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java150 …scription, boolean isLandScape, int width, int height, int top, int bottom, int left, int right){ in compare() argument
157 …uals(preDescription + ":" + this.rightMarginProperty,(double)this.rightMargin, (double)right, 2); in compare()
/trunk/main/offapi/com/sun/star/view/
H A DXViewCursor.idl37 /** makes it possible to move a cursor up/down/left/right within laid out text.
92 /** moves the cursor the specified number of characters to the right.
/trunk/main/offapi/com/sun/star/geometry/
H A DMatrix2D.idl74 /// The top, right matrix entry.
80 /// The bottom, right matrix entry.
H A DAffineMatrix2D.idl74 /// The top, right matrix entry.
83 /// The bottom, right matrix entry.
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx383 aDst.right = pSrc->right; in NW_gtk_border_set_from_border()
1140 wi -= aDefBorder.left + aDefBorder.right; in NWPaintGTKButton()
1246 w += aDefBorder.left + aDefBorder.right; in NWGetButtonArea()
3129 gint right = 5; // GTK+ default in NWGetListBoxButtonRect() local
3143 right = pIndicatorSpacing->right; in NWGetListBoxButtonRect()
3149 nButtonAreaWidth = width + right + (xthickness * 2); in NWGetListBoxButtonRect()
3192 gint right = 5; // GTK+ default in NWGetListBoxIndicatorRect() local
3207 right = pIndicatorSpacing->right; in NWGetListBoxIndicatorRect()
3210 …aIndicatorRect.SetPos( Point( aAreaRect.Left() + aAreaRect.GetWidth() - width - right - gWidgetDat… in NWGetListBoxIndicatorRect()
/trunk/main/offapi/com/sun/star/ui/
H A DXDockingAreaAcceptor.idl85 <li>Width = requested area on right side (in pixel)</li>
103 <li>Width = new area on right side (in pixel)</li>
/trunk/main/offapi/com/sun/star/text/
H A DCellProperties.idl117 /** contains the right border line.
137 /** contains the distance of the right border.
H A DXTextTableCursor.idl88 /** moves the cursor to the right neighbor.
136 /** moves the cursor to the bottom right cell of the table.
H A DTextPageStyle.idl107 /** contains the interface to the text of the header of right pages.
131 /** contains the interface to the text of the footer of a right page.
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx795 int left = 0, top = 0, right = 0, bottom = 0; in GetPageInfo() local
802 aData.m_pParser->getMargins( aPaper, left, right, top, bottom ); in GetPageInfo()
807 aData.m_pParser->getMargins( aPaper, top, bottom, right, left ); in GetPageInfo()
814 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx234 void SetRight(long right) { nRight = right; } in SetRight() argument
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java69 right(xRowRes); in testFunctions()
175 …private void right(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in right() method in DBaseStringFunctions
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessiblePageHeader.java216 final XText right = RPHC2.getRightText(); in createTestEnvironment() local
223 right.setString("RIGHT"); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl146 /** determines the right margin of the paragraph in 100th mm.
324 /** contains the right border of the object.
349 /** contains the distance from the right border to the object.
/trunk/main/x11_extensions/inc/
H A DXrender.h154 XLineFixed left, right; member
179 XFixed left, right, y; member
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx664 int lDlgW = rcDlg.right - rcDlg.left; in centerPositionToParent()
667 int x = (rcPar.left + rcPar.right - lDlgW) / 2; in centerPositionToParent()
/trunk/main/svx/source/dialog/
H A Dhdft.src56 Text [ en-US ] = "Same ~content left/right" ;
204 Text [ en-US ] = "Same ~content left/right" ;
H A Drulritem.cxx508 SvxColumnItem::SvxColumnItem( sal_uInt16 nActCol, sal_uInt16 left, sal_uInt16 right ) : in SvxColumnItem() argument
513 nRight ( right ), in SvxColumnItem()
/trunk/main/odk/docs/common/ref/
H A Didl.css74 padding-left:7pt; padding-right:7pt; }
88 padding-left:7pt; padding-right:7pt; }
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheet.idl232 order the columns from left to right, and
234 right to left.</p>
/trunk/main/sc/source/ui/pagedlg/
H A Dpagedlg.src237 Text [ en-US ] = "~Top to bottom, then right" ;
245 Text [ en-US ] = "~Left to right, then down" ;
/trunk/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl168 /** decides if all brackets (even those without 'left'/'right'
334 /** contains the metric value of the right margin of the formula.
/trunk/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl207 /** This is the distance from the right edge of the <type>Shape</type>
208 to the right edge of the text.
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx489 ::std::hash_map< sal_uInt16, sal_Unicode >::iterator left, right; in queryMetricPage()
522 right = aGlyphMap.find( nRightGlyph ); in queryMetricPage()
523 if( left != aGlyphMap.end() && right != aGlyphMap.end() ) in queryMetricPage()
526 aPair.second = right->second; in queryMetricPage()
589 ::std::hash_map< sal_uInt16, sal_Unicode >::iterator left, right; in queryMetricPage()
635 right = aGlyphMap.find( nRightGlyph ); in queryMetricPage()
636 if( left != aGlyphMap.end() && right != aGlyphMap.end() ) in queryMetricPage()
639 aPair.second = right->second; in queryMetricPage()

Completed in 262 milliseconds

12345678910>>...19