| /aoo42x/main/chart2/source/view/main/ | 
| H A D | VTitle.cxx | 97     uno::Reference< beans::XPropertySet > xShapeProp( m_xShape, uno::UNO_QUERY );  in changePosition()  local 98     if(!xShapeProp.is())  in changePosition() 110 …xShapeProp->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(…  in changePosition() 142         uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in createShapes()  local 144 …if( !xText.is() || !xTextRange.is() || !xTextCursor.is() || !xShapeProp.is() || !xTitleProperties.…  in createShapes() 181             PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp );  in createShapes() 254 …  if ( xShapeProp.is() && ( xShapeProp->getPropertyValue( C2U( "CharHeight" ) ) >>= fFontHeight ) )  in createShapes() 261             xShapeProp->setPropertyValue( C2U( "TextLeftDistance" ), uno::makeAny( nXDistance ) );  in createShapes() 262             xShapeProp->setPropertyValue( C2U( "TextRightDistance" ), uno::makeAny( nXDistance ) );  in createShapes() 263             xShapeProp->setPropertyValue( C2U( "TextUpperDistance" ), uno::makeAny( nYDistance ) );  in createShapes() [all …] 
 | 
| H A D | VLegendSymbolFactory.cxx | 55     Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in lcl_setPropetiesToShape()  local 56     if( xProp.is() && xShapeProp.is() )  in lcl_setPropetiesToShape() 91         ::chart::PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp );  in lcl_setPropetiesToShape()
  | 
| H A D | ShapeFactory.cxx | 2195     uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in makeShapeInvisible()  local 2196     DBG_ASSERT(xShapeProp.is(), "created shape offers no XPropertySet");  in makeShapeInvisible() 2197 	if( xShapeProp.is())  in makeShapeInvisible() 2201 …          xShapeProp->setPropertyValue( C2U("LineStyle"), uno::makeAny( drawing::LineStyle_NONE ));  in makeShapeInvisible() 2202 …          xShapeProp->setPropertyValue( C2U("FillStyle"), uno::makeAny( drawing::FillStyle_NONE ));  in makeShapeInvisible()
  | 
| /aoo42x/main/chart2/workbench/addin/ | 
| H A D | sampleaddin.cxx | 288 					uno::Reference< beans::XPropertySet > xShapeProp( mxMyRedLine, uno::UNO_QUERY );  in refresh()  local 289 					if( xShapeProp.is())  in refresh() 296 							xShapeProp->setPropertyValue( OUString::createFromAscii( "LineColor" ), aColor );  in refresh() 297 							xShapeProp->setPropertyValue( OUString::createFromAscii( "LineWidth" ), aWidth );  in refresh() 372 					uno::Reference< beans::XPropertySet > xShapeProp( mxMyRedLine, uno::UNO_QUERY );  in refresh()  local 373 					if( xShapeProp.is())  in refresh() 377 						xShapeProp->setPropertyValue( rtl::OUString::createFromAscii( "PolyPolygon" ), aAny );  in refresh()
  | 
| /aoo42x/main/reportdesign/source/ui/report/ | 
| H A D | ReportController.cxx | 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() 3246             awt::Size aOlSize = xShapeProp->getSize();  in createControl() 3252     if ( nShapeWidth != xShapeProp->getWidth() )  in createControl() 3253         xShapeProp->setWidth( nShapeWidth );  in createControl() 3258     xShapeProp->setPosition(aPos);  in createControl() 3547                         xShapeProp->setPosition(aPos);  in addPairControls() 3549                             aPos.Y += xShapeProp->getHeight();  in addPairControls() [all …] 
 | 
| /aoo42x/main/sc/source/filter/xml/ | 
| H A D | XMLTableShapeImportHelper.cxx | 67 		uno::Reference< beans::XPropertySet > xShapeProp( rShape, uno::UNO_QUERY );  in SetLayer()  local 68 		if( xShapeProp.is() )  in SetLayer() 69 …xShapeProp->setPropertyValue(OUString( RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ) ), uno::makeAny(n…  in SetLayer()
  | 
| H A D | xmlexprt.cxx | 426 	uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in onExport()  local 427 	if( xShapeProp.is() )  in onExport() 430 …if( (xShapeProp->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( SC_LAYERID ))) >>= nL…  in onExport() 667 										uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in CollectSharedData()  local 668 										if( xShapeProp.is() )  in CollectSharedData() 671 											if( xShapeProp->getPropertyValue(sLayerID) >>= nLayerID )  in CollectSharedData() 696 …                           xShapeProp->getPropertyValue( sCaptionPoint ) >>= aRelativeCaptionPoint;  in CollectSharedData()
  | 
| /aoo42x/main/oox/source/drawingml/chart/ | 
| H A D | objectformatter.cxx | 1026     ModelRef< Shape > xShapeProp;  in convertAutomaticLine()  local 1027     maLineFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx );  in convertAutomaticLine() 1028     maEffectFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx );  in convertAutomaticLine() 1035     ModelRef< Shape > xShapeProp;  in convertAutomaticFill()  local 1036     maFillFormatter.convertFormatting( aPropMap, xShapeProp, 0, nSeriesIdx );  in convertAutomaticFill() 1037     maEffectFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx );  in convertAutomaticFill()
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ObjectHierarchy.cxx | 88             Reference< beans::XPropertySet > xShapeProp( xShapes->getByIndex( i ), uno::UNO_QUERY );  in lcl_getChildOIDs()  local 89             if( xShapeProp.is())  in lcl_getChildOIDs() 91                 Reference< beans::XPropertySetInfo > xInfo( xShapeProp->getPropertySetInfo());  in lcl_getChildOIDs() 95                     (xShapeProp->getPropertyValue( C2U("Name")) >>= aName ) &&  in lcl_getChildOIDs() 101                 Reference< container::XIndexAccess > xNewShapes( xShapeProp, uno::UNO_QUERY );  in lcl_getChildOIDs()
  | 
| /aoo42x/main/chart2/source/view/diagram/ | 
| H A D | VDiagram.cxx | 695 …      uno::Reference< beans::XPropertySet > xShapeProp( m_xCoordinateRegionShape, uno::UNO_QUERY );  in createShapes_3d()  local 696         DBG_ASSERT(xShapeProp.is(), "created shape offers no XPropertySet");  in createShapes_3d() 697 	    if( xShapeProp.is())  in createShapes_3d() 709                 xShapeProp->setPropertyValue( C2U( UNO_NAME_3D_TRANSFORM_MATRIX )  in createShapes_3d()
  | 
| /aoo42x/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleDocument.cxx | 1164         uno::Reference<beans::XPropertySet> xShapeProp(xShape, uno::UNO_QUERY);  in GetAnchor()  local 1165 	    if (pShapeImp && xShapeProp.is())  in GetAnchor() 1184 						    xShapeProp->getPropertyValue( sCaptionPoint ) >>= aRelativeCaptionPoint;  in GetAnchor() 1260         uno::Reference< beans::XPropertySet > xShapeProp(xShape, uno::UNO_QUERY);  in AddShape()  local 1261         if (xShapeProp.is())  in AddShape() 1263 …uno::Any aPropAny = xShapeProp->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(  "Laye…  in AddShape()
  | 
| /aoo42x/main/sc/source/ui/unoobj/ | 
| H A D | shapeuno.cxx | 273         uno::Reference < beans::XPropertySet > xShapeProp (xShape, uno::UNO_QUERY);  in lcl_GetCaptionPoint()  local 274         if (xShapeProp.is())  in lcl_GetCaptionPoint() 276 …xShapeProp->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" )) ) >>= r…  in lcl_GetCaptionPoint()
  |