autofmt.cxx (efeef26f) autofmt.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

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

2678 StartAllAction();
2679 StartUndo( UNDO_AUTOFORMAT );
2680
2681 SvxSwAutoFmtFlags aAFFlags; // erst mal default - Werte
2682 if( pAFlags ) // oder doch angegeben ??
2683 {
2684 aAFFlags = *pAFlags;
2685 if( !aAFFlags.bAFmtByInput )
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

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

2678 StartAllAction();
2679 StartUndo( UNDO_AUTOFORMAT );
2680
2681 SvxSwAutoFmtFlags aAFFlags; // erst mal default - Werte
2682 if( pAFlags ) // oder doch angegeben ??
2683 {
2684 aAFFlags = *pAFlags;
2685 if( !aAFFlags.bAFmtByInput )
2686 pWait = new SwWait( *GetDoc()->GetDocShell(), sal_True );
2686 pWait = new SwWait( *GetDoc()->GetDocShell(), true );
2687 }
2688
2689 SwPaM* pCrsr = GetCrsr();
2690 // es gibt mehr als einen oder ist eine Selektion offen
2691 if( pCrsr->GetNext() != pCrsr || pCrsr->HasMark() )
2692 {
2693 FOREACHPAM_START(this)
2694 if( PCURCRSR->HasMark() )

--- 100 unchanged lines hidden ---
2687 }
2688
2689 SwPaM* pCrsr = GetCrsr();
2690 // es gibt mehr als einen oder ist eine Selektion offen
2691 if( pCrsr->GetNext() != pCrsr || pCrsr->HasMark() )
2692 {
2693 FOREACHPAM_START(this)
2694 if( PCURCRSR->HasMark() )

--- 100 unchanged lines hidden ---