Lines Matching refs:beans

107                         const Reference< beans::XPropertySet > xAxisProps );
114 Reference< beans::XPropertySet > m_xAxisProps;
167 …Reference< beans::XPropertySet > xDiaProp( m_rImportHelper.GetChartDocument()->getDiagram(), uno::… in getTitleShape()
201 …Reference< beans::XPropertySet > xDiaProp( m_rImportHelper.GetChartDocument()->getDiagram(), uno::… in CreateGrid()
233 Reference< beans::XPropertySet > xGridProp; in CreateGrid()
409 …Reference< beans::XPropertySet > xDiaProp( m_rImportHelper.GetChartDocument()->getDiagram(), uno::… in CreateAxis()
441 catch( beans::UnknownPropertyException & ) in CreateAxis()
452 catch( beans::UnknownPropertyException & ) in CreateAxis()
461 …m_xAxisProps = Reference<beans::XPropertySet>( lcl_getChartAxis( m_aCurrentAxis, m_xDiagram ), uno… in CreateAxis()
469 catch( beans::UnknownPropertyException & ) in CreateAxis()
528 … Reference< beans::XPropertySet > xXAxisProp( xAxisSuppl->getAxis(0), uno::UNO_QUERY ); in CreateAxis()
544 Reference< beans::XPropertySet > xNewAxisProp( xAxis, uno::UNO_QUERY ); in CreateAxis()
569 … Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in CreateAxis()
604 Reference< beans::XPropertySet > xTitleProp( xAxis->getAxisTitle() ); in SetAxisTitle()
611 catch( beans::UnknownPropertyException & ) in SetAxisTitle()
783 Reference< beans::XPropertySet > xMainXAxisProp( xMainXAxis, uno::UNO_QUERY ); in CorrectAxisPositions()
784 Reference< beans::XPropertySet > xMainYAxisProp( xMainYAxis, uno::UNO_QUERY ); in CorrectAxisPositions()
785 … Reference< beans::XPropertySet > xSecondaryXAxisProp( xSecondaryXAxis, uno::UNO_QUERY ); in CorrectAxisPositions()
786 … Reference< beans::XPropertySet > xSecondaryYAxisProp( xSecondaryYAxis, uno::UNO_QUERY ); in CorrectAxisPositions()
923 const Reference< beans::XPropertySet > xAxisProps ) : in DateScaleContext()