Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DNetChartTypeTemplate.cxx135 … bool bCurrentHasSymbol = (xProp->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp) && in matchesTemplate() local
138 if( bCurrentHasSymbol ) in matchesTemplate()
141 if( bCurrentHasSymbol && (!m_bHasSymbols) ) in matchesTemplate()
H A DLineChartTypeTemplate.cxx238 … bool bCurrentHasSymbol = (xProp->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp) && in matchesTemplate() local
241 if( bCurrentHasSymbol ) in matchesTemplate()
244 if( bCurrentHasSymbol && (!m_bHasSymbols) ) in matchesTemplate()
H A DScatterChartTypeTemplate.cxx272 … bool bCurrentHasSymbol = (xProp->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp) && in matchesTemplate() local
275 if( bCurrentHasSymbol ) in matchesTemplate()
278 if( bCurrentHasSymbol && (!m_bHasSymbols) ) in matchesTemplate()

Completed in 20 milliseconds