drviews8.cxx (766ce4d0) drviews8.cxx (1ff378ef)
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

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

127 break;
128
129 case SID_PARA_DLG:
130 {
131 SetCurrentFunction( FuParagraph::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );
132 Cancel();
133 }
134 break;
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

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

127 break;
128
129 case SID_PARA_DLG:
130 {
131 SetCurrentFunction( FuParagraph::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );
132 Cancel();
133 }
134 break;
135 case FN_NUM_BULLET_ON:
136 {
137 // The value (sal_uInt16)0xFFFF means set bullet on/off.
138 SfxUInt16Item aItem(FN_SVX_SET_BULLET, (sal_uInt16)0xFFFF);
139 GetViewFrame()->GetDispatcher()->Execute( FN_SVX_SET_BULLET, SFX_CALLMODE_RECORD, &aItem, 0L );
140 }
141 break;
142 case FN_NUM_NUMBERING_ON:
143 {
144 // The value (sal_uInt16)0xFFFF means set bullet on/off.
145 SfxUInt16Item aItem(FN_SVX_SET_NUMBER, (sal_uInt16)0xFFFF);
146 GetViewFrame()->GetDispatcher()->Execute( FN_SVX_SET_NUMBER, SFX_CALLMODE_RECORD, &aItem, 0L );
147 }
148 break;
135
136 case SID_OUTLINE_BULLET:
137 case FN_SVX_SET_BULLET:
138 case FN_SVX_SET_NUMBER:
139 {
140 SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );
141 Cancel();
142 }

--- 414 unchanged lines hidden ---
149
150 case SID_OUTLINE_BULLET:
151 case FN_SVX_SET_BULLET:
152 case FN_SVX_SET_NUMBER:
153 {
154 SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );
155 Cancel();
156 }

--- 414 unchanged lines hidden ---