Lines Matching refs:xShapeProp

3166     uno::Reference< report::XReportComponent> xShapeProp;  in createControl()  local
3170 xShapeProp.set(pNewControl->getUnoShape(),uno::UNO_QUERY); in createControl()
3182 xShapeProp.set(pNewControl->getUnoShape(),uno::UNO_QUERY_THROW); in createControl()
3203 xShapeProp.set(pObj->getUnoShape(),uno::UNO_QUERY); in createControl()
3204 uno::Reference<beans::XPropertySetInfo> xShapeInfo = xShapeProp->getPropertySetInfo(); in createControl()
3219 xUnoProp->setPropertyValue(sProps[i],xShapeProp->getPropertyValue(sProps[i])); in createControl()
3223 … xUnoProp->setPropertyValue(PROPERTY_BORDER,xShapeProp->getPropertyValue(PROPERTY_CONTROLBORDER)); in createControl()
3246 awt::Size aOlSize = xShapeProp->getSize(); in createControl()
3247 xShapeProp->setSize(awt::Size(aOlSize.Height,aOlSize.Width)); // switch height and width in createControl()
3251 …const sal_Int32 nShapeWidth = aMap.getUnpackedValueOrDefault(PROPERTY_WIDTH,xShapeProp->getWidth()… in createControl()
3252 if ( nShapeWidth != xShapeProp->getWidth() ) in createControl()
3253 xShapeProp->setWidth( nShapeWidth ); in createControl()
3258 xShapeProp->setPosition(aPos); in createControl()
3508 …uno::Reference< report::XReportComponent> xShapeProp(pObjs[i]->getUnoShape(),uno::UNO_QUERY_THROW); in addPairControls() local
3509 … xUnoProp->setPropertyValue(PROPERTY_NAME,xShapeProp->getPropertyValue(PROPERTY_NAME)); in addPairControls()
3511 … uno::Reference<beans::XPropertySetInfo> xShapeInfo = xShapeProp->getPropertySetInfo(); in addPairControls()
3522 … xUnoProp->setPropertyValue(sProps[k],xShapeProp->getPropertyValue(sProps[k])); in addPairControls()
3536 … xUnoProp->setPropertyValue(PROPERTY_BORDER,xShapeProp->getPropertyValue(PROPERTY_CONTROLBORDER)); in addPairControls()
3543 const sal_Int32 nShapeWidth = xShapeProp->getWidth(); in addPairControls()
3547 xShapeProp->setPosition(aPos); in addPairControls()
3549 aPos.Y += xShapeProp->getHeight(); in addPairControls()
3583 … uno::Reference< report::XFixedText> xShapeProp(pObj->getUnoShape(),uno::UNO_QUERY_THROW); in addPairControls() local
3584 xShapeProp->setName(xShapeProp->getName() + sDefaultName ); in addPairControls()