Searched refs:aBtnTwoSidedLighting (Results 1 – 2 of 2) sorted by relevance
141 aBtnTwoSidedLighting( this, SVX_RES( BTN_TWO_SIDED_LIGHTING ) ), in Svx3DWin()268 SETHCIMAGE( aBtnTwoSidedLighting, BMP_TWO_SIDED_LIGHTING_H ); in Svx3DWin()336 aBtnTwoSidedLighting.SetClickHdl( aLink ); in Svx3DWin()424 aBtnTwoSidedLighting.SetAccessibleRelationMemberOf( &aFLNormals ); in Svx3DWin()469 aBtnTwoSidedLighting.SetAccessibleRelationMemberOf(&aFLNormals); in Svx3DWin()939 if( bValue != aBtnTwoSidedLighting.IsChecked() ) in Update()941 aBtnTwoSidedLighting.Check( bValue ); in Update()944 else if( aBtnTwoSidedLighting.GetState() == STATE_DONTKNOW ) in Update()945 aBtnTwoSidedLighting.Check( bValue ); in Update()949 if( aBtnTwoSidedLighting.GetState() != STATE_DONTKNOW ) in Update()[all …]
105 ImageButton aBtnTwoSidedLighting; member in Svx3DWin