Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java383 XPropertySet aGridProp = (XPropertySet) UnoRuntime.queryInterface( in testGrid() local
388 if( aGridProp != null ) in testGrid()
398 aGridProp.setPropertyValue( "LineColor", new Integer( 0x999999 )); in testGrid()
399 aGridProp.setPropertyValue( "LineStyle", LineStyle.DASH ); in testGrid()
400 aGridProp.setPropertyValue( "LineDash", aDash ); in testGrid()
401 aGridProp.setPropertyValue( "LineWidth", new Integer( 30 )); in testGrid()
/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx163 PropertySet aGridProp( xAxis->getGridProperties() ); in convertFromModel() local
164 aGridProp.setProperty( PROP_Show, mrModel.mxMajorGridLines.is() ); in convertFromModel()
166 …rFormatter.convertFrameFormatting( aGridProp, mrModel.mxMajorGridLines, OBJECTTYPE_MAJORGRIDLINE ); in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx3019 ScfPropertySet aGridProp( xAxis->getGridProperties() ); in Convert() local
3020 if( aGridProp.GetBoolProperty( EXC_CHPROP_SHOW ) ) in Convert()
3021 mxMajorGrid = lclCreateLineFormat( GetChRoot(), aGridProp, EXC_CHOBJTYPE_GRIDLINE ); in Convert()
H A Dxichart.cxx3323 ScfPropertySet aGridProp( xAxis->getGridProperties() ); in CreateAxis() local
3324 aGridProp.SetBoolProperty( EXC_CHPROP_SHOW, HasMajorGrid() ); in CreateAxis()
3326 mxMajorGrid->Convert( GetChRoot(), aGridProp, EXC_CHOBJTYPE_GRIDLINE ); in CreateAxis()

Completed in 60 milliseconds