Home
last modified time | relevance | path

Searched refs:width (Results 226 – 250 of 896) sorted by last modified time

12345678910>>...36

/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx807 width = dWidth; in SEllipseTranslate()
824 x = width*(cos (a2) - cos (a1))/2; in interpolate()
H A DOGLTrans_TransitionImpl.hxx461 double width, height; member in SEllipseTranslate
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx172 const int size = height * ((width + 7) / 8); in writePbm_()
201 int width, in writePpm_() argument
223 const int size = width*height*3 + header_size; in writePpm_()
237 width, in writePpm_()
245 for( int x=0; x<width; ++x) in writePpm_()
263 int width, in writePng_() argument
325 int width, in writeImage_() argument
362 int width, in writeImage() argument
372 int width, in writeMask() argument
377 int width, in writeMaskLF() argument
[all …]
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,
H A Dpnghelper.cxx166 append( width, o_rOutputBuf ); in appendIHDR()
184 int width, in createPng() argument
192 appendIHDR( o_rOutputBuf, width, height, 1, 3 ); in createPng()
218 int nLineSize = (width + 7)/8; in createPng()
248 appendIHDR( o_rOutputBuf, width, height, 8, 6 ); // RGBA image in createPng()
256 width, in createPng()
263 aScanlines.reserve( width*height*4 + height ); in createPng()
269 for( int x=0; x<width; ++x) in createPng()
341 width, in createPng()
348 aScanlines.reserve( width*height*4 + height ); in createPng()
[all …]
H A Dpnghelper.hxx48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp…
61 int width,
69 int width, int height, GfxImageColorMap* colorMap,
76 int width, int height, GfxImageColorMap* colorMap,
/trunk/main/sd/res/webview/
H A Dshow.asp54 <table width=100% height=99%>
56 <IMG src="<% = sGifName1 %>" width=$$4 height=$$5 border=0>
57 <br><IMG src="<% = sGifName2 %>" width=1 height=1 border=0>
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java230 headerWidth = comp.getPreferredSize().width; in initColumnSizes()
247 cellWidth = comp.getPreferredSize().width; in initColumnSizes()
H A DVersion.java176 headerWidth = comp.getPreferredSize().width; in initColumnSizes()
193 cellWidth = comp.getPreferredSize().width; in initColumnSizes()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DNagDialog.java108 return new Dimension(minimumSize.width, 50); in initUI()
/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/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java287 private void setDimensions(Object o, int x, int y, int width, int height) in setDimensions() argument
296 props.setPropertyValue("Width", new Integer(width)); in setDimensions()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java328 d.width = metrics.stringWidth(dummy) + 16; in update()
344 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
352 int width = getWidth(); in paintComponent() local
364 int x = width - ascent; in paintComponent()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx627 void SAL_CALL ScVbaAxis::setWidth( double width ) throw (css::script::BasicErrorException, css::uno… in setWidth() argument
629 oShapeHelper->setWidth( width ); in setWidth()
H A Dvbaaxis.hxx83 …virtual void SAL_CALL setWidth( double width ) throw (css::script::BasicErrorException, css::uno::…
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log46 ITEM Assertion OK : shape width should be 101.467710269751 and got 101.423615658355
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log46 ITEM Assertion OK : shape width should be 101.467710269751 and got 101.423615658355
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DShapes.log46 ITEM Assertion OK : shape width should be 101.467710269751 and got 101.423615658355
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log46 ITEM Assertion OK : shape width should be 101.467710269751 and got 101.423615658355
/trunk/main/sc/source/ui/pagedlg/
H A Dpagedlg.src312 < "Fit print range(s) to width/height"; SC_TPTABLE_SCALE_TO; >;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties100 attr.style.text-properties.style.text-underline-width=com.sun.star.report.pentaho.parser.stylemappe…
105 attr.style.table-column-properties.table.column-width=com.sun.star.report.pentaho.parser.stylemappe…
/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()
H A DOfficeDocumentReportTarget.java1324 final CSSNumericValue width = image.getWidth(); // always in 100th of a mm in startImageProcessing() local
1328 LOGGER.debug("Image " + imageData + " Width: " + width + ", Height: " + height); in startImageProcessing()
1329 if (width == null || height == null) in startImageProcessing()
1354 … CSSValueResolverUtility.convertLength(width, imageAreaWidthVal.getType()); in startImageProcessing()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java623 final String width = String.format("%f", columnWidth); in createTableColumns() local
625 "column-width", width + getUnitsOfMeasure(null)); in createTableColumns()
873 private void addColumnWidthToRowBoundaryMarker(final long width) in addColumnWidthToRowBoundaryMarker() argument
875 currentRowBoundaryMarker += width; in addColumnWidthToRowBoundaryMarker()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java105 if (dim.height == 0 && dim.width == 0) in getImageSize()

Completed in 100 milliseconds

12345678910>>...36