Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx246 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingEntered() local
259 posX, in draggingEntered()
288 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingUpdated() local
295 posX, in draggingUpdated()
357 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in performDragOperation() local
364 posX, 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()
84 tRes.tested("getSplitHorizontal()", oObj.getSplitHorizontal() == posX); in _getSplitHorizontal()
/trunk/main/slideshow/qa/debug/
H A Dtimings.pl75 ($posX) = m|.*\(([0-9]+.[0-9]+),|;
99 print $flippingTime, " ", $posX, " ", $posY, "\n";
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx245 double const posX = (groupPosSize.getMinX() + maPosOffset.getX()); 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.java1336 CSSNumericValue posX = CSSNumericValue.createValue(CSSNumericType.CM, 0.0); in startImageProcessing() local
1432posX = CSSNumericValue.createValue(imageAreaWidthVal.getType(), (imageAreaWidthVal.getValue() - re… in startImageProcessing()
1457 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "x", posX.getValue() + posX.getType().getType()); in startImageProcessing()

Completed in 34 milliseconds