Home
last modified time | relevance | path

Searched refs:width (Results 51 – 75 of 896) sorted by relevance

12345678910>>...36

/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx202 gint *width, in component_wrapper_get_size() argument
211 *width = aSize.Width; in component_wrapper_get_size()
215 fprintf(stderr, "getSize() returned: ( %u, %u )\n", *width, *height ); in component_wrapper_get_size()
231 gint *width, in component_wrapper_get_extents() argument
236 component_wrapper_get_size( component, width, height ); in component_wrapper_get_extents()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1156 clipRect.width = it->GetWidth(); in NWPaintGTKButton()
1302 clipRect.width = it->GetWidth(); in NWPaintGTKRadio()
1349 clipRect.width = it->GetWidth(); in NWPaintGTKCheck()
1798 clipRect.width = it->GetWidth(); in NWPaintGTKEditBox()
2147 clipRect.width = it->GetWidth(); in NWPaintGTKComboBox()
2431 clipRect.width = it->GetWidth(); in NWPaintGTKListBox()
2560 clipRect.width = it->GetWidth(); in NWPaintGTKToolbar()
2654 clipRect.width = it->GetWidth(); in NWPaintGTKMenubar()
2748 clipRect.width = it->GetWidth(); in NWPaintGTKPopupMenu()
3140 width = pIndicatorSize->width; in NWGetListBoxButtonRect()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDrawTools.java128 public XShape createShape( XComponent oDoc, int height, int width, int x, in createShape() argument
132 ShapeDsc sDsc = new ShapeDsc( height, width, x, y, kind ); in createShape()
151 public void addShape( XComponent oDoc, int height, int width, int x, in addShape() argument
154 getShapes(getDrawPage(oDoc,0)).add(createShape( oDoc, height, width, x, in addShape()
H A DFrameDsc.java40 private int width = 2000; field in FrameDsc
54 width = nWidth; in FrameDsc()
61 width = nWidth; in FrameDsc()
86 size.Width = width; in createInstance()
H A DSOfficeFactory.java286 int height, int width) { in createTextFrame() argument
288 FrameDsc tDsc = new FrameDsc(height, width); in createTextFrame()
420 public XShape createShape(XComponent oDoc, int height, int width, int x, int y, String kind) { in createShape() argument
423 ShapeDsc sDsc = new ShapeDsc(height, width, x, y, kind); in createShape()
488 …public XControlShape createControlShape(XComponent oDoc, int height, int width, int x, int y, Stri… in createControlShape() argument
504 size.Width = width; in createControlShape()
H A DShapeDsc.java39 private int width = 0; field in ShapeDsc
48 width=nwidth; in ShapeDsc()
84 size.Width = width; in createInstance()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx1023 int width = -1; in getSubstWidth() local
1032 for( width=sizeof(pWidthNames)/sizeof(pWidthNames[0])-1; width >= 0; width-- ) in getSubstWidth()
1033 if( pLine->equalsIgnoreAsciiCaseAscii( pWidthNames[width].pName ) ) in getSubstWidth()
1037 if( width < 0 ) in getSubstWidth()
1049 return (FontWidth)( width >= 0 ? pWidthNames[width].nEnum : WIDTH_DONTKNOW ); in getSubstWidth()
/trunk/main/padmin/source/
H A Dfontentry.cxx207 …case width::UltraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraCondensedTxt ); break; in fillFontEntry()
208 …case width::ExtraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraCondensedTxt ); break; in fillFontEntry()
209 case width::Condensed: aEntry.AppendAscii( ", " ); aEntry.Append( aCondensedTxt ); break; in fillFontEntry()
210 … case width::SemiCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiCondensedTxt ); break; in fillFontEntry()
211 … case width::SemiExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiExpandedTxt ); break; in fillFontEntry()
212 case width::Expanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExpandedTxt ); break; in fillFontEntry()
213 … case width::ExtraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraExpandedTxt ); break; in fillFontEntry()
214 … case width::UltraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraExpandedTxt ); break; in fillFontEntry()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx53 fprintf( stderr, "%s %d %d %d\n", s, p->depth, p->width, p->height );
54 int nW = Min( 64, p->width*p->bits_per_pixel >> 3 );
270 if( int(nX + nDX) <= int(aRect.x) || nX >= int(aRect.x + aRect.width) ) in Clip()
281 else if( int(nX + nDX) > int(aRect.x + aRect.width) ) in Clip()
282 nDX = aRect.x + aRect.width - nX; in Clip()
439 …SalPaintEvent aPEvt( aEvent.xexpose.x, aEvent.xexpose.y, aEvent.xexpose.width+1, aEvent.xexpose.he… in YieldGraphicsExpose()
454 …Event.xgraphicsexpose.x, aEvent.xgraphicsexpose.y, aEvent.xgraphicsexpose.width+1, aEvent.xgraphic… in YieldGraphicsExpose()
1043 if( nX + nDX > aAttrib.width ) in getBitmap()
1044 nDX = aAttrib.width - nX; in getBitmap()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx235 int width, int height, GBool invert,
238 int width, int height, GfxImageColorMap *colorMap,
241 int width, int height,
246 int width, int height,
/trunk/main/extras/source/misc_config/wizard/web/styles/
H A Drgb.css85 border-top-width: medium;
86 border-right-width: medium;
87 border-bottom-width: medium;
88 border-left-width: medium;
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl58 /** specifies the current width of the column.
62 /** specifies the minimal width the column can have.
66 /** specifies the maximal width the column can have.
70 /** controls whether or not the column's width is fixed or not.
72 …<p>If this is <TRUE/>, the user can interactively change the column's width. Also, the column is s…
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1424 maGeometry.nWidth = rWidth = aAttrib.width; in GetClientSize()
1983 values.width = rPosSize.GetWidth(); in SetPosSize()
1986 if( !values.width || !values.height ) in SetPosSize()
2077 maGeometry.nWidth = values.width; in SetPosSize()
3631 aRect.width = pEvent->xexpose.width; in HandleExposeEvent()
3639 aRect.width = pEvent->xgraphicsexpose.width; in HandleExposeEvent()
3751 pEvent->width, in HandleSizeEvent()
3777 nWidth_ = pEvent->width; in HandleSizeEvent()
3785 maGeometry.nWidth = pEvent->width; in HandleSizeEvent()
4467 win_size.width = win_attrib.width; in ResetClipRegion()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java81 private final CSSNumericValue width; field in ImageProducer.OfficeImage
85 …public OfficeImage(final String embeddableLink, final CSSNumericValue width, final CSSNumericValue… in OfficeImage() argument
88 this.width = width; in OfficeImage()
94 return width; in getWidth()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx216 double width = X[1] - X[0]; in drawRoundRectangle() local
218 if (ovalW > width) ovalW = static_cast< int >( width ); in drawRoundRectangle()
222 …B2DPolygon poly = tools::createPolygonFromRect(rect, (width != 0.0) ? ovalW/width : 0.0, (height !… in drawRoundRectangle()
/trunk/main/odk/docs/common/ref/
H A Didl.css62 { width:100%;
65 #adc-idlref td.imsum_left { width:30%; }
66 #adc-idlref td.imsum_right { width:70%; }
129 border-width: 1px;
136 border-width: 1px;
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java177 d.width = metrics.stringWidth(dummy) + 16; in update()
193 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
201 int width = getWidth(); in paintComponent() local
213 int x = width - ascent; in paintComponent()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_serverfont.cxx66 sal_GlyphId GraphiteLayoutImpl::getKashidaGlyph(int & width) in getKashidaGlyph() argument
72 width = rGM.GetCharWidth(); in getKashidaGlyph()
76 width = 0; in getKashidaGlyph()
/trunk/main/canvas/source/cairo/
H A Dcairo_cairo.hxx65 …virtual boost::shared_ptr<Surface> getSimilar( Content aContent, int width, int height ) const = 0;
71 virtual void Resize( int width, int height ) = 0;
83 int x, int y, int width, int height );
H A Dcairo_xlib_cairo.hxx80 X11Surface( const X11SysData& rSysData, int x, int y, int width, int height );
87 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
91 virtual void Resize( int width, int height );
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java134 maSize.width * nScaleFactor, in paint()
159 maShape.x + x/2.0 * maShape.width-3, in paint()
171 maShape.x + x/2.0 * maShape.width-2, in paint()
320 +"x"+maSize.width+"x"+maSize.height+"<"; in toString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XImageProducer.java66 public void init(int width, int height) { in init() argument
78 public void setPixelsByBytes(int x, int y, int width, int height, in setPixelsByBytes() argument
85 public void setPixelsByLongs(int x, int y, int width, int height, in setPixelsByLongs() argument
/trunk/main/offapi/com/sun/star/awt/
H A DFontDescriptor.idl58 /** specifies the width of the font in the measure of the
98 /** specifies the character width.
100 <p>Depending on the specified width, a font that supports this
101 width may be selected.</p>
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java166 maSize.width, in paint()
192 maShape.x + x/2.0 * maShape.width-3, in paint()
204 maShape.x + x/2.0 * maShape.width-2, in paint()
347 +"x"+maSize.width+"x"+maSize.height+"<"; in toString()
/trunk/main/svx/source/svdraw/
H A Dsvdstr.src1248 Text [ en-US ] = "Use entire width" ;
1478 Text [ en-US ] = "Min. frame width" ;
1482 Text [ en-US ] = "Max. frame width" ;
1627 Text [ en-US ] = "Line width" ;
1647 Text [ en-US ] = "Line head width" ;
1652 Text [ en-US ] = "Line end width" ;
1752 Text [ en-US ] = "Fillbitmap width" ;
2087 Text [ en-US ] = "AutoFit width" ;
2447 Text [ en-US ] = "Single width" ;
2457 Text [ en-US ] = "Logical width" ;
[all …]

Completed in 192 milliseconds

12345678910>>...36