Home
last modified time | relevance | path

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

/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx215 aLbMatEmission ( this, SVX_RES( LB_MAT_EMISSION ) ), in Svx3DWin()
379 aLbMatEmission.SetSelectHdl( aLink ); in Svx3DWin()
1652 ColorLB* pLb = &aLbMatEmission; in Update()
1661 if( aLbMatEmission.GetSelectEntryCount() != 0 ) in Update()
1663 aLbMatEmission.SetNoSelection(); in Update()
2277 if( aLbMatEmission.GetSelectEntryCount() ) in GetAttr()
2279 aColor = aLbMatEmission.GetSelectEntryColor(); in GetAttr()
2661 aLbMatEmission.Show(); in IMPL_LINK()
2679 aLbMatEmission.Hide(); in IMPL_LINK()
2879 pLb = &aLbMatEmission; in IMPL_LINK()
[all …]
/trunk/main/svx/inc/svx/
H A Dfloat3d.hxx180 ColorLB aLbMatEmission; member in Svx3DWin