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.cxx157 …::com::sun::star::chart::ChartDataRowSource eRowSource = ::com::sun::star::chart::ChartDataRowSour… in createArguments()
159 eRowSource = ::com::sun::star::chart::ChartDataRowSource_COLUMNS; in createArguments()
163 , -1, uno::makeAny( eRowSource ) in createArguments()
207 ::com::sun::star::chart::ChartDataRowSource eRowSource; in readArguments()
208 if( aProperty.Value >>= eRowSource ) in readArguments()
209 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.cxx1745 chart::ChartDataRowSource eRowSource = chart::ChartDataRowSource_COLUMNS; in detectArguments() local
1850 eRowSource = ( nDataInRows > 0 in detectArguments()
1857 eRowSource = ( nDataInRows > nDataInCols in detectArguments()
1881 uno::makeAny( eRowSource ), beans::PropertyState_DIRECT_VALUE )); in detectArguments()
1904 if( eRowSource==chart::ChartDataRowSource_COLUMNS ) in detectArguments()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3823 chart::ChartDataRowSource eRowSource; in InitRangeSegmentationProperties() local
3824 aArgs[i].Value >>= eRowSource; in InitRangeSegmentationProperties()
3825 mbRowSourceColumns = ( eRowSource == chart::ChartDataRowSource_COLUMNS ); in InitRangeSegmentationProperties()