Home
last modified time | relevance | path

Searched refs:m_xShape (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx56 m_xPropertySet.set( m_xShape, uno::UNO_QUERY_THROW ); in ScVbaShape()
57 m_pShapeHelper.reset( new ShapeHelper( m_xShape ) ); in ScVbaShape()
100 uno::Reference< lang::XComponent > xComponent( m_xShape, uno::UNO_QUERY ); in addListeners()
112 if( m_xShape.is() ) in removeShapeListener()
117 m_xShape = NULL; in removeShapeListener()
313 aArgs[1] <<= m_xShape; in TextFrame()
325 m_xShapes->remove( m_xShape ); in Delete()
448 xSelectSupp->select( uno::makeAny( m_xShape ) ); in Select()
463 aVec.push_back( m_xShape ); in ShapeRange()
465 uno::Reference< container::XChild > xChild( m_xShape, uno::UNO_QUERY_THROW ); in ShapeRange()
[all …]
H A Dvbafillformat.cxx33 …ference< drawing::XShape > xShape ) : ScVbaFillFormat_BASE( xParent, xContext ), m_xShape( xShape ) in ScVbaFillFormat()
164 …m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in BackColor()
172 …m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in ForeColor()
H A Dvbapictureformat.cxx31 …lang::IllegalArgumentException ) : ScVbaPictureFormat_BASE( xParent, xContext ), m_xShape( xShape ) in ScVbaPictureFormat()
33 m_xPropertySet.set( m_xShape, uno::UNO_QUERY_THROW ); in ScVbaPictureFormat()
H A Dvbalineformat.cxx35 …erence< drawing::XShape > xShape ) : ScVbaLineFormat_BASE( xParent, xContext ), m_xShape( xShape ) in ScVbaLineFormat()
422 …ms::XColorFormat >( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ::ColorFormatTyp… in BackColor()
428 …ms::XColorFormat >( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ::ColorFormatTyp… in ForeColor()
H A Dvbatextframe.cxx31 …:Reference< drawing::XShape > xShape ) : VbaTextFrame_BASE( xParent, xContext ), m_xShape( xShape ) in VbaTextFrame()
33 m_xPropertySet.set( m_xShape, uno::UNO_QUERY_THROW ); in VbaTextFrame()
H A Dvbapictureformat.hxx36 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaPictureFormat
H A Dvbafillformat.hxx36 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaFillFormat
H A Dvbacolorformat.hxx101 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaColorFormat
H A Dvbalineformat.hxx36 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaLineFormat
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx96 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setSize()
98 … ::com::sun::star::awt::Size aOldSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in setSize()
103 _pShape->m_aProps.aComponent.m_xShape->setSize(aSize); in setSize()
112 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getSize()
114 … ::com::sun::star::awt::Size aSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in getSize()
132 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setPosition()
134 aOldPos = _pShape->m_aProps.aComponent.m_xShape->getPosition(); in setPosition()
139 _pShape->m_aProps.aComponent.m_xShape->setPosition(aPosition); in setPosition()
148 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getPosition()
150 … ::com::sun::star::awt::Point aPosition = _pShape->m_aProps.aComponent.m_xShape->getPosition(); in getPosition()
H A DReportComponent.hxx48 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > m_xShape;
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx52 , m_xShape(NULL) in VTitle()
82 if(m_xShape.is()) in getUnrotatedSize()
83 aRet = m_xShape->getSize(); in getUnrotatedSize()
90 m_xShape, m_fRotationAngleDegree ); in getFinalSize()
95 if(!m_xShape.is()) in changePosition()
97 uno::Reference< beans::XPropertySet > xShapeProp( m_xShape, uno::UNO_QUERY ); in changePosition()
136 m_xShape = xShape; in createShapes()
H A DVLegend.cxx882 m_xShape.set( m_xShapeFactory->createInstance( in createShapes()
884 m_xTarget->add( m_xShape ); in createShapes()
889 …ShapeFactory::setShapeName( m_xShape, ObjectIdentifier::createClassifiedIdentifierForParticle( aLe… in createShapes()
893 Reference< drawing::XShapes > xLegendContainer( m_xShape, uno::UNO_QUERY ); in createShapes()
996 if(! m_xShape.is()) in changePosition()
1002 awt::Size aLegendSize = m_xShape->getSize(); in changePosition()
1019 m_xShape->setPosition( aPos ); in changePosition()
1027 m_xShape->setPosition( aPos ); in changePosition()
H A DVTitle.hxx67 ::com::sun::star::drawing::XShape > m_xShape;
H A DVLegend.hxx92 ::com::sun::star::drawing::XShape > m_xShape;
/trunk/main/reportdesign/source/core/api/
H A DReportComponent.cxx122 ::comphelper::query_aggregation(m_xProxy,m_xShape); in setShape()
125 m_xTypeProvider.set(m_xShape,uno::UNO_QUERY); in setShape()
126 m_xUnoTunnel.set(m_xShape,uno::UNO_QUERY); in setShape()
127 m_xServiceInfo.set(m_xShape,uno::UNO_QUERY); in setShape()
H A DReportDefinition.cxx2463 if ( m_aProps->m_xShape.is() ) in getPosition()
2464 return m_aProps->m_xShape->getPosition(); in getPosition()
2472 if ( m_aProps->m_xShape.is() ) in setPosition()
2473 m_aProps->m_xShape->setPosition(aPosition); in setPosition()
2482 if ( m_aProps->m_xShape.is() ) in getSize()
2483 return m_aProps->m_xShape->getSize(); in getSize()
2491 if ( m_aProps->m_xShape.is() ) in setSize()
2492 m_aProps->m_xShape->setSize(aSize); in setSize()
/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx149 ,m_xShape( _shape ) in ShapeGeometryChangeNotifier()
151 ENSURE_OR_THROW( m_xShape.is(), "illegal shape!" ); in ShapeGeometryChangeNotifier()
209 Reference< XShape > m_xShape; member in pcr::ShapeGeometryChangeNotifier
743 AwtPoint aPos = m_xShape->getPosition(); in propertyChange()
749 AwtSize aSize = m_xShape->getSize(); in propertyChange()
790 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_init_nothrow()
805 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_dispose_nothrow()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1112 m_xShape = xShape; in lcl_attribute()
1115 if ( m_xShape.is( ) ) in lcl_attribute()
1118 (m_xShape, uno::UNO_QUERY_THROW); in lcl_attribute()
1132 awt::Point aPoint(m_xShape->getPosition()); in lcl_attribute()
1133 awt::Size aSize(m_xShape->getSize()); in lcl_attribute()
1140 m_xShape->setSize(aSize); in lcl_attribute()
1173 else if (m_xShape.is()) in GetGraphicObject()
1175 xResult.set(m_xShape, uno::UNO_QUERY_THROW); in GetGraphicObject()
H A DOLEHandler.hxx72 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > m_xShape;
89 …m::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getShape( ) { return m_xShape; }; in getShape()
H A DOLEHandler.cxx110 m_xShape.set( xTempShape ); in lcl_attribute()
171 … uno::Reference< beans::XPropertySet > xShapeProps( m_xShape, uno::UNO_QUERY_THROW ); in lcl_sprm()
/trunk/main/sw/source/ui/vba/
H A Dvbawrapformat.cxx33 …ASE( getXSomethingFromArgs< XHelperInterface >( aArgs, 0 ), xContext ), m_xShape( getXSomethingFro… in SwVbaWrapFormat()
35 m_xPropertySet.set( m_xShape, uno::UNO_QUERY_THROW ); in SwVbaWrapFormat()
H A Dvbawrapformat.hxx35 css::uno::Reference< css::drawing::XShape > m_xShape; member in SwVbaWrapFormat
/trunk/main/sc/source/ui/vba/
H A Dvbatextframe.cxx40 uno::Reference< text::XSimpleText > xSimpleText( m_xShape, uno::UNO_QUERY_THROW ); in Characters()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbatextframe.hxx35 css::uno::Reference< css::drawing::XShape > m_xShape; member in VbaTextFrame

Completed in 147 milliseconds

12