docdesc.cxx (8a2dd8f0) docdesc.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

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

641 sal_Bool bDraw = sal_True;
642 if ( pTmpRoot )
643 {
644 ViewShell *pSh = GetCurrentViewShell();
645 if( !pSh->GetViewOptions()->getBrowseMode() ||
646 pSh->GetViewOptions()->IsPrtFormat() )
647 {
648 if ( GetDocShell() )
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

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

641 sal_Bool bDraw = sal_True;
642 if ( pTmpRoot )
643 {
644 ViewShell *pSh = GetCurrentViewShell();
645 if( !pSh->GetViewOptions()->getBrowseMode() ||
646 pSh->GetViewOptions()->IsPrtFormat() )
647 {
648 if ( GetDocShell() )
649 pWait = new SwWait( *GetDocShell(), sal_True );
649 pWait = new SwWait( *GetDocShell(), true );
650
651 pTmpRoot->StartAllAction();
652 bEndAction = sal_True;
653
654 bDraw = sal_False;
655 if( pDrawModel )
656 {
657 pDrawModel->SetAddExtLeading( get(IDocumentSettingAccess::ADD_EXT_LEADING) );

--- 300 unchanged lines hidden ---
650
651 pTmpRoot->StartAllAction();
652 bEndAction = sal_True;
653
654 bDraw = sal_False;
655 if( pDrawModel )
656 {
657 pDrawModel->SetAddExtLeading( get(IDocumentSettingAccess::ADD_EXT_LEADING) );

--- 300 unchanged lines hidden ---