Home
last modified time | relevance | path

Searched refs:xTextObj (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DCustomShowDemo.java107 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()
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java100 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()
/aoo4110/main/sc/source/filter/excel/
H A Dxicontent.cxx204 ::std::auto_ptr< EditTextObject > xTextObj( rEE.CreateTextObject() ); in lclInsertUrl()
206 … ScEditCell* pCell = new ScEditCell( xTextObj.get(), &rDoc, rEE.GetEditTextObjectPool() ); in lclInsertUrl()

Completed in 422 milliseconds