Searched refs:xSourceProp (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 82 uno::Reference< beans::XPropertySet > xSourceProp( m_xDiagram, uno::UNO_QUERY ); in VDiagram() local 83 … ThreeDHelper::getRotationAngleFromDiagram( xSourceProp, m_fXAnglePi, m_fYAnglePi, m_fZAnglePi ); in VDiagram() 87 if(xSourceProp.is()) in VDiagram() 88 xSourceProp->getPropertyValue(C2U( "RightAngledAxes" )) >>= m_bRightAngledAxes; in VDiagram() 611 uno::Reference< beans::XPropertySet > xSourceProp( m_xDiagram, uno::UNO_QUERY_THROW ); in createShapes_3d() local 619 … static_cast<sal_Int32>(ThreeDHelper::getCameraDistance( xSourceProp )))); in createShapes_3d() 621 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_PERSPECTIVE ))); in createShapes_3d() 627 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_SHADE_MODE ))); in createShapes_3d() 629 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_AMBIENTCOLOR ))); in createShapes_3d() 631 … xSourceProp->getPropertyValue( C2U( UNO_NAME_3D_SCENE_TWO_SIDED_LIGHTING ))); in createShapes_3d() [all …]
|
/aoo4110/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 85 , const uno::Reference< beans::XPropertySet >& xSourceProp in getValueMap() 97 uno::Any aAny( xSourceProp->getPropertyValue(aSource) ); in getValueMap() 111 , const uno::Reference< beans::XPropertySet >& xSourceProp in getMultiPropertyLists() 116 getValueMap( aValueMap, rNameMap, xSourceProp ); in getMultiPropertyLists() 452 const uno::Reference< beans::XPropertySet >& xSourceProp in getTextLabelMultiPropertyLists() 462 , xSourceProp ); in getTextLabelMultiPropertyLists() 496 const uno::Reference< beans::XPropertySet >& xSourceProp in getPreparedTextShapePropertyLists() 503 , xSourceProp ); in getPreparedTextShapePropertyLists()
|
H A D | ShapeFactory.cxx | 444 , const uno::Reference< beans::XPropertySet >& xSourceProp in createCube() 454 if( xSourceProp.is() ) in createCube() 457 xSourceProp->getPropertyValue( C2U( "BorderStyle" ) ) >>= aLineStyle; in createCube() 469 if( xSourceProp.is()) in createCube() 470 PropertyMapper::setMappedProperties( xProp, xSourceProp, rPropertyNameMap ); in createCube() 549 , const uno::Reference< beans::XPropertySet >& xSourceProp in createPyramid() 695 …ShapeFactory::createStripe( xGroup, aStripe1, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid() 696 …ShapeFactory::createStripe( xGroup, aStripe2, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid() 1130 , const uno::Reference< beans::XPropertySet >& xSourceProp in createStripe() 1176 if( xSourceProp.is()) in createStripe() [all …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpsave.cxx | 1086 uno::Reference<beans::XPropertySet> xSourceProp( xSource, uno::UNO_QUERY ); in WriteToSource() local 1087 DBG_ASSERT( xSourceProp.is(), "no properties at source" ); in WriteToSource() 1088 if ( xSourceProp.is() ) in WriteToSource() 1096 lcl_SetBoolProperty( xSourceProp, in WriteToSource() 1099 lcl_SetBoolProperty( xSourceProp, in WriteToSource() 1109 …ScUnoHelpFunctions::SetOptionalPropertyValue(xSourceProp, SC_UNO_GRANDTOTAL_NAME, *pGrandTotalName… in WriteToSource() 1188 if ( xSourceProp.is() ) in WriteToSource() 1191 lcl_SetBoolProperty( xSourceProp, in WriteToSource() 1194 lcl_SetBoolProperty( xSourceProp, in WriteToSource()
|
/aoo4110/main/chart2/source/view/inc/ |
H A D | PropertyMapper.hxx | 66 ::com::sun::star::beans::XPropertySet >& xSourceProp 110 ::com::sun::star::beans::XPropertySet >& xSourceProp 121 ::com::sun::star::beans::XPropertySet >& xSourceProp
|
H A D | ShapeFactory.hxx | 73 … , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp 92 ::com::sun::star::beans::XPropertySet >& xSourceProp 120 … , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSourceProp
|
Completed in 46 milliseconds