Home
last modified time | relevance | path

Searched defs:height (Results 26 – 50 of 78) sorted by relevance

1234

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1326 final CSSNumericValue height = image.getHeight(); // always in 100th of a mm in startImageProcessing() local
1537 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() local
1558 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() local
1578 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() local
1603 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "column-width"); in computeColumnWidth() local
1624 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "column-width"); in computeColumnWidth() local
1644 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "column-width"); in computeColumnWidth() local
H A DImageProducer.java82 private final CSSNumericValue height; field in ImageProducer.OfficeImage
85 …OfficeImage(final String embeddableLink, final CSSNumericValue width, final CSSNumericValue height) in OfficeImage()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx203 gint *height) in component_wrapper_get_size()
232 gint *height, in component_wrapper_get_extents()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DWriterTools.java87 int vpos, int width, int height, in insertTextGraphic()
H A DSOfficeFactory.java286 int height, int width) { in createTextFrame()
420 public XShape createShape(XComponent oDoc, int height, int width, int x, int y, String kind) { in createShape()
488 …public XControlShape createControlShape(XComponent oDoc, int height, int width, int x, int y, Stri… in createControlShape()
H A DDesktopTools.java355 …ic XWindowPeer createFloatingWindow(XMultiServiceFactory xMSF, int X, int Y, int width, int height) in createFloatingWindow()
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java46 …public WriterFrame(int x, int y, int width, int height, boolean loadBeforeVisible, XComponentConte… in WriterFrame()
H A DScreenComparer.java47 public ScreenComparer(int x, int y, int width, int height) in ScreenComparer()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java129 int width, int height, String sShapeType) in createShape()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx232 float GraphiteFontAdaptor::height() { in height() function in GraphiteFontAdaptor
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DSbaXGridControl.java441 public static XControlShape createGrid(XComponent oDoc, int height, in createGrid()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx205 double width = aPaperSize.width, height = aPaperSize.height; in SetPrinterData() local
273 long width = 21000, height = 29700; in SetData() local
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx461 double width, height; member in SEllipseTranslate
/trunk/main/i18npool/source/paper/
H A Dpaper.cxx340 long height = (aDinTab[i].m_nHeight + 50) / 100; in getSystemDefaultPaper() local
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp87 …rExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height) in get_characterExtents()
H A DAccHypertext.cpp92 …rExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height) in get_characterExtents()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx142 long height() const { return m_aRect.Height(); } in height() function in ww8::CellInfo
/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()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java249 int x, int y, int width, int height, int weightx, int weighty, in addGridElement()
/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx293 int height = rcFlbNew.bottom - rcFlbNew.top; in rearrangeLayout() local
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java268 int width, int height, in addGridElement()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx79 int width, height; in copyJobDataToJobSetup() local
680 int width, height; in GetPageInfo() local
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx619 void SAL_CALL ScVbaAxis::setHeight( double height ) throw (css::script::BasicErrorException, css::u… in setHeight()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx217 double height = Y[1] - Y[0]; in drawRoundRectangle() local
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp306 HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height ) in CreateFrameOldWay()

Completed in 102 milliseconds

1234