Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/dlg/
H A Ddlgass.cxx349 Edit* mpPage4AskTopicEDT; member in AssistentDlgImpl
574 mpPage4AskTopicEDT = new Edit( pWindow, SdResId(EDT_PAGE4_ASKTOPIC) )); in AssistentDlgImpl()
581 mpPage4AskTopicEDT->SetModifyHdl(LINK(this,AssistentDlgImpl,UpdateUserDataHdl)); in AssistentDlgImpl()
740 delete mpPage4AskTopicEDT; in ~AssistentDlgImpl()
1369 String aTopic = mpPage4AskTopicEDT->GetText(); in IMPL_LINK()
1429 String aTopic = mpPage4AskTopicEDT->GetText(); in UpdateUserData()