Lines Matching refs:rtl

54 const rtl::OUString CHART_NAME( RTL_CONSTASCII_USTRINGPARAM("Name") );
56 const rtl::OUString DEFAULTSERIESPREFIX( RTL_CONSTASCII_USTRINGPARAM("Series") );
57 const rtl::OUString DATAROWSOURCE( RTL_CONSTASCII_USTRINGPARAM("DataRowSource") );
58 const rtl::OUString UPDOWN( RTL_CONSTASCII_USTRINGPARAM("UpDown") );
59 const rtl::OUString VOLUME( RTL_CONSTASCII_USTRINGPARAM("Volume") );
60 const rtl::OUString LINES( RTL_CONSTASCII_USTRINGPARAM("Lines") );
61 const rtl::OUString SPLINETYPE( RTL_CONSTASCII_USTRINGPARAM("SplineType") );
62 const rtl::OUString SYMBOLTYPE( RTL_CONSTASCII_USTRINGPARAM("SymbolType") );
63 const rtl::OUString DEEP( RTL_CONSTASCII_USTRINGPARAM("Deep") );
64 const rtl::OUString SOLIDTYPE( RTL_CONSTASCII_USTRINGPARAM("SolidType") );
65 const rtl::OUString VERTICAL( RTL_CONSTASCII_USTRINGPARAM("Vertical") );
66 const rtl::OUString PERCENT( RTL_CONSTASCII_USTRINGPARAM("Percent") );
67 const rtl::OUString STACKED( RTL_CONSTASCII_USTRINGPARAM("Stacked") );
68 const rtl::OUString DIM3D( RTL_CONSTASCII_USTRINGPARAM("Dim3D") );
69 const rtl::OUString HASMAINTITLE( RTL_CONSTASCII_USTRINGPARAM("HasMainTitle") );
70 const rtl::OUString HASLEGEND( RTL_CONSTASCII_USTRINGPARAM("HasLegend") );
71 const rtl::OUString DATACAPTION( RTL_CONSTASCII_USTRINGPARAM("DataCaption") );
85 ::rtl::OUString SAL_CALL
88 rtl::OUString sName; in getName()
112 rtl::OUString sDiagramType = mxChartDocument->getDiagram()->getDiagramType(); in getChartType()
113 …if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart.AreaDiagr… in getChartType()
124 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.PieDi… in getChartType()
131 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.BarDi… in getChartType()
162 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.Stock… in getChartType()
175 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.XYDia… in getChartType()
194 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.LineD… in getChartType()
209 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.Donut… in getChartType()
213 …else if (sDiagramType.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.NetDi… in getChartType()
220 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getChartType()
270 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.BarDiagram"))); in setChartType()
279 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.LineDiagram"))); in setChartType()
287 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.AreaDiagram")) ); in setChartType()
291 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.DonutDiagram") ) ); in setChartType()
297 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.StockDiagram"))); in setChartType()
308 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.PieDiagram"))); in setChartType()
314 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.NetDiagram"))); in setChartType()
323 setDiagram( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.XYDiagram"))); in setChartType()
344 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_CON… in setChartType()
547 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setChartType()
563 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in Activate()
630 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setSourceData()
634 uno::Sequence< rtl::OUString >
637 uno::Sequence< rtl::OUString > sDescriptions ( _nCount ); in getDefaultSeriesDescriptions()
641 sDescriptions[i] = DEFAULTSERIESPREFIX + rtl::OUString::valueOf(i+1); in getDefaultSeriesDescriptions()
668 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setPlotBy()
673 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setPlotBy()
695 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getPlotBy()
700 ScVbaChart::setDiagram( const rtl::OUString& _sDiagramType ) throw( script::BasicErrorException ) in setDiagram()
711 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setDiagram()
827 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getHasTitle()
841 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setHasTitle()
856 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getHasLegend()
870 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setHasLegend()
961 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getSolidType()
984 rtl::OUString aTemp; // temporary needed for g++ 3.3.5 in getStockUpDownValue()
985 …script::BasicErrorException( aTemp, uno::Reference< uno::XInterface >(), SbERR_METHOD_FAILED, rtl:… in getStockUpDownValue()
1002 rtl::OUString aTemp; // temporary needed for g++ 3.3.5 in hasMarkers()
1003 …script::BasicErrorException( aTemp, uno::Reference< uno::XInterface >(), SbERR_METHOD_FAILED, rtl:… in hasMarkers()
1051 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in isSeriesIndexValid()
1055 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_OUT… in isSeriesIndexValid()
1073 ScVbaChart::getSeriesIndex(rtl::OUString _sseriesname) throw ( script::BasicErrorException ) in getSeriesIndex()
1081 ScVbaChart::setSeriesName(sal_Int32 _index, rtl::OUString _sname) throw ( script::BasicErrorExcepti… in setSeriesName()
1086 uno::Sequence< rtl::OUString > sDescriptions = xChartDataArray->getColumnDescriptions(); in setSeriesName()
1103 rtl::OUString
1107 uno::Sequence< rtl::OUString > sDescriptions; in getSeriesName()
1108 rtl::OUString sName; in getSeriesName()
1155 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in DataLabels()
1172 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getHasDataCaption()
1189 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setHasDataCaption()
1231 rtl::OUString&
1234 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaChart") ); in getServiceImplName()
1238 uno::Sequence< rtl::OUString >
1241 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
1245 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Chart" ) ); in getServiceNames()