Lines Matching refs:_xShape
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()
753 …::OReportModel> pModel = ::reportdesign::OReportDefinition::getSdrModel(_xShape->getSection()->ge… in openAreaDialog()
769 lcl_fillShapeToItems(_xShape,*pDescriptor); in openAreaDialog()
777 lcl_fillItemsToShape(_xShape,*pDialog->GetOutputItemSet()); in openAreaDialog()