Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/dlg/
H A Ddlgass.cxx318 ListBox* mpPage2LayoutLB; member in AssistentDlgImpl
478 mpPage2LayoutLB = new ListBox(pWindow,SdResId(LB_PAGE2_LAYOUT) )); in AssistentDlgImpl()
498 mpPage2LayoutLB->SetSelectHdl(LINK(this,AssistentDlgImpl,SelectLayoutHdl)); in AssistentDlgImpl()
499 mpPage2LayoutLB->InsertEntry(String(SdResId(STR_ISLOADING))); in AssistentDlgImpl()
709 delete mpPage2LayoutLB; in ~AssistentDlgImpl()
1034 const sal_uInt16 nEntry = mpPage2LayoutLB->GetSelectEntryPos(); in GetLayoutFileName()
1153 mpPage2LayoutLB->Enable(mbTemplatesReady); in UpdatePage()
1262 mpPage2LayoutLB->SelectEntryPos(0); in IMPL_LINK()
1408 mpPage2LayoutLB->Clear(); in SelectLayoutRegion()
1409 mpPage2LayoutLB->InsertEntry(String(SdResId(STR_WIZARD_ORIGINAL))); in SelectLayoutRegion()
[all …]