Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A D_bmpmask.cxx286 pMask->aLbColor1.Disable(); in IMPL_LINK()
309 pMask->aLbColor1.Enable(); in IMPL_LINK()
332 pMask->pQSet1->SelectItem( pLb == &( pMask->aLbColor1 ) ? 1 : 0 /* , false */ ); in IMPL_LINK()
425 aLbColor1 ( this, BMP_RESID ( LB_1 ) ), in SvxBmpMask()
467 aLbColor1.SetGetFocusHdl( LINK( pData, MaskData, FocusLbHdl ) ); in SvxBmpMask()
527 aLbColor1.SetAccessibleRelationMemberOf( &aGrpQ ); in SvxBmpMask()
531 aLbColor1.SetAccessibleRelationLabeledBy( &aFt3 ); in SvxBmpMask()
618 return ( aLbColor1.GetEntryCount() == 0 ); in NeedsColorTable()
634 aLbColor1.Fill( maColTab ); in SetColorTable()
635 aLbColor1.InsertEntry( TRANSP_COL, aTransp, 0 ); in SetColorTable()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dbmpmask.hxx101 ColorLB aLbColor1; member in SvxBmpMask