Searched refs:xTextObj (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | CustomShowDemo.java | 107 XShape xTextObj = ShapeHelper.createShape( xDrawDoc, new Point( 10000, 9000 ), in main() local 112 xShapes.add( xTextObj ); in main() 113 ShapeHelper.addPortion( xTextObj, aNameArray[ i ], true ); in main()
|
/aoo41x/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | CustomShow.java | 100 XShape xTextObj = ShapeUtil.createShape(impressDocument, new Point( in testCustomShow() local 105 xShapes.add(xTextObj); in testCustomShow() 106 ShapeUtil.addPortion(xTextObj, aNameArray[i], true); in testCustomShow()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 204 ::std::auto_ptr< EditTextObject > xTextObj( rEE.CreateTextObject() ); in lclInsertUrl() 206 … ScEditCell* pCell = new ScEditCell( xTextObj.get(), &rDoc, rEE.GetEditTextObjectPool() ); in lclInsertUrl()
|
Completed in 21 milliseconds