Home
last modified time | relevance | path

Searched refs:transformation (Results 1 – 25 of 119) sorted by relevance

12345

/aoo42x/main/offapi/com/sun/star/presentation/
H A DXSlideShowView.idl78 /** 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>
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXSprite.idl79 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 DTexture.idl42 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 DXBitmapCanvas.idl77 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 DXAnimatedSprite.idl138 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 DFontMetrics.idl42 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 DXTextLayout.idl79 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 DFontRequest.idl77 For distorted fonts, the render transformation must be
79 pixel only if the combined render transformation during text
H A DXAnimation.idl78 transformation set, rendered output must be contained in a
88 target canvas. The view transformation matrix must not be
H A DXSimpleCanvas.idl65 the current transformation, clip and font are persistently
252 /** Retrieve current transformation matrix
/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java265 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()
/aoo42x/main/canvas/source/tools/
H A Dcanvastools.cxx687 … 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()
/aoo42x/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl95 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 DXPrimitive2D.idl54 A transformation matrix which maps between world coordinates (which
56 defined, an empty transformation is implied.
/aoo42x/main/offapi/com/sun/star/geometry/
H A DAffineMatrix2D.idl46 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 DAffineMatrix3D.idl47 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 DMatrix2D.idl56 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
/aoo42x/main/offapi/com/sun/star/animations/
H A DAnimationTransformType.idl32 /** 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
/aoo42x/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx327 basegfx::B2DHomMatrix transformation( rView->getTransformation() ); in calcSpriteRectangle() local
328 transformation.invert(); in calcSpriteRectangle()
329 spritePos *= transformation; in calcSpriteRectangle()
332 spriteSize *= transformation; in calcSpriteRectangle()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXTransformation.idl49 /** 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
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx1010 … 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()
/aoo42x/main/offapi/com/sun/star/report/
H A DXShape.idl50 /** this property lets you get and set the transformation matrix
53 The transformation is a 3x3 homogen matrix and can contain
/aoo42x/main/offapi/com/sun/star/drawing/
H A DShape.idl175 /** this property lets you get and set the transformation matrix
178 The transformation is a 3x3 homogen matrix and can contain
/aoo42x/main/oox/source/dump/
H A Ddffdumper.ini147 # 0x0000-0x003F: transformation
220 # 0x03C0-0x03FF: relative transformation
274 # transformation
338 # relative transformation
386 # transformation
/aoo42x/main/offapi/com/sun/star/text/
H A DShape.idl188 /** determines the transformation of the shape in horizontal left-to-right
193 transformation property of the included service com::sun::star::drawing::Shape

Completed in 79 milliseconds

12345