xref: /AOO41X/main/sw/source/ui/shells/textsh1.cxx (revision 04eb76ed38b00de60b99172fb8bf658413c8e71c)
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
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 // MARKER(update_precomp.py): autogen include statement, do not remove
25 #include "precompiled_sw.hxx"
26 
27 #include <com/sun/star/i18n/WordType.hpp>
28 #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
29 
30 #include <comphelper/processfactory.hxx>
31 #include <svx/dialogs.hrc>
32 #include <hintids.hxx>
33 #include <cmdid.h>
34 #include <helpid.h>
35 
36 #include <i18npool/mslangid.hxx>
37 #include <svl/languageoptions.hxx>
38 #include <editeng/langitem.hxx>
39 #include <svtools/langtab.hxx>
40 #include <svl/slstitm.hxx>
41 #include <string.h>
42 #include <svl/stritem.hxx>
43 #include <svx/htmlmode.hxx>
44 #include <svl/whiter.hxx>
45 #include <sfx2/bindings.hxx>
46 #include <sfx2/dispatch.hxx>
47 #include <sfx2/objitem.hxx>
48 #include <vcl/msgbox.hxx>
49 #include <vcl/unohelp2.hxx>
50 #include <sfx2/request.hxx>
51 #include <svl/eitem.hxx>
52 #include <svl/macitem.hxx>
53 #include <editeng/lrspitem.hxx>
54 #include <editeng/ulspitem.hxx>
55 #include <editeng/colritem.hxx>
56 #include <editeng/tstpitem.hxx>
57 #include <editeng/brshitem.hxx>
58 #include <editeng/svxacorr.hxx>
59 #include <svl/cjkoptions.hxx>
60 #include <svl/ctloptions.hxx>
61 #include <IDocumentSettingAccess.hxx>
62 #include <charfmt.hxx>
63 #include <editeng/fontitem.hxx>
64 #include <svx/SmartTagItem.hxx>
65 #include <svx/dialmgr.hxx>
66 #include <fmtinfmt.hxx>
67 #include <swwait.hxx>
68 #include <wrtsh.hxx>
69 #include <wview.hxx>
70 #include <swmodule.hxx>
71 #include <viewopt.hxx>
72 #include <uitool.hxx>
73 #include <swevent.hxx>
74 #include <fmthdft.hxx>
75 #include <pagedesc.hxx>
76 #include <textsh.hxx>
77 #include <IMark.hxx>
78 #include <swdtflvr.hxx>
79 #include <docstat.hxx>
80 #include <outline.hxx>
81 #include <tablemgr.hxx>
82 #include <swundo.hxx>       // fuer Undo-IDs
83 #include <reffld.hxx>
84 #include <docsh.hxx>
85 #include <mdiexp.hxx>
86 #include <inputwin.hxx>
87 #include <pardlg.hxx>
88 #include <frmatr.hxx>
89 #include <fmtcol.hxx>
90 #include <cellatr.hxx>
91 #include <edtwin.hxx>
92 #include <redlndlg.hxx>
93 #include "fldmgr.hxx"
94 
95 #include <globals.hrc>
96 #include <shells.hrc>
97 #include <app.hrc>
98 #include <web.hrc>
99 #include "paratr.hxx"
100 #include <crsskip.hxx>
101 #include <docstat.hxx>
102 #include <vcl/svapp.hxx>
103 #include <sfx2/app.hxx>
104 #include <breakit.hxx>
105 
106 #include <SwSmartTagMgr.hxx>
107 
108 #include <editeng/acorrcfg.hxx>
109 #include "swabstdlg.hxx"
110 #include "misc.hrc"
111 #include "chrdlg.hrc"
112 #include <IDocumentStatistics.hxx>
113 
114 #include <sfx2/sfxdlg.hxx>
115 #include <svl/languageoptions.hxx>
116 #include <unotools/lingucfg.hxx>
117 #include <com/sun/star/beans/XPropertySet.hpp>
118 #include <com/sun/star/util/XChangesBatch.hpp>
119 #include <com/sun/star/uno/Any.hxx>
120 #include <editeng/unolingu.hxx>
121 #include <unotools/syslocaleoptions.hxx>
122 #include <doc.hxx>
123 #include <view.hxx>
124 #include <ndtxt.hxx>
125 #include <pam.hxx>
126 #include <sfx2/objface.hxx>
127 #include <langhelper.hxx>
128 
129 #ifndef _NBDTMGFACT_HXX
130 #include <svx/nbdtmgfact.hxx>
131 #endif
132 #ifndef _NBDTMG_HXX
133 #include <svx/nbdtmg.hxx>
134 #endif
135 
136 
137 #include <numrule.hxx>
138 
139 
140 using namespace ::com::sun::star;
141 using namespace svx::sidebar;
142 
143 
144 void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pArgs, SfxRequest *pReq )
145 {
146     FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, &rWrtSh.GetView()));
147     SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, static_cast< sal_uInt16 >(eMetric)));
148     SfxItemSet aCoreSet( rWrtSh.GetView().GetPool(),
149                         RES_CHRATR_BEGIN,      RES_CHRATR_END-1,
150                         RES_TXTATR_INETFMT,    RES_TXTATR_INETFMT,
151                         RES_BACKGROUND,        RES_BACKGROUND,
152                         FN_PARAM_SELECTION,    FN_PARAM_SELECTION,
153                         SID_HTML_MODE,         SID_HTML_MODE,
154                         SID_ATTR_CHAR_WIDTH_FIT_TO_LINE,   SID_ATTR_CHAR_WIDTH_FIT_TO_LINE,
155                         0 );
156     rWrtSh.GetCurAttr( aCoreSet );
157     sal_Bool bSel = rWrtSh.HasSelection();
158     sal_Bool bSelectionPut = sal_False;
159     if(bSel || rWrtSh.IsInWord())
160     {
161         if(!bSel)
162         {
163             rWrtSh.StartAction();
164             rWrtSh.Push();
165             if(!rWrtSh.SelectTxtAttr( RES_TXTATR_INETFMT ))
166                 rWrtSh.SelWrd();
167         }
168         aCoreSet.Put(SfxStringItem(FN_PARAM_SELECTION, rWrtSh.GetSelTxt()));
169         bSelectionPut = sal_True;
170         if(!bSel)
171         {
172             rWrtSh.Pop(sal_False);
173             rWrtSh.EndAction();
174         }
175     }
176         aCoreSet.Put( SfxUInt16Item( SID_ATTR_CHAR_WIDTH_FIT_TO_LINE,
177                     rWrtSh.GetScalingOfSelectedText() ) );
178     // Das CHRATR_BACKGROUND-Attribut wird fuer den Dialog in
179     // ein RES_BACKGROUND verwandelt und wieder zurueck ...
180     const SfxPoolItem *pTmpBrush;
181     if( SFX_ITEM_SET == aCoreSet.GetItemState( RES_CHRATR_BACKGROUND, sal_True, &pTmpBrush ) )
182     {
183         SvxBrushItem aTmpBrush( *((SvxBrushItem*)pTmpBrush) );
184         aTmpBrush.SetWhich( RES_BACKGROUND );
185         aCoreSet.Put( aTmpBrush );
186     }
187 
188     aCoreSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(rWrtSh.GetView().GetDocShell())));
189     SfxAbstractTabDialog* pDlg = NULL;
190     if ( bUseDialog && GetActiveView() )
191     {
192         SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
193         DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
194 
195         pDlg = pFact->CreateSwCharDlg( rWrtSh.GetView().GetWindow(), rWrtSh.GetView(), aCoreSet, DLG_CHAR );
196         DBG_ASSERT(pDlg, "Dialogdiet fail!");
197         if( FN_INSERT_HYPERLINK == nSlot )
198             pDlg->SetCurPageId(TP_CHAR_URL);
199     }
200     if (nSlot == SID_CHAR_DLG_EFFECT)
201     {
202         pDlg->SetCurPageId(TP_CHAR_EXT);
203     }
204 
205     const SfxItemSet* pSet = NULL;
206     if ( !bUseDialog )
207         pSet = pArgs;
208     else if ( NULL != pDlg && pDlg->Execute() == RET_OK ) /* #110771# pDlg can be NULL */
209     {
210         pSet = pDlg->GetOutputItemSet();
211     }
212 
213     if ( pSet)
214     {
215         SfxItemSet aTmpSet( *pSet );
216         if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, sal_False, &pTmpBrush ) )
217         {
218             SvxBrushItem aTmpBrush( *((SvxBrushItem*)pTmpBrush) );
219             aTmpBrush.SetWhich( RES_CHRATR_BACKGROUND );
220             aTmpSet.Put( aTmpBrush );
221         }
222 
223         aTmpSet.ClearItem( RES_BACKGROUND );
224 
225         const SfxPoolItem* pSelectionItem;
226         sal_Bool bInsert = sal_False;
227         xub_StrLen nInsert = 0;
228 
229         // aus ungeklaerter Ursache ist das alte Item wieder im Set
230         if( !bSelectionPut && SFX_ITEM_SET == aTmpSet.GetItemState(FN_PARAM_SELECTION, sal_False, &pSelectionItem) )
231         {
232             String sInsert = ((const SfxStringItem*)pSelectionItem)->GetValue();
233             bInsert = sInsert.Len() != 0;
234             if(bInsert)
235             {
236                 nInsert = sInsert.Len();
237                 rWrtSh.StartAction();
238                 rWrtSh.Insert( sInsert );
239                 rWrtSh.SetMark();
240                 rWrtSh.ExtendSelection(sal_False, sInsert.Len());
241                 SfxRequest aReq( rWrtSh.GetView().GetViewFrame(), FN_INSERT_STRING );
242                 aReq.AppendItem( SfxStringItem( FN_INSERT_STRING, sInsert ) );
243                 aReq.Done();
244                 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT );
245                 aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) );
246                 aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_True) );
247                 aReq1.Done();
248             }
249         }
250         aTmpSet.ClearItem(FN_PARAM_SELECTION);
251 
252         SwTxtFmtColl* pColl = rWrtSh.GetCurTxtFmtColl();
253         if(bSel && rWrtSh.IsSelFullPara() && pColl && pColl->IsAutoUpdateFmt())
254         {
255             rWrtSh.AutoUpdatePara(pColl, aTmpSet);
256         }
257         else
258             rWrtSh.SetAttr( aTmpSet );
259         if (pReq)
260             pReq->Done(aTmpSet);
261         if(bInsert)
262         {
263             SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_RIGHT );
264             aReq1.AppendItem( SfxInt16Item(FN_PARAM_MOVE_COUNT, nInsert) );
265             aReq1.AppendItem( SfxBoolItem(FN_PARAM_MOVE_SELECTION, sal_False) );
266             aReq1.Done();
267             rWrtSh.SwapPam();
268             rWrtSh.ClearMark();
269             rWrtSh.DontExpandFmt();
270             rWrtSh.EndAction();
271         }
272     }
273 
274     delete pDlg;
275 }
276 
277 /*--------------------------------------------------------------------
278     Beschreibung:
279  --------------------------------------------------------------------*/
280 
281 short lcl_AskRedlineMode(Window *pWin)
282 {
283     MessBox aQBox( pWin, 0,
284                     String( SW_RES( STR_REDLINE_TITLE ) ),
285                     String( SW_RES( STR_REDLINE_MSG ) ) );
286     aQBox.SetImage( QueryBox::GetStandardImage() );
287     sal_uInt16 nBtnFlags = BUTTONDIALOG_DEFBUTTON |
288                         BUTTONDIALOG_OKBUTTON |
289                         BUTTONDIALOG_FOCUSBUTTON;
290 
291     aQBox.AddButton(String(SW_RES(STR_REDLINE_ACCEPT_ALL)), RET_OK, nBtnFlags);
292     aQBox.GetPushButton( RET_OK )->SetHelpId(HID_AUTOFORMAT_ACCEPT);
293     aQBox.AddButton(String(SW_RES(STR_REDLINE_REJECT_ALL)), RET_CANCEL, BUTTONDIALOG_CANCELBUTTON);
294     aQBox.GetPushButton( RET_CANCEL )->SetHelpId(HID_AUTOFORMAT_REJECT  );
295     aQBox.AddButton(String(SW_RES(STR_REDLINE_EDIT)), 2, 0);
296     aQBox.GetPushButton( 2 )->SetHelpId(HID_AUTOFORMAT_EDIT_CHG);
297     aQBox.SetButtonHelpText( RET_OK, aEmptyStr );
298 
299     return aQBox.Execute();
300 }
301 
302 void SwTextShell::Execute(SfxRequest &rReq)
303 {
304     sal_Bool bUseDialog = sal_True;
305     const SfxItemSet *pArgs = rReq.GetArgs();
306     SwWrtShell& rWrtSh = GetShell();
307     const SfxPoolItem* pItem = 0;
308     sal_uInt16 nSlot = rReq.GetSlot();
309     if(pArgs)
310         pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem);
311     switch( nSlot )
312     {
313         case SID_LANGUAGE_STATUS:
314         {
315             // get the language
316             String aNewLangTxt;
317             SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_LANGUAGE_STATUS , sal_False );
318             if (pItem2)
319                 aNewLangTxt = pItem2->GetValue();
320 
321             //!! Remember the view frame right now...
322             //!! (call to GetView().GetViewFrame() will break if the
323             //!! SwTextShell got destroyed meanwhile.)
324             SfxViewFrame *pViewFrame = GetView().GetViewFrame();
325 
326             if (aNewLangTxt.EqualsAscii( "*" ))
327             {
328                 // open the dialog "Tools/Options/Language Settings - Language"
329                 // to set the documents default language
330                 SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
331                 if (pFact)
332                 {
333                     VclAbstractDialog* pDlg = pFact->CreateVclDialog( GetView().GetWindow(), SID_LANGUAGE_OPTIONS );
334                     pDlg->Execute();
335                     delete pDlg;
336                 }
337             }
338             else
339             {
340                 //!! We have to use StartAction / EndAction bracketing in
341                 //!! order to prevent possible destruction of the SwTextShell
342                 //!! due to the selection changes coming below.
343                 rWrtSh.StartAction();
344                 // prevent view from jumping because of (temporary) selection changes
345                 rWrtSh.LockView( sal_True );
346 
347                 // save selection for later restoration
348                 rWrtSh.Push();
349 
350                 // setting the new language...
351                 if (aNewLangTxt.Len() > 0)
352                 {
353                     const String aSelectionLangPrefix( String::CreateFromAscii("Current_") );
354                     const String aParagraphLangPrefix( String::CreateFromAscii("Paragraph_") );
355                     const String aDocumentLangPrefix( String::CreateFromAscii("Default_") );
356                     const String aStrNone( String::CreateFromAscii("LANGUAGE_NONE") );
357                     const String aStrResetLangs( String::CreateFromAscii("RESET_LANGUAGES") );
358 
359                     SfxItemSet aCoreSet( GetPool(),
360                             RES_CHRATR_LANGUAGE,        RES_CHRATR_LANGUAGE,
361                             RES_CHRATR_CJK_LANGUAGE,    RES_CHRATR_CJK_LANGUAGE,
362                             RES_CHRATR_CTL_LANGUAGE,    RES_CHRATR_CTL_LANGUAGE,
363                             0 );
364 
365                     xub_StrLen nPos = 0;
366                     bool bForSelection = true;
367                     bool bForParagraph = false;
368                     if (STRING_NOTFOUND != (nPos = aNewLangTxt.Search( aSelectionLangPrefix, 0 )))
369                     {
370                         // ... for the current selection
371                         aNewLangTxt = aNewLangTxt.Erase( nPos, aSelectionLangPrefix.Len() );
372                         bForSelection = true;
373                     }
374                     else if (STRING_NOTFOUND != (nPos = aNewLangTxt.Search( aParagraphLangPrefix , 0 )))
375                     {
376                         // ... for the current paragraph language
377                         aNewLangTxt = aNewLangTxt.Erase( nPos, aParagraphLangPrefix.Len() );
378                         bForSelection = true;
379                         bForParagraph = true;
380                     }
381                     else if (STRING_NOTFOUND != (nPos = aNewLangTxt.Search( aDocumentLangPrefix , 0 )))
382                     {
383                         // ... as default document language
384                         aNewLangTxt = aNewLangTxt.Erase( nPos, aDocumentLangPrefix.Len() );
385                         bForSelection = false;
386                     }
387 
388                     if (bForParagraph)
389                         SwLangHelper::SelectCurrentPara( rWrtSh );
390 
391                     if (!bForSelection) // document language to be changed...
392                     {
393                         rWrtSh.SelAll();
394                         rWrtSh.ExtendedSelectAll();
395                     }
396 
397                     rWrtSh.StartUndo( ( !bForParagraph && !bForSelection ) ? UNDO_SETDEFTATTR : UNDO_EMPTY );
398                     if (aNewLangTxt == aStrNone)
399                         SwLangHelper::SetLanguage_None( rWrtSh, bForSelection, aCoreSet );
400                     else if (aNewLangTxt == aStrResetLangs)
401                         SwLangHelper::ResetLanguages( rWrtSh, bForSelection );
402                     else
403                         SwLangHelper::SetLanguage( rWrtSh, aNewLangTxt, bForSelection, aCoreSet );
404                     rWrtSh.EndUndo();
405 
406                 }
407 
408                 // restore selection...
409                 rWrtSh.Pop( sal_False );
410 
411                 rWrtSh.LockView( sal_False );
412                 rWrtSh.EndAction();
413             }
414 
415             // invalidate slot to get the new language displayed
416             pViewFrame->GetBindings().Invalidate( nSlot );
417 
418             rReq.Done();
419             break;
420         }
421 
422         case SID_THES:
423         {
424             // replace word/selection with text from selected sub menu entry
425             String aReplaceText;
426             SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES , sal_False );
427             if (pItem2)
428                 aReplaceText = pItem2->GetValue();
429             if (aReplaceText.Len() > 0)
430             {
431                 SwView &rView2 = rWrtSh.GetView();
432                 const bool bSelection = rWrtSh.HasSelection();
433                 const String aLookUpText = rView2.GetThesaurusLookUpText( bSelection );
434                 rView2.InsertThesaurusSynonym( aReplaceText, aLookUpText, bSelection );
435             }
436         }
437         break;
438 
439         case SID_CHARMAP:
440         {
441             InsertSymbol( rReq );
442         }
443         break;
444         case FN_INSERT_FOOTNOTE:
445         case FN_INSERT_ENDNOTE:
446         {
447             String aStr;
448             SFX_REQUEST_ARG( rReq, pFont, SfxStringItem, FN_PARAM_1 , sal_False );
449 //            SFX_REQUEST_ARG( rReq, pCharset, SfxInt16Item, FN_PARAM_2 , sal_False );
450             SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, nSlot , sal_False );
451             if ( pNameItem )
452                 aStr = pNameItem->GetValue();
453             sal_Bool bFont = pFont && pFont->GetValue().Len();
454             rWrtSh.StartUndo( UNDO_UI_INSERT_FOOTNOTE );
455             rWrtSh.InsertFootnote( aStr, nSlot == FN_INSERT_ENDNOTE, !bFont );
456             if ( bFont )
457             {
458                 rWrtSh.Left( CRSR_SKIP_CHARS, sal_True, 1, sal_False );
459                 SfxItemSet aSet( rWrtSh.GetAttrPool(), RES_CHRATR_FONT, RES_CHRATR_FONT );
460                 rWrtSh.GetCurAttr( aSet );
461                 SvxFontItem &rFont = (SvxFontItem &) aSet.Get( RES_CHRATR_FONT );
462                 SvxFontItem aFont( rFont.GetFamily(), pFont->GetValue(),
463                                     rFont.GetStyleName(), rFont.GetPitch(), RTL_TEXTENCODING_DONTKNOW, RES_CHRATR_FONT );
464                                     //pCharset ? (CharSet) pCharset->GetValue() : RTL_TEXTENCODING_DONTKNOW );
465                 rWrtSh.SetAttr( aSet, nsSetAttrMode::SETATTR_DONTEXPAND );
466                 rWrtSh.ResetSelect(0, sal_False);
467                 rWrtSh.EndSelect();
468                 rWrtSh.GotoFtnTxt();
469             }
470             rWrtSh.EndUndo( UNDO_UI_INSERT_FOOTNOTE );
471             rReq.Done();
472         }
473         break;
474         case FN_INSERT_FOOTNOTE_DLG:
475         {
476             SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
477             DBG_ASSERT(pFact, "Dialogdiet fail!");
478             AbstractInsFootNoteDlg* pDlg = pFact->CreateInsFootNoteDlg( DLG_INS_FOOTNOTE,
479                                                         GetView().GetWindow(), rWrtSh, sal_False );
480             DBG_ASSERT(pDlg, "Dialogdiet fail!");
481             pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand());
482             if ( pDlg->Execute() == RET_OK )
483             {
484                 sal_uInt16 nId = pDlg->IsEndNote() ? FN_INSERT_ENDNOTE : FN_INSERT_FOOTNOTE;
485                 SfxRequest aReq( GetView().GetViewFrame(), nId );
486                 if ( pDlg->GetStr().Len() )
487                     aReq.AppendItem( SfxStringItem( nId, pDlg->GetStr() ) );
488                 if ( pDlg->GetFontName().Len() )
489                     aReq.AppendItem( SfxStringItem( FN_PARAM_1, pDlg->GetFontName() ) );
490                 //aReq.AppendItem( SfxStringItem( FN_PARAM_2, pDlg->GetCharSet() ) );
491                 ExecuteSlot( aReq );
492             }
493 
494             rReq.Ignore();
495             delete pDlg;
496         }
497         break;
498         case FN_FORMAT_FOOTNOTE_DLG:
499         {
500             SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
501             DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
502 
503             VclAbstractDialog* pDlg = pFact->CreateSwFootNoteOptionDlg( GetView().GetWindow(), rWrtSh, DLG_DOC_FOOTNOTE );
504             DBG_ASSERT(pDlg, "Dialogdiet fail!");
505             pDlg->Execute();
506             delete pDlg;
507             break;
508         }
509         case SID_INSERTDOC:
510         {
511             GetView().ExecuteInsertDoc( rReq, pItem );
512             break;
513         }
514         case FN_FORMAT_RESET:
515         {
516             // #i78856, reset all attributes but not the language attributes
517             // (for this build an array of all relevant attributes and
518             // remove the languages from that)
519             SvUShortsSort aAttribs;
520 
521             sal_uInt16 __FAR_DATA aResetableSetRange[] = {
522                 RES_FRMATR_BEGIN, RES_FRMATR_END-1,
523                 RES_CHRATR_BEGIN, RES_CHRATR_LANGUAGE - 1,
524                 RES_CHRATR_LANGUAGE + 1, RES_CHRATR_CJK_LANGUAGE - 1,
525                 RES_CHRATR_CJK_LANGUAGE + 1, RES_CHRATR_CTL_LANGUAGE - 1,
526                 RES_CHRATR_CTL_LANGUAGE + 1, RES_CHRATR_END-1,
527                 RES_PARATR_BEGIN, RES_PARATR_END-1,
528                 RES_TXTATR_INETFMT, RES_TXTATR_INETFMT,
529                 RES_TXTATR_CHARFMT, RES_TXTATR_CHARFMT,
530                 RES_TXTATR_CJK_RUBY, RES_TXTATR_CJK_RUBY,
531                 RES_TXTATR_UNKNOWN_CONTAINER, RES_TXTATR_UNKNOWN_CONTAINER,
532                 RES_UNKNOWNATR_BEGIN, RES_UNKNOWNATR_END-1,
533                 0
534             };
535             sal_uInt16 __FAR_DATA *pUShorts = aResetableSetRange;
536             while (*pUShorts)
537             {
538                 sal_uInt16 nL = pUShorts[1] - pUShorts[0] + 1;
539                 sal_uInt16 nE = pUShorts[0];
540                 for (sal_uInt16 i = 0; i < nL; ++i)
541                     aAttribs.Insert( nE++ );
542                 pUShorts += 2;
543             }
544 
545             rWrtSh.ResetAttr( &aAttribs );
546             rReq.Done();
547             break;
548         }
549         case FN_INSERT_BREAK_DLG:
550         {
551             sal_uInt16 nKind=0, nPageNumber=0;
552             String aTemplateName;
553             if ( pItem )
554             {
555                 nKind = ((SfxInt16Item*)pItem)->GetValue();
556                 SFX_REQUEST_ARG( rReq, pTemplate, SfxStringItem, FN_PARAM_1 , sal_False );
557                 SFX_REQUEST_ARG( rReq, pNumber, SfxUInt16Item, FN_PARAM_2 , sal_False );
558                 if ( pTemplate )
559                     aTemplateName = pTemplate->GetValue();
560                 if ( pNumber )
561                     nPageNumber = pNumber->GetValue();
562             }
563             else
564             {
565                 SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
566                 DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
567 
568                 AbstractSwBreakDlg* pDlg = pFact->CreateSwBreakDlg( GetView().GetWindow(), rWrtSh, DLG_BREAK );
569                 DBG_ASSERT(pDlg, "Dialogdiet fail!");
570                 if ( pDlg->Execute() == RET_OK )
571                 {
572                     nKind = pDlg->GetKind();
573                     aTemplateName = pDlg->GetTemplateName();
574                     nPageNumber = pDlg->GetPageNumber();
575                     rReq.AppendItem( SfxInt16Item( FN_INSERT_BREAK_DLG, nKind ) );
576                     rReq.AppendItem( SfxUInt16Item( FN_PARAM_2, nPageNumber ) );
577                     rReq.AppendItem( SfxStringItem( FN_PARAM_1, aTemplateName ) );
578                     rReq.Done();
579                 }
580                 else
581                     rReq.Ignore();
582                 delete pDlg;
583             }
584 
585             switch ( nKind )
586             {
587                 case 1 :
588                     rWrtSh.InsertLineBreak(); break;
589                 case 2 :
590                     rWrtSh.InsertColumnBreak(); break;
591                 case 3 :
592                 {
593                     rWrtSh.StartAllAction();
594                     if( aTemplateName.Len() )
595                         rWrtSh.InsertPageBreak( &aTemplateName, nPageNumber );
596                     else
597                         rWrtSh.InsertPageBreak();
598                     rWrtSh.EndAllAction();
599                 }
600             }
601 
602             break;
603         }
604         case FN_INSERT_BOOKMARK:
605         {
606             if ( pItem )
607             {
608                 ::rtl::OUString sName = ((SfxStringItem*)pItem)->GetValue();
609                 rWrtSh.SetBookmark( KeyCode(), sName, aEmptyStr );
610             }
611             else
612             {
613                 SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
614                 DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
615 
616                 VclAbstractDialog* pDlg = pFact->CreateSwInsertBookmarkDlg( GetView().GetWindow(), rWrtSh, rReq, DLG_INSERT_BOOKMARK );
617                 DBG_ASSERT(pDlg, "Dialogdiet fail!");
618                 pDlg->Execute();
619                 delete pDlg;
620             }
621 
622             break;
623         }
624         case FN_DELETE_BOOKMARK:
625         {
626             if ( pItem )
627             {
628                 IDocumentMarkAccess* const pMarkAccess = rWrtSh.getIDocumentMarkAccess();
629                 pMarkAccess->deleteMark( pMarkAccess->findMark(((SfxStringItem*)pItem)->GetValue()) );
630             }
631             break;
632         }
633         case FN_AUTOFORMAT_REDLINE_APPLY:
634         {
635             SvxSwAutoFmtFlags aFlags(SvxAutoCorrCfg::Get()->GetAutoCorrect()->GetSwFlags());
636             // das muss fuer die Nachbearbeitung immer sal_False sein
637             aFlags.bAFmtByInput = sal_False;
638             aFlags.bWithRedlining = sal_True;
639             rWrtSh.AutoFormat( &aFlags );
640             aFlags.bWithRedlining = sal_False;
641 
642             SfxViewFrame* pVFrame = GetView().GetViewFrame();
643             if (pVFrame->HasChildWindow(FN_REDLINE_ACCEPT))
644                 pVFrame->ToggleChildWindow(FN_REDLINE_ACCEPT);
645 
646             SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
647             DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
648 
649             AbstractSwModalRedlineAcceptDlg* pDlg = pFact->CreateSwModalRedlineAcceptDlg( &GetView().GetEditWin(), DLG_MOD_REDLINE_ACCEPT );
650             DBG_ASSERT(pDlg, "Dialogdiet fail!");
651 
652             switch (lcl_AskRedlineMode(&GetView().GetEditWin()))
653             {
654                 case RET_OK:
655                 {
656                     pDlg->AcceptAll(sal_True);
657                     SfxRequest aReq( pVFrame, FN_AUTOFORMAT_APPLY );
658                     aReq.Done();
659                     rReq.Ignore();
660                     break;
661                 }
662 
663                 case RET_CANCEL:
664                     pDlg->AcceptAll(sal_False);
665                     rReq.Ignore();
666                     break;
667 
668                 case 2:
669                     pDlg->Execute();
670                     rReq.Done();
671                     break;
672             }
673             delete pDlg;
674         }
675         break;
676 
677         case FN_AUTOFORMAT_APPLY:
678         {
679             SvxSwAutoFmtFlags aFlags(SvxAutoCorrCfg::Get()->GetAutoCorrect()->GetSwFlags());
680             // das muss fuer die Nachbearbeitung immer sal_False sein
681             aFlags.bAFmtByInput = sal_False;
682             rWrtSh.AutoFormat( &aFlags );
683             rReq.Done();
684         }
685         break;
686         case FN_AUTOFORMAT_AUTO:
687         {
688             SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get();
689             sal_Bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !pACfg->IsAutoFmtByInput();
690             if( bSet != pACfg->IsAutoFmtByInput() )
691             {
692                 pACfg->SetAutoFmtByInput( bSet );
693                 GetView().GetViewFrame()->GetBindings().Invalidate( nSlot );
694                 if ( !pItem )
695                     rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), bSet ) );
696                 rReq.Done();
697             }
698         }
699         break;
700         case FN_AUTO_CORRECT:
701         {
702             // erstmal auf Blank defaulten
703             sal_Unicode cChar = ' ';
704             rWrtSh.AutoCorrect( *SvxAutoCorrCfg::Get()->GetAutoCorrect(), cChar );
705             rReq.Done();
706         }
707         break;
708         case FN_TABLE_SORT_DIALOG:
709         case FN_SORTING_DLG:
710         {
711             SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
712             DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
713 
714             VclAbstractDialog* pDlg = pFact->CreateVclAbstractDialog( GetView().GetWindow(), rWrtSh, DLG_SORTING );
715             DBG_ASSERT(pDlg, "Dialogdiet fail!");
716             pDlg->Execute();
717             delete pDlg;
718             rReq.Done();
719         }
720         break;
721         case FN_NUMBERING_OUTLINE_DLG:
722         {
723             SfxItemSet aTmp(GetPool(), FN_PARAM_1, FN_PARAM_1);
724             SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
725             DBG_ASSERT(pFact, "Dialogdiet fail!");
726             SfxAbstractTabDialog* pDlg = pFact->CreateSwTabDialog( DLG_TAB_OUTLINE,
727                                                         GetView().GetWindow(), &aTmp, rWrtSh);
728             DBG_ASSERT(pDlg, "Dialogdiet fail!");
729             pDlg->Execute();
730             delete pDlg;
731             rReq.Done();
732         }
733             break;
734         case FN_CALCULATE:
735             {
736                 SwTransferable* pTransfer = new SwTransferable( rWrtSh );
737 /*??*/          uno::Reference<
738                     datatransfer::XTransferable > xRef(
739                                                     pTransfer );
740                 pTransfer->CalculateAndCopy();
741                 rReq.Done();
742             }
743             break;
744         case FN_GOTO_REFERENCE:
745         {
746             SwField *pFld = rWrtSh.GetCurFld();
747             if(pFld && pFld->GetTypeId() == TYP_GETREFFLD)
748             {
749                 rWrtSh.StartAllAction();
750                 rWrtSh.SwCrsrShell::GotoRefMark( ((SwGetRefField*)pFld)->GetSetRefName(),
751                                     ((SwGetRefField*)pFld)->GetSubType(),
752                                     ((SwGetRefField*)pFld)->GetSeqNo() );
753                 rWrtSh.EndAllAction();
754                 rReq.Done();
755             }
756         }
757             break;
758         case FN_EDIT_FORMULA:
759         {
760             const sal_uInt16 nId = SwInputChild::GetChildWindowId();
761             SfxViewFrame* pVFrame = GetView().GetViewFrame();
762             if(pItem)
763             {
764                 //if the ChildWindow is active it has to be removed
765                 if( pVFrame->HasChildWindow( nId ) )
766                 {
767                     pVFrame->ToggleChildWindow( nId );
768                     pVFrame->GetBindings().InvalidateAll( sal_True );
769                 }
770 
771                 String sFormula(((const SfxStringItem*)pItem)->GetValue());
772                 SwFldMgr aFldMgr;
773                 rWrtSh.StartAllAction();
774                 sal_Bool bDelSel;
775                 if( 0 != (bDelSel = rWrtSh.HasSelection()) )
776                 {
777                     rWrtSh.StartUndo( UNDO_START );
778                     rWrtSh.DelRight();
779                 }
780                 else
781                 {
782                     rWrtSh.EnterStdMode();
783                 }
784 
785                 if( !bDelSel && aFldMgr.GetCurFld() && TYP_FORMELFLD == aFldMgr.GetCurTypeId() )
786                     aFldMgr.UpdateCurFld( aFldMgr.GetCurFld()->GetFormat(), aEmptyStr, sFormula );
787                 else if( sFormula.Len() )
788                 {
789                     if( rWrtSh.IsCrsrInTbl() )
790                     {
791                         SfxItemSet aSet( rWrtSh.GetAttrPool(), RES_BOXATR_FORMULA, RES_BOXATR_FORMULA );
792                         aSet.Put( SwTblBoxFormula( sFormula ));
793                         rWrtSh.SetTblBoxFormulaAttrs( aSet );
794                         rWrtSh.UpdateTable();
795                     }
796                     else
797                     {
798                         SvNumberFormatter* pFormatter = rWrtSh.GetNumberFormatter();
799                         sal_uLong nSysNumFmt = pFormatter->GetFormatIndex( NF_NUMBER_STANDARD, LANGUAGE_SYSTEM);
800                         SwInsertFld_Data aData(TYP_FORMELFLD, nsSwGetSetExpType::GSE_FORMULA, aEmptyStr, sFormula, nSysNumFmt);
801                         aFldMgr.InsertFld(aData);
802                     }
803                 }
804 
805                 if( bDelSel )
806                     rWrtSh.EndUndo( UNDO_END );
807                 rWrtSh.EndAllAction();
808                 rReq.Done();
809             }
810             else
811             {
812                 rWrtSh.EndAllTblBoxEdit();
813                 pVFrame->ToggleChildWindow( nId );
814                 if( !pVFrame->HasChildWindow( nId ) )
815                     pVFrame->GetBindings().InvalidateAll( sal_True );
816                 rReq.Ignore();
817             }
818         }
819 
820         break;
821         case FN_TABLE_UNSET_READ_ONLY:
822         {
823             rWrtSh.UnProtectTbls();
824         }
825         break;
826         case FN_EDIT_HYPERLINK:
827             GetView().GetViewFrame()->ToggleChildWindow(SID_HYPERLINK_DIALOG);
828         break;
829         case FN_REMOVE_HYPERLINK:
830         {
831             sal_Bool bSel = rWrtSh.HasSelection();
832             if(!bSel)
833             {
834                 rWrtSh.StartAction();
835                 rWrtSh.Push();
836                 if(!rWrtSh.SelectTxtAttr( RES_TXTATR_INETFMT ))
837                     rWrtSh.SelWrd();
838             }
839             //now remove the attribute
840             SvUShortsSort aAttribs;
841             aAttribs.Insert( RES_TXTATR_INETFMT );
842             rWrtSh.ResetAttr( &aAttribs );
843             if(!bSel)
844             {
845                 rWrtSh.Pop(sal_False);
846                 rWrtSh.EndAction();
847             }
848         }
849         break;
850         case SID_ATTR_BRUSH_CHAR :
851         case SID_ATTR_CHAR_SCALEWIDTH :
852         case SID_ATTR_CHAR_ROTATED :
853         case FN_TXTATR_INET :
854         case FN_INSERT_HYPERLINK:
855         {
856             sal_uInt16 nWhich = GetPool().GetWhich( nSlot );
857             if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET )
858                 bUseDialog = sal_False;
859             // intentionally no break
860         }
861         case SID_CHAR_DLG:
862         case SID_CHAR_DLG_EFFECT:
863         {
864             lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq );
865         }
866         break;
867         case SID_CHAR_DLG_FOR_PARAGRAPH:
868         {
869             rWrtSh.Push();          //save current cursor
870             SwLangHelper::SelectCurrentPara( rWrtSh );
871             lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq );
872             rWrtSh.Pop( sal_False );    //restore old cursor
873         }
874         break;
875         case SID_ATTR_LRSPACE :
876         case SID_ATTR_ULSPACE :
877         case SID_ATTR_BRUSH :
878         case SID_PARA_VERTALIGN :
879         case SID_ATTR_PARA_NUMRULE :
880         case SID_ATTR_PARA_REGISTER :
881         case SID_ATTR_PARA_PAGENUM :
882         case FN_FORMAT_LINENUMBER :
883         case FN_NUMBER_NEWSTART :
884         case FN_NUMBER_NEWSTART_AT :
885         case FN_FORMAT_DROPCAPS :
886         case FN_DROP_TEXT:
887         case SID_ATTR_PARA_LRSPACE:
888         {
889             sal_uInt16 nWhich = GetPool().GetWhich( nSlot );
890             if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET )
891                 bUseDialog = sal_False;
892             // intentionally no break
893 
894         }
895         case SID_PARA_DLG:
896         {
897             FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, &GetView()));
898             SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, static_cast< sal_uInt16 >(eMetric)));
899             SfxItemSet aCoreSet( GetPool(),
900                             RES_PARATR_BEGIN,           RES_PARATR_END - 1,
901                             // --> OD 2008-02-25 #refactorlists#
902                             RES_PARATR_LIST_BEGIN,      RES_PARATR_LIST_END - 1,
903                             // <--
904                             RES_FRMATR_BEGIN,           RES_FRMATR_END - 1,
905                             SID_ATTR_TABSTOP_POS,       SID_ATTR_TABSTOP_POS,
906                             SID_ATTR_TABSTOP_DEFAULTS,  SID_ATTR_TABSTOP_DEFAULTS,
907                             SID_ATTR_TABSTOP_OFFSET,    SID_ATTR_TABSTOP_OFFSET,
908                             SID_ATTR_BORDER_INNER,      SID_ATTR_BORDER_INNER,
909                             SID_ATTR_PARA_MODEL,        SID_ATTR_PARA_KEEP,
910                             SID_ATTR_PARA_PAGENUM,      SID_ATTR_PARA_PAGENUM,
911                             SID_HTML_MODE,              SID_HTML_MODE,
912                             FN_PARAM_1,                 FN_PARAM_1,
913                             FN_NUMBER_NEWSTART,         FN_NUMBER_NEWSTART_AT,
914                             FN_DROP_TEXT,               FN_DROP_CHAR_STYLE_NAME,
915                             0);
916             // --> OD 2008-01-16 #newlistlevelattrs#
917             // get also the list level indent values merged as LR-SPACE item, if needed.
918             rWrtSh.GetCurAttr( aCoreSet, true );
919             // <--
920             aCoreSet.Put(SfxUInt16Item(SID_HTML_MODE,
921                             ::GetHtmlMode(GetView().GetDocShell())));
922 
923             // Tabulatoren, DefaultTabs ins ItemSet Stecken
924             const SvxTabStopItem& rDefTabs = (const SvxTabStopItem&)
925                             GetPool().GetDefaultItem(RES_PARATR_TABSTOP);
926 
927             sal_uInt16 nDefDist = ::GetTabDist( rDefTabs );
928             SfxUInt16Item aDefDistItem( SID_ATTR_TABSTOP_DEFAULTS, nDefDist );
929             aCoreSet.Put( aDefDistItem );
930 
931             // Aktueller Tab
932             SfxUInt16Item aTabPos( SID_ATTR_TABSTOP_POS, 0 );
933             aCoreSet.Put( aTabPos );
934 
935             // linker Rand als Offset
936             //#i24363# tab stops relative to indent
937             const long nOff = rWrtSh.getIDocumentSettingAccess()->get(IDocumentSettingAccess::TABS_RELATIVE_TO_INDENT) ?
938                 ((SvxLRSpaceItem&)aCoreSet.Get( RES_LR_SPACE )).GetTxtLeft() : 0;
939             SfxInt32Item aOff( SID_ATTR_TABSTOP_OFFSET, nOff );
940             aCoreSet.Put( aOff );
941 
942             // BoxInfo setzen
943             ::PrepareBoxInfo( aCoreSet, rWrtSh );
944 
945             //aktuelles Seitenformat
946             ::SwToSfxPageDescAttr( aCoreSet );
947 
948             sal_uInt16 nDefPage = 0;
949             if( pItem )
950                 nDefPage = ((SfxUInt16Item *)pItem)->GetValue();
951 
952             // Numerierungseigenschaften
953             if(rWrtSh.GetCurNumRule())
954             {
955                 SfxBoolItem aStart( FN_NUMBER_NEWSTART, rWrtSh.IsNumRuleStart() );
956                 aCoreSet.Put(aStart);
957                 // --> OD 2008-02-29 #refactorlists#
958 //                SfxUInt16Item aStartAt(FN_NUMBER_NEWSTART_AT,
959 //                                                rWrtSh.IsNodeNumStart());
960                 SfxUInt16Item aStartAt( FN_NUMBER_NEWSTART_AT,
961                                         rWrtSh.GetNodeNumStart() );
962                 // <--
963                 aCoreSet.Put(aStartAt);
964             }
965             SfxAbstractTabDialog* pDlg = NULL;
966 
967             if ( bUseDialog && GetActiveView() )
968             {
969                 SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
970                 DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");
971 
972                 pDlg = pFact->CreateSwParaDlg( GetView().GetWindow(),GetView(), aCoreSet,DLG_STD, DLG_PARA,NULL, sal_False, nDefPage );
973                 DBG_ASSERT(pDlg, "Dialogdiet fail!");
974             }
975             SfxItemSet* pSet = NULL;
976             if ( !bUseDialog )
977             {
978                 if ( nSlot == SID_ATTR_PARA_LRSPACE)
979         {
980             SvxLRSpaceItem aParaMargin((const SvxLRSpaceItem&)pArgs->Get(nSlot));
981             aParaMargin.SetWhich( RES_LR_SPACE);
982             aCoreSet.Put(aParaMargin);
983             pSet = &aCoreSet;
984 
985         } else
986                     pSet = (SfxItemSet*) pArgs;
987 
988             }
989             else if ( NULL != pDlg && pDlg->Execute() == RET_OK )
990             {
991                 // Defaults evtl umsetzen
992                 pSet = (SfxItemSet*)pDlg->GetOutputItemSet();
993                 sal_uInt16 nNewDist;
994                 if( SFX_ITEM_SET == pSet->GetItemState( SID_ATTR_TABSTOP_DEFAULTS, sal_False, &pItem ) &&
995                     nDefDist != (nNewDist = ((SfxUInt16Item*)pItem)->GetValue()) )
996                 {
997                     SvxTabStopItem aDefTabs( 0, 0, SVX_TAB_ADJUST_DEFAULT, RES_PARATR_TABSTOP );
998                     MakeDefTabs( nNewDist, aDefTabs );
999                     rWrtSh.SetDefault( aDefTabs );
1000                     pSet->ClearItem( SID_ATTR_TABSTOP_DEFAULTS );
1001                 }
1002 
1003                 if ( SFX_ITEM_SET == pSet->GetItemState(FN_PARAM_1,sal_False,&pItem) )
1004                 {
1005                     pSet->Put(SfxStringItem(FN_DROP_TEXT, ((const SfxStringItem*)pItem)->GetValue()));
1006                     pSet->ClearItem(FN_PARAM_1);
1007                 }
1008 
1009                 if( SFX_ITEM_SET == pSet->GetItemState( RES_PARATR_DROP, sal_False, &pItem ))
1010                 {
1011                     String sCharStyleName;
1012                     if(((const SwFmtDrop*)pItem)->GetCharFmt())
1013                         sCharStyleName = ((const SwFmtDrop*)pItem)->GetCharFmt()->GetName();
1014                     pSet->Put(SfxStringItem(FN_DROP_CHAR_STYLE_NAME, sCharStyleName));
1015                 }
1016             }
1017 
1018             if ( pSet )
1019             {
1020                 rReq.Done( *pSet );
1021                 ::SfxToSwPageDescAttr( rWrtSh, *pSet );
1022                 // --> OD 2006-12-06 #i56253#
1023                 // enclose all undos.
1024                 // Thus, check conditions, if actions will be performed.
1025                 const bool bUndoNeeded( pSet->Count() ||
1026                         SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) ||
1027                         SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) );
1028                 if ( bUndoNeeded )
1029                 {
1030                     rWrtSh.StartUndo( UNDO_INSATTR );
1031                 }
1032                 // <--
1033                 if( pSet->Count() )
1034                 {
1035                     rWrtSh.StartAction();
1036 //                    rWrtSh.StartUndo( UNDO_START );
1037                     if ( SFX_ITEM_SET == pSet->GetItemState(FN_DROP_TEXT, sal_False, &pItem) )
1038                     {
1039                         if ( ((SfxStringItem*)pItem)->GetValue().Len() )
1040                             rWrtSh.ReplaceDropTxt(((SfxStringItem*)pItem)->GetValue());
1041                     }
1042                     rWrtSh.SetAttr( *pSet );
1043 //                    rWrtSh.EndUndo( UNDO_END );
1044                     rWrtSh.EndAction();
1045                     SwTxtFmtColl* pColl = rWrtSh.GetCurTxtFmtColl();
1046                     if(pColl && pColl->IsAutoUpdateFmt())
1047                     {
1048                         rWrtSh.AutoUpdatePara(pColl, *pSet);
1049                     }
1050                 }
1051 
1052                 if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) )
1053                 {
1054                     //SetNumRuleStart(sal_True) restarts the numbering at the value
1055                     //that is defined at the starting point of the numbering level
1056                     //otherwise the SetNodeNumStart() value determines the start
1057                     //if it's set to something different than (sal_uInt16)0xFFFF
1058 
1059                     sal_Bool bStart = ((SfxBoolItem&)pSet->Get(FN_NUMBER_NEWSTART)).GetValue();
1060                     // --> OD 2007-06-11 #b6560525#
1061                     // Default value for restart value has to be (sal_uInt16)0xFFFF
1062                     // in order to indicate that the restart value of the list
1063                     // style has to be used on restart.
1064                     sal_uInt16 nNumStart = (sal_uInt16)0xFFFF;
1065                     // <--
1066                     if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) )
1067                     {
1068                         nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue();
1069                     }
1070                     rWrtSh.SetNumRuleStart(bStart);
1071                     rWrtSh.SetNodeNumStart(nNumStart);
1072                 }
1073                 else if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) )
1074                 {
1075                     sal_uInt16 nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue();
1076                     rWrtSh.SetNodeNumStart(nNumStart);
1077                     rWrtSh.SetNumRuleStart(sal_False);
1078                 }
1079                 // --> OD 2006-12-06 #i56253#
1080                 if ( bUndoNeeded )
1081                 {
1082                     rWrtSh.EndUndo( UNDO_INSATTR );
1083                 }
1084                 // <--
1085             }
1086 
1087             delete pDlg;
1088         }
1089         break;
1090         case FN_NUM_CONTINUE:
1091         {
1092             // --> OD 2008-03-18 #refactorlists#
1093             String sContinuedListId;
1094             const SwNumRule* pRule =
1095                 rWrtSh.SearchNumRule( false, true, false, -1, sContinuedListId );
1096             // --> OD 2009-08-26 #i86492#
1097             // Search also for bullet list
1098             if ( !pRule )
1099             {
1100                 pRule = rWrtSh.SearchNumRule( false, false, false, -1, sContinuedListId );
1101             }
1102             // <--
1103             if ( pRule )
1104             {
1105                 rWrtSh.SetCurNumRule( *pRule, false, sContinuedListId );
1106             }
1107             // <--
1108         }
1109         break;
1110         case FN_SELECT_PARA:
1111         {
1112             if(!rWrtSh.IsSttOfPara())
1113                 rWrtSh.SttPara(sal_False);
1114             else
1115                 rWrtSh.EnterStdMode();
1116             rWrtSh.EndPara(sal_True);
1117         }
1118         break;
1119 
1120         case SID_DEC_INDENT:
1121         case SID_INC_INDENT:
1122             rWrtSh.MoveLeftMargin( SID_INC_INDENT == nSlot,
1123                                     rReq.GetModifier() != KEY_MOD1 );
1124             rReq.Done();
1125             break;
1126         case FN_DEC_INDENT_OFFSET:
1127         case FN_INC_INDENT_OFFSET:
1128             rWrtSh.MoveLeftMargin( FN_INC_INDENT_OFFSET == nSlot,
1129                                     rReq.GetModifier() == KEY_MOD1 );
1130             rReq.Done();
1131             break;
1132 
1133         case SID_ATTR_CHAR_COLOR2:
1134         {
1135             if(pItem)
1136             {
1137                 Color aSet = ((const SvxColorItem*)pItem)->GetValue();
1138                 SwEditWin& rEditWin = GetView().GetEditWin();
1139                 rEditWin.SetTextColor(aSet);
1140                 SwApplyTemplate* pApply = rEditWin.GetApplyTemplate();
1141                 SvxColorItem aItem(aSet, RES_CHRATR_COLOR);
1142 
1143                 // besteht eine Selektion, wird sie gleich gefaerbt
1144                 if(!pApply && rWrtSh.HasSelection())
1145                 {
1146                     rWrtSh.SetAttr(SvxColorItem (aSet, RES_CHRATR_COLOR));
1147                 }
1148                 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_EXT)
1149                 {
1150                     GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_EXT);
1151                 }
1152 
1153                 rReq.Done();
1154 /*              OS 22.02.97 18:40 Das alte Verhalten ist unerwuenscht
1155                 SwEditWin& rEdtWin = GetView().GetEditWin();
1156 
1157                 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate();
1158                 SvxColorItem aItem(aSet, RES_CHRATR_COLOR);
1159 
1160                 if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_EXT)
1161                 {
1162                     GetShell().SetAttr(aItem);
1163                 }
1164 */
1165             }
1166         }
1167         break;
1168         case SID_ATTR_CHAR_COLOR_BACKGROUND:
1169         {
1170             SwEditWin& rEdtWin = GetView().GetEditWin();
1171             SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate();
1172             rEdtWin.SetTextBackColorTransparent(0 == pItem);
1173             Color aSet;
1174             if(pItem)
1175             {
1176                 aSet = ((const SvxColorItem*)pItem)->GetValue();
1177                 rEdtWin.SetTextBackColor(aSet);
1178             }
1179             if(!pApply && (rWrtSh.HasSelection() || rReq.IsAPI()))
1180             {
1181                 SvxBrushItem aBrushItem(RES_CHRATR_BACKGROUND);
1182                 if(pItem)
1183                     aBrushItem.SetColor(aSet);
1184                 else
1185                     aBrushItem.SetColor(Color(COL_TRANSPARENT));
1186                 rWrtSh.SetAttr( aBrushItem );
1187             }
1188             else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_BACKGROUND_EXT)
1189             {
1190                 GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_BACKGROUND_EXT);
1191             }
1192 
1193             rReq.Done();
1194 
1195 /*          OS 22.02.97 18:40 Das alte Verhalten ist unerwuenscht
1196             if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_BACKGROUND_EXT)
1197             {
1198                 Brush aBrush(pItem ? BRUSH_SOLID : BRUSH_NULL);
1199                 if(pItem)
1200                     aBrush.SetColor( aSet );
1201                 GetShell().SetAttr( SvxBrushItem(aBrush, RES_CHRATR_BACKGROUND) );
1202             }
1203 */
1204         }
1205         break;
1206         case SID_ATTR_CHAR_COLOR_BACKGROUND_EXT:
1207         case SID_ATTR_CHAR_COLOR_EXT:
1208         {
1209             SwEditWin& rEdtWin = GetView().GetEditWin();
1210             SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate();
1211             SwApplyTemplate aTempl;
1212             sal_Bool bSelection = rWrtSh.HasSelection();
1213             if(bSelection)
1214             {
1215 
1216                 if(nSlot == SID_ATTR_CHAR_COLOR_BACKGROUND_EXT)
1217                 {
1218                     rWrtSh.SetAttr( SvxBrushItem(
1219                         rEdtWin.GetTextBackColor(), RES_CHRATR_BACKGROUND) );
1220                 }
1221                 else
1222                     rWrtSh.SetAttr( SvxColorItem( rEdtWin.GetTextColor(),
1223                                                                 RES_CHRATR_COLOR) );
1224             }
1225             else
1226             {
1227                 if(!pApply || pApply->nColor != nSlot)
1228                     aTempl.nColor = nSlot;
1229                 rEdtWin.SetApplyTemplate(aTempl);
1230             }
1231 
1232             rReq.Done();
1233         }
1234         break;
1235 
1236         case FN_NUM_BULLET_MOVEDOWN:
1237             if (!rWrtSh.IsAddMode())
1238                 rWrtSh.MoveParagraph(1);
1239             rReq.Done();
1240             break;
1241 
1242         case FN_NUM_BULLET_MOVEUP:
1243             if (!rWrtSh.IsAddMode())
1244                 rWrtSh.MoveParagraph(-1);
1245             rReq.Done();
1246             break;
1247         case SID_RUBY_DIALOG:
1248         case SID_HYPERLINK_DIALOG:
1249         {
1250             SfxRequest aReq(nSlot, SFX_CALLMODE_SLOT, SFX_APP()->GetPool());
1251             GetView().GetViewFrame()->ExecuteSlot( aReq);
1252             rReq.Ignore();
1253         }
1254         break;
1255     case FN_INSERT_PAGEHEADER:
1256     case FN_INSERT_PAGEFOOTER:
1257     if(pArgs && pArgs->Count())
1258     {
1259         String sStyleName;
1260         if(pItem)
1261             sStyleName = ((const SfxStringItem*)pItem)->GetValue();
1262         sal_Bool bOn = sal_True;
1263         if( SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_1, sal_False, &pItem))
1264             bOn = ((const SfxBoolItem*)pItem)->GetValue();
1265         ChangeHeaderOrFooter(sStyleName, FN_INSERT_PAGEHEADER == nSlot, bOn, !rReq.IsAPI());
1266         rReq.Done();
1267     }
1268     break;
1269     case FN_READONLY_SELECTION_MODE :
1270         if(GetView().GetDocShell()->IsReadOnly())
1271         {
1272             rWrtSh.SetReadonlySelectionOption(
1273                 !rWrtSh.GetViewOptions()->IsSelectionInReadonly());
1274             rWrtSh.ShowCrsr();
1275         }
1276     break;
1277     case FN_SELECTION_MODE_DEFAULT:
1278     case FN_SELECTION_MODE_BLOCK :
1279     {
1280         bool bSetBlockMode = !rWrtSh.IsBlockMode();
1281         if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem))
1282             bSetBlockMode = ((const SfxBoolItem*)pItem)->GetValue();
1283         if( ( nSlot == FN_SELECTION_MODE_DEFAULT ) ^ bSetBlockMode )
1284             rWrtSh.EnterBlockMode();
1285         else
1286             rWrtSh.EnterStdMode();
1287         SfxBindings &rBnd = GetView().GetViewFrame()->GetBindings();
1288         rBnd.Invalidate(FN_STAT_SELMODE);
1289         rBnd.Update(FN_STAT_SELMODE);
1290     }
1291     break;
1292     case SID_OPEN_HYPERLINK:
1293     case FN_COPY_HYPERLINK_LOCATION:
1294     {
1295         SfxItemSet aSet(GetPool(),
1296                         RES_TXTATR_INETFMT,
1297                         RES_TXTATR_INETFMT);
1298         rWrtSh.GetCurAttr(aSet);
1299         if(SFX_ITEM_SET <= aSet.GetItemState( RES_TXTATR_INETFMT, sal_True ))
1300         {
1301             const SwFmtINetFmt& rINetFmt = dynamic_cast<const SwFmtINetFmt&>( aSet.Get(RES_TXTATR_INETFMT, sal_True) );
1302             if( nSlot == FN_COPY_HYPERLINK_LOCATION )
1303             {
1304                 ::uno::Reference< datatransfer::clipboard::XClipboard > xClipboard = GetView().GetEditWin().GetClipboard();
1305                 vcl::unohelper::TextDataObject::CopyStringTo(
1306                         rINetFmt.GetValue(),
1307                         xClipboard );
1308             }
1309             else
1310                 rWrtSh.ClickToINetAttr(rINetFmt, URLLOAD_NOFILTER);
1311         }
1312     }
1313     break;
1314     case SID_OPEN_XML_FILTERSETTINGS:
1315     {
1316         try
1317         {
1318             uno::Reference < ui::dialogs::XExecutableDialog > xDialog(::comphelper::getProcessServiceFactory()->createInstance(rtl::OUString::createFromAscii("com.sun.star.comp.ui.XSLTFilterDialog")), uno::UNO_QUERY);
1319             if( xDialog.is() )
1320             {
1321                 xDialog->execute();
1322             }
1323         }
1324         catch( uno::Exception& )
1325         {
1326         }
1327         rReq.Ignore ();
1328     }
1329     break;
1330     case FN_FORMAT_APPLY_HEAD1:
1331     {
1332     }
1333     break;
1334     case FN_FORMAT_APPLY_HEAD2:
1335     {
1336     }
1337     break;
1338     case FN_FORMAT_APPLY_HEAD3:
1339     {
1340     }
1341     break;
1342     case FN_FORMAT_APPLY_DEFAULT:
1343     {
1344     }
1345     break;
1346     case FN_FORMAT_APPLY_TEXTBODY:
1347     {
1348     }
1349     break;
1350     case FN_WORDCOUNT_DIALOG:
1351     {
1352         SwWrtShell &rSh = GetShell();
1353         SwDocStat aCurr;
1354         SwDocStat aDocStat( rSh.getIDocumentStatistics()->GetDocStat() );
1355         {
1356             SwWait aWait( *GetView().GetDocShell(), sal_True );
1357             rSh.StartAction();
1358             rSh.CountWords( aCurr );
1359             rSh.UpdateDocStat( aDocStat );
1360             rSh.EndAction();
1361         }
1362 
1363         SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
1364         DBG_ASSERT(pFact, "Dialogdiet fail!");
1365         AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() );
1366         pDialog->SetValues(aCurr, aDocStat );
1367         pDialog->Execute();
1368         delete pDialog;
1369     }
1370     break;
1371     default:
1372         ASSERT(!this, falscher Dispatcher);
1373         return;
1374     }
1375 }
1376 
1377 
1378 /*--------------------------------------------------------------------
1379     Beschreibung:
1380  --------------------------------------------------------------------*/
1381 
1382 
1383 void SwTextShell::GetState( SfxItemSet &rSet )
1384 {
1385     SwWrtShell &rSh = GetShell();
1386     SfxWhichIter aIter( rSet );
1387     sal_uInt16 nWhich = aIter.FirstWhich();
1388     while ( nWhich )
1389     {
1390         switch ( nWhich )
1391         {
1392         case SID_LANGUAGE_STATUS:
1393             {
1394                 // the value of used script types
1395                 String aScriptTypesInUse( String::CreateFromInt32( rSh.GetScriptType() ) );
1396 
1397                 SvtLanguageTable aLangTable;
1398 
1399                 // get keyboard language
1400                 String aKeyboardLang;
1401                 LanguageType nLang = LANGUAGE_DONTKNOW;
1402                 SwEditWin& rEditWin = GetView().GetEditWin();
1403                 nLang = rEditWin.GetInputLanguage();
1404                 if (nLang != LANGUAGE_DONTKNOW && nLang != LANGUAGE_SYSTEM)
1405                     aKeyboardLang = aLangTable.GetString( nLang );
1406 
1407                 // get the language that is in use
1408                 const String aMultipleLanguages = String::CreateFromAscii("*");
1409                 String aCurrentLang = aMultipleLanguages;
1410                 nLang = SwLangHelper::GetCurrentLanguage( rSh );
1411                 if (nLang != LANGUAGE_DONTKNOW)
1412                     aCurrentLang = aLangTable.GetString( nLang );
1413 
1414                 // build sequence for status value
1415                 uno::Sequence< ::rtl::OUString > aSeq( 4 );
1416                 aSeq[0] = aCurrentLang;
1417                 aSeq[1] = aScriptTypesInUse;
1418                 aSeq[2] = aKeyboardLang;
1419                 aSeq[3] = SwLangHelper::GetTextForLanguageGuessing( rSh );
1420 
1421                 // set sequence as status value
1422                 SfxStringListItem aItem( SID_LANGUAGE_STATUS );
1423                 aItem.SetStringList( aSeq );
1424                 rSet.Put( aItem, SID_LANGUAGE_STATUS );
1425             }
1426         break;
1427 
1428         case SID_THES:
1429         {
1430             // is there a valid selection to get text from?
1431             String aText;
1432             sal_Bool bValid = !rSh.HasSelection() ||
1433                     (rSh.IsSelOnePara() && !rSh.IsMultiSelection());
1434             // prevent context menu from showing when cursor is not in or at the end of a word
1435             // (GetCurWord will return the next word if there is none at the current position...)
1436             const sal_Int16 nWordType = ::i18n::WordType::DICTIONARY_WORD;
1437             bool bWord = rSh.IsInWord( nWordType ) || rSh.IsStartWord( nWordType ) || rSh.IsEndWord( nWordType );
1438             if (bValid && bWord)
1439                aText = rSh.HasSelection()? rSh.GetSelTxt() : rSh.GetCurWord();
1440 
1441             LanguageType nLang = rSh.GetCurLang();
1442             lang::Locale aLocale = SvxCreateLocale( nLang );
1443             String aLangText( MsLangId::convertLanguageToIsoString( nLang ) );
1444 
1445             // set word and locale to look up as status value
1446             String aStatusVal( aText );
1447             aStatusVal.AppendAscii( "#" );
1448             aStatusVal += aLangText;
1449 
1450             rSet.Put( SfxStringItem( SID_THES, aStatusVal ) );
1451 
1452             // disable "Thesaurus" context menu entry if there is nothing to look up
1453             uno::Reference< linguistic2::XThesaurus >  xThes( ::GetThesaurus() );
1454             if (aText.Len() == 0 ||
1455                 !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( aLocale ))
1456                 rSet.DisableItem( SID_THES );
1457         }
1458         break;
1459 
1460         case FN_NUMBER_NEWSTART :
1461             if(!rSh.GetCurNumRule())
1462                     rSet.DisableItem(nWhich);
1463             else
1464                 rSet.Put(SfxBoolItem(FN_NUMBER_NEWSTART,
1465                     rSh.IsNumRuleStart()));
1466         break;
1467         case FN_EDIT_FORMULA:
1468         case SID_CHARMAP:
1469             {
1470                 const int nType = rSh.GetSelectionType();
1471                 if (!(nType & nsSelectionType::SEL_TXT) &&
1472                     !(nType & nsSelectionType::SEL_TBL) &&
1473                     !(nType & nsSelectionType::SEL_NUM))
1474                     rSet.DisableItem(nWhich);
1475             }
1476             break;
1477 
1478         case FN_INSERT_ENDNOTE:
1479         case FN_INSERT_FOOTNOTE:
1480         case FN_INSERT_FOOTNOTE_DLG:
1481             {
1482                 const sal_uInt16 nNoType = FRMTYPE_FLY_ANY | FRMTYPE_HEADER |
1483                                         FRMTYPE_FOOTER  | FRMTYPE_FOOTNOTE;
1484                 if ( (rSh.GetFrmType(0,sal_True) & nNoType) )
1485                     rSet.DisableItem(nWhich);
1486             }
1487             break;
1488         case FN_INSERT_TABLE:
1489             if ( rSh.GetTableFmt() ||
1490                     (rSh.GetFrmType(0,sal_True) & FRMTYPE_FOOTNOTE) )
1491                 rSet.DisableItem( nWhich );
1492             break;
1493 
1494         case FN_CALCULATE:
1495             if ( !rSh.IsSelection() )
1496                 rSet.DisableItem(nWhich);
1497             break;
1498         case FN_GOTO_REFERENCE:
1499             {
1500                 SwField *pFld = rSh.GetCurFld();
1501                 if ( !pFld || (pFld &&  pFld->GetTypeId() != TYP_GETREFFLD) )
1502                     rSet.DisableItem(nWhich);
1503             }
1504             break;
1505         case FN_AUTOFORMAT_AUTO:
1506             {
1507                 rSet.Put( SfxBoolItem( nWhich, SvxAutoCorrCfg::Get()->IsAutoFmtByInput() ));
1508             }
1509             break;
1510         case FN_GLOSSARY_DLG:
1511             {
1512                 rSet.Put(SfxBoolItem(nWhich), sal_True);
1513             }
1514             break;
1515 
1516         case SID_DEC_INDENT:
1517         case SID_INC_INDENT:
1518             {
1519                 sal_uInt16 nHtmlMode = ::GetHtmlMode(GetView().GetDocShell());
1520                 nHtmlMode &= HTMLMODE_ON|HTMLMODE_SOME_STYLES;
1521                 if( (nHtmlMode == HTMLMODE_ON) || !rSh.IsMoveLeftMargin(
1522                                         SID_INC_INDENT == nWhich, sal_True ))
1523                     rSet.DisableItem( nWhich );
1524             }
1525             break;
1526 
1527         case FN_DEC_INDENT_OFFSET:
1528         case FN_INC_INDENT_OFFSET:
1529             {
1530                 sal_uInt16 nHtmlMode = ::GetHtmlMode(GetView().GetDocShell());
1531                 nHtmlMode &= HTMLMODE_ON|HTMLMODE_SOME_STYLES;
1532                 if( (nHtmlMode == HTMLMODE_ON) ||
1533                     !rSh.IsMoveLeftMargin( FN_INC_INDENT_OFFSET == nWhich,
1534                                             sal_False ))
1535                     rSet.DisableItem( nWhich );
1536             }
1537             break;
1538 
1539         case SID_ATTR_CHAR_COLOR2:
1540             {
1541                 rSet.Put(SvxColorItem(GetView().GetEditWin().GetTextColor(), SID_ATTR_CHAR_COLOR2));
1542             }
1543             break;
1544         case SID_ATTR_CHAR_COLOR_BACKGROUND:
1545             {
1546               if(GetView().GetEditWin().IsTextBackColorTransparent())
1547                   rSet.Put(SvxColorItem(Color(COL_TRANSPARENT), SID_ATTR_CHAR_COLOR_BACKGROUND));
1548               else
1549                     rSet.Put(SvxColorItem(GetView().GetEditWin().GetTextBackColor(), SID_ATTR_CHAR_COLOR_BACKGROUND));
1550             }
1551             break;
1552         case SID_ATTR_CHAR_COLOR_BACKGROUND_EXT:
1553         case SID_ATTR_CHAR_COLOR_EXT:
1554             {
1555                 SwEditWin& rEdtWin = GetView().GetEditWin();
1556                 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate();
1557                 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->nColor == nWhich));
1558             }
1559             break;
1560         case FN_INSERT_BOOKMARK:
1561             if( rSh.IsTableMode() )
1562                 rSet.DisableItem( nWhich );
1563             break;
1564 
1565         case FN_INSERT_PAGEHEADER:
1566         case FN_INSERT_PAGEFOOTER:
1567             {
1568 #ifndef CHECK_MENU
1569                 rSet.Put( SfxObjectShellItem( nWhich, GetView().GetDocShell() ));
1570 #else
1571                 // Seitenvorlagen besorgen
1572                 sal_Bool bFound = sal_False;
1573                 sal_uInt16 n, nCnt = rSh.GetPageDescCnt();
1574                 for( n = 0; n < nCnt; ++n )
1575                 {
1576                     const SwPageDesc& rDesc = rSh.GetPageDesc( n );
1577                     if( FN_INSERT_PAGEHEADER == nWhich
1578                         ? !rDesc.GetMaster().GetHeader().IsActive()
1579                         : !rDesc.GetMaster().GetFooter().IsActive() )
1580                     {
1581                         bFound = sal_True;
1582                         break;
1583                     }
1584                 }
1585 
1586                 if( bFound )
1587                     rSet.Put( SfxObjectShellItem( nWhich, GetView().GetDocShell() ));
1588                 else
1589                     rSet.DisableItem( nWhich );
1590 #endif
1591             }
1592             break;
1593             case FN_TABLE_SORT_DIALOG:
1594             case FN_SORTING_DLG:
1595                 if(!rSh.HasSelection() ||
1596                         (FN_TABLE_SORT_DIALOG == nWhich && !rSh.GetTableFmt()))
1597                     rSet.DisableItem( nWhich );
1598             break;
1599             case SID_RUBY_DIALOG:
1600             {
1601                 SvtCJKOptions aCJKOptions;
1602                 if(!aCJKOptions.IsRubyEnabled())
1603                 {
1604                     GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False );
1605                     rSet.DisableItem(nWhich);
1606                 }
1607                 else
1608                     GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True );
1609                 break;
1610             }
1611             //no break!
1612             case SID_HYPERLINK_DIALOG:
1613                 if( GetView().GetDocShell()->IsReadOnly() ||
1614                     (!GetView().GetViewFrame()->HasChildWindow(nWhich) &&
1615                      rSh.HasReadonlySel()) )
1616                     rSet.DisableItem(nWhich);
1617                 else
1618                     rSet.Put(SfxBoolItem( nWhich, 0 != GetView().
1619                                 GetViewFrame()->GetChildWindow( nWhich ) ));
1620                 break;
1621             case FN_EDIT_HYPERLINK:
1622             case FN_REMOVE_HYPERLINK:
1623             case FN_COPY_HYPERLINK_LOCATION:
1624             {
1625                 SfxItemSet aSet(GetPool(),
1626                                 RES_TXTATR_INETFMT,
1627                                 RES_TXTATR_INETFMT);
1628                 rSh.GetCurAttr(aSet);
1629                 if(SFX_ITEM_SET > aSet.GetItemState( RES_TXTATR_INETFMT, sal_True ) || rSh.HasReadonlySel())
1630                 {
1631                     rSet.DisableItem(nWhich);
1632                 }
1633             }
1634             break;
1635             case SID_TRANSLITERATE_HALFWIDTH:
1636             case SID_TRANSLITERATE_FULLWIDTH:
1637             case SID_TRANSLITERATE_HIRAGANA:
1638             case SID_TRANSLITERATE_KATAGANA:
1639             {
1640                 SvtCJKOptions aCJKOptions;
1641                 if(!aCJKOptions.IsChangeCaseMapEnabled())
1642                 {
1643                     GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False );
1644                     rSet.DisableItem(nWhich);
1645                 }
1646                 else
1647                     GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True );
1648             }
1649             break;
1650             case FN_READONLY_SELECTION_MODE :
1651                 if(!GetView().GetDocShell()->IsReadOnly())
1652                     rSet.DisableItem( nWhich );
1653                 else
1654                 {
1655                     rSet.Put(SfxBoolItem(nWhich, rSh.GetViewOptions()->IsSelectionInReadonly()));
1656                 }
1657             break;
1658             case FN_SELECTION_MODE_DEFAULT:
1659             case FN_SELECTION_MODE_BLOCK :
1660                     rSet.Put(SfxBoolItem(nWhich, (nWhich == FN_SELECTION_MODE_DEFAULT) != rSh.IsBlockMode()));
1661             break;
1662             case  SID_OPEN_HYPERLINK:
1663             {
1664                 SfxItemSet aSet(GetPool(),
1665                                 RES_TXTATR_INETFMT,
1666                                 RES_TXTATR_INETFMT);
1667                 rSh.GetCurAttr(aSet);
1668                 if(SFX_ITEM_SET > aSet.GetItemState( RES_TXTATR_INETFMT, sal_False ))
1669                     rSet.DisableItem(nWhich);
1670             }
1671             break;
1672             case  SID_OPEN_SMARTTAGMENU:
1673             {
1674                  uno::Sequence< rtl::OUString > aSmartTagTypes;
1675                  uno::Sequence< uno::Reference< container::XStringKeyMap > > aStringKeyMaps;
1676                  uno::Reference<text::XTextRange> xRange;
1677 
1678                  rSh.GetSmartTagTerm( aSmartTagTypes, aStringKeyMaps, xRange );
1679 
1680                  if ( xRange.is() && aSmartTagTypes.getLength() )
1681                  {
1682                      uno::Sequence < uno::Sequence< uno::Reference< smarttags::XSmartTagAction > > > aActionComponentsSequence;
1683                      uno::Sequence < uno::Sequence< sal_Int32 > > aActionIndicesSequence;
1684 
1685                      const SmartTagMgr& rSmartTagMgr = SwSmartTagMgr::Get();
1686                      rSmartTagMgr.GetActionSequences( aSmartTagTypes,
1687                                                       aActionComponentsSequence,
1688                                                       aActionIndicesSequence );
1689 
1690                      uno::Reference <frame::XController> xController = GetView().GetController();
1691                      const lang::Locale aLocale( SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) );
1692                      const rtl::OUString aApplicationName( rSmartTagMgr.GetApplicationName() );
1693                      const rtl::OUString aRangeText = xRange->getString();
1694 
1695                      const SvxSmartTagItem aItem( nWhich,
1696                                                   aActionComponentsSequence,
1697                                                   aActionIndicesSequence,
1698                                                   aStringKeyMaps,
1699                                                   xRange,
1700                                                   xController,
1701                                                   aLocale,
1702                                                   aApplicationName,
1703                                                   aRangeText );
1704 
1705                      rSet.Put( aItem );
1706                  }
1707                  else
1708                      rSet.DisableItem(nWhich);
1709             }
1710             break;
1711             case FN_NUM_NUMBERING_ON:
1712                 rSet.Put(SfxBoolItem(FN_NUM_NUMBERING_ON,rSh.SelectionHasNumber()));
1713             break;
1714             case FN_NUM_BULLET_ON:
1715                 rSet.Put(SfxBoolItem(FN_NUM_BULLET_ON,rSh.SelectionHasBullet()));
1716             break;
1717             case FN_BUL_NUM_RULE_INDEX:
1718             case FN_NUM_NUM_RULE_INDEX:
1719         {
1720             SwNumRule* pCurRule = (SwNumRule*)(GetShell().GetCurNumRule());
1721             sal_uInt16  nActNumLvl = (sal_uInt16)0xFFFF;
1722             rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,DEFAULT_NONE));
1723             rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,DEFAULT_NONE));
1724             if( pCurRule )
1725             {
1726                 nActNumLvl = GetShell().GetNumLevel();
1727                 if( nActNumLvl < MAXLEVEL )
1728                 {
1729                     nActNumLvl = 1<<nActNumLvl;
1730                 }
1731                 SvxNumRule aSvxRule = pCurRule->MakeSvxNumRule();
1732                 if ( GetShell().HasBullet())
1733                 {
1734                     rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,(sal_uInt16)0xFFFF));
1735                     rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,(sal_uInt16)0xFFFF));
1736                     NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS);
1737                     if ( pBullets )
1738                     {
1739                         sal_uInt16 nBulIndex = pBullets->GetNBOIndexForNumRule(aSvxRule,nActNumLvl);
1740                         rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,nBulIndex));
1741                     }
1742                 }else if ( GetShell().HasNumber() )
1743                 {
1744                     rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,(sal_uInt16)0xFFFF));
1745                     rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,(sal_uInt16)0xFFFF));
1746                     NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING);
1747                     if ( pNumbering )
1748                     {
1749                         sal_uInt16 nBulIndex = pNumbering->GetNBOIndexForNumRule(aSvxRule,nActNumLvl);
1750                         rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,nBulIndex));
1751                     }
1752                 }
1753             }
1754         }
1755             break;
1756             case FN_NUM_CONTINUE:
1757             {
1758                 // --> OD 2009-08-26 #i86492#
1759                 // Allow continuation of previous list, even if at current cursor
1760                 // a list is active.
1761 //                if ( rSh.GetCurNumRule() )
1762 //                    rSet.DisableItem(nWhich);
1763 //                else
1764                 // <--
1765                 {
1766                     // --> OD 2009-08-26 #i86492#
1767                     // Search also for bullet list
1768                     String aDummy;
1769                     const SwNumRule* pRule =
1770                             rSh.SearchNumRule( false, true, false, -1, aDummy );
1771                     if ( !pRule )
1772                     {
1773                         pRule = rSh.SearchNumRule( false, false, false, -1, aDummy );
1774                     }
1775                     // <--
1776                     if ( !pRule )
1777                         rSet.DisableItem(nWhich);
1778                 }
1779             }
1780             break;
1781             case SID_INSERT_RLM :
1782             case SID_INSERT_LRM :
1783             case SID_INSERT_ZWNBSP :
1784             case SID_INSERT_ZWSP:
1785             {
1786                 SvtCTLOptions aCTLOptions;
1787                 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled();
1788                 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, bEnabled );
1789                 if(!bEnabled)
1790                     rSet.DisableItem(nWhich);
1791             }
1792             break;
1793         }
1794         nWhich = aIter.NextWhich();
1795     }
1796 }
1797 /* -----------------------------2002/07/05 10:31------------------------------
1798     Switch on/off header of footer of a page style - if an empty name is
1799     given all styles are changed
1800  ---------------------------------------------------------------------------*/
1801 void SwTextShell::ChangeHeaderOrFooter(
1802     const String& rStyleName, sal_Bool bHeader, sal_Bool bOn, sal_Bool bShowWarning)
1803 {
1804     SwWrtShell& rSh = GetShell();
1805     rSh.StartAllAction();
1806     rSh.StartUndo( UNDO_HEADER_FOOTER ); // #i7983#
1807     sal_Bool bExecute = sal_True;
1808     sal_Bool bCrsrSet = sal_False;
1809     for( sal_uInt16 nFrom = 0, nTo = rSh.GetPageDescCnt();
1810             nFrom < nTo; ++nFrom )
1811     {
1812         int bChgd = sal_False;
1813         SwPageDesc aDesc( rSh.GetPageDesc( nFrom ));
1814         String sTmp(aDesc.GetName());
1815         if( !rStyleName.Len() || rStyleName == sTmp )
1816         {
1817             if( bShowWarning && !bOn && GetActiveView() && GetActiveView() == &GetView() &&
1818                     ((bHeader && aDesc.GetMaster().GetHeader().IsActive()) ||
1819                         (!bHeader && aDesc.GetMaster().GetFooter().IsActive())))
1820             {
1821                 bShowWarning = sal_False;
1822                 //Actions have to be closed while the dialog is showing
1823                 rSh.EndAllAction();
1824 
1825                 Window* pParent = &GetView().GetViewFrame()->GetWindow();
1826                 sal_Bool bRet = RET_YES == QueryBox( pParent, ResId( RID_SVXQBX_DELETE_HEADFOOT,
1827                                         DIALOG_MGR() ) ).Execute();
1828                 bExecute = bRet;
1829                 rSh.StartAllAction();
1830             }
1831             if( bExecute )
1832             {
1833                 bChgd = sal_True;
1834                 SwFrmFmt &rMaster = aDesc.GetMaster();
1835                 if(bHeader)
1836                     rMaster.SetFmtAttr( SwFmtHeader( bOn ));
1837                 else
1838                     rMaster.SetFmtAttr( SwFmtFooter( bOn ));
1839                 if( bOn )
1840                 {
1841                     SvxULSpaceItem aUL(bHeader ? 0 : MM50, bHeader ? MM50 : 0, RES_UL_SPACE );
1842                     SwFrmFmt* pFmt = bHeader ?
1843                         (SwFrmFmt*)rMaster.GetHeader().GetHeaderFmt() :
1844                         (SwFrmFmt*)rMaster.GetFooter().GetFooterFmt();
1845                     pFmt->SetFmtAttr( aUL );
1846                 }
1847             }
1848             if( bChgd )
1849             {
1850                 rSh.ChgPageDesc( nFrom, aDesc );
1851 
1852                 if( !bCrsrSet && bOn )
1853                     bCrsrSet = rSh.SetCrsrInHdFt(
1854                             !rStyleName.Len() ? (sal_uInt16)0xFFFF : nFrom,
1855                             bHeader );
1856             }
1857         }
1858     }
1859     rSh.EndUndo( UNDO_HEADER_FOOTER ); // #i7983#
1860     rSh.EndAllAction();
1861 }
1862 
1863