Searched refs:posY (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.cxx | 247 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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XViewSplitable.java | 46 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()
|
/aoo4110/main/slideshow/qa/debug/ |
H A D | timings.pl | 76 ($posY) = m|.*,([0-9]+.[0-9]+)\)|; 99 print $flippingTime, " ", $posX, " ", $posY, "\n";
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 246 double const posY = (groupPosSize.getMinY() + maPosOffset.getY()); in getBounds() local 247 return basegfx::B2DRectangle( posX, posY, posX + mnWidth, posY + mnHeight ); in getBounds()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1337 CSSNumericValue posY = CSSNumericValue.createValue(CSSNumericType.CM, 0.0); in startImageProcessing() local 1433 …posY = CSSNumericValue.createValue(imageAreaHeightVal.getType(), (imageAreaHeightVal.getValue() - … in startImageProcessing() 1458 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "y", posY.getValue() + posY.getType().getType()); in startImageProcessing()
|
Completed in 42 milliseconds