Lines Matching refs:OEMPreloadDialog
66 OEMPreloadDialog_Impl(OEMPreloadDialog* pDialog);
79 OEMPreloadDialog_Impl::OEMPreloadDialog_Impl(OEMPreloadDialog* pDialog) in OEMPreloadDialog_Impl()
111 OEMPreloadDialog::OEMPreloadDialog( Window* _pParent, in OEMPreloadDialog() function in preload::OEMPreloadDialog
127 aPrevPB.SetClickHdl(LINK(this, OEMPreloadDialog, NextPrevPageHdl)); in OEMPreloadDialog()
128 aNextPB.SetClickHdl(LINK(this, OEMPreloadDialog, NextPrevPageHdl)); in OEMPreloadDialog()
149 OEMPreloadDialog::~OEMPreloadDialog( ) in ~OEMPreloadDialog()
156 IMPL_LINK(OEMPreloadDialog, NextPrevPageHdl, PushButton*, pButton) in IMPL_LINK() argument
196 sal_Bool OEMPreloadDialog::LoadFromLocalFile(const String& rFileName, String& rContent) in LoadFromLocalFile()
221 void OEMPreloadDialog::SetCancelString( const String& rText ) in SetCancelString()
244 OEMLicenseTabPage::OEMLicenseTabPage(OEMPreloadDialog* pParent) : in OEMLicenseTabPage()
296 OEMPreloadDialog::LoadFromLocalFile(String::CreateFromAscii("LICENSE"), sLicense); in ActivatePage()
298 OEMPreloadDialog::LoadFromLocalFile(String::CreateFromAscii("license.txt"), sLicense); in ActivatePage()