applab.cxx (69a74367) applab.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

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

234 pViewFrame->GetFrame().Appear();
235
236 // Shell ermitteln
237 SwWrtShell *pSh = pNewView->GetWrtShellPtr();
238 ASSERT( pSh, "missing WrtShell" );
239
240 { // block for locks the dispatcher!!
241
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

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

234 pViewFrame->GetFrame().Appear();
235
236 // Shell ermitteln
237 SwWrtShell *pSh = pNewView->GetWrtShellPtr();
238 ASSERT( pSh, "missing WrtShell" );
239
240 { // block for locks the dispatcher!!
241
242 SwWait aWait( (SwDocShell&)*xDocSh, sal_True );
242 SwWait aWait( (SwDocShell&)*xDocSh, true );
243
244 SET_CURR_SHELL(pSh);
245 pSh->SetLabelDoc(rItem.bSynchron);
246 pSh->DoUndo( sal_False );
247 pSh->StartAllAction();
248
249 pSh->SetNewDoc(); // Performanceprobleme vermeiden
250

--- 199 unchanged lines hidden ---
243
244 SET_CURR_SHELL(pSh);
245 pSh->SetLabelDoc(rItem.bSynchron);
246 pSh->DoUndo( sal_False );
247 pSh->StartAllAction();
248
249 pSh->SetNewDoc(); // Performanceprobleme vermeiden
250

--- 199 unchanged lines hidden ---