Lines Matching refs:aCbAuthor
814 aCbAuthor ( this, SVX_RES( CB_AUTOR ) ), in SvxTPFilter()
831 aLbAuthor.SetAccessibleName(aCbAuthor.GetText()); in SvxTPFilter()
852 aCbAuthor.SetClickHdl(aLink); in SvxTPFilter()
869 RowEnableHdl(&aCbAuthor); in SvxTPFilter()
884 aLbAuthor.SetAccessibleRelationLabeledBy(&aCbAuthor); in SvxTPFilter()
1136 return aCbAuthor.IsChecked(); in IsAuthor()
1162 aCbAuthor.Check(bFlag); in CheckAuthor()
1163 RowEnableHdl(&aCbAuthor); in CheckAuthor()
1229 else if(pCB==&aCbAuthor) in IMPL_LINK()
1231 aLbAuthor.Enable(aCbAuthor.IsChecked()); in IMPL_LINK()
1281 else if(pCtr==&aCbAuthor || pCtr==&aLbAuthor) in IMPL_LINK()
1338 RowEnableHdl(&aCbAuthor); in Enable()
1359 aCbAuthor.SetAccessibleRelationMemberOf(pWin); in SetAccessibleRelationMemberOf()