summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.hxx
AgeCommit message (Collapse)Author
2013-10-01convert extensions module from String to OUStringNoel Grandin
Change-Id: Ia0cb9fe1eaebdd295fb1742074fe2c48be61c077
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]
2010-05-25unoawt: completely separated the controller functionality of a wizard page ↵Frank Schoenheit [fs]
from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.8.14); FILE MERGEDRüdiger Timm
2008/04/01 12:29:44 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.8.14.1: #i87441# Change license header to LPGL v3.
2008-03-06INTEGRATION: CWS odbmacros2 (1.7.424); FILE MERGEDKurt Zenker
2008/02/11 11:14:56 fs 1.7.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:51 fs 1.7.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.7.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
2005-09-08INTEGRATION: CWS ooo19126 (1.6.274); FILE MERGEDRüdiger Timm
2005/09/05 12:59:00 rt 1.6.274.1: #i54170# Change license header: remove SISSL
2004-05-19INTEGRATION: CWS qwizards1 (1.5.88); FILE MERGEDKurt Zenker
2004/04/05 12:50:38 fs 1.5.88.1: #i27457# must changes in the base class
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2001-03-30added a description to the laste page of the list box wizardFrank Schönheit
2001-03-05finished the grid control wizardFrank Schönheit
2001-02-28finalized the list/combo wizardFrank Schönheit
2001-02-23initial checkin - list-/combobox wizard (not comlpletely finished yet)Frank Schönheit