changedb.cxx (ae769d8d) changedb.cxx (0c84c94f)
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

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

89 aAvailDBTLB (this, SW_RES(TLB_AVAILDB ), 0),
90 aAddDBPB (this, SW_RES(PB_ADDDB)),
91 aDescFT (this, SW_RES(FT_DESC )),
92 aDocDBTextFT(this, SW_RES(FT_DOCDBTEXT )),
93 aDocDBNameFT(this, SW_RES(FT_DOCDBNAME )),
94 aOKBT (this, SW_RES(BT_OK )),
95 aCancelBT (this, SW_RES(BT_CANCEL )),
96 aHelpBT (this, SW_RES(BT_HELP )),
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

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

89 aAvailDBTLB (this, SW_RES(TLB_AVAILDB ), 0),
90 aAddDBPB (this, SW_RES(PB_ADDDB)),
91 aDescFT (this, SW_RES(FT_DESC )),
92 aDocDBTextFT(this, SW_RES(FT_DOCDBTEXT )),
93 aDocDBNameFT(this, SW_RES(FT_DOCDBNAME )),
94 aOKBT (this, SW_RES(BT_OK )),
95 aCancelBT (this, SW_RES(BT_CANCEL )),
96 aHelpBT (this, SW_RES(BT_HELP )),
97 aApplDBFL (this, SW_RES(FL_APPLDB )),
97// aChangeBT (this, SW_RES(BT_CHANGEDB )),
98 aImageList (SW_RES(ILIST_DB_DLG )),
99 aImageListHC (SW_RES(ILIST_DB_DLG_HC )),
100
101 pSh(rVw.GetWrtShellPtr()),
102 pMgr( new SwFldMgr() )
103{
104 aAvailDBTLB.SetWrtShell(*pSh);

--- 257 unchanged lines hidden ---
98// aChangeBT (this, SW_RES(BT_CHANGEDB )),
99 aImageList (SW_RES(ILIST_DB_DLG )),
100 aImageListHC (SW_RES(ILIST_DB_DLG_HC )),
101
102 pSh(rVw.GetWrtShellPtr()),
103 pMgr( new SwFldMgr() )
104{
105 aAvailDBTLB.SetWrtShell(*pSh);

--- 257 unchanged lines hidden ---