/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | TextDemo.java | 87 xRectangle = ShapeHelper.createShape( xDrawDoc, in main() 97 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion1", false ); in main() 99 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion2", false ); in main() 102 ShapeHelper.setPropertyForLastParagraph( xRectangle, "ParaLineSpacing", in main() 106 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion3", true ); in main() 109 ShapeHelper.setPropertyForLastParagraph( xRectangle, "ParaLineSpacing", in main() 115 xRectangle = ShapeHelper.createShape( xDrawDoc, in main() 128 xTextPropSet = ShapeHelper.addPortion( xRectangle, in main() 132 xTextPropSet = ShapeHelper.addPortion(xRectangle, in main()
|
H A D | PresentationDemo.java | 102 xShapePropSet = ShapeHelper.createAndInsertShape( xDrawDoc, in main() 126 xShapePropSet = ShapeHelper.createAndInsertShape( xDrawDoc, in main() 145 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main() 149 ShapeHelper.addPortion( xShape, "click to go", false ); in main() 150 ShapeHelper.addPortion( xShape, "to first page", true ); in main() 159 xShape = ShapeHelper.createShape( xDrawDoc, in main() 163 ShapeHelper.addPortion( xShape, "click to go", false ); in main() 164 ShapeHelper.addPortion( xShape, "to the second page", true ); in main()
|
H A D | LayerDemo.java | 81 XShape xRect1 = ShapeHelper.createShape( xDrawDoc, in main() 85 XShape xRect2 = ShapeHelper.createShape( xDrawDoc, in main() 91 XPropertySet xTextProp = ShapeHelper.addPortion( xRect2, in main() 95 ShapeHelper.addPortion( xRect2, "and the shape above is not visible", in main() 97 ShapeHelper.addPortion( xRect2, in main()
|
H A D | ChangeOrderDemo.java | 74 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main() 78 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main() 83 ShapeHelper.addPortion( xShape1, " this shape was inserted first", false ); in main() 84 ShapeHelper.addPortion( xShape1, "by changing the ZOrder it lie now on top", true ); in main()
|
H A D | GluePointDemo.java | 82 XShape xShape1 = ShapeHelper.createShape( xDrawDoc, in main() 86 XShape xShape2 = ShapeHelper.createShape( xDrawDoc, in main() 91 XShape xConnector = ShapeHelper.createShape( xDrawDoc, in main() 152 XShape xConnector2 = ShapeHelper.createShape( xDrawDoc, in main()
|
H A D | DrawingDemo.java | 245 ShapeHelper.createAndInsertShape( xDrawDoc, xShapes, in Demo_ShapeCreation() 263 XShape xPolyPolygonBezier = ShapeHelper.createShape( xDrawDoc, in Demo_PolyPolygonBezier() 355 XShape xGroup = ShapeHelper.createShape( xDrawDoc, in Demo_Group1() 377 XShape xRect1 = ShapeHelper.createShape( xDrawDoc, in Demo_Group1() 381 XShape xRect2 = ShapeHelper.createShape( xDrawDoc, in Demo_Group1()
|
H A D | CustomShowDemo.java | 107 XShape xTextObj = ShapeHelper.createShape( xDrawDoc, new Point( 10000, 9000 ), in main() 113 ShapeHelper.addPortion( xTextObj, aNameArray[ i ], true ); in main()
|
H A D | makefile.mk | 54 $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ShapeHelper.java \
|
H A D | FillAndLineStyleDemo.java | 73 XShape xRectangle = ShapeHelper.createShape( xDrawDoc, in main()
|
H A D | ObjectTransformationDemo.java | 78 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main()
|
H A D | ShapeHelper.java | 48 public class ShapeHelper class
|
H A D | StyleDemo.java | 149 XShape xShape = ShapeHelper.createShape( xComponent, new Point( 0, 0 ), in main()
|
H A D | Makefile | 68 ShapeHelper.java
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 881 m_pShapeHelper.reset( new ShapeHelper( xShape ) ); in ConcreteXShapeGeometryAttributes() 1202 …ShapeHelper::ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::… in ShapeHelper() function in ooo::vba::ShapeHelper 1208 double ShapeHelper::getHeight() const in getHeight() 1214 void ShapeHelper::setHeight(double _fheight) throw ( css::script::BasicErrorException ) in setHeight() 1229 double ShapeHelper::getWidth() const in getWidth() 1234 void ShapeHelper::setWidth(double _fWidth) throw ( css::script::BasicErrorException ) in setWidth() 1249 double ShapeHelper::getLeft() const in getLeft() 1255 void ShapeHelper::setLeft(double _fLeft) in setLeft() 1263 double ShapeHelper::getTop() const in getTop() 1269 void ShapeHelper::setTop(double _fTop) in setTop()
|
H A D | vbashape.cxx | 57 m_pShapeHelper.reset( new ShapeHelper( m_xShape ) ); in ScVbaShape()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.hxx | 164 class ShapeHelper class 174 typedef boost::shared_ptr<ShapeHelper> Pointer_t; 175 ShapeHelper(PLCF<WW8FSPA>::Pointer_t pPlcspaMom, 323 ShapeHelper::Pointer_t mpShapeHelper;
|
H A D | WW8DocumentImpl.cxx | 454 mpShapeHelper = ShapeHelper::Pointer_t in WW8DocumentImpl() 455 (new ShapeHelper(pPlcspaMom, pPlcspaHdr, this)); in WW8DocumentImpl() 2304 ShapeHelper::ShapeHelper(PLCF<WW8FSPA>::Pointer_t pPlcspaMom, in ShapeHelper() function in writerfilter::doctok::ShapeHelper 2309 ProcessPLCF2Map<WW8FSPA, ShapeHelper> process; in ShapeHelper() 2314 void ShapeHelper::init() in init() 2326 ShapeHelper::getShape(const CpAndFc & rCpAndFc) in getShape()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 174 class VBAHELPER_DLLPUBLIC ShapeHelper class 179 …ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::Basic… 193 std::auto_ptr< ShapeHelper > m_pShapeHelper;
|
H A D | vbashape.hxx | 45 std::auto_ptr< ov::ShapeHelper > m_pShapeHelper;
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbatitle.hxx | 46 std::auto_ptr<ov::ShapeHelper> oShapeHelper; 52 oShapeHelper.reset( new ov::ShapeHelper(xTitleShape) ); in TitleImpl()
|
H A D | vbachartobject.hxx | 46 std::auto_ptr<ov::ShapeHelper> oShapeHelper;
|
H A D | vbachartobject.cxx | 47 oShapeHelper.reset(new ShapeHelper(xShape)); in ScVbaChartObject()
|
H A D | vbaaxis.hxx | 42 std::auto_ptr<ov::ShapeHelper> oShapeHelper;
|
H A D | vbaaxis.cxx | 61 …oShapeHelper.reset( new ShapeHelper( uno::Reference< drawing::XShape >( mxPropertySet, uno::UNO_QU… in ScVbaAxis()
|