Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 83) sorted by relevance

1234

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellCursor.java80 int width = addr.EndColumn - addr.StartColumn + 1 ; in _collapseToCurrentArray() local
157 int width = 4, height = 4; in _collapseToCurrentRegion() local
225 int width = 1, height = 1 ; in _collapseToMergedArea() local
296 int width = 1, height = 1; in _collapseToSize() local
333 int width = 1, height = 1 ; in _expandToEntireColumns() local
370 int width = 1, height = 1 ; in _expandToEntireRows() local
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface()
117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface()
166 SurfaceSharedPtr QuartzSurface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
184 void QuartzSurface::Resize( int width, int height ) in Resize()
291 int x, int y, int width, int height ) in createSurface()
H A Dcairo_xlib_cairo.cxx143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface()
204 SurfaceSharedPtr X11Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
276 void X11Surface::Resize( int width, int height ) in Resize()
320 int x, int y, int width, int height ) in createSurface()
H A Dcairo_os2_cairo.cxx158 SurfaceSharedPtr Os2Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
180 void Os2Surface::Resize( int width, int height) in Resize()
253 int x, int y, int width, int height) in createSurface()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx201 int width, in writePpm_()
263 int width, in writePng_()
282 int width, int height, GfxImageColorMap* colorMap, in writePng_()
299 int width, int height, GfxImageColorMap* colorMap, in writePng_()
325 int width, in writeImage_()
362 int width, in writeImage()
367 int width, in writeImageLF()
372 int width, in writeMask()
377 int width, in writeMaskLF()
885 int width, int height, in drawMaskedImage()
[all …]
H A Dpnghelper.cxx163 void PngHelper::appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int color… in appendIHDR()
184 int width, in createPng()
243 int width, int height, GfxImageColorMap* colorMap, in createPng()
327 int width, int height, GfxImageColorMap* colorMap, in createPng()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XImageProducer.java66 public void init(int width, int height) { in init()
78 public void setPixelsByBytes(int x, int y, int width, int height, in setPixelsByBytes()
85 public void setPixelsByLongs(int x, int y, int width, int height, in setPixelsByLongs()
/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()
150 …private void compare(String preDescription, boolean isLandScape, int width, int height, int top, i… in compare()
H A DCheckShadowFormat.java67 …ic CheckShadowFormat(String onProperty, String shadowFormatProperty, int locationValue, int width, in CheckShadowFormat()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx400 void VCLXGraphics::drawRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw(un… in drawRect()
411 void VCLXGraphics::drawRoundedRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sa… in drawRoundedRect()
460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse()
471 void VCLXGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawArc()
482 void VCLXGraphics::drawPie( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawPie()
493 void VCLXGraphics::drawChord( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int3… in drawChord()
504 void VCLXGraphics::drawGradient( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, const… in drawGradient()
546 void VCLXGraphics::drawImage( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int1… in drawImage()
/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()
151 public void addShape( XComponent oDoc, int height, int width, int x, in addShape()
H A DFormTools.java65 int width, int x, int y, String kind ) { in createControlShape()
101 int width, int x, int y, String kind, String defControl ) { in createUnoControlShape()
138 int width, int x, int y, String kind ) { in createControlShapeWithDefaultControl()
216 int width, int x, int y, String kind ) { in insertControlShape()
H A DShapeDsc.java39 private int width = 0; field in ShapeDsc
H A DFrameDsc.java40 private int width = 2000; field in FrameDsc
H A DWriterTools.java87 int vpos, int width, int height, in insertTextGraphic()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_serverfont.cxx66 sal_GlyphId GraphiteLayoutImpl::getKashidaGlyph(int & width) in getKashidaGlyph()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleImage.java66 int width = oObj.getAccessibleImageWidth(); in _getAccessibleImageWidth() local
/trunk/main/x11_extensions/inc/
H A DXrandr.h38 int width, height; member
58 int width; member
/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
268 String width = TwipsConverter.twips2cm(colWidth) + "cm"; in writeAttributes() local
/trunk/main/basebmp/inc/basebmp/
H A Dfillimage.hxx39 const int width ( end.x - begin.x ); in fillImage() local
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java145 com.sun.star.lang.XComponent xDocComp, int height, int width, int x, in createShape()
198 int width = 3500; in createSequence() local
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java115 int x, int y, int width, int height, double weightx, double weighty, in addComponent()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkimage.cxx98 gint *width, in image_get_image_size()
H A Datkcomponent.cxx202 gint *width, in component_wrapper_get_size()
231 gint *width, in component_wrapper_get_extents()
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java120 int width = 640; in testXUnitConversion() local

Completed in 127 milliseconds

1234