Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 78) sorted by relevance

1234

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellCursor.java81 int height = addr.EndRow - addr.StartRow + 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()
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()
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.cxx180 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.cxx202 int height, in writePpm_()
264 int height, in writePng_()
282 int width, int height, GfxImageColorMap* colorMap, in writePng_()
299 int width, int height, GfxImageColorMap* colorMap, in writePng_()
326 int height, in writeImage_()
363 int height, in writeImage()
368 int height, in writeImageLF()
373 int height, in writeMask()
378 int height, 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()
185 int height, in createPng()
243 int width, int height, GfxImageColorMap* colorMap, in createPng()
327 int width, int height, GfxImageColorMap* colorMap, in createPng()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckFooterHeader.java73 int leftMargin, int rightMargin, int bodyDistance, int height){ in CheckFooterHeader()
127 …int height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(… in testFooterHeader() local
146 …id compare(String preDescription, int leftMargin, int rightMargin, int bodyDistance, int height){ in compare()
H A DCheckPage.java69 private int height = 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()
/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/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.java64 public static XControlShape createControlShape( XComponent oDoc, int height, in createControlShape()
100 public static XControlShape createUnoControlShape( XComponent oDoc, int height, in createUnoControlShape()
137 public static XControlShape createControlShapeWithDefaultControl( XComponent oDoc, int height, in createControlShapeWithDefaultControl()
215 public static XControlShape insertControlShape( XComponent oDoc, int height, in insertControlShape()
H A DShapeDsc.java38 private int height = 0; field in ShapeDsc
H A DFrameDsc.java39 private int height = 2000; field in FrameDsc
/trunk/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx110 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake() local
154 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleImage.java57 int height = oObj.getAccessibleImageHeight(); in _getAccessibleImageHeight() local
/trunk/main/x11_extensions/inc/
H A DXrandr.h38 int width, height; member
59 int height; member
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java136 int height = 255; // Default value in parseRowHeight() local
268 String height = TwipsConverter.twips2cm(rowHeight) + "cm"; in writeAttributes() local
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DPageContext.java94 public void setHeader(final String header, final CSSNumericValue height) in setHeader()
115 public void setFooter(final String footer, final CSSNumericValue height) in setFooter()
/trunk/main/basebmp/inc/basebmp/
H A Dfillimage.hxx40 const int height( end.y - begin.y ); 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()
197 int height = 3000; in createSequence() local
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx98 sal_Int32 height = aktHeaderHeight - aktSpacing; in setHeaderDistance() local
132 sal_Int32 height = aktFooterHeight - aktSpacing; in setFooterDistance() 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.cxx99 gint *height ) in image_get_image_size()
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java121 int height = 480; in testXUnitConversion() local

Completed in 81 milliseconds

1234