wizard.hxx (0a1e2f0e) | wizard.hxx (19720aa2) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 63 unchanged lines hidden (view full) --- 72 sal_Bool m_bAutomaticUpdChk; 73 Link m_lnkCancel; 74 Throbber m_aThrobber; 75 76 rtl::OUString m_aLicensePath; 77 78 void storeAcceptDate(); 79 void setPatchLevel(); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 63 unchanged lines hidden (view full) --- 72 sal_Bool m_bAutomaticUpdChk; 73 Link m_lnkCancel; 74 Throbber m_aThrobber; 75 76 rtl::OUString m_aLicensePath; 77 78 void storeAcceptDate(); 79 void setPatchLevel(); |
80 void disableWizard(); 81 void enableQuickstart(); | |
82 83 DECL_LINK(DeclineHdl, PushButton*); 84 85 void cleanOldOfficeRegKeys(); 86 sal_Bool showOnlineUpdatePage(); 87 ::svt::RoadmapWizardTypes::PathId defineWizardPagesDependingFromContext(); 88 89protected: --- 12 unchanged lines hidden --- | 80 81 DECL_LINK(DeclineHdl, PushButton*); 82 83 void cleanOldOfficeRegKeys(); 84 sal_Bool showOnlineUpdatePage(); 85 ::svt::RoadmapWizardTypes::PathId defineWizardPagesDependingFromContext(); 86 87protected: --- 12 unchanged lines hidden --- |