Lines Matching refs:Reference

80 using ::com::sun::star::uno::Reference;
466 bool lcl_isXYChart( const Reference< chart2::XDiagram > xDiagram ) in lcl_isXYChart()
469Reference< chart2::XChartType > xChartType( ::chart::DiagramHelper::getChartTypeByIndex( xDiagram,… in lcl_isXYChart()
481 , Reference< chart2::XDiagram > xDiagram ) in lcl_getNewAPIIndexForOldAPIIndex()
491 ::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesList( in lcl_getNewAPIIndexForOldAPIIndex()
646 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getDiagramType()
647 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in getDiagramType()
650 Reference< beans::XPropertySet > xChartDocProp( xChartDoc, uno::UNO_QUERY ); in getDiagramType()
653 uno::Reference< util::XRefreshable > xAddIn; in getDiagramType()
656 uno::Reference< lang::XServiceName > xServiceName( xAddIn, uno::UNO_QUERY ); in getDiagramType()
662Reference< lang::XMultiServiceFactory > xChartTypeManager( xChartDoc->getChartTypeManager(), uno::… in getDiagramType()
673Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in getDiagramType()
687 Reference<
696 Reference< chart2::XDataSeries > xSeries; in getDataRowProperties()
703 Reference< beans::XPropertySet > xRet( new DataSeriesPointWrapper( in getDataRowProperties()
708 Reference<
717 Reference< chart2::XDataSeries > xSeries; in getDataPointProperties()
726 Reference< beans::XPropertySet > xRet( new DataSeriesPointWrapper( in getDataPointProperties()
744 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setPosition()
777 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setSize()
811 uno::Reference< beans::XPropertySet > xDiaProps( this->getDiagram(), uno::UNO_QUERY ); in setAutomaticDiagramPositioning()
820 uno::Reference< beans::XPropertySet > xDiaProps( this->getDiagram(), uno::UNO_QUERY ); in isAutomaticDiagramPositioning()
834 uno::Reference< beans::XPropertySet > xDiaProps( this->getDiagram(), uno::UNO_QUERY ); in setDiagramPositionExcludingAxes()
840 uno::Reference< beans::XPropertySet > xDiaProps( this->getDiagram(), uno::UNO_QUERY ); in isExcludingDiagramPositioning()
862 uno::Reference< beans::XPropertySet > xDiaProps( this->getDiagram(), uno::UNO_QUERY ); in setDiagramPositionIncludingAxes()
882 Reference< XAxis > SAL_CALL DiagramWrapper::getAxis( sal_Int32 nDimensionIndex ) in getAxis()
885 Reference< XAxis > xAxis; in getAxis()
907 Reference< XAxis > SAL_CALL DiagramWrapper::getSecondaryAxis( sal_Int32 nDimensionIndex ) in getSecondaryAxis()
910 Reference< XAxis > xAxis; in getSecondaryAxis()
927 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getZAxisTitle() in getZAxisTitle()
930 Reference< drawing::XShape > xRet; in getZAxisTitle()
931 Reference< XAxis > xAxis( getAxis(2) ); in getZAxisTitle()
933 xRet = Reference< drawing::XShape >( xAxis->getAxisTitle(), uno::UNO_QUERY ); in getZAxisTitle()
937 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZMainGrid() in getZMainGrid()
940 Reference< beans::XPropertySet > xRet; in getZMainGrid()
941 Reference< XAxis > xAxis( getAxis(2) ); in getZMainGrid()
947 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZHelpGrid() in getZHelpGrid()
950 Reference< beans::XPropertySet > xRet; in getZHelpGrid()
951 Reference< XAxis > xAxis( getAxis(2) ); in getZHelpGrid()
957 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZAxis() in getZAxis()
962 return Reference< beans::XPropertySet >( m_xZAxis, uno::UNO_QUERY ); in getZAxis()
967 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryXAxis() in getSecondaryXAxis()
972 return Reference< beans::XPropertySet >( m_xSecondXAxis, uno::UNO_QUERY ); in getSecondaryXAxis()
977 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getXAxisTitle() in getXAxisTitle()
980 Reference< drawing::XShape > xRet; in getXAxisTitle()
981 Reference< XAxis > xAxis( getAxis(0) ); in getXAxisTitle()
983 xRet = Reference< drawing::XShape >( xAxis->getAxisTitle(), uno::UNO_QUERY ); in getXAxisTitle()
987 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXAxis() in getXAxis()
992 return Reference< beans::XPropertySet >( m_xXAxis, uno::UNO_QUERY ); in getXAxis()
995 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXMainGrid() in getXMainGrid()
998 Reference< beans::XPropertySet > xRet; in getXMainGrid()
999 Reference< XAxis > xAxis( getAxis(0) ); in getXMainGrid()
1005 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXHelpGrid() in getXHelpGrid()
1008 Reference< beans::XPropertySet > xRet; in getXHelpGrid()
1009 Reference< XAxis > xAxis( getAxis(0) ); in getXHelpGrid()
1017 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryYAxis() in getSecondaryYAxis()
1022 return Reference< beans::XPropertySet >( m_xSecondYAxis, uno::UNO_QUERY ); in getSecondaryYAxis()
1027 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getYAxisTitle() in getYAxisTitle()
1030 Reference< drawing::XShape > xRet; in getYAxisTitle()
1031 Reference< XAxis > xAxis( getAxis(1) ); in getYAxisTitle()
1033 xRet = Reference< drawing::XShape >( xAxis->getAxisTitle(), uno::UNO_QUERY ); in getYAxisTitle()
1037 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYAxis() in getYAxis()
1042 return Reference< beans::XPropertySet >( m_xYAxis, uno::UNO_QUERY ); in getYAxis()
1045 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYMainGrid() in getYMainGrid()
1048 Reference< beans::XPropertySet > xRet; in getYMainGrid()
1049 Reference< XAxis > xAxis( getAxis(1) ); in getYMainGrid()
1055 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYHelpGrid() in getYHelpGrid()
1058 Reference< beans::XPropertySet > xRet; in getYHelpGrid()
1059 Reference< XAxis > xAxis( getAxis(1) ); in getYHelpGrid()
1066 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getSecondXAxisTitle() in getSecondXAxisTitle()
1069 Reference< drawing::XShape > xRet; in getSecondXAxisTitle()
1070 Reference< XAxis > xAxis( getSecondaryAxis(0) ); in getSecondXAxisTitle()
1072 xRet = Reference< drawing::XShape >( xAxis->getAxisTitle(), uno::UNO_QUERY ); in getSecondXAxisTitle()
1076 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getSecondYAxisTitle() in getSecondYAxisTitle()
1079 Reference< drawing::XShape > xRet; in getSecondYAxisTitle()
1080 Reference< XAxis > xAxis( getSecondaryAxis(1) ); in getSecondYAxisTitle()
1082 xRet = Reference< drawing::XShape >( xAxis->getAxisTitle(), uno::UNO_QUERY ); in getSecondYAxisTitle()
1087 Reference<
1098 Reference<
1109 Reference<
1121 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getWall() in getWall()
1131 Reference<
1146Reference< X3DDefaultSetter > x3DDefaultSetter( m_spChart2ModelContact->getChart2Diagram(), uno::U… in set3DSettingsToDefault()
1154Reference< X3DDefaultSetter > x3DDefaultSetter( m_spChart2ModelContact->getChart2Diagram(), uno::U… in setDefaultRotation()
1162Reference< X3DDefaultSetter > x3DDefaultSetter( m_spChart2ModelContact->getChart2Diagram(), uno::U… in setDefaultIllumination()
1192 const Reference< lang::XEventListener >& xListener ) in addEventListener()
1199 const Reference< lang::XEventListener >& aListener ) in removeEventListener()
1222 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1225 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1228 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1248 void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue()
1284 Any WrappedDataRowSourceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInne… in getPropertyValue()
1307 Any WrappedDataRowSourceProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*x… in getPropertyDefault()
1329 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1332 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1335 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1383 void WrappedStackingProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPr… in setPropertyValue()
1404 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1412 Any WrappedStackingProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerProp… in getPropertyValue()
1426 Any WrappedStackingProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInner… in getPropertyDefault()
1445 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1448 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1451 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1471 void WrappedDim3DProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPrope… in setPropertyValue()
1480 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1489 Any WrappedDim3DProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerPropert… in getPropertyValue()
1492 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in getPropertyValue()
1501 Any WrappedDim3DProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPro… in getPropertyDefault()
1520 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1523 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1526 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1546 void WrappedVerticalProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPr… in setPropertyValue()
1555 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1566 Any WrappedVerticalProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerProp… in getPropertyValue()
1571 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in getPropertyValue()
1581 Any WrappedVerticalProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInner… in getPropertyDefault()
1600 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1603 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1606 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1632 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in detectInnerValue()
1633 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in detectInnerValue()
1636 ::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesVector( in detectInnerValue()
1640Reference< lang::XMultiServiceFactory > xFact( xChartDoc->getChartTypeManager(), uno::UNO_QUERY ); in detectInnerValue()
1647 … uno::Reference< beans::XPropertySet > xProp( aTemplateAndService.first, uno::UNO_QUERY ); in detectInnerValue()
1663 void WrappedNumberOfLinesProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue()
1672 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setPropertyValue()
1673 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1677Reference< lang::XMultiServiceFactory > xFact( xChartDoc->getChartTypeManager(), uno::UNO_QUERY ); in setPropertyValue()
1681 uno::Reference< chart2::XChartTypeTemplate > xTemplate(0); in setPropertyValue()
1690 uno::Reference< beans::XPropertySet > xProp( xTemplate, uno::UNO_QUERY ); in setPropertyValue()
1718 uno::Reference< beans::XPropertySet > xProp( xTemplate, uno::UNO_QUERY ); in setPropertyValue()
1731 Any WrappedNumberOfLinesProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInne… in getPropertyValue()
1740 Any WrappedNumberOfLinesProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*x… in getPropertyDefault()
1759 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1762 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1765 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1785 void WrappedAttributedDataPointsProperty::setPropertyValue( const Any& rOuterValue, const Reference in setPropertyValue()
1794 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1795 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in setPropertyValue()
1799 ::std::vector< Reference< chart2::XDataSeries > > aSeriesVector( in setPropertyValue()
1804 ::std::vector< Reference< chart2::XDataSeries > >::const_iterator aIt = in setPropertyValue()
1809 Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY ); in setPropertyValue()
1827 Any WrappedAttributedDataPointsProperty::getPropertyValue( const Reference< beans::XPropertySet >& … in getPropertyValue()
1830 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in getPropertyValue()
1831 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getPropertyValue()
1835 ::std::vector< Reference< chart2::XDataSeries > > aSeriesVector( in getPropertyValue()
1840 ::std::vector< Reference< chart2::XDataSeries > >::const_iterator aIt = in getPropertyValue()
1845 Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY ); in getPropertyValue()
1860 Any WrappedAttributedDataPointsProperty::getPropertyDefault( const Reference< beans::XPropertyState… in getPropertyDefault()
1880 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1883 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1886 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1906 void WrappedSolidTypeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue()
1915 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in setPropertyValue()
1926 Any WrappedSolidTypeProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*xInnerPro… in getPropertyValue()
1931 Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() ); in getPropertyValue()
1941 Any WrappedSolidTypeProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInne… in getPropertyDefault()
1957 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
1960 …virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com…
1963 …virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::c…
1976 void WrappedAutomaticSizeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue()
2001 Any WrappedAutomaticSizeProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerP… in getPropertyValue()
2004 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue()
2014 Any WrappedAutomaticSizeProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*x… in getPropertyDefault()
2033 …t ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::sta…
2050 void WrappedIncludeHiddenCellsProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue()
2065 Reference< chart2::XDiagram > SAL_CALL DiagramWrapper::getDiagram() in getDiagram()
2072 const Reference< chart2::XDiagram >& /*xDiagram*/ ) in setDiagram()
2081 Reference< beans::XPropertySet > DiagramWrapper::getInnerPropertySet() in getInnerPropertySet()
2083 …return Reference< beans::XPropertySet >( m_spChart2ModelContact->getChart2Diagram(), uno::UNO_QUER… in getInnerPropertySet()