Searched refs:eDataRowSource (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | documen5.cxx | 104 const rtl::OUString& rRanges, chart::ChartDataRowSource eDataRowSource, in lcl_SetChartParameters() argument 121 uno::makeAny( eDataRowSource ), beans::PropertyState_DIRECT_VALUE ); in lcl_SetChartParameters() 167 … chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in UpdateAllCharts() local 187 lcl_SetChartParameters( xReceiver, sRangeStr, eDataRowSource, in UpdateAllCharts() 335 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in GetOldChartParameters() local 339 …lcl_GetChartParameters( xChartDoc, aRangesStr, eDataRowSource, bHasCategories, bFirstCellAsLabel ); in GetOldChartParameters() 342 if ( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in GetOldChartParameters() 384 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in UpdateChartArea() local 407 if ( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in UpdateChartArea() 433 … lcl_SetChartParameters( xReceiver, sRangeStr, eDataRowSource, bHasCategories, bFirstCellAsLabel ); in UpdateChartArea() [all …]
|
/trunk/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 298 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in InsertChart() local 313 eDataRowSource = chart::ChartDataRowSource_ROWS; in InsertChart() 315 eDataRowSource = chart::ChartDataRowSource_COLUMNS; in InsertChart() 333 uno::makeAny( eDataRowSource ), beans::PropertyState_DIRECT_VALUE ); in InsertChart()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 153 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in lcl_ChartInit() local 175 eDataRowSource = chart::ChartDataRowSource_ROWS; in lcl_ChartInit() 177 if ( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in lcl_ChartInit() 201 uno::makeAny( eDataRowSource ), beans::PropertyState_DIRECT_VALUE ); in lcl_ChartInit()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 613 , ::com::sun::star::chart::ChartDataRowSource eDataRowSource in lcl_ApplyDataFromRectangularRangeToDiagram() argument 628 (eDataRowSource==chart::ChartDataRowSource_COLUMNS)? bRowHasLabels : bColHasLabels; in lcl_ApplyDataFromRectangularRangeToDiagram() 630 (eDataRowSource==chart::ChartDataRowSource_COLUMNS)? bColHasLabels : bRowHasLabels; in lcl_ApplyDataFromRectangularRangeToDiagram() 645 -1, uno::makeAny( eDataRowSource ), in lcl_ApplyDataFromRectangularRangeToDiagram()
|
H A D | SchXMLTableContext.cxx | 192 chart::ChartDataRowSource eDataRowSource ) in lcl_fillRangeMapping() argument 208 if( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in lcl_fillRangeMapping() 963 chart::ChartDataRowSource eDataRowSource ) in switchRangesFromOuterToInternalIfNecessary() argument 980 lcl_fillRangeMapping( rTable, aRangeMap, eDataRowSource ); in switchRangesFromOuterToInternalIfNecessary()
|
H A D | SchXMLTableContext.hxx | 103 ::com::sun::star::chart::ChartDataRowSource eDataRowSource );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | chartuno.cxx | 509 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in GetData_Impl() local 522 … eDataRowSource = (chart::ChartDataRowSource)ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in GetData_Impl() 529 if( chart::ChartDataRowSource_COLUMNS == eDataRowSource ) in GetData_Impl()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 1437 chart::ChartDataRowSource eDataRowSource = (nDtaSrcIsColumns == 1) ? in detectArguments() local 1440 aResult[nProps++].Value <<= eDataRowSource; in detectArguments()
|
Completed in 48 milliseconds