Home
last modified time | relevance | path

Searched refs:eRowSource (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx153 …::com::sun::star::chart::ChartDataRowSource eRowSource = ::com::sun::star::chart::ChartDataRowSour… in createArguments()
155 eRowSource = ::com::sun::star::chart::ChartDataRowSource_COLUMNS; in createArguments()
159 , -1, uno::makeAny( eRowSource ) in createArguments()
203 ::com::sun::star::chart::ChartDataRowSource eRowSource; in readArguments()
204 if( aProperty.Value >>= eRowSource ) in readArguments()
205 bUseColumns = (eRowSource==::com::sun::star::chart::ChartDataRowSource_COLUMNS); in readArguments()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx179 …::com::sun::star::chart::ChartDataRowSource eRowSource = ::com::sun::star::chart::ChartDataRowSour… in createDataSourcePossible()
180 pArgIter->Value >>= eRowSource; in createDataSourcePossible()
181 if ( eRowSource != ::com::sun::star::chart::ChartDataRowSource_COLUMNS ) in createDataSourcePossible()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1748 chart::ChartDataRowSource eRowSource = chart::ChartDataRowSource_COLUMNS; in detectArguments() local
1853 eRowSource = ( nDataInRows > 0 in detectArguments()
1860 eRowSource = ( nDataInRows > nDataInCols in detectArguments()
1884 uno::makeAny( eRowSource ), beans::PropertyState_DIRECT_VALUE )); in detectArguments()
1907 if( eRowSource==chart::ChartDataRowSource_COLUMNS ) in detectArguments()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3822 chart::ChartDataRowSource eRowSource; in InitRangeSegmentationProperties() local
3823 aArgs[i].Value >>= eRowSource; in InitRangeSegmentationProperties()
3824 mbRowSourceColumns = ( eRowSource == chart::ChartDataRowSource_COLUMNS ); in InitRangeSegmentationProperties()

Completed in 75 milliseconds