Searched refs:aSubGridPropSeq (Results 1 – 3 of 3) sorted by relevance
169 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in convertFromModel() local170 if( aSubGridPropSeq.hasElements() ) in convertFromModel()172 PropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in convertFromModel()
3023 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in Convert() local3024 if( aSubGridPropSeq.hasElements() ) in Convert()3026 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in Convert()
3328 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in CreateAxis() local3329 if( aSubGridPropSeq.hasElements() ) in CreateAxis()3331 ScfPropertySet aSubGridProp( aSubGridPropSeq[ 0 ] ); in CreateAxis()
Completed in 40 milliseconds