drwlayer.hxx (577c0052) | drwlayer.hxx (a840a559) |
---|---|
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 --- 132 unchanged lines hidden (view full) --- 141 void UseHyphenator(); 142 143 sal_Bool GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const; 144 145 // automatische Anpassungen 146 147 void EnableAdjust( sal_Bool bSet = sal_True ) { bAdjustEnabled = bSet; } 148 | 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 --- 132 unchanged lines hidden (view full) --- 141 void UseHyphenator(); 142 143 sal_Bool GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const; 144 145 // automatische Anpassungen 146 147 void EnableAdjust( sal_Bool bSet = sal_True ) { bAdjustEnabled = bSet; } 148 |
149 void BeginCalcUndo(); | 149 void BeginCalcUndo(bool bDisableTextEditUsesCommonUndoManager); |
150 SdrUndoGroup* GetCalcUndo(); 151 sal_Bool IsRecording() const { return bRecording; } 152 void AddCalcUndo( SdrUndoAction* pUndo ); 153 154 template< typename TUndoAction, typename TArg > 155 inline void AddCalcUndo( const TArg & rArg ) { if( this->IsUndoAllowed() ) this->AddCalcUndo( new TUndoAction( rArg ) ); } 156 157 template< typename TUndoAction, typename TArg > --- 91 unchanged lines hidden --- | 150 SdrUndoGroup* GetCalcUndo(); 151 sal_Bool IsRecording() const { return bRecording; } 152 void AddCalcUndo( SdrUndoAction* pUndo ); 153 154 template< typename TUndoAction, typename TArg > 155 inline void AddCalcUndo( const TArg & rArg ) { if( this->IsUndoAllowed() ) this->AddCalcUndo( new TUndoAction( rArg ) ); } 156 157 template< typename TUndoAction, typename TArg > --- 91 unchanged lines hidden --- |