Lines Matching refs:xProp

155                 Reference< beans::XPropertySet > xProp( xCooSys, uno::UNO_QUERY );  in setVertical()  local
157 if( xProp.is() ) in setVertical()
160 if( !(xProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bOldSwap) in setVertical()
165 xProp->setPropertyValue( C2U("SwapXAndYAxis"), aValue ); in setVertical()
230 Reference< beans::XPropertySet > xProp( aCooSys[i], uno::UNO_QUERY ); in getVertical() local
231 if( xProp.is()) in getVertical()
234 if( xProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bCurrent ) in getVertical()
331 Reference< beans::XPropertySet > xProp( aSeriesList[nS], uno::UNO_QUERY ); in setStackMode() local
332 if(xProp.is()) in setStackMode()
333 xProp->setPropertyValue( C2U( "StackingDirection" ), aNewDirection ); in setStackMode()
409 Reference< beans::XPropertySet > xProp( aSeries[i], uno::UNO_QUERY_THROW ); in getStackModeFromChartType() local
412 … bool bSuccess = ( xProp->getPropertyValue( C2U("StackingDirection") ) >>= eCurrentDirection ); in getStackModeFromChartType()
611 Reference< beans::XPropertySet > xProp( xDataSeries, uno::UNO_QUERY_THROW ); in attachSeriesToAxis() local
612 if( !xProp.is() ) in attachSeriesToAxis()
623 xProp->setPropertyValue( C2U("AttachedAxisIndex"), uno::makeAny( nNewAxisIndex ) ); in attachSeriesToAxis()
940 … uno::Reference<beans::XPropertySet> xProp(aScaleData.Categories->getValues(), uno::UNO_QUERY ); in getCategoriesFromDiagram() local
941 if( xProp.is() ) in getCategoriesFromDiagram()
945xProp->setPropertyValue( C2U( "Role" ), uno::makeAny( C2U("categories") ) ); in getCategoriesFromDiagram()
1531 Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY_THROW ); in getGeometry3D() local
1532 if( xProp->getPropertyValue( C2U( "Geometry3D" )) >>= nGeom ) in getGeometry3D()