Home
last modified time | relevance | path

Searched refs:m_aLB_LightSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx298 , m_aLB_LightSource( this, SchResId( LB_LIGHTSOURCE ) ) in ThreeD_SceneIllumination_TabPage()
316 m_aLB_LightSource.Fill( aColorTable ); in ThreeD_SceneIllumination_TabPage()
319 m_aLB_LightSource.SetDropDownLineCount(10); in ThreeD_SceneIllumination_TabPage()
343m_aLB_LightSource.SetSelectHdl( LINK( this, ThreeD_SceneIllumination_TabPage, SelectColorHdl ) ); in ThreeD_SceneIllumination_TabPage()
481 ColorLB* pListBox = ( bIsAmbientLight ? &m_aLB_AmbientLight : &m_aLB_LightSource); in IMPL_LINK()
523 else if(pListBox==&m_aLB_LightSource) in IMPL_LINK()
585 lcl_selectColor( m_aLB_LightSource, pInfo->aLightSource.nDiffuseColor ); in IMPL_LINK()
H A Dtp_3D_SceneIllumination.hxx114 ColorLB m_aLB_LightSource; member in chart::ThreeD_SceneIllumination_TabPage

Completed in 18 milliseconds