/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | snakewipe.cxx | 95 const double edge = ::basegfx::pruneScaleValue( in calcHalfDiagonalSnake() local 100 if (! ::basegfx::fTools::equalZero( edge )) { in calcHalfDiagonalSnake() 102 poly.append( ::basegfx::B2DPoint( 0.0, edge ) ); in calcHalfDiagonalSnake() 103 poly.append( ::basegfx::B2DPoint( edge, 0.0 ) ); in calcHalfDiagonalSnake() 123 aTransform.translate(edge + m_elementEdge, 0.0); in calcHalfDiagonalSnake() 129 aTransform.translate( 0.0, edge ); in calcHalfDiagonalSnake() 138 const double edge = ::basegfx::pruneScaleValue( in calcHalfDiagonalSnake() local 143 if (! ::basegfx::fTools::equalZero( edge )) { in calcHalfDiagonalSnake() 145 poly.append( ::basegfx::B2DPoint( edge, 1.0 ) ); in calcHalfDiagonalSnake() 168 aTransform.translate( 1.0, edge ); in calcHalfDiagonalSnake() [all …]
|
H A D | randomwipe.cxx | 46 double edge = (1.0 / nElements); in RandomWipe() local 48 m_positions[ pos ].setY( ::basegfx::pruneScaleValue( pos * edge ) ); in RandomWipe() 49 aTransform.scale( 1.0, ::basegfx::pruneScaleValue(edge) ); in RandomWipe() 55 double edge = (1.0 / sqrtElements); in RandomWipe() local 58 ::basegfx::pruneScaleValue( (pos % sqrtElements) * edge ), in RandomWipe() 59 ::basegfx::pruneScaleValue( (pos / sqrtElements) * edge ) ); in RandomWipe() 61 const double pedge = ::basegfx::pruneScaleValue(edge); in RandomWipe()
|
H A D | spiralwipe.cxx | 52 const sal_Int32 edge = (static_cast<sal_Int32>(e) * 2); in calcNegSpiral() local 56 static_cast<double>(edge) / m_sqrtElements ); in calcNegSpiral() 64 const sal_Int32 edge1 = (edge + 1); in calcNegSpiral() 65 sal_Int32 len = static_cast<sal_Int32>( (e - (edge /2)) * edge1 * 4 ); in calcNegSpiral() 76 static_cast<double>(edge / 2) / m_sqrtElements ), in calcNegSpiral() 78 static_cast<double>(edge / 2) / m_sqrtElements ) ); in calcNegSpiral()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | Shape.idl | 53 the position is the difference of the left top edge of the anchor 54 object and the left top edge of the drawing object.</p> 56 the position is the difference of the right top edge of the anchor 57 object and the right top edge of the drawing object.</p> 64 the position is the difference of the left top edge of the anchor 65 object and the left top edge of the drawing object.</p> 67 the position is the difference of the right top edge of the anchor 68 object and the right top edge of the drawing object.</p>
|
H A D | AccessibleSpreadsheet.idl | 83 cell in the left top edge of the table and the last one is the 84 cell in the right bottom edge of the table. The second is the
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | TextProperties.idl | 169 /** If this value is <TRUE/>, the left edge of every line of text is 170 aligned with the left edge of this <type>Shape</type>. 197 /** This is the distance from the left edge of the <type>Shape</type> 198 to the left edge of the text. 207 /** This is the distance from the right edge of the <type>Shape</type> 208 to the right edge of the text. 218 /** This is the distance from the upper edge of the <type>Shape</type> to 219 the upper edge of the text. 229 /** This is the distance from the lower edge of the <type>Shape</type> to the 230 lower edge of the text.
|
H A D | TextAdjust.idl | 46 /** The left edge of the text is adjusted to the left edge of the shape. 60 /** The right edge of the text is adjusted to the right edge of the shape. 67 /** The text extends from the left to the right edge of the shape. 75 to the right edge of the shape.
|
H A D | TextHorizontalAdjust.idl | 41 /** The left edge of the text is adjusted to the left edge of the shape. 53 /** The right edge of the text is adjusted to the right edge of the shape. 59 /** The text extends from the left to the right edge of the shape.
|
H A D | TextVerticalAdjust.idl | 42 /** The top edge of the text is adjusted to the top edge of the shape. 56 /** The bottom edge of the text is adjusted to the bottom edge of the shape. 62 /** The text extends from the top to the bottom edge of the shape.
|
H A D | CaptionType.idl | 39 /** the caption line is a straight line from a caption area edge to the 45 /** the caption line is the shortest line from the caption area edge to 52 edge, followed by the shortest line to the caption area point.
|
H A D | CaptionEscapeDirection.idl | 40 /** the caption line leaves the caption area at the horizontal edge 46 /** the caption line leaves the caption area at the vertical edge 52 /** the caption line leaves the caption area at the edge
|
H A D | ShadowProperties.idl | 63 /** This is the horizontal distance of the left edge of the 70 /** This is the vertical distance of the top edge of the
|
H A D | XShape.idl | 59 the position of the top left edge in 100/th mm 68 the position of the top left edge in 100/th mm
|
H A D | MeasureProperties.idl | 51 reference edge instead of above it. 82 /** This is the distance from the reference edge to the measure line.
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | CellRangeAddress.idl | 45 /** is the index of the column of the left edge of the range. 51 /** is the index of the row of the top edge of the range. 57 /** is the index of the column of the right edge of the range. 63 /** is the index of the row of the bottom edge of the range.
|
H A D | TableBorder.idl | 52 /** determines the line style at the top edge. 65 /** determines the line style at the bottom edge. 78 /** determines the line style at the left edge. 91 /** determines the line style at the right edge.
|
H A D | CellVertJustify.idl | 45 /** contents are aligned with the upper edge of the cell. 57 /** contents are aligned to the lower edge of the cell.
|
H A D | CellHoriJustify.idl | 45 /** contents are aligned to the left edge of the cell. 57 /** contents are aligned to the right edge of the cell.
|
H A D | AccessibleTableView.idl | 89 cell in the left top edge of the table and the last one is the 90 cell in the right bottom edge of the table. The second is the
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | TextHit.idl | 51 edge.<p> 54 trailing part. The leading edge is the part of the glyph on 56 language (i.e. the leading edge of an Arabic glyph is the 58 character). If the hit was on the leading edge, this member is
|
H A D | XSimpleCanvas.idl | 165 Output position of the text. This is the left or right edge, 173 i.e. the left edge for left-to-right and the right edge for
|
H A D | XTextLayout.idl | 383 object, either measured from the top or the left edge, 388 e.g. output relative to the left, top edge.<p> 391 left edge of this object, depending on the writing direction.
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | GraphicLocation.idl | 56 /** The graphic is located in the middle of the top edge. 70 /** The graphic is located in the middle of the left edge. 84 /** The graphic is located in the middle of the right edge. 98 /** The graphic is located in the middle of the bottom edge.
|
/aoo42x/main/offapi/com/sun/star/awt/tree/ |
H A D | XTreeControl.idl | 196 …an integer giving the number of pixels horizontally from the left edge of the controls display area 198 … an integer giving the number of pixels vertically from the top edge of the controls display area 210 …an integer giving the number of pixels horizontally from the left edge of the controls display area 212 … an integer giving the number of pixels vertically from the top edge of the controls display area
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | DuplexMode.idl | 48 /** specifies a long edge duplex mode 53 /** specifies a short edge duplex mode
|