dapidata.hxx (38d50f7b) dapidata.hxx (32bb7231)
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

--- 29 unchanged lines hidden (view full) ---

38
39
40class ScDataPilotDatabaseDlg : public ModalDialog
41{
42private:
43 FixedLine aFlFrame;
44 FixedText aFtDatabase;
45 ListBox aLbDatabase;
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

--- 29 unchanged lines hidden (view full) ---

38
39
40class ScDataPilotDatabaseDlg : public ModalDialog
41{
42private:
43 FixedLine aFlFrame;
44 FixedText aFtDatabase;
45 ListBox aLbDatabase;
46 FixedText aFtObject;
47 ComboBox aCbObject;
48 FixedText aFtType;
49 ListBox aLbType;
46 FixedText aFtType;
47 ListBox aLbType;
48 FixedText aFtObject;
49 ComboBox aCbObject;
50 OKButton aBtnOk;
51 CancelButton aBtnCancel;
52 HelpButton aBtnHelp;
53
54 void FillObjects();
55
56 DECL_LINK( SelectHdl, ListBox* );
57
58public:
59 ScDataPilotDatabaseDlg( Window* pParent );
60 ~ScDataPilotDatabaseDlg();
61
62 void GetValues( ScImportSourceDesc& rDesc );
63};
64
65
66#endif
67
68
50 OKButton aBtnOk;
51 CancelButton aBtnCancel;
52 HelpButton aBtnHelp;
53
54 void FillObjects();
55
56 DECL_LINK( SelectHdl, ListBox* );
57
58public:
59 ScDataPilotDatabaseDlg( Window* pParent );
60 ~ScDataPilotDatabaseDlg();
61
62 void GetValues( ScImportSourceDesc& rDesc );
63};
64
65
66#endif
67
68