Shape.idl (d1766043) Shape.idl (5ec85be0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 31 unchanged lines hidden (view full) ---

40 */
41service Shape
42{
43 service com::sun::star::drawing::Shape;
44 //-------------------------------------------------------------------------
45 /** contains the object where this shape is anchored on.
46 <p> Possible objects are XSpreadsheet and XCell.</p>
47 */
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 31 unchanged lines hidden (view full) ---

40 */
41service Shape
42{
43 service com::sun::star::drawing::Shape;
44 //-------------------------------------------------------------------------
45 /** contains the object where this shape is anchored on.
46 <p> Possible objects are XSpreadsheet and XCell.</p>
47 */
48 [readonly, property] com::sun::star::uno::XInterface Anchor;
48 [property] com::sun::star::uno::XInterface Anchor;
49 //-------------------------------------------------------------------------
50 /** contains the horizontal position of the object (1/100 mm).
51 <p> The position is relative to the anchor object.</p>
52 <p> If the underlying table layout direction is left to right
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>
55 <p> If the underlying table layout direction is right to left
56 the position is the difference of the right top edge of the anchor

--- 22 unchanged lines hidden ---
49 //-------------------------------------------------------------------------
50 /** contains the horizontal position of the object (1/100 mm).
51 <p> The position is relative to the anchor object.</p>
52 <p> If the underlying table layout direction is left to right
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>
55 <p> If the underlying table layout direction is right to left
56 the position is the difference of the right top edge of the anchor

--- 22 unchanged lines hidden ---