Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellCursor.java113 if (cols == 1 && rows == height) { in _collapseToCurrentArray()
157 int width = 4, height = 4; in _collapseToCurrentRegion() local
214 oObj.collapseToSize(width, height); in _collapseToCurrentRegion()
225 int width = 1, height = 1 ; in _collapseToMergedArea() local
285 oObj.collapseToSize(width, height); in _collapseToMergedArea()
296 int width = 1, height = 1; in _collapseToSize() local
321 oObj.collapseToSize(width, height) ; in _collapseToSize()
333 int width = 1, height = 1 ; in _expandToEntireColumns() local
358 oObj.collapseToSize(width, height) ; in _expandToEntireColumns()
370 int width = 1, height = 1 ; in _expandToEntireRows() local
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx172 const int size = height * ((width + 7) / 8); in writePbm_()
202 int height, in writePpm_() argument
223 const int size = width*height*3 + header_size; in writePpm_()
242 for( int y=0; y<height; ++y) in writePpm_()
264 int height, in writePng_() argument
326 int height, in writeImage_() argument
363 int height, in writeImage() argument
373 int height, in writeMask() argument
378 int height, in writeMaskLF() argument
846 printf( "drawImage %d %d", width, height ); in drawImage()
[all …]
H A Dpnghelper.cxx167 append( height, o_rOutputBuf ); in appendIHDR()
185 int height, in createPng() argument
192 appendIHDR( o_rOutputBuf, width, height, 1, 3 ); in createPng()
219 aScanlines.reserve( nLineSize * height + height ); in createPng()
222 for( int y = 0; y < height; y++ ) in createPng()
248 appendIHDR( o_rOutputBuf, width, height, 8, 6 ); // RGBA image in createPng()
263 aScanlines.reserve( width*height*4 + height ); in createPng()
265 for( int y=0; y<height; ++y) in createPng()
334 appendIHDR( o_rOutputBuf, width, height, 8, 6 ); // RGBA image in createPng()
348 aScanlines.reserve( width*height*4 + height ); in createPng()
[all …]
/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() argument
93 if (width == 0 || height == 0) { in QuartzSurface()
95 height = [mpView bounds].size.height; in QuartzSurface()
101 cairo_quartz_surface_create(CAIRO_FORMAT_ARGB32, width, height), in QuartzSurface()
117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface() argument
128 mpSurface.reset(cairo_quartz_surface_create_for_cg_context(rContext, width, height), in QuartzSurface()
166 SurfaceSharedPtr QuartzSurface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
171 cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
184 void QuartzSurface::Resize( int width, int height ) in Resize() argument
291 int x, int y, int width, int height ) in createSurface() argument
[all …]
H A Dcairo_xlib_cairo.cxx143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface() argument
150 width + x, height + y ), in X11Surface()
204 SurfaceSharedPtr X11Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
229 width > 0 ? width : 1, height > 0 ? height : 1, in getSimilar()
243 pFormat, width, height ), in getSimilar()
251 … cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
276 void X11Surface::Resize( int width, int height ) in Resize() argument
278 cairo_xlib_surface_set_size( mpSurface.get(), width, height ); in Resize()
320 int x, int y, int width, int height ) in createSurface() argument
324 x,y,width,height)); in createSurface()
[all …]
H A Dcairo_os2_cairo.cxx158 SurfaceSharedPtr Os2Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
160 OSL_TRACE( "Os2Surface::getSimilar size: %d x %d", width, height); in getSimilar()
163 int h = (height == 0 ? 1 : height); in getSimilar()
180 void Os2Surface::Resize( int width, int height) in Resize() argument
182 cairo_os2_surface_set_size( mpSurface.get(), width, height, false); in Resize()
253 int x, int y, int width, int height) in createSurface() argument
258 int h = (height == 0 ? 1 : height); in createSurface()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx135 double dX = 0, dY = aPaperSize.height; in SetupPrinterGraphics()
138 dY -= aPaperSize.height - aImageRect.size.height - aImageRect.origin.y; in SetupPrinterGraphics()
146 …double dX = aImageRect.origin.x, dY = aPaperSize.height - aImageRect.size.height - aImageRect.orig… in SetupPrinterGraphics()
151 dX = aPaperSize.height; in SetupPrinterGraphics()
205 double width = aPaperSize.width, height = aPaperSize.height; in SetPrinterData() local
213 io_pSetupData->mnPaperHeight = PtTo10Mu( height ); in SetPrinterData()
273 long width = 21000, height = 29700; in SetData() local
280 height = io_pSetupData->mnPaperHeight; in SetData()
287 height = aInfo.getHeight(); in SetData()
290 setPaperSize( width, height, mePageOrientation ); in SetData()
[all …]
H A Dsalnativewidgets.cxx110 aHIRect.size.height = static_cast<float>(aRect.GetHeight()); in ImplGetHIRectFromRectangle()
543 rc.size.height += 2; in drawNativeControl()
631 else if( rc.size.height <= PB_Norm_Height ) in drawNativeControl()
723 y += rc.size.height; in drawNativeControl()
726 y -= rc.size.height/2; in drawNativeControl()
832 rc.size.height += 2; in drawNativeControl()
916 rc.size.height=TAB_HEIGHT_NORMAL; in drawNativeControl()
937 rc.size.height+=TAB_HEIGHT_NORMAL/2; in drawNativeControl()
1028 rc.size.height+=1; in drawNativeControl()
1052 rc.size.height += 2; in drawNativeControl()
[all …]
H A Daquaprintaccessoryview.mm351 aPreviewFrame.size.height -= 7;
363 aPreviewFrame.size.height -= 61;
665 aUnion.size.height += 10;
671 if( aUnion.size.height > rMaxSize.height )
672 rMaxSize.height = aUnion.size.height;
687 double nDiff = aTabSize.height - aRect.size.height;
955 aTextRect.origin.y = aBtnRect.origin.y + (aBtnRect.size.height - aTextRect.size.height)/2;
1343 if( aMaxTabSize.height < 200 )
1344 aMaxTabSize.height = 200;
1351 aTabCtrlSize.height += aMaxTabSize.height + 10;
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch182 - resize(width, height, d);
236 - resizeCopy(width, height, d);
272 - void resize(int width, int height)
328 - if(width*height > 0)
357 - height_ = height;
375 - int newsize = width*height;
407 - height_ = height;
426 - for(int y=0; y<height; ++y)
512 - Size2D(int width, int height)
513 - : Diff2D(width, height)
[all …]
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx264 widgetRect.height(), in drawNativeControl()
507 xRect.height -= 2*nFrameWidth; in drawNativeControl()
621 int nFontHeight = kapp->fontMetrics().height(); in getNativeControlRegion()
629 if( boundingRect.height() < nMinHeight ) in getNativeControlRegion()
631 int delta = nMinHeight - boundingRect.height(); in getNativeControlRegion()
683 if( aMinSize.height() > contentRect.height() ) in getNativeControlRegion()
684 contentRect.adjust( 0, 0, 0, aMinSize.height() - contentRect.height() ); in getNativeControlRegion()
754 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
759 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
891 Size aBSize( boundingRect.width(), boundingRect.height() );
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DCharacterStyle.idl52 /** This value contains the character height as difference in point to the height of
56 /** This value contains the character height as percentage value relative to the height of
60 /** This value contains the character height as difference in point to the height of
64 /** This value contains the character height as percentage value relative to the height of
68 /** This value contains the character height as difference in point to the height of
72 /** This value contains the character height as percentage value relative to the height of
H A DParagraphStyle.idl111 /** This value contains the character height as percentage value relative to the height of
117 /** This value contains the character height as difference in point to the height of
123 /** This value contains the character height as percentage value relative to the height of
129 /** This value contains the character height as difference in point to the height of
135 /** This value contains the character height as percentage value relative to the height of
H A DLineSpacingMode.idl41 /** This constant specifies the height value as a proportional value.
48 /** This constant specifies the height as the minimum line height.
55 /** This constant specifies the height value as the distance to the previous line.
62 /** This constant specifies the height value as a fixed line height.
/trunk/main/offapi/com/sun/star/text/
H A DSizeType.idl34 /** The height value of objects like text frames or table rows may
37 <p>The values may specify the absolute height (SIZETYPE_FIX), the
38 minimum height (SIZETYPE_MIN), or they are ignored (SIZETYPE_VAR),
39 in which case the real height depends on the content. This information
45 // The height of the object is determind by the content only.
51 // The height property determines the height of the object.
59 /** The height property determines the minimum height of the object, but the
60 actual height will be increased if the content demands it.
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx173 maGeometry.nHeight = static_cast<int>(aVisibleRect.size.height); in initWindowAndView()
227 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
235 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
243 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in CocoaToVCL()
251 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in VCLToCocoa()
595 aStateRect.size.height = float(pState->mnHeight); in SetWindowState()
679 pState->mnHeight = long(aStateRect.size.height); in GetWindowState()
776 …if( aScreenRect.origin.y + aScreenRect.size.height > aNewContentRect.origin.y + aNewContentRect.si… in ShowFullScreen()
777 …aNewContentRect.size.height = aScreenRect.origin.y + aScreenRect.size.height - aNewContentRect.ori… in ShowFullScreen()
1421 aContentRect.size.height = nHeight; in SetPosSize()
[all …]
/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() argument
407 mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawRect()
418 …mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ), nHorzRound, nVertRoun… in drawRoundedRect()
460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse() argument
467 mpOutputDevice->DrawEllipse( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawEllipse()
478 …mpOutputDevice->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawArc()
489 …mpOutputDevice->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawPie()
500 …mpOutputDevice->DrawChord( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Poi… in drawChord()
504 void VCLXGraphics::drawGradient( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, const… in drawGradient() argument
519 mpOutputDevice->DrawGradient( Rectangle( Point( x, y ), Size( width, height ) ), aGradient ); in drawGradient()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx504 int height = aAttribute.height; in SnapShot() local
529 height = height + y; in SnapShot()
533 if (y > aRootAttribute.height) in SnapShot()
535 height = 0; in SnapShot()
536 y = aRootAttribute.height; in SnapShot()
539 if (y + height > aRootAttribute.height) in SnapShot()
541 height = aRootAttribute.height - y; in SnapShot()
544 if ((width > 0) && (height > 0)) in SnapShot()
547 x, y, width, height, AllPlanes, ZPixmap ); in SnapShot()
903 maTwoRect.mnSrcHeight = pImage->height; in ImplSalDDB()
[all …]
/trunk/main/odk/docs/
H A Dsdk_styles.css94 height: 1px; }
97 height: 8px; }
100 height: 10px; }
103 height: 30px; }
106 height: 32px;
110 height: 1px; }
113 height: 13px; }
142 …ft:20px; padding-top:3px; padding-bottom:5px; text-align:left; font-size: 12px; line-height:10pt; }
143 …n: left; padding-bottom: 12px; padding-right: 8px; padding-left: 5px; width: 188px; height: 76px; }
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckFooterHeader.java73 int leftMargin, int rightMargin, int bodyDistance, int height){ in CheckFooterHeader() argument
84 m_Height = height; in CheckFooterHeader()
127 …int height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(… in testFooterHeader() local
129 this.compare("ODT", leftMargin, rightMargin, bodyDistance, height); in testFooterHeader()
138 height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(); in testFooterHeader()
140 this.compare("DOC", leftMargin, rightMargin, bodyDistance, height); in testFooterHeader()
146 …id compare(String preDescription, int leftMargin, int rightMargin, int bodyDistance, int height){ in compare() argument
150 …Assert.assertEquals(preDescription + ":" + m_HeightProperty,(double)m_Height, (double)height, 2); … 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() argument
79 this.height = height; in CheckPage()
108 SWUtil.setDefaultPageStyleProperty(xComponent, heightProperty, Integer.valueOf(this.height)); in testPage()
150 …private void compare(String preDescription, boolean isLandScape, int width, int height, int top, i… in compare() argument
153 …rt.assertEquals(preDescription + ":" + this.heightProperty,(double)this.height, (double)height, 2); in compare()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java243 int x = 0; int y = 0; int width = 0; int height = 0; field in WindowsAccessBridgeAdapter.PopupMenuProxy
277 if (p.y + d.height > y2) { in PopupMenuProxy()
278 y2 = p.y + d.height; in PopupMenuProxy()
287 height = y2 - y; in PopupMenuProxy()
405 (((d.width >= 0) && (p.x < d.width) && (d.height >= 0) && in contains()
406 (p.y < d.height)) ? "true" : "false")); in contains()
409 if ((d.width >= 0) && (p.x < d.width) && (d.height >= 0) && in contains()
410 (p.y < d.height)) { in contains()
435 return new java.awt.Rectangle(x, y, width, height); in getBounds()
445 return new java.awt.Dimension(width, height); in getSize()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1538 if (height != null) in computeRowHeight()
1540 return parseLength(height); in computeRowHeight()
1559 if (height != null) in computeRowHeight()
1561 return parseLength(height); in computeRowHeight()
1579 if (height != null) in computeRowHeight()
1581 return parseLength(height); in computeRowHeight()
1604 if (height != null) in computeColumnWidth()
1606 return parseLength(height); in computeColumnWidth()
1625 if (height != null) in computeColumnWidth()
1627 return parseLength(height); in computeColumnWidth()
[all …]
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java131 nControlH = Math.min( nH, aControlDimension.height ); in LayoutComponents()
154 aPrefDim.height >>= 2; in LayoutComponents()
160 aPrefDim.height >>= 1; in LayoutComponents()
166 aPrefDim.height <<= 1; in LayoutComponents()
172 aPrefDim.height <<= 2; in LayoutComponents()
184 if( ( aPrefDim.width <= nVideoW ) && ( aPrefDim.height <= nVideoH ) ) in LayoutComponents()
187 nY = ( nVideoH - aPrefDim.height ) >> 1; in LayoutComponents()
189 nHeight = aPrefDim.height; in LayoutComponents()
196 … if( aPrefDim.width > 0 && aPrefDim.height > 0 && nVideoW > 0 && nVideoH > 0 ) in LayoutComponents()
198 double fPrefWH = (double) aPrefDim.width / aPrefDim.height; in LayoutComponents()
/trunk/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx110 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake() local
113 poly.append( ::basegfx::B2DPoint( 0.0, height ) ); in calcHalfDiagonalSnake()
114 poly.append( ::basegfx::B2DPoint( len + a, height ) ); in calcHalfDiagonalSnake()
154 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake() local
157 poly.append( ::basegfx::B2DPoint( 0.0, height ) ); in calcHalfDiagonalSnake()
158 poly.append( ::basegfx::B2DPoint( len + a, height ) ); in calcHalfDiagonalSnake()
166 aTransform = basegfx::tools::createTranslateB2DHomMatrix(0.0, -height); in calcHalfDiagonalSnake()

Completed in 123 milliseconds

12345678910>>...15