outliner.cxx (190118d0) | outliner.cxx (69ffbee1) |
---|---|
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 --- 1215 unchanged lines hidden (view full) --- 1224} 1225 1226::svl::IUndoManager& Outliner::GetUndoManager() 1227{ 1228 DBG_CHKTHIS(Outliner,0); 1229 return pEditEngine->GetUndoManager(); 1230} 1231 | 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 --- 1215 unchanged lines hidden (view full) --- 1224} 1225 1226::svl::IUndoManager& Outliner::GetUndoManager() 1227{ 1228 DBG_CHKTHIS(Outliner,0); 1229 return pEditEngine->GetUndoManager(); 1230} 1231 |
1232::svl::IUndoManager* Outliner::SetUndoManager(::svl::IUndoManager* pNew) 1233{ 1234 DBG_CHKTHIS(Outliner,0); 1235 return pEditEngine->SetUndoManager(pNew); 1236} 1237 |
|
1232void Outliner::ImpTextPasted( sal_uLong nStartPara, sal_uInt16 nCount ) 1233{ 1234 DBG_CHKTHIS(Outliner,0); 1235 1236 sal_Bool bUpdate = pEditEngine->GetUpdateMode(); 1237 pEditEngine->SetUpdateMode( sal_False ); 1238 1239 const sal_uLong nStart = nStartPara; --- 938 unchanged lines hidden --- | 1238void Outliner::ImpTextPasted( sal_uLong nStartPara, sal_uInt16 nCount ) 1239{ 1240 DBG_CHKTHIS(Outliner,0); 1241 1242 sal_Bool bUpdate = pEditEngine->GetUpdateMode(); 1243 pEditEngine->SetUpdateMode( sal_False ); 1244 1245 const sal_uLong nStart = nStartPara; --- 938 unchanged lines hidden --- |