Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1586 String strHelpText; in IMPL_LINK() local
1591 strHelpText = pNumeric->GetHelp(); in IMPL_LINK()
1598 strHelpText = pColumn->GetHelp(); in IMPL_LINK()
1605 strHelpText = pEdit->GetHelp(); in IMPL_LINK()
1612 strHelpText = pListBox->GetHelp(); in IMPL_LINK()
1616 strHelpText =String(ModuleRes(STR_HELP_FORMAT_BUTTON)); in IMPL_LINK()
1618 if (strHelpText.Len() && (pHelp != NULL)) in IMPL_LINK()
1619 pHelp->SetHelpText(strHelpText); in IMPL_LINK()

Completed in 19 milliseconds