Searched refs:_rShape (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | RptModel.cxx | 181 …st ::rtl::OUString& aServiceSpecifier,uno::Reference< drawing::XShape >& _rShape,sal_Int32 nOrient… in createShape() argument 184 if ( _rShape.is() ) in createShape() 188 …dField> xProp = new OFormattedField(m_pReportDefinition->getContext(),m_pReportDefinition,_rShape); in createShape() 190 if ( _rShape.is() ) in createShape() 196 …cppu::OWeakObject*>(new OFixedText(m_pReportDefinition->getContext(),m_pReportDefinition,_rShape)); in createShape() 197 if ( _rShape.is() ) in createShape() 202 …ject*>(new OFixedLine(m_pReportDefinition->getContext(),m_pReportDefinition,_rShape,nOrientation)); in createShape() 203 if ( _rShape.is() ) in createShape() 208 …u::OWeakObject*>(new OImageControl(m_pReportDefinition->getContext(),m_pReportDefinition,_rShape)); in createShape() 209 if ( _rShape.is() ) in createShape() [all …]
|
| /AOO41X/main/reportdesign/inc/ |
| H A D | RptModel.hxx | 95 …r,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rShape,sal_Int32 nOrient…
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | shapeuno.cxx | 88 void lcl_initializeNotifier( SdrObject& _rSdrObj, ::cppu::OWeakObject& _rShape ) in lcl_initializeNotifier() argument 90 … ::svx::PPropertyValueProvider pProvider( new ::svx::PropertyValueProvider( _rShape, "Anchor" ) ); in lcl_initializeNotifier()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unodraw.cxx | 927 static void lcl_addShapePropertyEventFactories( SdrObject& _rObj, SwXShape& _rShape ) in lcl_addShapePropertyEventFactories() argument 929 …::svx::PPropertyValueProvider pProvider( new ::svx::PropertyValueProvider( _rShape, "AnchorType" )… in lcl_addShapePropertyEventFactories()
|