dapidata.cxx (b3f79822) dapidata.cxx (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

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

63//-------------------------------------------------------------------------
64
65ScDataPilotDatabaseDlg::ScDataPilotDatabaseDlg( Window* pParent ) :
66 ModalDialog ( pParent, ScResId( RID_SCDLG_DAPIDATA ) ),
67 //
68 aFlFrame ( this, ScResId( FL_FRAME ) ),
69 aFtDatabase ( this, ScResId( FT_DATABASE ) ),
70 aLbDatabase ( this, ScResId( LB_DATABASE ) ),
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

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

63//-------------------------------------------------------------------------
64
65ScDataPilotDatabaseDlg::ScDataPilotDatabaseDlg( Window* pParent ) :
66 ModalDialog ( pParent, ScResId( RID_SCDLG_DAPIDATA ) ),
67 //
68 aFlFrame ( this, ScResId( FL_FRAME ) ),
69 aFtDatabase ( this, ScResId( FT_DATABASE ) ),
70 aLbDatabase ( this, ScResId( LB_DATABASE ) ),
71 aFtObject ( this, ScResId( FT_OBJECT ) ),
72 aCbObject ( this, ScResId( CB_OBJECT ) ),
73 aFtType ( this, ScResId( FT_OBJTYPE ) ),
74 aLbType ( this, ScResId( LB_OBJTYPE ) ),
71 aFtType ( this, ScResId( FT_OBJTYPE ) ),
72 aLbType ( this, ScResId( LB_OBJTYPE ) ),
73 aFtObject ( this, ScResId( FT_OBJECT ) ),
74 aCbObject ( this, ScResId( CB_OBJECT ) ),
75 aBtnOk ( this, ScResId( BTN_OK ) ),
76 aBtnCancel ( this, ScResId( BTN_CANCEL ) ),
77 aBtnHelp ( this, ScResId( BTN_HELP ) )
78{
79 FreeResource();
80
81 WaitObject aWait( this ); // initializing the database service the first time takes a while
82

--- 143 unchanged lines hidden ---
75 aBtnOk ( this, ScResId( BTN_OK ) ),
76 aBtnCancel ( this, ScResId( BTN_CANCEL ) ),
77 aBtnHelp ( this, ScResId( BTN_HELP ) )
78{
79 FreeResource();
80
81 WaitObject aWait( this ); // initializing the database service the first time takes a while
82

--- 143 unchanged lines hidden ---