Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx169 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in convertFromModel() local
170 if( aSubGridPropSeq.hasElements() ) in convertFromModel()
172 PropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx3023 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in Convert() local
3024 if( aSubGridPropSeq.hasElements() ) in Convert()
3026 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in Convert()
H A Dxichart.cxx3328 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in CreateAxis() local
3329 if( aSubGridPropSeq.hasElements() ) in CreateAxis()
3331 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in CreateAxis()

Completed in 80 milliseconds