Home
last modified time | relevance | path

Searched refs:xTextProp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx941 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()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DLayerDemo.java91 XPropertySet xTextProp = ShapeHelper.addPortion( xRect2, in main() local
94 xTextProp.setPropertyValue( "ParaAdjust", ParagraphAdjust.CENTER ); in main()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx318 uno::Reference< beans::XPropertySet > xTextProp( mxMyText, uno::UNO_QUERY ); in refresh() local
319 if( xTextProp.is()) in refresh()
325xTextProp->setPropertyValue( rtl::OUString::createFromAscii( "TextAutoGrowWidth" ), aTrueAny ); in refresh()
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx174 … ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody; in convertFromModel() local
175 getFormatter().convertTextRotation( aPropSet, xTextProp, true ); in convertFromModel()

Completed in 22 milliseconds