Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/engine3d/
H A Dfloat3d.cxx219 aLbMatSpecular ( this, SVX_RES( LB_MAT_SPECULAR ) ), in Svx3DWin()
380 aLbMatSpecular.SetSelectHdl( aLink ); in Svx3DWin()
1673 ColorLB* pLb = &aLbMatSpecular; in Update()
1682 if( aLbMatSpecular.GetSelectEntryCount() != 0 ) in Update()
1684 aLbMatSpecular.SetNoSelection(); in Update()
2286 if( aLbMatSpecular.GetSelectEntryCount() ) in GetAttr()
2288 aColor = aLbMatSpecular.GetSelectEntryColor(); in GetAttr()
2664 aLbMatSpecular.Show(); in IMPL_LINK()
2682 aLbMatSpecular.Hide(); in IMPL_LINK()
2881 pLb = &aLbMatSpecular; in IMPL_LINK()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dfloat3d.hxx184 ColorLB aLbMatSpecular; member in Svx3DWin