Home
last modified time | relevance | path

Searched refs:aLegendProp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java197 …XPropertySet aLegendProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aLegend ); in testLegend() local
199 aLegendProp.setPropertyValue( "Alignment", ChartLegendPosition.LEFT ); in testLegend()
200 aLegendProp.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testLegend()
201 aLegendProp.setPropertyValue( "FillColor", new Integer( 0xeeddee )); in testLegend()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2474 ScfPropertySet aLegendProp( xLegend ); in CreateLegend() local
2475 aLegendProp.SetBoolProperty( EXC_CHPROP_SHOW, true ); in CreateLegend()
2479 mxFrame->Convert( aLegendProp ); in CreateLegend()
2482 mxText->ConvertFont( aLegendProp ); in CreateLegend()
2526 aLegendProp.SetProperty( EXC_CHPROP_RELATIVEPOSITION, aRelPos ); in CreateLegend()
2544 aLegendProp.SetProperty( EXC_CHPROP_RELATIVESIZE, aRelSize ); in CreateLegend()
2553 aLegendProp.SetProperty( EXC_CHPROP_ANCHORPOSITION, eApiPos ); in CreateLegend()
2554 aLegendProp.SetProperty( EXC_CHPROP_EXPANSION, eApiExpand ); in CreateLegend()
H A Dxechart.cxx3188 ScfPropertySet aLegendProp( xLegend ); in Convert() local
3189 pGroup->ConvertLegend( aLegendProp ); in Convert()

Completed in 1038 milliseconds