Home
last modified time | relevance | path

Searched refs:_xShape (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx266 … 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 …]
/trunk/main/reportdesign/source/core/api/
H A DFixedLine.cxx157 ,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 DReportComponent.cxx117 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 DShape.cxx75 ,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 DFixedText.cxx66 ,uno::Reference< drawing::XShape >& _xShape) in OFixedText()
77 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText()
H A DFormattedField.cxx73 ,uno::Reference< drawing::XShape >& _xShape) in OFormattedField()
84 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField()
H A DImageControl.cxx134 ,uno::Reference< drawing::XShape >& _xShape) in OImageControl()
146 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java496 public void removeShape(XShape _xShape) in removeShape() argument
498 xDrawPage.remove(_xShape); in removeShape()
499 XComponent xComponent = UnoRuntime.queryInterface(XComponent.class, _xShape); in removeShape()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx297 …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 DReportWindow.cxx328 …etMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xShape,sal_Bool _bMark) in setMarked() argument
331 m_aViewsWindow.setMarked(_xShape,_bMark); in setMarked()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx364 Reference< XShape > _xShape( xRef, UNO_QUERY ); in convertTarget() local
365 if( _xShape.is() ) in convertTarget()
366 return makeAny( _xShape ); in convertTarget()
/trunk/main/reportdesign/source/core/inc/
H A DReportComponent.hxx78 void setShape(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
H A DFixedText.hxx79 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
H A DFormattedField.hxx82 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
H A DImageControl.hxx76 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);
H A DFixedLine.hxx81 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
H A DShape.hxx87 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx193 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
H A DScrollHelper.hxx180 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
H A DUITools.hxx96 const ::com::sun::star::uno::Reference< ::com::sun::star::report::XShape >& _xShape
H A DDesignView.hxx261 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
H A DViewsWindow.hxx265 …sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1202 …::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::BasicErrorException ) : xSh… in ShapeHelper() argument
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx179 …ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::Basic…
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx181 … ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape);

Completed in 117 milliseconds

12