Searched refs:posX (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.cxx | 246 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()
|
/aoo41x/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() 84 tRes.tested("getSplitHorizontal()", oObj.getSplitHorizontal() == posX); in _getSplitHorizontal()
|
/aoo41x/main/slideshow/qa/debug/ |
H A D | timings.pl | 75 ($posX) = m|.*\(([0-9]+.[0-9]+),|; 99 print $flippingTime, " ", $posX, " ", $posY, "\n";
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 245 double const posX = (groupPosSize.getMinX() + maPosOffset.getX()); in getBounds() local 247 return basegfx::B2DRectangle( posX, posY, posX + mnWidth, posY + mnHeight ); in getBounds()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1336 CSSNumericValue posX = CSSNumericValue.createValue(CSSNumericType.CM, 0.0); in startImageProcessing() local 1432 …posX = 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 186 milliseconds