svdundo.cxx (f6fdd44a) | svdundo.cxx (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 --- 1150 unchanged lines hidden (view full) --- 1159 1160 // Text fuer Undo kopieren, denn SetOutlinerParaObject() ist Eigentumsuebereignung 1161 OutlinerParaObject* pText1 = pOldText; 1162 if(pText1) 1163 pText1 = new OutlinerParaObject(*pText1); 1164 1165 SdrText* pText = static_cast< SdrTextObj*>( pObj )->getText(mnText); 1166 if( pText ) | 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 --- 1150 unchanged lines hidden (view full) --- 1159 1160 // Text fuer Undo kopieren, denn SetOutlinerParaObject() ist Eigentumsuebereignung 1161 OutlinerParaObject* pText1 = pOldText; 1162 if(pText1) 1163 pText1 = new OutlinerParaObject(*pText1); 1164 1165 SdrText* pText = static_cast< SdrTextObj*>( pObj )->getText(mnText); 1166 if( pText ) |
1167 pText->SetOutlinerParaObject(pText1); | 1167 static_cast< SdrTextObj* >( pObj )->NbcSetOutlinerParaObjectForText( pText1, pText ); |
1168 1169 pObj->SetEmptyPresObj( bEmptyPresObj ); 1170 pObj->ActionChanged(); 1171 1172 // #122410# SetOutlinerParaObject at SdrText does not trigger a 1173 // BroadcastObjectChange, but it is needed to make evtl. SlideSorters 1174 // update their preview. 1175 pObj->BroadcastObjectChange(); --- 737 unchanged lines hidden --- | 1168 1169 pObj->SetEmptyPresObj( bEmptyPresObj ); 1170 pObj->ActionChanged(); 1171 1172 // #122410# SetOutlinerParaObject at SdrText does not trigger a 1173 // BroadcastObjectChange, but it is needed to make evtl. SlideSorters 1174 // update their preview. 1175 pObj->BroadcastObjectChange(); --- 737 unchanged lines hidden --- |