/aoo41x/main/chart2/source/model/template/ |
H A D | NetChartTypeTemplate.cxx | 77 void SAL_CALL NetChartTypeTemplate::applyStyle( in applyStyle() function in chart::NetChartTypeTemplate 84 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | BubbleChartTypeTemplate.cxx | 170 void SAL_CALL BubbleChartTypeTemplate::applyStyle( in applyStyle() function in chart::BubbleChartTypeTemplate 177 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | AreaChartTypeTemplate.cxx | 195 void SAL_CALL AreaChartTypeTemplate::applyStyle( in applyStyle() function in chart::AreaChartTypeTemplate 202 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | BarChartTypeTemplate.cxx | 265 void SAL_CALL BarChartTypeTemplate::applyStyle( in applyStyle() function in chart::BarChartTypeTemplate 272 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | LineChartTypeTemplate.cxx | 364 void SAL_CALL LineChartTypeTemplate::applyStyle( in applyStyle() function in chart::LineChartTypeTemplate 371 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | ScatterChartTypeTemplate.cxx | 213 void SAL_CALL ScatterChartTypeTemplate::applyStyle( in applyStyle() function in chart::ScatterChartTypeTemplate 220 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | ColumnLineChartTypeTemplate.cxx | 256 void SAL_CALL ColumnLineChartTypeTemplate::applyStyle( in applyStyle() function in chart::ColumnLineChartTypeTemplate 263 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | ChartTypeTemplate.cxx | 302 applyStyle( aSeriesSeq[i][j], i, j, aSeriesSeq[i].getLength() ); in changeDiagramData() 393 void SAL_CALL ChartTypeTemplate::applyStyle( in applyStyle() function in chart::ChartTypeTemplate 445 applyStyle( aNewSeriesSeq[i][j], i, j, nNumSeries ); in applyStyles()
|
H A D | StockChartTypeTemplate.cxx | 233 void SAL_CALL StockChartTypeTemplate::applyStyle( in applyStyle() function in chart::StockChartTypeTemplate 240 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | PieChartTypeTemplate.cxx | 467 void SAL_CALL PieChartTypeTemplate::applyStyle( in applyStyle() function in chart::PieChartTypeTemplate 474 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | NetChartTypeTemplate.hxx | 60 virtual void SAL_CALL applyStyle(
|
H A D | AreaChartTypeTemplate.hxx | 75 virtual void SAL_CALL applyStyle(
|
H A D | BubbleChartTypeTemplate.hxx | 80 virtual void SAL_CALL applyStyle(
|
H A D | LineChartTypeTemplate.hxx | 82 virtual void SAL_CALL applyStyle(
|
H A D | ScatterChartTypeTemplate.hxx | 84 virtual void SAL_CALL applyStyle(
|
H A D | BarChartTypeTemplate.hxx | 87 virtual void SAL_CALL applyStyle(
|
H A D | ColumnLineChartTypeTemplate.hxx | 80 virtual void SAL_CALL applyStyle(
|
H A D | StockChartTypeTemplate.hxx | 96 virtual void SAL_CALL applyStyle(
|
H A D | PieChartTypeTemplate.hxx | 81 virtual void SAL_CALL applyStyle(
|
H A D | ChartTypeTemplate.hxx | 118 virtual void SAL_CALL applyStyle(
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 305 … xTemplate->applyStyle( xResult, nGroupIndex, nNewSeriesIndex, nTotalNumberOfSeriesInCTGroup ); in lcl_CreateNewSeries() 787 … m_xTemplate->applyStyle( aSeries[nSeries], nGroup, nNewSeriesIndex++, nSeriesInGroup ); in applyInterpretedData()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | StyleApplier.java | 220 public void applyStyle(boolean _bmodifyBackground, boolean _bapplyalways) in applyStyle() method in StyleApplier
|
H A D | FormDocument.java | 421 curStyleApplier.applyStyle(false, true); in initialize()
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XChartTypeTemplate.idl | 208 void applyStyle( [in] XDataSeries xSeries,
|