Home
last modified time | relevance | path

Searched refs:xShape (Results 126 – 150 of 310) sorted by relevance

12345678910>>...13

/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx116 ::boost::shared_ptr< ShapeT > xShape( new ShapeT( mrDrawing ) ); in createShape()
117 maShapes.push_back( xShape ); in createShape()
118 return *xShape; in createShape()
/trunk/main/slideshow/source/engine/shapes/
H A Dexternalshapebase.cxx93 ExternalShapeBase::ExternalShapeBase( const uno::Reference< drawing::XShape >& xShape, in ExternalShapeBase() argument
97 mxShape( xShape ), in ExternalShapeBase()
102 maBounds( getAPIShapeBounds( xShape ) ) in ExternalShapeBase()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx117 …ect( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw();
132 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
223 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
224 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
276 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
277 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java244 XShape xShape; field in LetterDocument.BusinessPaperObject
257 xShape = UnoRuntime.queryInterface(XShape.class, xFrame); in BusinessPaperObject()
260 Helper.setUnoPropertyValue(xShape, "AnchorType", TextContentAnchorType.AT_PAGE); in BusinessPaperObject()
261 Helper.setUnoPropertyValue(xShape, "SizeType", new Short(SizeType.FIX)); in BusinessPaperObject()
/trunk/main/oox/source/vml/
H A Dvmlshapecontainer.cxx74 ::boost::shared_ptr< ShapeType > xShape( new ShapeType( mrDrawing ) ); in createShapeType()
75 maTypes.push_back( xShape ); in createShapeType()
76 return *xShape; in createShapeType()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx217 void SAL_CALL SvxShapeGroup::add( const uno::Reference< drawing::XShape >& xShape ) in add() argument
222 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add()
228 pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()
260 void SAL_CALL SvxShapeGroup::remove( const uno::Reference< drawing::XShape >& xShape ) in remove() argument
266 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove()
346 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex() local
347 return uno::makeAny( xShape ); in getByIndex()
477 …ector::connectStart( const uno::Reference< drawing::XConnectableShape >& xShape, drawing::Connecti… in connectStart() argument
481 Reference< drawing::XShape > xRef( xShape, UNO_QUERY ); in connectStart()
492 …nnector::connectEnd( const uno::Reference< drawing::XConnectableShape >& xShape, drawing::Connecti… in connectEnd() argument
[all …]
H A Dunoshap3.cxx146 void SAL_CALL Svx3DSceneObject::add( const Reference< drawing::XShape >& xShape ) in add() argument
151 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add()
156 SdrObject* pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()
175 void SAL_CALL Svx3DSceneObject::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
180 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove()
245 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex() local
247 aAny <<= xShape; in getByIndex()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DObjectTransformationDemo.java78 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main() local
81 xShapes.add( xShape ); in main()
84 UnoRuntime.queryInterface( XPropertySet.class, xShape ); in main()
H A DStyleDemo.java149 XShape xShape = ShapeHelper.createShape( xComponent, new Point( 0, 0 ), in main() local
151 xShapes.add( xShape ); in main()
153 UnoRuntime.queryInterface( XPropertySet.class, xShape ); in main()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameHyperlinkContext.cxx173 Reference < drawing::XShape > xShape; in GetShape() local
177 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape()
180 return xShape; in GetShape()
/trunk/main/sd/source/core/
H A Dsdpage_animations.cxx90 Reference< XShape > xShape( const_cast<SdrObject*>(pObj)->getUnoShape(), UNO_QUERY ); in removeAnimations() local
92 if( mpMainSequence->hasEffect( xShape ) ) in removeAnimations()
93 mpMainSequence->disposeShape( xShape ); in removeAnimations()
/trunk/main/embeddedobj/qa/embedding/
H A DTest01.java107 XShape xShape = ( XShape ) UnoRuntime.queryInterface( XShape.class, oShape ); in test() local
108 if ( xShape == null ) in test()
121 xPage.add( xShape ); in test()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx288 Reference< drawing::XShape > xShape; in impl_adjustAdditionalShapesPositionAndSize() local
289 if ( xShapes->getByIndex( i ) >>= xShape ) in impl_adjustAdditionalShapesPositionAndSize()
291 if ( xShape.is() ) in impl_adjustAdditionalShapesPositionAndSize()
293 awt::Point aPos( xShape->getPosition() ); in impl_adjustAdditionalShapesPositionAndSize()
294 awt::Size aSize( xShape->getSize() ); in impl_adjustAdditionalShapesPositionAndSize()
304 xShape->setPosition( aPos ); in impl_adjustAdditionalShapesPositionAndSize()
305 xShape->setSize( aSize ); in impl_adjustAdditionalShapesPositionAndSize()
/trunk/main/slideshow/source/inc/
H A Deventmultiplexer.hxx443 … ::com::sun::star::drawing::XShape>& xShape );
456 … ::com::sun::star::drawing::XShape>& xShape );
467 ::com::sun::star::drawing::XShape>& xShape,
/trunk/main/xmloff/inc/xmloff/
H A Dshapeimport.hxx394 …oid addGluePointMapping( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape,
399 const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape,
403 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, const sal_Int32 n…
407 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, sal_Int32 nSource…
/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx337 uno::Reference<drawing::XShape> xShape; in createShapes() local
338 xShape = m_pShapeFactory->createCircle2D( xPointGroupShape_Shapes in createShapes()
341 this->setMappedProperties( xShape in createShapes()
345 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacolorformat.cxx47 …pe > xShape, const sal_Int16 nColorFormatType ) : ScVbaColorFormat_BASE( xParent, xContext ), m_xI… in ScVbaColorFormat() argument
49 m_xPropertySet.set( xShape, uno::UNO_QUERY_THROW ); in ScVbaColorFormat()
H A Dvbafillformat.cxx33 … const uno::Reference< drawing::XShape > xShape ) : ScVbaFillFormat_BASE( xParent, xContext ), m_x… in ScVbaFillFormat() argument
35 m_xPropertySet.set( xShape, uno::UNO_QUERY_THROW ); in ScVbaFillFormat()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx186 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in ImpConvertOLE() local
187 if ( xShape->getShapeType() == sOLE2Shape ) in ImpConvertOLE()
189 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY_THROW ); in ImpConvertOLE()
207 xShape2->setPosition( xShape->getPosition() ); in ImpConvertOLE()
208 xShape2->setSize( xShape->getSize() ); in ImpConvertOLE()
211 xShapes->remove( xShape ); in ImpConvertOLE()
/trunk/main/slideshow/source/engine/
H A Deventmultiplexer.cxx1034 const uno::Reference<drawing::XShape>& xShape ) in notifyShapeListenerAdded() argument
1040 boost::cref(xShape)) ); in notifyShapeListenerAdded()
1045 const uno::Reference<drawing::XShape>& xShape ) in notifyShapeListenerRemoved() argument
1051 boost::cref(xShape)) ); in notifyShapeListenerRemoved()
1055 const uno::Reference<drawing::XShape>& xShape, in notifyShapeCursorChange() argument
1061 boost::cref(xShape), in notifyShapeCursorChange()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeBinder.idl56 and the lines will be connected. The <type>Shape</types>s in xShape will be
70 @param xShape
76 void unbind( [in] com::sun::star::drawing::XShape xShape );
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx236 uno::Reference < drawing::XShape > xShape; in getAnnotationShape() local
239 xShape.set( pCaption->getUnoShape(), uno::UNO_QUERY ); in getAnnotationShape()
240 return xShape; in getAnnotationShape()
/trunk/main/chart2/source/view/axes/
H A DVAxisBase.cxx114 void VAxisBase::recordMaximumTextSize( const Reference< drawing::XShape >& xShape, double fRotation… in recordMaximumTextSize() argument
116 if( m_bRecordMaximumTextSize && xShape.is() ) in recordMaximumTextSize()
119 xShape, fRotationAngleDegree ) ); in recordMaximumTextSize()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx1031 uno::Reference< drawing::XShape > xShape( aProps[i].Target, in applyInitialShapeAttributes() local
1034 if( !xShape.is() ) in applyInitialShapeAttributes()
1043 xShape = aParaTarget.Shape; in applyInitialShapeAttributes()
1048 if( xShape.is() ) in applyInitialShapeAttributes()
1050 ShapeSharedPtr pShape( mpLayerManager->lookupShape( xShape ) ); in applyInitialShapeAttributes()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx147 void addShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape );
148 void removeShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape );
168 …virtual void SAL_CALL click(const css::uno::Reference< css::drawing::XShape > & xShape, const css:…
242 …void click(const css::uno::Reference< css::drawing::XShape > & xShape, const css::awt::MouseEvent …

Completed in 125 milliseconds

12345678910>>...13