/trunk/main/offapi/com/sun/star/presentation/ |
H A D | XSlideShowView.idl | 78 /** Query the current transformation matrix for this view.<p> 80 This method returns the transformation matrix of the 81 view. When notified via the transformation change listener, 82 the show will be displayed using the new transformation.<p> 84 @return the view transformation matrix. Note that the slide 94 /** Add a listener to get notified when the transformation matrix changes.<p> 97 called every time the transformation matrix changes.<p> 100 Listener interface to call when the transformation matrix changes. 104 /** Revoke a previously registered transformation matrix change listener.<p>
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XSprite.idl | 79 combined view and render transformation. The resulting 106 /** Apply a local transformation to the sprite.<p> 108 The given transformation matrix locally transforms the sprite 109 shape. If this transformation contains translational 128 The transformation to apply to the sprite shape. 131 if the given transformation matrix is singular. 145 transformation is set via transform(), the clip is subject to 146 this transformation, too. The implementation is free, if it
|
H A D | Texture.idl | 42 providing its own transformation matrix, repeat mode, and 47 as the hatch and the gradient. The transformation member can then 54 /** Texture transformation from texture to primitive space.<p> 58 transformation from the [0,1]x[0,1] texture space to the 60 render state, and view state transformation (with only render 61 state and view state transformation being applied to the
|
H A D | XBitmapCanvas.idl | 77 is subject to both view and render transformation, before 86 operation. The view transformation must be non-singular. 90 operation. The render transformation must be non-singular, and 96 is subject to both view and render transformation, before 105 operation. The view transformation must be non-singular. 110 operation. The render transformation must be non-singular, and
|
H A D | XAnimatedSprite.idl | 138 if the view transformation matrix is singular. 161 New view state of the sprite, and part of the transformation 162 that is applied to aNewPos. The view transformation matrix 166 New render state of the sprite, and part of the transformation 167 that is applied to aNewPos. The render transformation matrix
|
H A D | FontMetrics.idl | 42 rendering transformation for text output equals the identity 43 transformation. Otherwise, the text output (and thus the resulting 44 metrics) will be subject to that transformation. Depending on the
|
H A D | XTextLayout.idl | 79 coordinate space, if the combined render transformation used 80 during text output is the identity transformation). Conversely, if 81 the combined transformation used during text output is 82 <em>not</em> the identity transformation, all measurements 84 transformation, to yield values in device coordinate space.
|
H A D | FontRequest.idl | 77 For distorted fonts, the render transformation must be 79 pixel only if the combined render transformation during text
|
H A D | XAnimation.idl | 78 transformation set, rendered output must be contained in a 88 target canvas. The view transformation matrix must not be
|
H A D | XSimpleCanvas.idl | 65 the current transformation, clip and font are persistently 252 /** Retrieve current transformation matrix
|
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTransformer.java | 265 Transformation transformation = null; in start() 284 (transformation = ((Transformation) ref.get())) == null || in start() 300 transformation = new Transformation(); in start() 301 transformation.lastmod = lastmod; in start() 302 transformation.cachedXSLT = xsltTemplate; in start() 303 ref = new java.lang.ref.WeakReference(transformation); in start() 307 xsltTemplate = transformation.cachedXSLT; in start()
|
/trunk/main/canvas/source/tools/ |
H A D | canvastools.cxx | 687 … const ::basegfx::B2DHomMatrix& transformation ) in calcTransformedRectBounds() 698 outRect.expand( transformation * inRect.getMinimum() ); in calcTransformedRectBounds() 701 outRect.expand( transformation * inRect.getMaximum() ); in calcTransformedRectBounds() 709 aPoint *= transformation; in calcTransformedRectBounds() 716 aPoint *= transformation; in calcTransformedRectBounds() 726 … const ::basegfx::B2DHomMatrix& transformation ) in calcRectToRectTransform() 731 return o_transform=transformation; in calcRectToRectTransform() 738 transformation ); in calcRectToRectTransform() 756 ::basegfx::B2DHomMatrix transform( transformation ); in calcRectToRectTransform()
|
/trunk/main/offapi/com/sun/star/graphic/ |
H A D | XGraphicRasterizer.idl | 95 This parameter is used without taking other transformation 100 This parameter is used without taking other transformation 105 This parameter is used without taking other transformation 111 This parameter is used without taking other transformation 117 This parameter is used without taking other transformation
|
H A D | XPrimitive2D.idl | 54 A transformation matrix which maps between world coordinates (which 56 defined, an empty transformation is implied.
|
/trunk/main/offapi/com/sun/star/geometry/ |
H A D | AffineMatrix2D.idl | 46 vectors, the affine transformation is written as 53 AffineMatrix2D, by multiplying the current transformation with the 54 additional transformation from the left.<p> 61 printer, Then, the total transformation matrix and the device
|
H A D | AffineMatrix3D.idl | 47 vectors, the affine transformation is written as 54 AffineMatrix3D, by multiplying the current transformation with the 55 additional transformation from the left.<p> 63 Only then the total transformation matrix (oncluding projection to 2D)
|
H A D | Matrix2D.idl | 56 Matrix2D, by multiplying the current transformation with the 57 additional transformation from the left.<p> 64 printer. Then, the total transformation matrix and the device
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | AnimationTransformType.idl | 32 /** Specifies the transformation type for an <type>XAnimateTransform</type>. 50 /** defines a skew transformation for x-axis 54 /** defines a skew transformation for y-axis
|
/trunk/main/slideshow/source/engine/ |
H A D | rehearsetimingsactivity.cxx | 327 basegfx::B2DHomMatrix transformation( rView->getTransformation() ); in calcSpriteRectangle() local 328 transformation.invert(); in calcSpriteRectangle() 329 spritePos *= transformation; in calcSpriteRectangle() 332 spriteSize *= transformation; in calcSpriteRectangle()
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | XTransformation.idl | 49 /** allows the transformation of numeric values from one 56 coordinate system, according to the internal transformation 61 dimensions, e.g., if a transformation does simply a projection
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 1010 … const ::basegfx::B2DHomMatrix& transformation ) in calcTransformedRectBounds() 1021 outRect.expand( transformation * inRect.getMinimum() ); in calcTransformedRectBounds() 1024 outRect.expand( transformation * inRect.getMaximum() ); in calcTransformedRectBounds() 1032 aPoint *= transformation; in calcTransformedRectBounds() 1039 aPoint *= transformation; in calcTransformedRectBounds()
|
/trunk/main/offapi/com/sun/star/report/ |
H A D | XShape.idl | 50 /** this property lets you get and set the transformation matrix 53 The transformation is a 3x3 homogen matrix and can contain
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | Shape.idl | 175 /** this property lets you get and set the transformation matrix 178 The transformation is a 3x3 homogen matrix and can contain
|
/trunk/main/oox/source/dump/ |
H A D | dffdumper.ini | 147 # 0x0000-0x003F: transformation 220 # 0x03C0-0x03FF: relative transformation 274 # transformation 338 # relative transformation 386 # transformation
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | Shape.idl | 188 /** determines the transformation of the shape in horizontal left-to-right 193 transformation property of the included service com::sun::star::drawing::Shape
|