Home
last modified time | relevance | path

Searched refs:ShapeHelper (Results 1 – 24 of 24) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java87 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 DPresentationDemo.java102 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 DLayerDemo.java81 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 DChangeOrderDemo.java74 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 DDrawingDemo.java245 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 DGluePointDemo.java82 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 DCustomShowDemo.java107 XShape xTextObj = ShapeHelper.createShape( xDrawDoc, new Point( 10000, 9000 ), in main()
113 ShapeHelper.addPortion( xTextObj, aNameArray[ i ], true ); in main()
H A Dmakefile.mk54 $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ShapeHelper.java \
H A DFillAndLineStyleDemo.java73 XShape xRectangle = ShapeHelper.createShape( xDrawDoc, in main()
H A DObjectTransformationDemo.java78 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main()
H A DShapeHelper.java48 public class ShapeHelper class
H A DStyleDemo.java149 XShape xShape = ShapeHelper.createShape( xComponent, new Point( 0, 0 ), in main()
H A DMakefile68 ShapeHelper.java
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx881 m_pShapeHelper.reset( new ShapeHelper( xShape ) ); in ConcreteXShapeGeometryAttributes()
1202ShapeHelper::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 Dvbashape.cxx57 m_pShapeHelper.reset( new ShapeHelper( m_xShape ) ); in ScVbaShape()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx164 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 DWW8DocumentImpl.cxx450 mpShapeHelper = ShapeHelper::Pointer_t in WW8DocumentImpl()
451 (new ShapeHelper(pPlcspaMom, pPlcspaHdr, this)); in WW8DocumentImpl()
2240 ShapeHelper::ShapeHelper(PLCF<WW8FSPA>::Pointer_t pPlcspaMom, in ShapeHelper() function in writerfilter::doctok::ShapeHelper
2245 ProcessPLCF2Map<WW8FSPA, ShapeHelper> process; in ShapeHelper()
2250 void ShapeHelper::init() in init()
2262 ShapeHelper::getShape(const CpAndFc & rCpAndFc) in getShape()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx174 class VBAHELPER_DLLPUBLIC ShapeHelper class
179ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::Basic…
193 std::auto_ptr< ShapeHelper > m_pShapeHelper;
H A Dvbashape.hxx45 std::auto_ptr< ov::ShapeHelper > m_pShapeHelper;
/trunk/main/sc/source/ui/vba/
H A Dvbatitle.hxx46 std::auto_ptr<ov::ShapeHelper> oShapeHelper;
52 oShapeHelper.reset( new ov::ShapeHelper(xTitleShape) ); in TitleImpl()
H A Dvbachartobject.hxx46 std::auto_ptr<ov::ShapeHelper> oShapeHelper;
H A Dvbachartobject.cxx47 oShapeHelper.reset(new ShapeHelper(xShape)); in ScVbaChartObject()
H A Dvbaaxis.hxx42 std::auto_ptr<ov::ShapeHelper> oShapeHelper;
H A Dvbaaxis.cxx61 …oShapeHelper.reset( new ShapeHelper( uno::Reference< drawing::XShape >( mxPropertySet, uno::UNO_QU… in ScVbaAxis()

Completed in 65 milliseconds