Home
last modified time | relevance | path

Searched refs:width (Results 76 – 100 of 896) sorted by relevance

12345678910>>...36

/trunk/main/vcl/unx/gtk/a11y/
H A Datkimage.cxx98 gint *width, in image_get_image_size() argument
101 *width = 0; in image_get_image_size()
107 *width = pImage->getAccessibleImageWidth(); in image_get_image_size()
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java145 com.sun.star.lang.XComponent xDocComp, int height, int width, int x, in createShape() argument
164 size.Width = width; in createShape()
198 int width = 3500; in createSequence() local
217 size.Width = width; in createSequence()
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl38 /** Defines the width of the stroke, measured in user
88 above, i.e. the total width of all lines and spacings will
91 element specifies the width of the rightmost line, when
96 width of the multiple-line stroke. That is, the stroke becomes
H A DFontMetrics.idl76 /** This value specifies the reference character width of the
79 It's roughly equivalent to the average width of all
81 width, the referenceCharSize should be doubled.<p>
/trunk/main/offapi/com/sun/star/awt/
H A DFontPitch.idl33 /** These values are used to specify whether the width of a character is
48 /** specifies a font with a fixed character width.
54 /** specifies a font with a variable character width.
H A DPosSize.idl51 /** flags the width.
69 /** flags the width and height.
75 /** flags the x- and y-coordinate, width and height.
H A DWindowEvent.idl55 /** specifies the outer (total) width of the window.
70 that means the left inset is the width of the left border.</p>
88 that means the right inset is the width of the right border.</p>
/trunk/main/sd/res/webview/
H A Dshow.asp54 <table width=100% height=99%>
56 <IMG src="<% = sGifName1 %>" width=$$4 height=$$5 border=0>
57 <br><IMG src="<% = sGifName2 %>" width=1 height=1 border=0>
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java328 d.width = metrics.stringWidth(dummy) + 16; in update()
344 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
352 int width = getWidth(); in paintComponent() local
364 int x = width - ascent; in paintComponent()
/trunk/main/offapi/com/sun/star/view/
H A DDocumentZoomType.idl38 /** The page content width (excluding margins) at the current selection is fit into the view.
43 /** The page width at the current selection is fit into the view.
58 /** The page width at the current selection is fit into the view,
/trunk/main/offapi/com/sun/star/table/
H A DBorderLine.idl49 /** contains the width of the inner part of a double line (in 1/100 mm).
57 /** contaions the width of a single line or the width of outer part of
H A DTableColumn.idl75 /** contains the width of the column (in 1/100th mm).
77 <p>When hidden, it returns the width which the column would have,
84 /** is <TRUE/>, if the column always keeps its optimal width.
/trunk/main/cui/source/options/
H A Doptmemory.hrc35 #define COL2 (COL1+140) // width text before control
37 #define COL4 (COL3+30) // width control
39 #define COL6 (WHOLE_WIDTH) // width text after control (unit)
/trunk/main/slideshow/qa/tools/
H A Dmkeffects.pl635 [ "value", "width", "0.5*width", "width" ],
643 ["translate", "0.5*width,0.5*height"],
644 ["scale", "0.5*width,0.5*height"],
/trunk/main/offapi/com/sun/star/text/
H A DPageFootnoteInfo.idl57 /** contains the relative width of the footnote separator line.
78 /** contains the relative width of the footnote separator line.
92 /** contains the width of the pen for the footnote separator line.
H A DXTextColumns.idl47 width of the object. The sum of the relative width values depends on
60 <p>As described above, the width values are relative.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleImage.idl68 /** Returns the width of the image.
70 <p>The width is returned in units specified by the parents
74 Returns the image's width with respect to the parent's
/trunk/main/cui/source/tabpages/
H A Dmacroass.hrc54 #define WIDTH1_2 (COL3-COL0) // width of upper listbox
56 #define WIDTH1 ((WIDTH1_2-SPACE1)/2) // width of lower left listbox
57 #define WIDTH2 (WIDTH1_2-WIDTH1-SPACE1) // width of lower right listbox
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java616 pos.x = screenDim.width / 2; in makeWindowPositionRage()
623 size.Width = screenDim.width; in makeWindowPositionRage()
706 int width = rand.nextInt((windowMaxSize.Width-posSize.Y) + 1); in makePosZize() local
710 posSize.Width = (width < (maxWidth / 2)) ? width + (maxWidth / 2) : width; in makePosZize()
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx117 inline size_type width() const { return mnWidth; } in width() function in oox::Matrix
118 … inline size_type height() const { return this->empty() ? 0 : (this->size() / this->width()); } in height()
119 …inline bool has( size_type nX, size_type nY ) const { return (nX < this->width()) && (nY <… in has()
432 …::Sequence< ValueType >( &rMatrix.row_front( nRow ), static_cast< sal_Int32 >( rMatrix.width() ) ); in matrixToSequenceSequence()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx733 int width = POPUP_DRAGWIDTH; in DrawGrip()
734 while( width >= aRect.getWidth() ) in DrawGrip()
735 width -= 4; in DrawGrip()
736 if( width <= 0 ) in DrawGrip()
737 width = aRect.getWidth(); in DrawGrip()
739 aRect.nLeft = (aRect.nLeft + aRect.nRight - width) / 2; in DrawGrip()
740 aRect.nRight = aRect.nLeft + width; in DrawGrip()
H A Dtoolbox.cxx208 int width = TB_DRAGWIDTH; in ImplGetDragWidth() local
223 return width; in ImplGetDragWidth()
376 width += i; in ImplDrawGrip()
2968 long width = 8; in ImplDrawMoreIndicator() local
2986 long width = 5; in ImplDrawMoreIndicator() local
2990 while( width >= 1) in ImplDrawMoreIndicator()
2999 width--; in ImplDrawMoreIndicator()
3025 long width = 5; in ImplDrawDropdownArrow() local
3029 while( width >= 1) in ImplDrawDropdownArrow()
3033 width -= 2; in ImplDrawDropdownArrow()
[all …]
/trunk/main/cui/source/customize/
H A Dmacropg.hrc60 #define WIDTH1_2 (COL3-COL0) // width of upper listbox
62 #define WIDTH1 ((WIDTH1_2-SPACE1)/2) // width of lower left listbox
63 #define WIDTH2 (WIDTH1_2-WIDTH1-SPACE1) // width of lower right listbox
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx846 sal_uInt32 width, height; in defineBitmap() local
848 getBitmapData( bmpSource, pImageData, pAlphaData, width, height ); in defineBitmap()
849 sal_uInt32 raw_size = width * height * 4; in defineBitmap()
868 alpha_compressed_size = uLongf(width * height + (sal_uInt32)(raw_size/100) + 12); in defineBitmap()
872 …if(compress2(pAlphaCompressed, &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESS… in defineBitmap()
877 …compress2(pAlphaCompressed, &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESSION… in defineBitmap()
919 Impl_writeBmp( nBitmapId, width, height, pCompressed, compressed_size ); in defineBitmap()
1028 void Writer::Impl_writeBmp( sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *p… in Impl_writeBmp() argument
1034 mpTag->addUI16( _uInt16(width) ); in Impl_writeBmp()
/trunk/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.";

Completed in 145 milliseconds

12345678910>>...36