Lines Matching refs:beans

158     Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY );  in getExplicitNumberFormatKeyForAxis()
368 Reference< beans::XPropertySet > xMainProp( xMainAxis, uno::UNO_QUERY ); in createAxis()
378 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
383 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
461 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in showGrid()
469 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisVisible()
478 void AxisHelper::makeGridVisible( const Reference< beans::XPropertySet >& xGridProperties ) in makeGridVisible()
495 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisInvisible()
539 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in hideGrid()
545 void AxisHelper::makeGridInvisible( const Reference< beans::XPropertySet >& xGridProperties ) in makeGridInvisible()
570 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in isGridShown()
630 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis()
671 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in isAxisVisible()
682 sal_Bool AxisHelper::areAxisLabelsVisible( const Reference< beans::XPropertySet >& xAxisProperties ) in areAxisLabelsVisible()
692 sal_Bool AxisHelper::isGridVisible( const Reference< beans::XPropertySet >& xGridProperies ) in isGridVisible()
705 Reference< beans::XPropertySet > AxisHelper::getGridProperties( in getGridProperties()
709 Reference< beans::XPropertySet > xRet; in getGridProperties()
718 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in getGridProperties()
821 Reference< beans::XPropertySet > xAxisProp( xAxis, uno::UNO_QUERY ); in getAllAxesOfCoordinateSystem()
863 Sequence< Reference< beans::XPropertySet > > AxisHelper::getAllGrids( const Reference< XDiagram >& … in getAllGrids()
866 std::vector< Reference< beans::XPropertySet > > aGridVector; in getAllGrids()
874 Reference< beans::XPropertySet > xGridProperties( xAxis->getGridProperties() ); in getAllGrids()
878 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() );; in getAllGrids()
882 Reference< beans::XPropertySet > xSubGrid( aSubGrids[nSubGrid] ); in getAllGrids()
925 Reference< beans::XPropertySet > xProp( aSeriesList[nS], uno::UNO_QUERY ); in isSecondaryYAxisNeeded()
1082 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in setRTLAxisLayout()