Home
last modified time | relevance | path

Searched refs:bCategoriesUsed (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/chart2/source/model/template/
H A DXYDataInterpreter.cxx78 bool bCategoriesUsed = false; in interpretDataSource() local
79 bool bSetXValues = aData.getLength()>(bCategoriesUsed?2:1); in interpretDataSource()
84 if( bHasCategories && ! bCategoriesUsed ) in interpretDataSource()
93 bCategoriesUsed = true; in interpretDataSource()
H A DBubbleDataInterpreter.cxx84 bool bCategoriesUsed = false; in interpretDataSource() local
90 if( bHasCategories && !bCategoriesUsed ) in interpretDataSource()
102 bCategoriesUsed = true; in interpretDataSource()
H A DDataInterpreter.cxx97 bool bCategoriesUsed = false; in interpretDataSource() local
102 if( bHasCategories && ! bCategoriesUsed ) in interpretDataSource()
107 bCategoriesUsed = true; in interpretDataSource()

Completed in 22 milliseconds