/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCellCursor.java | 113 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 …]
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 173 const int size = height * ((width + 7) / 8); in writePbm_() 203 int height, in writePpm_() argument 224 const int size = width*height*3 + header_size; in writePpm_() 243 for( int y=0; y<height; ++y) in writePpm_() 265 int height, in writePng_() argument 327 int height, in writeImage_() argument 364 int height, in writeImage() argument 374 int height, in writeMask() argument 379 int height, in writeMaskLF() argument 849 printf( "drawImage %d %d", width, height ); in drawImage() [all …]
|
H A D | pnghelper.cxx | 167 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 …]
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_quartz_cairo.cxx | 83 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 D | cairo_xlib_cairo.cxx | 143 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 …]
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 135 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 D | salnativewidgets.cxx | 110 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 D | aquaprintaccessoryview.mm | 351 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 …]
|
/aoo41x/main/offapi/com/sun/star/style/ |
H A D | CharacterStyle.idl | 52 /** 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 D | ParagraphStyle.idl | 111 /** 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 D | LineSpacingMode.idl | 41 /** 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.
|
/aoo41x/main/vigra/ |
H A D | vigra1.6.0.patch | 182 - 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 …]
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 264 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 …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | SizeType.idl | 34 /** 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 determins 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.
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 400 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 …]
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 173 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 …]
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 504 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 …]
|
/aoo41x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckFooterHeader.java | 73 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 D | CheckPage.java | 69 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()
|
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 243 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 …]
|
/aoo41x/main/avmedia/source/java/ |
H A D | PlayerWindow.java | 131 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1538 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 …]
|
/aoo41x/main/odk/docs/ |
H A D | sdk_styles.css | 95 height: 1; } 98 height: 8; } 101 height: 10; } 104 height: 30; } 108 height: 32; 112 height: 5; 118 height: 13; }
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | snakewipe.cxx | 110 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()
|
/aoo41x/main/offapi/com/sun/star/formula/ |
H A D | FormulaProperties.idl | 45 /** contains the base font height in point the formula will be 179 /** contains the relative height of the font for functions. 187 /** contains the relative height of the font for indices. 195 /** contains the relative height of the font for limits. 203 /** contains the relative height of the font for operators. 211 /** contains the relative height of the font for text. 244 /** contains the relative height of the numerator of a fraction. 304 /** contains the relative minimum height of the formula. 309 /** contains the relative primary height of symbols.
|