Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 883) sorted by relevance

12345678910>>...36

/aoo41x/main/winaccessibility/source/UAccCOM/
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()
/aoo41x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.src66 Text [ en-US ] = "Select the width of the line.";
273 //high contrast for line width
381 Text [ en-US ] = "Line ~width:" ;
400 QuickHelpText [ en-US ] = "Specify the width of the line.";
/aoo41x/main/offapi/com/sun/star/text/
H A DTextTable.idl182 /** determins the width of the table relative to its environment.
186 /** determins if the value of the relative width is valid.
220 /** contains the absolute table width.
252 /** contains the sum of the column width values used in TableColumnSeparators.
H A DBaseFrameProperties.idl190 /** contains the width of the object (1/100 mm).
201 /** contains the relative width of the object.
206 /** determins whether the width follows the height.
210 /** determins whether the height follows the width.
/aoo41x/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx335 m_aScreens[i].m_aSize.Width() != pTargetSize->width || in processRandREvent()
338 m_aScreens[i].m_aSize = Size( pTargetSize->width, pTargetSize->height ); in processRandREvent()
343 …f( stderr, "screen %d changed to size %dx%d\n", (int)i, (int)pTargetSize->width, (int)pTargetSize-… in processRandREvent()
/aoo41x/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java120 int width = 640; in testXUnitConversion() local
122 xWindow.setPosSize(x, y, width, height, com.sun.star.awt.PosSize.POSSIZE); in testXUnitConversion()
135 …assertTrue("Window pos size wrong", aSize.Width == width && aSize.Height == height && aPoint.X == … in testXUnitConversion()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl160 /** If this value is <TRUE/>, the width of the <type>Shape</type> is
250 /** with this property you can set the maximum width for a shape with text.
266 /** with this property you can set the minimum width for a shape with text.
267 On edit, the auto grow feature will not shrink the object width smaller
/aoo41x/main/canvas/source/cairo/
H A Dcairo_win32_cairo.hxx52 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
56 virtual void Resize( int width, int height );
/aoo41x/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()
/aoo41x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleImage.java66 int width = oObj.getAccessibleImageWidth(); in _getAccessibleImageWidth() local
67 log.println("getAccessibleImageWidth(): " + width); in _getAccessibleImageWidth()
/aoo41x/main/basebmp/inc/basebmp/
H A Dfillimage.hxx39 const int width ( end.x - begin.x ); in fillImage() local
47 rowEnd( rowIter + width ); in fillImage()
/aoo41x/main/offapi/com/sun/star/mozilla/
H A DXPluginInstancePeer.idl65 @param width [in]: the new window width
70 boolean setWindowSize( [in] long width, [in] long heigth );
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx201 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.width ) ); in flush()
205 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.width ) ); in flush()
405 pFont->m_eWidth = (width::type)atoi( pLine+nTokenPos[4] ); in read()
413 pFont->m_aGlobalMetricX.width in read()
417 pFont->m_aGlobalMetricY.width in read()
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datktext.cxx656 gint *width, in text_wrapper_get_character_extents() argument
664 *x = *y = *width = *height = 0; in text_wrapper_get_character_extents()
678 *width = aRect.Width; in text_wrapper_get_character_extents()
683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents()
/aoo41x/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl184 <p>It is given in percent in relation to the width of the bitmap.
190 It is given in percent in relation to the width of the bitmap.
200 width of the bitmap.
220 /** This is the width of the tile for filling.
/aoo41x/main/x11_extensions/inc/
H A DXrender.h91 unsigned short width; member
287 unsigned int width,
402 unsigned int width,
H A DXrandr.h38 int width, height; member
58 int width; member
/aoo41x/main/codemaker/source/javamaker/
H A Dclassfile.cxx716 sal_uInt16 ClassFile::nextConstantPoolIndex(sal_uInt16 width) { in nextConstantPoolIndex() argument
717 OSL_ASSERT(width == 1 || width == 2); in nextConstantPoolIndex()
718 if (m_constantPoolCount > SAL_MAX_UINT16 - width) { in nextConstantPoolIndex()
726 m_constantPoolCount = m_constantPoolCount + width; in nextConstantPoolIndex()
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java115 int x, int y, int width, int height, double weightx, double weighty, in addComponent() argument
122 aConstraints.gridwidth = width; in addComponent()
/aoo41x/main/offapi/com/sun/star/awt/
H A DSize.idl33 /** specifies the 2-dimensional size of an area using width and height.
39 /** specifies the width.
H A DXLayoutFlow.idl33 /** Enables height-for-width layout negociations, which allows for label wrapping
42 /** returns the prefered high this layout element would need for the given width. */
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx640 int w = b_vert ? p_bbox->height : p_bbox->width; in getCharWidth()
648 p_bbox->width = -1; in getCharMetric()
680 if (p_bbox->width >= 0 && p_bbox->height >= 0) in getCharMetric()
687 if (p_bbox->width >= 0 && p_bbox->height >= 0) in getCharMetric()
/aoo41x/extras/l10n/source/is/
H A Dlocalize.sdf2569 …ar_id3154013 0 is \<image id=\"img_id3150010\" src=\"res/sc10616.png\" width=\"0.222inch\" heig…
2578 …ar_id3155337 0 is \<image id=\"img_id3163808\" src=\"res/sc10619.png\" width=\"0.222inch\" heig…
4036 …ar_id3149287 0 is \<image id=\"img_id3149750\" src=\"res/sc06301.png\" width=\"0.222in\" height…
4039 …ar_id3152938 0 is \<image id=\"img_id3152948\" src=\"res/sc06300.png\" width=\"0.222in\" height…
7609 …help par_idN1089C 0 is \<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"0.222inch\" heig…
7613 …help par_idN107BF 0 is \<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"0.222inch\" heig…
9470 …ar_id3152781 0 is \<image id=\"img_id3149811\" src=\"res/sc06301.png\" width=\"0.222in\" height…
9474 …ar_id3149580 0 is \<image id=\"img_id3148642\" src=\"res/sc06303.png\" width=\"0.222in\" height…
17028 …r_id3150769 0 is \<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=…
17937 …d3151319 0 is \<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" heigh…
[all …]
/aoo41x/main/soltools/mkdepend/
H A Dpr.c37 extern int width;
114 if (current_len + len > width || file != lastfile) {
/aoo41x/main/vcl/unx/generic/window/
H A Dsalobj.cxx237 aRect->width = (unsigned short) nWidth; in UnionClipRegion()
308 win_size.width = win_attrib.width; in ResetClipRegion()

Completed in 736 milliseconds

12345678910>>...36