Searched refs:aSubGridProp (Results 1 – 3 of 3) sorted by relevance
172 PropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in convertFromModel() local173 aSubGridProp.setProperty( PROP_Show, mrModel.mxMinorGridLines.is() ); in convertFromModel()175 …rFormatter.convertFrameFormatting( aSubGridProp, mrModel.mxMinorGridLines, OBJECTTYPE_MINORGRIDLIN… in convertFromModel()
3026 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in Convert() local3027 if( aSubGridProp.GetBoolProperty( EXC_CHPROP_SHOW ) ) in Convert()3028 … mxMinorGrid = lclCreateLineFormat( GetChRoot(), aSubGridProp, EXC_CHOBJTYPE_GRIDLINE ); in Convert()
3331 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in CreateAxis() local3332 aSubGridProp.SetBoolProperty( EXC_CHPROP_SHOW, HasMinorGrid() ); in CreateAxis()3334 mxMinorGrid->Convert( GetChRoot(), aSubGridProp, EXC_CHOBJTYPE_GRIDLINE ); in CreateAxis()
Completed in 70 milliseconds