Lines Matching refs:_xComponent

90 sal_uInt16 OObjectBase::getObjectType(const uno::Reference< report::XReportComponent>& _xComponent)  in getObjectType()  argument
92 uno::Reference< lang::XServiceInfo > xServiceInfo( _xComponent , uno::UNO_QUERY ); in getObjectType()
100 uno::Reference< report::XFixedLine> xFixedLine(_xComponent,uno::UNO_QUERY); in getObjectType()
118 SdrObject* OObjectBase::createObject(const uno::Reference< report::XReportComponent>& _xComponent) in createObject() argument
121 sal_uInt16 nType = OObjectBase::getObjectType(_xComponent); in createObject()
126 OUnoObject* pUnoObj = new OUnoObject( _xComponent in createObject()
137 pNewObj = new OUnoObject(_xComponent in createObject()
142 pNewObj = new OUnoObject( _xComponent in createObject()
148 pNewObj = new OUnoObject( _xComponent in createObject()
153 pNewObj = OCustomShape::Create( _xComponent ); in createObject()
157 _xComponent->getPropertyValue(PROPERTY_OPAQUE) >>= bOpaque; in createObject()
167 pNewObj = OOle2Obj::Create( _xComponent,nType ); in createObject()
174 ensureSdrObjectOwnership( _xComponent ); in createObject()
318 OObjectBase::OObjectBase(const uno::Reference< report::XReportComponent>& _xComponent) in DBG_NAME()
322 m_xReportComponent = _xComponent; in DBG_NAME()
484 OCustomShape::OCustomShape(const uno::Reference< report::XReportComponent>& _xComponent in OCustomShape() argument
487 ,OObjectBase(_xComponent) in OCustomShape()
490 impl_setUnoShape( uno::Reference< uno::XInterface >(_xComponent,uno::UNO_QUERY) ); in OCustomShape()
634 OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& _xComponent in OUnoObject() argument
638 ,OObjectBase(_xComponent) in OUnoObject()
642 impl_setUnoShape( uno::Reference< uno::XInterface >( _xComponent, uno::UNO_QUERY ) ); in OUnoObject()
964 OOle2Obj::OOle2Obj(const uno::Reference< report::XReportComponent>& _xComponent,sal_uInt16 _nType) in OOle2Obj() argument
966 ,OObjectBase(_xComponent) in OOle2Obj()
972 impl_setUnoShape( uno::Reference< uno::XInterface >( _xComponent, uno::UNO_QUERY ) ); in OOle2Obj()