/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 56 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 D | vbafillformat.cxx | 33 …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 D | vbapictureformat.cxx | 31 …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 D | vbalineformat.cxx | 35 …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 D | vbatextframe.cxx | 31 …: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 D | vbapictureformat.hxx | 36 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaPictureFormat
|
H A D | vbafillformat.hxx | 36 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaFillFormat
|
H A D | vbacolorformat.hxx | 101 css::uno::Reference< css::drawing::XShape > m_xShape; member in ScVbaColorFormat
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 96 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 D | ReportComponent.hxx | 48 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > m_xShape;
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VTitle.cxx | 52 , 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 D | VLegend.cxx | 882 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 D | VTitle.hxx | 67 ::com::sun::star::drawing::XShape > m_xShape;
|
H A D | VLegend.hxx | 92 ::com::sun::star::drawing::XShape > m_xShape;
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportComponent.cxx | 123 ::comphelper::query_aggregation(m_xProxy,m_xShape); in setShape() 126 m_xTypeProvider.set(m_xShape,uno::UNO_QUERY); in setShape() 127 m_xUnoTunnel.set(m_xShape,uno::UNO_QUERY); in setShape() 128 m_xServiceInfo.set(m_xShape,uno::UNO_QUERY); in setShape()
|
H A D | ReportDefinition.cxx | 2462 if ( m_aProps->m_xShape.is() ) in getPosition() 2463 return m_aProps->m_xShape->getPosition(); in getPosition() 2471 if ( m_aProps->m_xShape.is() ) in setPosition() 2472 m_aProps->m_xShape->setPosition(aPosition); in setPosition() 2481 if ( m_aProps->m_xShape.is() ) in getSize() 2482 return m_aProps->m_xShape->getSize(); in getSize() 2490 if ( m_aProps->m_xShape.is() ) in setSize() 2491 m_aProps->m_xShape->setSize(aSize); in setSize()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formgeometryhandler.cxx | 149 ,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()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 1111 m_xShape = xShape; in lcl_attribute() 1114 if ( m_xShape.is( ) ) in lcl_attribute() 1117 (m_xShape, uno::UNO_QUERY_THROW); in lcl_attribute() 1131 awt::Point aPoint(m_xShape->getPosition()); in lcl_attribute() 1132 awt::Size aSize(m_xShape->getSize()); in lcl_attribute() 1139 m_xShape->setSize(aSize); in lcl_attribute() 1172 else if (m_xShape.is()) in GetGraphicObject() 1174 xResult.set(m_xShape, uno::UNO_QUERY_THROW); in GetGraphicObject()
|
H A D | OLEHandler.hxx | 72 ::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 D | OLEHandler.cxx | 110 m_xShape.set( xTempShape ); in lcl_attribute() 169 … uno::Reference< beans::XPropertySet > xShapeProps( m_xShape, uno::UNO_QUERY_THROW ); in lcl_sprm()
|
H A D | GraphicImport.hxx | 77 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> m_xShape;
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbawrapformat.cxx | 33 …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 D | vbawrapformat.hxx | 35 css::uno::Reference< css::drawing::XShape > m_xShape; member in SwVbaWrapFormat
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbatextframe.cxx | 40 uno::Reference< text::XSimpleText > xSimpleText( m_xShape, uno::UNO_QUERY_THROW ); in Characters()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbatextframe.hxx | 35 css::uno::Reference< css::drawing::XShape > m_xShape; member in VbaTextFrame
|