Searched refs:pLbFillType (Results 1 – 2 of 2) sorted by relevance
491 pFillTypeLB = (SvxFillTypeBox*)pFillControl->pLbFillType; in CreateItemWindow()509 pLbFillType(new SvxFillTypeBox( this )), in FillControl()516 pLbFillType->SetSizePixel(aTypeSize); in FillControl()519 aTypeSize = pLbFillType->GetSizePixel(); in FillControl()526 pLbFillType->SetSelectHdl( LINK( this, FillControl, SelectFillTypeHdl ) ); in FillControl()538 delete pLbFillType; in ~FillControl()557 XFillStyle eXFS = (XFillStyle)pLbFillType->GetSelectEntryPos(); in IMPL_LINK_INLINE_END()580 pLbFillType->Selected(); in IMPL_LINK_INLINE_END()646 pLbFillType->Selected(); in IMPL_LINK_INLINE_END()649 if ( pBox && pLbFillType->IsRelease() ) in IMPL_LINK_INLINE_END()[all …]
82 SvxFillTypeBox* pLbFillType; member in FillControl