Home
last modified time | relevance | path

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

/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx191 aBtnTexColor ( this, SVX_RES( BTN_TEX_COLOR ) ), in Svx3DWin()
283 SETHCIMAGE( aBtnTexColor, BMP_TEX_COLOR_H ); in Svx3DWin()
355 aBtnTexColor.SetClickHdl( aLink ); in Svx3DWin()
453 aBtnTexColor.SetAccessibleRelationLabeledBy( &aFtTexKind ); in Svx3DWin()
483 aBtnTexColor.SetAccessibleRelationMemberOf(&aFLTexture); in Svx3DWin()
686 aBtnTexColor.Enable( bBitmap ); in Update()
1496 ( !aBtnTexColor.IsChecked() && nValue == 3 ) ) in Update()
1499 aBtnTexColor.Check( nValue == 3 ); in Update()
1506 aBtnTexColor.IsChecked() ) in Update()
1509 aBtnTexColor.Check( sal_False ); in Update()
[all …]
/trunk/main/svx/inc/svx/
H A Dfloat3d.hxx155 ImageButton aBtnTexColor; member in Svx3DWin