Home
last modified time | relevance | path

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

/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx634 uno::Reference< chart::XStatisticDisplay > xStatDisp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getUpBar() local
635 if( xStatDisp.is()) in getUpBar()
636 return xStatDisp->getUpBar(); in getUpBar()
647 uno::Reference< chart::XStatisticDisplay > xStatDisp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getDownBar() local
648 if( xStatDisp.is()) in getDownBar()
649 return xStatDisp->getDownBar(); in getDownBar()
660 uno::Reference< chart::XStatisticDisplay > xStatDisp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getMinMaxLine() local
661 if( xStatDisp.is()) in getMinMaxLine()
662 return xStatDisp->getMinMaxLine(); in getMinMaxLine()

Completed in 21 milliseconds