Home
last modified time | relevance | path

Searched refs:posY (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx247 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingEntered() local
260 posY, in draggingEntered()
289 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingUpdated() local
296 posY, in draggingUpdated()
358 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in performDragOperation() local
365 posY, in performDragOperation()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XViewSplitable.java46 protected final int posX = 101, posY = 51; field in _XViewSplitable
53 oObj.splitAtPosition(posX, posY); in _splitAtPosition()
100 tRes.tested("getSplitVertical()", oObj.getSplitVertical() == posY); in _getSplitVertical()
/trunk/main/slideshow/qa/debug/
H A Dtimings.pl76 ($posY) = m|.*,([0-9]+.[0-9]+)\)|;
99 print $flippingTime, " ", $posX, " ", $posY, "\n";
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx246 double const posY = (groupPosSize.getMinY() + maPosOffset.getY()); in getBounds() local
247 return basegfx::B2DRectangle( posX, posY, posX + mnWidth, posY + mnHeight ); in getBounds()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1337 CSSNumericValue posY = CSSNumericValue.createValue(CSSNumericType.CM, 0.0); in startImageProcessing() local
1433posY = CSSNumericValue.createValue(imageAreaHeightVal.getType(), (imageAreaHeightVal.getValue() - … in startImageProcessing()
1458 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "y", posY.getValue() + posY.getType().getType()); in startImageProcessing()

Completed in 28 milliseconds