drtxtob.cxx (da72173f) | drtxtob.cxx (d9a8b508) |
---|---|
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 --- 719 unchanged lines hidden (view full) --- 728 } 729 730 rReq.Done( aEmptyAttr ); 731 pViewData->GetScDrawView()->InvalidateDrawTextAttrs(); 732 bDone = sal_False; // bereits hier passiert 733 } 734 break; 735 | 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 --- 719 unchanged lines hidden (view full) --- 728 } 729 730 rReq.Done( aEmptyAttr ); 731 pViewData->GetScDrawView()->InvalidateDrawTextAttrs(); 732 bDone = sal_False; // bereits hier passiert 733 } 734 break; 735 |
736 case SID_CHAR_DLG_EFFECT: |
|
736 case SID_CHAR_DLG: // Dialog-Button 737 case SID_ATTR_CHAR_FONT: // Controller nicht angezeigt 738 case SID_ATTR_CHAR_FONTHEIGHT: | 737 case SID_CHAR_DLG: // Dialog-Button 738 case SID_ATTR_CHAR_FONT: // Controller nicht angezeigt 739 case SID_ATTR_CHAR_FONTHEIGHT: |
739 bDone = ExecuteCharDlg( aEditAttr, aNewAttr ); | 740 bDone = ExecuteCharDlg( aEditAttr, aNewAttr , nSlot); |
740 break; 741 742 case SID_PARA_DLG: 743 bDone = ExecuteParaDlg( aEditAttr, aNewAttr ); 744 break; 745 746 case SID_ATTR_CHAR_WEIGHT: 747 aNewAttr.Put( (const SvxWeightItem&)aEditAttr.Get( EE_CHAR_WEIGHT ) ); --- 345 unchanged lines hidden --- | 741 break; 742 743 case SID_PARA_DLG: 744 bDone = ExecuteParaDlg( aEditAttr, aNewAttr ); 745 break; 746 747 case SID_ATTR_CHAR_WEIGHT: 748 aNewAttr.Put( (const SvxWeightItem&)aEditAttr.Get( EE_CHAR_WEIGHT ) ); --- 345 unchanged lines hidden --- |