Searched refs:LicenseDialog (Results 1 – 9 of 9) sorted by relevance
/trunk/main/framework/source/services/ |
H A D | license.cxx | 362 LicenseDialog* pDialog = new LicenseDialog(aLicensePath, pResMgr); in execute() 423 LicenseDialog::LicenseDialog(const ::rtl::OUString & aLicensePath, ResMgr *pResMgr) : in LicenseDialog() function in framework::LicenseDialog 445 aPBPageDown.SetClickHdl( LINK(this, LicenseDialog, PageDownHdl) ); in LicenseDialog() 447 aPBAccept.SetClickHdl( LINK(this, LicenseDialog, AcceptBtnHdl) ); in LicenseDialog() 489 LicenseDialog::~LicenseDialog() in ~LicenseDialog() 493 IMPL_LINK( LicenseDialog, PageDownHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument 499 IMPL_LINK( LicenseDialog, EndReachedHdl, LicenseView *, EMPTYARG ) in IMPL_LINK() argument 508 IMPL_LINK( LicenseDialog, ScrolledHdl, LicenseView *, EMPTYARG ) in IMPL_LINK() argument 515 IMPL_LINK( LicenseDialog, DeclineBtnHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument 520 IMPL_LINK( LicenseDialog, AcceptBtnHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | license_dialog.cxx | 294 LicenseDialog::LicenseDialog( Sequence<Any> const& args, in LicenseDialog() function in dp_gui::LicenseDialog 303 void LicenseDialog::setTitle( OUString const & ) throw (RuntimeException) in setTitle() 309 sal_Int16 LicenseDialog::execute() throw (RuntimeException) in execute() 312 boost::bind( &LicenseDialog::solar_execute, this)); in execute() 315 sal_Int16 LicenseDialog::solar_execute() in solar_execute()
|
H A D | license_dialog.hxx | 41 class LicenseDialog class 54 LicenseDialog( Sequence<Any> const & args,
|
H A D | dp_gui_service.cxx | 336 sdecl::class_<LicenseDialog, sdecl::with_args<true> > licenseSI;
|
H A D | dp_gui_extensioncmdqueue.cxx | 426 deployment::ui::LicenseDialog::create( in handle()
|
/trunk/main/framework/inc/services/ |
H A D | licensedlg.hxx | 68 class LicenseDialog : public ModalDialog class 95 LicenseDialog(const rtl::OUString& aLicense, ResMgr *pResMgr); 96 virtual ~LicenseDialog();
|
/trunk/main/offapi/com/sun/star/deployment/ui/ |
H A D | LicenseDialog.idl | 33 /** The <type>LicenseDialog</type> is used to display a license text. 37 service LicenseDialog : com::sun::star::ui::dialogs::XExecutableDialog
|
/trunk/main/desktop/source/app/ |
H A D | check_ext_deps.cxx | 145 deployment::ui::LicenseDialog::create( in handle()
|
/trunk/main/offapi/ |
H A D | UnoApi_offapi.mk | 57 offapi/com/sun/star/deployment/ui/LicenseDialog \
|
Completed in 53 milliseconds