Searched refs:xTextProp (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 941 uno::Reference< beans::XPropertySet > xTextProp; in getTextLabelMultiPropertyLists() local 950 xTextProp.set( this->getPropertiesOfPoint( index )); in getTextLabelMultiPropertyLists() 951 PropertyMapper::getTextLabelMultiPropertyLists( xTextProp, *pPropNames, *pPropValues ); in getTextLabelMultiPropertyLists() 965 xTextProp.set( this->getPropertiesOfPoint( index )); in getTextLabelMultiPropertyLists() 966 PropertyMapper::getTextLabelMultiPropertyLists( xTextProp, *pPropNames, *pPropValues ); in getTextLabelMultiPropertyLists() 977 xTextProp.is()) in getTextLabelMultiPropertyLists() 979 …LabelPositionHelper::doDynamicFontResize( *pPropValues, *pPropNames, xTextProp, m_aReferenceSize ); in getTextLabelMultiPropertyLists()
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | LayerDemo.java | 91 XPropertySet xTextProp = ShapeHelper.addPortion( xRect2, in main() local 94 xTextProp.setPropertyValue( "ParaAdjust", ParagraphAdjust.CENTER ); in main()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | titleconverter.cxx | 174 … ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody; in convertFromModel() local 175 getFormatter().convertTextRotation( aPropSet, xTextProp, true ); in convertFromModel()
|
/aoo41x/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 318 uno::Reference< beans::XPropertySet > xTextProp( mxMyText, uno::UNO_QUERY ); in refresh() local 319 if( xTextProp.is()) in refresh() 325 … xTextProp->setPropertyValue( rtl::OUString::createFromAscii( "TextAutoGrowWidth" ), aTrueAny ); in refresh()
|
Completed in 40 milliseconds