Home
last modified time | relevance | path

Searched refs:width (Results 876 – 896 of 896) sorted by path

1...<<313233343536

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.h89 …xtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height);
H A DAccTextBase.cpp281 …rExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height) in get_characterExtents() argument
288 if (x == NULL || height == NULL || y == NULL || width == NULL) in get_characterExtents()
335 *width = 1; in get_characterExtents()
340 *width = rectangle.Width; in get_characterExtents()
H A DAccTextBase.h63 …xtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2495 characters in the text or the height of the preceding character, its width being
2514 @param [out] width
2527 [out] long *width,
4937 @param [out] width
4944 [out, retval] long *width
/trunk/main/winaccessibility/source/service/
H A DAccObjectManagerAgent.cxx122 pWinManager->SetLocation( pXAcc, top, left, width, height ); in UpdateLocation()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java68 …public StatusDialog(XMultiServiceFactory xmsf, int width, String taskName, boolean displayCount, S… in StatusDialog() argument
87 …r(6 + 25 + (b ? 27 : 7)), hid, Boolean.TRUE, "StatusDialog", 102, 52, 0, res[0], new Integer(width) in StatusDialog()
99 8, taskName, 6, 6, new Short(tabstop++), new Integer(width * 2 / 3) in StatusDialog()
108 …8, PropertyNames.EMPTY_STRING, new Integer(width * 2 / 3), 6, new Short(tabstop++), new Integer(wi… in StatusDialog()
117 10, 6, 16, new Short(tabstop++), new Integer(width - 12) in StatusDialog()
130 … 14, res[1], new Integer(width / 2 - 20), new Integer(6 + 25 + 7), new Short(tabstop++), 40 in StatusDialog()
/trunk/main/writerfilter/documentation/
H A DKnownIssues.txt23 - border types: width of border lines are changed to fit Writer's defaults,
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile748 # used to set the initial width (in pixels) of the frame in which the tree
1195 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
/trunk/main/x11_extensions/inc/
H A DXrandr.h38 int width, height; member
58 int width; member
H A DXrender.h91 unsigned short width; member
287 unsigned int width,
402 unsigned int width,
H A Drenderproto.h150 CARD16 width B16;
315 CARD16 width B16;
333 CARD16 width B16;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java137 int width = 255; // Default value in parseColWidth() local
141 width = TwipsConverter.cm2twips(widthCM); in parseColWidth()
144 width = TwipsConverter.inches2twips(widthInch); in parseColWidth()
147 return (width); in parseColWidth()
268 String width = TwipsConverter.twips2cm(colWidth) + "cm"; in writeAttributes() local
269 node.setAttribute("style:column-width", width); in writeAttributes()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java336 int width = columnWidths.get(i) * pixelsPerChar; in setColumnWidths() local
339 if (width < minWidth) { in setColumnWidths()
340 width = minWidth; in setColumnWidths()
341 } else if (width > maxWidth) { in setColumnWidths()
342 width = maxWidth; in setColumnWidths()
346 ws.putColumn(i + 1, width, ca); in setColumnWidths()
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java255 private Container buildUI(int width, int height) in buildUI() argument
260 int leftWindowWidth = (width-40)/3; in buildUI()
1369 myFrame.setContentPane(tt.buildUI(screenSize.width, screenSize.height)); in main()
1371 int w = screenSize.width-30; in main()
1373 myFrame.setLocation(screenSize.width/2 - w/2, in main()
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch550 …-after($content, '&#x02003;')"/></xsl:call-template></xsl:when> <!-- emsp - space of width 1em -->
552 …-after($content, '&#x02003;')"/></xsl:call-template></xsl:when> <!-- emsp - space of width 1em -->
553 …er($content, '&#x02004;')"/></xsl:call-template></xsl:when> <!-- emsp13 - space of width 1/3 em -->
554 …content, '&#x02005;')"/></xsl:call-template></xsl:when> <!-- ThickSpace - space of width 1/4 em -->
555 …content, '&#x02009;')"/></xsl:call-template></xsl:when> <!-- ThinSpace - space of width 3/18 em -->
556 …content, '&#x02005;')"/></xsl:call-template></xsl:when> <!-- ThickSpace - space of width 1/4 em -->
560 …content, '&#x02009;')"/></xsl:call-template></xsl:when> <!-- ThinSpace - space of width 3/18 em -->
562 …="substring-after($content, '&#x0200B;')"/></xsl:call-template></xsl:when> <!--zero width space -->
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java87 rectangle = new Rectangle(rect.x, rect.y, rect.width, rect.height); in shot()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java225 if (re.width < 2 || re.height < 2) { in findRectangle()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java83 Tester.click((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in click()
88 …Tester.doubleClick((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in doubleClick()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java129 int width, int height, String sShapeType) in createShape() argument
138 Size aSize = new Size(width, height); in createShape()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java68 private int width = 0; field in CheckPage
76 …public CheckPage(boolean isLandscape, int width, int height, int topMargin, int bottomMargin, int … in CheckPage() argument
78 this.width = width; in CheckPage()
107 SWUtil.setDefaultPageStyleProperty(xComponent, widthProperty, Integer.valueOf(this.width)); in testPage()
150 …private void compare(String preDescription, boolean isLandScape, int width, int height, int top, i… in compare() argument
152 …Assert.assertEquals(preDescription + ":" + this.widthProperty,(double)this.width, (double)width, 2… in compare()
H A DCheckShadowFormat.java67 …ic CheckShadowFormat(String onProperty, String shadowFormatProperty, int locationValue, int width, in CheckShadowFormat() argument
73 this.shadowFormat.ShadowWidth = (short)width; in CheckShadowFormat()

Completed in 150 milliseconds

1...<<313233343536