/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 266 … void lcl_fillShapeToItems( const uno::Reference<report::XShape >& _xShape,SfxItemSet& _rItemSet ) in lcl_fillShapeToItems() argument 268 uno::Reference< beans::XPropertySetInfo> xInfo = _xShape->getPropertySetInfo(); in lcl_fillShapeToItems() 281 pClone->PutValue(_xShape->getPropertyValue(aIt->sName), aIt->nMemberId); in lcl_fillShapeToItems() 289 …void lcl_fillItemsToShape( const uno::Reference<report::XShape >& _xShape,const SfxItemSet& _rItem… in lcl_fillItemsToShape() argument 291 const uno::Reference< beans::XPropertySetInfo> xInfo = _xShape->getPropertySetInfo(); in lcl_fillItemsToShape() 310 _xShape->setPropertyValue(aIt->sName, aValue); in lcl_fillItemsToShape() 747 bool openAreaDialog( const uno::Reference<report::XShape >& _xShape,const uno::Reference< awt::XWin… in openAreaDialog() argument 749 OSL_PRECOND( _xShape.is() && _rxParentWindow.is(), "openAreaDialog: invalid parameters!" ); in openAreaDialog() 750 if ( !_xShape.is() || !_rxParentWindow.is() ) in openAreaDialog() 769 lcl_fillShapeToItems(_xShape,*pDescriptor); in openAreaDialog() [all …]
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | FixedLine.cxx | 157 ,uno::Reference< drawing::XShape >& _xShape in OFixedLine() 173 awt::Size aSize = _xShape->getSize(); in OFixedLine() 179 _xShape->setSize(aSize); in OFixedLine() 185 _xShape->setSize(aSize); in OFixedLine() 187 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedLine()
|
H A D | ReportComponent.cxx | 117 void OReportComponentProperties::setShape(uno::Reference< drawing::XShape >& _xShape,const uno::Ref… in setShape() argument 121 m_xProxy.set(_xShape,uno::UNO_QUERY); in setShape() 124 _xShape.clear(); in setShape()
|
H A D | Shape.cxx | 75 ,uno::Reference< drawing::XShape >& _xShape in OShape() 89 uno::Reference<beans::XPropertySet> xProp(_xShape,uno::UNO_QUERY); in OShape() 95 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape()
|
H A D | FixedText.cxx | 66 ,uno::Reference< drawing::XShape >& _xShape) in OFixedText() 77 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText()
|
H A D | FormattedField.cxx | 73 ,uno::Reference< drawing::XShape >& _xShape) in OFormattedField() 84 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField()
|
H A D | ImageControl.cxx | 134 ,uno::Reference< drawing::XShape >& _xShape) in OImageControl() 146 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl()
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | FormHandler.java | 496 public void removeShape(XShape _xShape) in removeShape() argument 498 xDrawPage.remove(_xShape); in removeShape() 499 XComponent xComponent = UnoRuntime.queryInterface(XComponent.class, _xShape); in removeShape()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 297 …etMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xShape,sal_Bool _bMark) in setMarked() argument 299 m_aReportWindow.setMarked(_xShape,_bMark); in setMarked()
|
H A D | ReportWindow.cxx | 328 …etMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xShape,sal_Bool _bMark) in setMarked() argument 331 m_aViewsWindow.setMarked(_xShape,_bMark); in setMarked()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 364 Reference< XShape > _xShape( xRef, UNO_QUERY ); in convertTarget() local 365 if( _xShape.is() ) in convertTarget() 366 return makeAny( _xShape ); in convertTarget()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | ReportComponent.hxx | 78 void setShape(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
|
H A D | FixedText.hxx | 79 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
|
H A D | FormattedField.hxx | 82 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
|
H A D | ImageControl.hxx | 76 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
|
H A D | FixedLine.hxx | 81 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
|
H A D | Shape.hxx | 87 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | ReportWindow.hxx | 193 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
|
H A D | ScrollHelper.hxx | 180 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
|
H A D | UITools.hxx | 96 const ::com::sun::star::uno::Reference< ::com::sun::star::report::XShape >& _xShape
|
H A D | DesignView.hxx | 261 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
|
H A D | ViewsWindow.hxx | 265 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1202 …::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::BasicErrorException ) : xSh… in ShapeHelper() argument
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 179 …ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::Basic…
|
/aoo42x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 181 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
|