Lines Matching refs:aTemplateBox
242 if (!pPage->aTemplateBox.GetSelectEntryPos()) in UpdatePaintSettings()
267 pPage->aTemplateBox.GetSelectEntry(), in UpdatePaintSettings()
582 aTemplateBox (this, SW_RES(BOX_TEMPLATE)), in SwDropCapsPage()
612 aTemplateBox .SetSelectHdl(LINK(this, SwDropCapsPage, SelectHdl)); in SwDropCapsPage()
681 ::FillCharStyleListBox(aTemplateBox, rSh.GetView().GetDocShell(), sal_True); in Reset()
683 aTemplateBox.InsertEntry(SW_RESSTR(SW_STR_NONE), 0); in Reset()
685 aTemplateBox.SelectEntryPos(0); in Reset()
687 aTemplateBox.SelectEntry(aFmtDrop.GetCharFmt()->GetName()); in Reset()
728 aTemplateBox .Enable( bChecked ); in IMPL_LINK()
857 if (aTemplateBox.GetSelectEntryPos()) in FillSet()
858 aFmt.SetCharFmt(rSh.GetCharStyle(aTemplateBox.GetSelectEntry())); in FillSet()