envlop1.cxx (efeef26f) envlop1.cxx (8ef2f12b)
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

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

276}
277
278// --------------------------------------------------------------------------
279
280
281
282IMPL_LINK( SwEnvPage, DatabaseHdl, ListBox *, pListBox )
283{
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

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

276}
277
278// --------------------------------------------------------------------------
279
280
281
282IMPL_LINK( SwEnvPage, DatabaseHdl, ListBox *, pListBox )
283{
284 SwWait aWait( *pSh->GetView().GetDocShell(), sal_True );
284 SwWait aWait( *pSh->GetView().GetDocShell(), true );
285
286 if (pListBox == &aDatabaseLB)
287 {
288 sActDBName = pListBox->GetSelectEntry();
289 pSh->GetNewDBMgr()->GetTableNames(&aTableLB, sActDBName);
290 sActDBName += DB_DELIM;
291 }
292 else

--- 145 unchanged lines hidden ---
285
286 if (pListBox == &aDatabaseLB)
287 {
288 sActDBName = pListBox->GetSelectEntry();
289 pSh->GetNewDBMgr()->GetTableNames(&aTableLB, sActDBName);
290 sActDBName += DB_DELIM;
291 }
292 else

--- 145 unchanged lines hidden ---