Line data Source code
1 : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 : /*
3 : * This file is part of the LibreOffice project.
4 : *
5 : * This Source Code Form is subject to the terms of the Mozilla Public
6 : * License, v. 2.0. If a copy of the MPL was not distributed with this
7 : * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 : *
9 : * This file incorporates work covered by the following license notice:
10 : *
11 : * Licensed to the Apache Software Foundation (ASF) under one or more
12 : * contributor license agreements. See the NOTICE file distributed
13 : * with this work for additional information regarding copyright
14 : * ownership. The ASF licenses this file to you under the Apache
15 : * License, Version 2.0 (the "License"); you may not use this file
16 : * except in compliance with the License. You may obtain a copy of
17 : * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 : */
19 :
20 : #include <com/sun/star/util/SearchOptions.hpp>
21 : #include <com/sun/star/util/SearchFlags.hpp>
22 : #include <com/sun/star/i18n/TransliterationModules.hpp>
23 : #include <svtools/filter.hxx>
24 : #include <com/sun/star/sdb/DatabaseContext.hpp>
25 : #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
26 : #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
27 : #include <com/sun/star/ui/dialogs/ListboxControlActions.hpp>
28 : #include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
29 : #include <svl/aeitem.hxx>
30 : #include <SwStyleNameMapper.hxx>
31 : #include <docary.hxx>
32 : #include <hintids.hxx>
33 : #include <SwRewriter.hxx>
34 : #include <numrule.hxx>
35 : #include <swundo.hxx>
36 : #include <caption.hxx>
37 : #include <svl/PasswordHelper.hxx>
38 : #include <svl/urihelper.hxx>
39 : #include <svtools/miscopt.hxx>
40 : #include <sfx2/passwd.hxx>
41 : #include <sfx2/sfxdlg.hxx>
42 : #include <sfx2/filedlghelper.hxx>
43 : #include <sfx2/sfxhelp.hxx>
44 : #include <editeng/langitem.hxx>
45 : #include <svx/viewlayoutitem.hxx>
46 : #include <svx/zoomslideritem.hxx>
47 : #include <svtools/xwindowitem.hxx>
48 : #include <svx/linkwarn.hxx>
49 : #include <svx/htmlmode.hxx>
50 : #include <vcl/svapp.hxx>
51 : #include <vcl/wrkwin.hxx>
52 : #include <sfx2/app.hxx>
53 : #include <sfx2/request.hxx>
54 : #include <sfx2/bindings.hxx>
55 : #include <editeng/lrspitem.hxx>
56 : #include <svtools/txtcmp.hxx>
57 : #include "editeng/unolingu.hxx"
58 : #include <vcl/msgbox.hxx>
59 : #include <editeng/tstpitem.hxx>
60 : #include <sfx2/event.hxx>
61 : #include <sfx2/docfile.hxx>
62 : #include <sfx2/docfilt.hxx>
63 : #include <sfx2/fcontnr.hxx>
64 : #include <editeng/sizeitem.hxx>
65 : #include <sfx2/dispatch.hxx>
66 : #include <svl/whiter.hxx>
67 : #include <svl/ptitem.hxx>
68 : #include <sfx2/linkmgr.hxx>
69 : #include <tools/errinf.hxx>
70 : #include <tools/urlobj.hxx>
71 : #include <svx/svdview.hxx>
72 : #include <swtypes.hxx>
73 : #include <swwait.hxx>
74 : #include <redlndlg.hxx>
75 : #include <view.hxx>
76 : #include <uivwimp.hxx>
77 : #include <docsh.hxx>
78 : #include <doc.hxx>
79 : #include <IDocumentUndoRedo.hxx>
80 : #include <wrtsh.hxx>
81 : #include <viewopt.hxx>
82 : #include <basesh.hxx>
83 : #include <swmodule.hxx>
84 : #include <uitool.hxx>
85 : #include <shellio.hxx>
86 : #include <fmtinfmt.hxx>
87 : #include <mdiexp.hxx>
88 : #include <drawbase.hxx>
89 : #include <frmmgr.hxx>
90 : #include <pagedesc.hxx>
91 : #include <section.hxx>
92 : #include <usrpref.hxx>
93 : #include <IMark.hxx>
94 : #include <navipi.hxx>
95 : #include <tox.hxx>
96 : #include <workctrl.hxx>
97 : #include <scroll.hxx>
98 : #include <edtwin.hxx>
99 : #include <wview.hxx>
100 : #include <textsh.hxx>
101 : #include <tabsh.hxx>
102 : #include <listsh.hxx>
103 : #include <cmdid.h>
104 : #include <comcore.hrc>
105 : #include <poolfmt.hrc>
106 : #include <statstr.hrc>
107 : #include <swerror.h>
108 : #include <globals.hrc>
109 : #include <shells.hrc>
110 : #include <web.hrc>
111 : #include <view.hrc>
112 : #include <app.hrc>
113 : #include <fmtclds.hxx>
114 : #include <helpid.h>
115 : #include <svtools/templdlg.hxx>
116 : #include <dbconfig.hxx>
117 : #include <dbmgr.hxx>
118 :
119 : #include <PostItMgr.hxx>
120 :
121 : #include <ndtxt.hxx>
122 :
123 : #include <comphelper/processfactory.hxx>
124 : #include <comphelper/string.hxx>
125 :
126 : #include <svx/svxdlg.hxx>
127 : #include <svx/dialogs.hrc>
128 : #include "swabstdlg.hxx"
129 : #include "globals.hrc"
130 : #include <envelp.hrc>
131 : #include <fmthdft.hxx>
132 : #include <svx/ofaitem.hxx>
133 : #include <unomid.h>
134 : #include <docstat.hxx>
135 : #include <wordcountdialog.hxx>
136 :
137 : const char sStatusDelim[] = " : ";
138 : const char sStatusComma[] = " , ";//#outlinelevel, define a Variable for "," add by zhaojianwei
139 :
140 : using ::rtl::OUString;
141 : using namespace sfx2;
142 : using namespace ::com::sun::star;
143 : using namespace ::com::sun::star::i18n;
144 : using namespace ::com::sun::star::util;
145 : using namespace ::com::sun::star::uno;
146 : using namespace ::com::sun::star::lang;
147 : using namespace ::com::sun::star::scanner;
148 : using namespace ::com::sun::star::i18n;
149 : using namespace ::com::sun::star::beans;
150 : using namespace ::com::sun::star::container;
151 : using namespace ::com::sun::star::sdb;
152 : using namespace ::com::sun::star::ui::dialogs;
153 :
154 0 : static void lcl_SetAllTextToDefaultLanguage( SwWrtShell &rWrtSh, sal_uInt16 nWhichId )
155 : {
156 0 : if (nWhichId == RES_CHRATR_LANGUAGE ||
157 : nWhichId == RES_CHRATR_CJK_LANGUAGE ||
158 : nWhichId == RES_CHRATR_CTL_LANGUAGE)
159 : {
160 0 : rWrtSh.StartAction();
161 0 : rWrtSh.LockView( sal_True );
162 0 : rWrtSh.Push();
163 :
164 : // prepare to apply new language to all text in document
165 0 : rWrtSh.SelAll();
166 0 : rWrtSh.ExtendedSelectAll();
167 :
168 : // set language attribute to default for all text
169 0 : std::set<sal_uInt16> aAttribs;
170 0 : aAttribs.insert( nWhichId );
171 0 : rWrtSh.ResetAttr( aAttribs );
172 :
173 0 : rWrtSh.Pop( sal_False );
174 0 : rWrtSh.LockView( sal_False );
175 0 : rWrtSh.EndAction();
176 : }
177 0 : }
178 :
179 : /*---------------------------------------------------------------------------
180 : Beschreibung: String fuer die Seitenanzeige in der Statusbar basteln.
181 : ----------------------------------------------------------------------------*/
182 11 : String SwView::GetPageStr( sal_uInt16 nPg, sal_uInt16 nLogPg,
183 : const String& rDisplay )
184 : {
185 11 : String aStr( aPageStr );
186 11 : if( rDisplay.Len() )
187 11 : aStr += rDisplay;
188 : else
189 0 : aStr += String::CreateFromInt32(nLogPg);
190 :
191 11 : if( nLogPg && nLogPg != nPg )
192 : {
193 0 : aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM(" "));
194 0 : aStr += String::CreateFromInt32(nPg);
195 : }
196 11 : aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM(" / "));
197 11 : aStr += String::CreateFromInt32( GetWrtShell().GetPageCnt() );
198 :
199 11 : return aStr;
200 : }
201 :
202 0 : int SwView::InsertGraphic( const String &rPath, const String &rFilter,
203 : sal_Bool bLink, GraphicFilter *pFlt,
204 : Graphic* pPreviewGrf, sal_Bool bRule )
205 : {
206 0 : SwWait aWait( *GetDocShell(), sal_True );
207 :
208 0 : Graphic aGrf;
209 0 : int nRes = GRFILTER_OK;
210 0 : if ( pPreviewGrf )
211 0 : aGrf = *pPreviewGrf;
212 : else
213 : {
214 0 : if( !pFlt )
215 0 : pFlt = &GraphicFilter::GetGraphicFilter();
216 0 : nRes = GraphicFilter::LoadGraphic( rPath, rFilter, aGrf, pFlt );
217 : }
218 :
219 0 : if( GRFILTER_OK == nRes )
220 : {
221 0 : SwFlyFrmAttrMgr aFrmMgr( sal_True, GetWrtShellPtr(), FRMMGR_TYPE_GRF );
222 :
223 0 : SwWrtShell &rSh = GetWrtShell();
224 0 : rSh.StartAction();
225 0 : if( bLink )
226 : {
227 0 : SwDocShell* pDocSh = GetDocShell();
228 : INetURLObject aTemp(
229 0 : pDocSh->HasName() ?
230 0 : pDocSh->GetMedium()->GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) :
231 0 : rtl::OUString());
232 :
233 : String sURL = URIHelper::SmartRel2Abs(
234 0 : aTemp, rPath, URIHelper::GetMaybeFileHdl() );
235 :
236 : rSh.Insert( sURL,
237 0 : rFilter, aGrf, &aFrmMgr, bRule );
238 : }
239 : else
240 0 : rSh.Insert( aEmptyStr, aEmptyStr, aGrf, &aFrmMgr );
241 : // nach dem EndAction ist es zu spaet, weil die Shell dann schon zerstoert sein kann
242 0 : rSh.EndAction();
243 : }
244 0 : return nRes;
245 : }
246 :
247 0 : sal_Bool SwView::InsertGraphicDlg( SfxRequest& rReq )
248 : {
249 0 : sal_Bool bReturn = sal_False;
250 0 : SwDocShell* pDocShell = GetDocShell();
251 0 : sal_uInt16 nHtmlMode = ::GetHtmlMode(pDocShell);
252 : // im HTML-Mode nur verknuepft einfuegen
253 : FileDialogHelper* pFileDlg = new FileDialogHelper(
254 : ui::dialogs::TemplateDescription::FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE,
255 0 : SFXWB_GRAPHIC );
256 0 : pFileDlg->SetTitle(SW_RESSTR(STR_INSERT_GRAPHIC ));
257 0 : pFileDlg->SetContext( FileDialogHelper::SW_INSERT_GRAPHIC );
258 0 : uno::Reference < XFilePicker > xFP = pFileDlg->GetFilePicker();
259 0 : uno::Reference < XFilePickerControlAccess > xCtrlAcc(xFP, UNO_QUERY);
260 0 : if(nHtmlMode & HTMLMODE_ON)
261 : {
262 0 : sal_Bool bTrue = sal_True;
263 0 : Any aVal(&bTrue, ::getBooleanCppuType());
264 0 : xCtrlAcc->setValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0, aVal);
265 0 : xCtrlAcc->enableControl( ExtendedFilePickerElementIds::CHECKBOX_LINK, sal_False);
266 : }
267 :
268 0 : std::vector<String> aFormats;
269 0 : SwDoc* pDoc = pDocShell->GetDoc();
270 0 : const sal_uInt16 nArrLen = pDoc->GetFrmFmts()->size();
271 : sal_uInt16 i;
272 0 : for( i = 0; i < nArrLen; i++ )
273 : {
274 0 : SwFrmFmt* pFmt = (*pDoc->GetFrmFmts())[ i ];
275 0 : if(pFmt->IsDefault() || pFmt->IsAuto())
276 0 : continue;
277 0 : aFormats.push_back(pFmt->GetName());
278 : }
279 :
280 : // pool formats
281 : //
282 0 : const boost::ptr_vector<String>& rFrmPoolArr(SwStyleNameMapper::GetFrmFmtUINameArray());
283 0 : for( i = 0; i < rFrmPoolArr.size(); ++i )
284 : {
285 0 : aFormats.push_back(rFrmPoolArr[i]);
286 : }
287 :
288 0 : std::sort(aFormats.begin(), aFormats.end());
289 0 : aFormats.erase(std::unique(aFormats.begin(), aFormats.end()), aFormats.end());
290 :
291 0 : Sequence<OUString> aListBoxEntries(aFormats.size());
292 0 : OUString* pEntries = aListBoxEntries.getArray();
293 0 : sal_Int16 nSelect = 0;
294 0 : String sGraphicFormat = SW_RESSTR(STR_POOLFRM_GRAPHIC);
295 0 : for( i = 0; i < aFormats.size(); i++ )
296 : {
297 0 : pEntries[i] = aFormats[i];
298 0 : if(pEntries[i].equals(sGraphicFormat))
299 0 : nSelect = i;
300 : }
301 : try
302 : {
303 0 : Any aTemplates(&aListBoxEntries, ::getCppuType(&aListBoxEntries));
304 :
305 0 : xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE,
306 0 : ListboxControlActions::ADD_ITEMS , aTemplates );
307 :
308 0 : Any aSelectPos(&nSelect, ::getCppuType(&nSelect));
309 0 : xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE,
310 0 : ListboxControlActions::SET_SELECT_ITEM, aSelectPos );
311 : }
312 0 : catch (const Exception&)
313 : {
314 : OSL_FAIL("control acces failed");
315 : }
316 :
317 0 : SFX_REQUEST_ARG( rReq, pName, SfxStringItem, SID_INSERT_GRAPHIC , sal_False );
318 0 : sal_Bool bShowError = !pName;
319 0 : if( pName || ERRCODE_NONE == pFileDlg->Execute() )
320 : {
321 :
322 0 : String aFileName, aFilterName;
323 0 : if ( pName )
324 : {
325 0 : aFileName = pName->GetValue();
326 0 : SFX_REQUEST_ARG( rReq, pFilter, SfxStringItem, FN_PARAM_FILTER , sal_False );
327 0 : if ( pFilter )
328 0 : aFilterName = pFilter->GetValue();
329 : }
330 : else
331 : {
332 0 : aFileName = pFileDlg->GetPath();
333 0 : aFilterName = pFileDlg->GetCurrentFilter();
334 0 : rReq.AppendItem( SfxStringItem( SID_INSERT_GRAPHIC, aFileName ) );
335 0 : rReq.AppendItem( SfxStringItem( FN_PARAM_FILTER, aFilterName ) );
336 :
337 0 : sal_Bool bAsLink = sal_False;
338 0 : if(nHtmlMode & HTMLMODE_ON)
339 0 : bAsLink = sal_True;
340 : else
341 : {
342 : try
343 : {
344 0 : Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0);
345 : OSL_ENSURE(aVal.hasValue(), "Value CBX_INSERT_AS_LINK not found");
346 0 : bAsLink = aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_True;
347 0 : Any aTemplateValue = xCtrlAcc->getValue(
348 : ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE,
349 0 : ListboxControlActions::GET_SELECTED_ITEM );
350 0 : OUString sTmpl;
351 0 : aTemplateValue >>= sTmpl;
352 0 : rReq.AppendItem( SfxStringItem( FN_PARAM_2, sTmpl) );
353 : }
354 0 : catch (const Exception&)
355 : {
356 : OSL_FAIL("control access failed");
357 : }
358 : }
359 0 : rReq.AppendItem( SfxBoolItem( FN_PARAM_1, bAsLink ) );
360 : }
361 :
362 0 : SFX_REQUEST_ARG( rReq, pAsLink, SfxBoolItem, FN_PARAM_1 , sal_False );
363 0 : SFX_REQUEST_ARG( rReq, pStyle, SfxStringItem, FN_PARAM_2 , sal_False );
364 :
365 0 : sal_Bool bAsLink = sal_False;
366 0 : if( nHtmlMode & HTMLMODE_ON )
367 0 : bAsLink = sal_True;
368 : else
369 : {
370 0 : if ( rReq.GetArgs() )
371 : {
372 0 : if ( pAsLink )
373 0 : bAsLink = pAsLink->GetValue();
374 0 : if ( pStyle && pStyle->GetValue().Len() )
375 0 : sGraphicFormat = pStyle->GetValue();
376 : }
377 : else
378 : {
379 0 : Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0);
380 : OSL_ENSURE(aVal.hasValue(), "Value CBX_INSERT_AS_LINK not found");
381 0 : bAsLink = aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_True;
382 0 : Any aTemplateValue = xCtrlAcc->getValue(
383 : ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE,
384 0 : ListboxControlActions::GET_SELECTED_ITEM );
385 0 : OUString sTmpl;
386 0 : aTemplateValue >>= sTmpl;
387 0 : if( !sTmpl.isEmpty() )
388 0 : sGraphicFormat = sTmpl;
389 0 : rReq.AppendItem( SfxStringItem( FN_PARAM_2, sGraphicFormat ) );
390 0 : rReq.AppendItem( SfxBoolItem( FN_PARAM_1, bAsLink ) );
391 : }
392 :
393 : // really store as link only?
394 0 : if( bAsLink && SvtMiscOptions().ShowLinkWarningDialog() )
395 : {
396 0 : SvxLinkWarningDialog aWarnDlg(GetWindow(),pFileDlg->GetPath());
397 0 : if( aWarnDlg.Execute() != RET_OK )
398 0 : bAsLink=sal_False; // don't store as link
399 : }
400 : }
401 :
402 0 : SwWrtShell& rSh = GetWrtShell();
403 0 : rSh.LockPaint();
404 0 : rSh.StartAction();
405 :
406 0 : SwRewriter aRewriter;
407 0 : aRewriter.AddRule(UndoArg1, SW_RESSTR(STR_GRAPHIC_DEFNAME));
408 :
409 0 : rSh.StartUndo(UNDO_INSERT, &aRewriter);
410 :
411 0 : int nError = InsertGraphic( aFileName, aFilterName, bAsLink, &GraphicFilter::GetGraphicFilter() );
412 :
413 : // Format ist ungleich Current Filter, jetzt mit auto. detection
414 0 : if( nError == GRFILTER_FORMATERROR )
415 0 : nError = InsertGraphic( aFileName, aEmptyStr, bAsLink, &GraphicFilter::GetGraphicFilter() );
416 0 : if ( rSh.IsFrmSelected() )
417 : {
418 0 : SwFrmFmt* pFmt = pDoc->FindFrmFmtByName( sGraphicFormat );
419 0 : if(!pFmt)
420 : pFmt = pDoc->MakeFrmFmt(sGraphicFormat,
421 : pDocShell->GetDoc()->GetDfltFrmFmt(),
422 0 : true, false);
423 0 : rSh.SetFrmFmt( pFmt );
424 : }
425 :
426 0 : RESOURCE_TYPE nResId = 0;
427 0 : switch( nError )
428 : {
429 : case GRFILTER_OPENERROR:
430 0 : nResId = STR_GRFILTER_OPENERROR;
431 0 : break;
432 : case GRFILTER_IOERROR:
433 0 : nResId = STR_GRFILTER_IOERROR;
434 0 : break;
435 : case GRFILTER_FORMATERROR:
436 0 : nResId = STR_GRFILTER_FORMATERROR;
437 0 : break;
438 : case GRFILTER_VERSIONERROR:
439 0 : nResId = STR_GRFILTER_VERSIONERROR;
440 0 : break;
441 : case GRFILTER_FILTERERROR:
442 0 : nResId = STR_GRFILTER_FILTERERROR;
443 0 : break;
444 : case GRFILTER_TOOBIG:
445 0 : nResId = STR_GRFILTER_TOOBIG;
446 0 : break;
447 : }
448 :
449 0 : rSh.EndAction();
450 0 : rSh.UnlockPaint();
451 0 : if( nResId )
452 : {
453 0 : if( bShowError )
454 : {
455 0 : InfoBox aInfoBox( GetWindow(), SW_RESSTR( nResId ));
456 0 : aInfoBox.Execute();
457 : }
458 0 : rReq.Ignore();
459 : }
460 : else
461 : {
462 : // set the specific graphic attrbutes to the graphic
463 0 : bReturn = sal_True;
464 0 : AutoCaption( GRAPHIC_CAP );
465 0 : rReq.Done();
466 : }
467 :
468 0 : rSh.EndUndo(); // due to possible change of Shell
469 : }
470 :
471 0 : delete pFileDlg;
472 :
473 0 : return bReturn;
474 : }
475 :
476 0 : void SwView::Execute(SfxRequest &rReq)
477 : {
478 0 : sal_uInt16 nSlot = rReq.GetSlot();
479 0 : const SfxItemSet* pArgs = rReq.GetArgs();
480 : const SfxPoolItem* pItem;
481 0 : sal_Bool bIgnore = sal_False;
482 0 : switch( nSlot )
483 : {
484 : case SID_CREATE_SW_DRAWVIEW:
485 0 : pWrtShell->getIDocumentDrawModelAccess()->GetOrCreateDrawModel();
486 0 : break;
487 :
488 : case FN_LINE_NUMBERING_DLG:
489 : {
490 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
491 : OSL_ENSURE(pFact, "Dialogdiet fail!");
492 0 : VclAbstractDialog* pDlg = pFact->CreateVclSwViewDialog(*this);
493 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
494 0 : pDlg->Execute();
495 0 : delete pDlg;
496 0 : break;
497 : }
498 : case FN_EDIT_LINK_DLG:
499 0 : EditLinkDlg();
500 0 : break;
501 : case FN_REFRESH_VIEW:
502 0 : GetEditWin().Invalidate();
503 0 : break;
504 : case FN_PAGEUP:
505 : case FN_PAGEUP_SEL:
506 : case FN_PAGEDOWN:
507 : case FN_PAGEDOWN_SEL:
508 : {
509 0 : Rectangle aVis( GetVisArea() );
510 0 : SwEditWin& rTmpWin = GetEditWin();
511 0 : if ( FN_PAGEUP == nSlot || FN_PAGEUP_SEL == nSlot )
512 0 : PageUpCrsr(FN_PAGEUP_SEL == nSlot);
513 : else
514 0 : PageDownCrsr(FN_PAGEDOWN_SEL == nSlot);
515 :
516 : rReq.SetReturnValue(SfxBoolItem(nSlot,
517 0 : aVis != GetVisArea()));
518 : //#i42732# - notify the edit window that from now on we do not use the input language
519 0 : rTmpWin.SetUseInputLanguage( sal_False );
520 : }
521 0 : break;
522 : case FN_REDLINE_ON:
523 : {
524 0 : if( pArgs &&
525 0 : SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem ))
526 : {
527 0 : IDocumentRedlineAccess* pIDRA = pWrtShell->getIDocumentRedlineAccess();
528 0 : Sequence <sal_Int8> aPasswd = pIDRA->GetRedlinePassword();
529 0 : if( aPasswd.getLength() )
530 : {
531 : OSL_ENSURE( !((const SfxBoolItem*)pItem)->GetValue(), "SwView::Execute(): password set an redlining off doesn't match!" );
532 : // xmlsec05: new password dialog
533 : Window* pParent;
534 : const SfxPoolItem* pParentItem;
535 0 : if( SFX_ITEM_SET == pArgs->GetItemState( SID_ATTR_XWINDOW, sal_False, &pParentItem ) )
536 0 : pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr();
537 : else
538 0 : pParent = &GetViewFrame()->GetWindow();
539 0 : SfxPasswordDialog aPasswdDlg( pParent );
540 0 : aPasswdDlg.SetMinLen( 1 );
541 : //#i69751# the result of Execute() can be ignored
542 0 : aPasswdDlg.Execute();
543 0 : String sNewPasswd( aPasswdDlg.GetPassword() );
544 0 : Sequence <sal_Int8> aNewPasswd = pIDRA->GetRedlinePassword();
545 0 : SvPasswordHelper::GetHashPassword( aNewPasswd, sNewPasswd );
546 0 : if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd))
547 0 : pIDRA->SetRedlinePassword(Sequence <sal_Int8> ());
548 : else
549 : { // xmlsec05: message box for wrong password
550 : break;
551 0 : }
552 : }
553 :
554 0 : sal_uInt16 nOn = ((const SfxBoolItem*)pItem)->GetValue() ? nsRedlineMode_t::REDLINE_ON : 0;
555 0 : sal_uInt16 nMode = pWrtShell->GetRedlineMode();
556 0 : pWrtShell->SetRedlineModeAndCheckInsMode( (nMode & ~nsRedlineMode_t::REDLINE_ON) | nOn);
557 : }
558 : }
559 0 : break;
560 : case FN_REDLINE_PROTECT :
561 : {
562 0 : IDocumentRedlineAccess* pIDRA = pWrtShell->getIDocumentRedlineAccess();
563 0 : Sequence <sal_Int8> aPasswd = pIDRA->GetRedlinePassword();
564 0 : if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )
565 0 : && ((SfxBoolItem*)pItem)->GetValue() == ( aPasswd.getLength() != 0 ) )
566 : break;
567 :
568 : // xmlsec05: new password dialog
569 : // message box for wrong password
570 : Window* pParent;
571 : const SfxPoolItem* pParentItem;
572 0 : if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_ATTR_XWINDOW, sal_False, &pParentItem ) )
573 0 : pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr();
574 : else
575 0 : pParent = &GetViewFrame()->GetWindow();
576 0 : SfxPasswordDialog aPasswdDlg( pParent );
577 0 : aPasswdDlg.SetMinLen( 1 );
578 0 : if(!aPasswd.getLength())
579 0 : aPasswdDlg.ShowExtras(SHOWEXTRAS_CONFIRM);
580 0 : if (aPasswdDlg.Execute())
581 : {
582 0 : sal_uInt16 nOn = nsRedlineMode_t::REDLINE_ON;
583 0 : String sNewPasswd( aPasswdDlg.GetPassword() );
584 : Sequence <sal_Int8> aNewPasswd =
585 0 : pIDRA->GetRedlinePassword();
586 0 : SvPasswordHelper::GetHashPassword( aNewPasswd, sNewPasswd );
587 0 : if(!aPasswd.getLength())
588 : {
589 0 : pIDRA->SetRedlinePassword(aNewPasswd);
590 : }
591 0 : else if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd))
592 : {
593 0 : pIDRA->SetRedlinePassword(Sequence <sal_Int8> ());
594 0 : nOn = 0;
595 : }
596 0 : sal_uInt16 nMode = pIDRA->GetRedlineMode();
597 0 : pWrtShell->SetRedlineModeAndCheckInsMode( (nMode & ~nsRedlineMode_t::REDLINE_ON) | nOn);
598 0 : rReq.AppendItem( SfxBoolItem( FN_REDLINE_PROTECT, ((nMode&nsRedlineMode_t::REDLINE_ON)==0) ) );
599 : }
600 : else
601 0 : bIgnore = sal_True;
602 : }
603 0 : break;
604 : case FN_REDLINE_SHOW:
605 :
606 0 : if( pArgs &&
607 0 : SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem))
608 : {
609 : sal_uInt16 nMode = ( ~(nsRedlineMode_t::REDLINE_SHOW_INSERT | nsRedlineMode_t::REDLINE_SHOW_DELETE)
610 0 : & pWrtShell->GetRedlineMode() ) | nsRedlineMode_t::REDLINE_SHOW_INSERT;
611 0 : if( ((const SfxBoolItem*)pItem)->GetValue() )
612 0 : nMode |= nsRedlineMode_t::REDLINE_SHOW_DELETE;
613 :
614 0 : pWrtShell->SetRedlineModeAndCheckInsMode( nMode );
615 : }
616 0 : break;
617 : case FN_MAILMERGE_SENDMAIL_CHILDWINDOW:
618 : case FN_REDLINE_ACCEPT:
619 0 : GetViewFrame()->ToggleChildWindow(nSlot);
620 0 : break;
621 : case FN_REDLINE_ACCEPT_DIRECT:
622 : case FN_REDLINE_REJECT_DIRECT:
623 : {
624 : // We check for a redline at the start of the selection/cursor, not the point.
625 : // This ensures we work properly with FN_REDLINE_NEXT_CHANGE, which leaves the
626 : // point at the *end* of the redline and the mark at the start (so GetRedline
627 : // would return NULL if called on the point)
628 0 : SwDoc *pDoc = pWrtShell->GetDoc();
629 0 : SwPaM *pCursor = pWrtShell->GetCrsr();
630 :
631 0 : sal_uInt16 nRedline = 0;
632 0 : const SwRedline *pRedline = pDoc->GetRedline(*pCursor->Start(), &nRedline);
633 : assert(pRedline != 0);
634 0 : if (pRedline)
635 : {
636 0 : if (FN_REDLINE_ACCEPT_DIRECT == nSlot)
637 0 : pWrtShell->AcceptRedline(nRedline);
638 : else
639 0 : pWrtShell->RejectRedline(nRedline);
640 : }
641 : }
642 0 : break;
643 :
644 : case FN_REDLINE_NEXT_CHANGE:
645 : {
646 0 : const SwRedline *pCurrent = pWrtShell->GetCurrRedline();
647 0 : const SwRedline *pNext = pWrtShell->SelNextRedline();
648 :
649 : // FN_REDLINE_PREV_CHANGE leaves the selection point at the start of the redline.
650 : // In such cases, SelNextRedline (which starts searching from the selection point)
651 : // immediately finds the current redline and advances the selection point to its end.
652 : //
653 : // This behavior means that PREV_CHANGE followed by NEXT_CHANGE would not change
654 : // the current redline, so we detect it and select the next redline again.
655 0 : if (pCurrent && pCurrent == pNext)
656 0 : pNext = pWrtShell->SelNextRedline();
657 :
658 0 : if (pNext)
659 0 : pWrtShell->SetInSelect();
660 : }
661 0 : break;
662 :
663 : case FN_REDLINE_PREV_CHANGE:
664 : {
665 0 : const SwPaM *pCursor = pWrtShell->GetCrsr();
666 0 : const SwPosition initialCursorStart = *pCursor->Start();
667 0 : const SwRedline *pPrev = pWrtShell->SelPrevRedline();
668 :
669 0 : if (pPrev)
670 : {
671 : // FN_REDLINE_NEXT_CHANGE leaves the selection point at the end of the redline.
672 : // In such cases, SelPrevRedline (which starts searching from the selection point)
673 : // immediately finds the current redline and advances the selection point to its
674 : // start.
675 : //
676 : // This behavior means that NEXT_CHANGE followed by PREV_CHANGE would not change
677 : // the current redline, so we detect it and move to the previous redline again.
678 0 : if (initialCursorStart == *pPrev->Start())
679 0 : pPrev = pWrtShell->SelPrevRedline();
680 : }
681 :
682 0 : if (pPrev)
683 0 : pWrtShell->SetInSelect();
684 : }
685 0 : break;
686 :
687 : case SID_DOCUMENT_COMPARE:
688 : case SID_DOCUMENT_MERGE:
689 : {
690 0 : String sFileName, sFilterName;
691 0 : sal_Int16 nVersion = 0;
692 0 : bool bHasFileName = false;
693 0 : pViewImpl->SetParam( 0 );
694 :
695 0 : if( pArgs )
696 : {
697 0 : if( SFX_ITEM_SET == pArgs->GetItemState( SID_FILE_NAME, sal_False, &pItem ))
698 0 : sFileName = ((const SfxStringItem*)pItem)->GetValue();
699 0 : bHasFileName = ( sFileName.Len() > 0 );
700 :
701 0 : if( SFX_ITEM_SET == pArgs->GetItemState( SID_FILTER_NAME, sal_False, &pItem ))
702 0 : sFilterName = ((const SfxStringItem*)pItem)->GetValue();
703 :
704 0 : if( SFX_ITEM_SET == pArgs->GetItemState( SID_VERSION, sal_False, &pItem ))
705 : {
706 0 : nVersion = ((const SfxInt16Item *)pItem)->GetValue();
707 0 : pViewImpl->SetParam( nVersion );
708 : }
709 : }
710 :
711 0 : pViewImpl->InitRequest( rReq );
712 0 : long nFound = InsertDoc( nSlot, sFileName, sFilterName, nVersion );
713 :
714 0 : if ( bHasFileName )
715 : {
716 0 : rReq.SetReturnValue( SfxInt32Item( nSlot, nFound ));
717 :
718 0 : if (nFound > 0) // Redline-Browser anzeigen
719 : {
720 0 : SfxViewFrame* pVFrame = GetViewFrame();
721 0 : pVFrame->ShowChildWindow(FN_REDLINE_ACCEPT);
722 :
723 : // RedlineDlg neu initialisieren
724 0 : sal_uInt16 nId = SwRedlineAcceptChild::GetChildWindowId();
725 : SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*)
726 0 : pVFrame->GetChildWindow(nId);
727 0 : if (pRed)
728 0 : pRed->ReInitDlg(GetDocShell());
729 : }
730 : }
731 : else
732 0 : bIgnore = sal_True;
733 : }
734 0 : break;
735 : case FN_SYNC_LABELS:
736 : case FN_MAILMERGE_CHILDWINDOW:
737 0 : GetViewFrame()->ShowChildWindow(nSlot, sal_True);
738 0 : break;
739 : case FN_ESCAPE:
740 : {
741 0 : if ( pWrtShell->HasDrawView() && pWrtShell->GetDrawView()->IsDragObj() )
742 : {
743 0 : pWrtShell->BreakDrag();
744 0 : pWrtShell->EnterSelFrmMode();
745 : }
746 0 : else if ( pWrtShell->IsDrawCreate() )
747 : {
748 0 : GetDrawFuncPtr()->BreakCreate();
749 0 : AttrChangedNotify(pWrtShell); // ggf Shellwechsel...
750 : }
751 0 : else if ( pWrtShell->HasSelection() || IsDrawMode() )
752 : {
753 0 : SdrView *pSdrView = pWrtShell->HasDrawView() ? pWrtShell->GetDrawView() : 0;
754 0 : if(pSdrView && pSdrView->AreObjectsMarked() &&
755 0 : pSdrView->GetHdlList().GetFocusHdl())
756 : {
757 0 : ((SdrHdlList&)pSdrView->GetHdlList()).ResetFocusHdl();
758 : }
759 : else
760 : {
761 0 : if(pSdrView)
762 : {
763 0 : LeaveDrawCreate();
764 0 : Point aPt(LONG_MIN, LONG_MIN);
765 : //go out of the frame
766 0 : pWrtShell->SelectObj(aPt, SW_LEAVE_FRAME);
767 0 : SfxBindings& rBind = GetViewFrame()->GetBindings();
768 0 : rBind.Invalidate( SID_ATTR_SIZE );
769 : }
770 0 : pWrtShell->EnterStdMode();
771 0 : AttrChangedNotify(pWrtShell); // ggf Shellwechsel...
772 : }
773 : }
774 0 : else if ( GetEditWin().GetApplyTemplate() )
775 : {
776 0 : GetEditWin().SetApplyTemplate(SwApplyTemplate());
777 : }
778 0 : else if( ((SfxObjectShell*)GetDocShell())->IsInPlaceActive() )
779 : {
780 0 : Escape();
781 : }
782 0 : else if ( GetEditWin().IsChainMode() )
783 : {
784 0 : GetEditWin().SetChainMode( sal_False );
785 : }
786 0 : else if( pWrtShell->GetFlyFrmFmt() )
787 : {
788 0 : const SwFrmFmt* pFmt = pWrtShell->GetFlyFrmFmt();
789 0 : if(pWrtShell->GotoFly( pFmt->GetName(), FLYCNTTYPE_FRM ))
790 : {
791 0 : pWrtShell->HideCrsr();
792 0 : pWrtShell->EnterSelFrmMode();
793 : }
794 : }
795 : else
796 : {
797 0 : SfxBoolItem aItem( SID_WIN_FULLSCREEN, sal_False );
798 0 : GetViewFrame()->GetDispatcher()->Execute( SID_WIN_FULLSCREEN, SFX_CALLMODE_RECORD, &aItem, 0L );
799 0 : bIgnore = sal_True;
800 : }
801 : }
802 0 : break;
803 : case SID_ATTR_BORDER_INNER:
804 : case SID_ATTR_BORDER_OUTER:
805 : case SID_ATTR_BORDER_SHADOW:
806 0 : if(pArgs)
807 0 : pWrtShell->SetAttr(*pArgs);
808 0 : break;
809 :
810 : case SID_ATTR_PAGE:
811 : case SID_ATTR_PAGE_SIZE:
812 : case SID_ATTR_PAGE_MAXSIZE:
813 : case SID_ATTR_PAGE_PAPERBIN:
814 : case SID_ATTR_PAGE_EXT1:
815 : case FN_PARAM_FTN_INFO:
816 : {
817 0 : if(pArgs)
818 : {
819 0 : const sal_uInt16 nCurIdx = pWrtShell->GetCurPageDesc();
820 0 : SwPageDesc aPageDesc( pWrtShell->GetPageDesc( nCurIdx ) );
821 0 : ::ItemSetToPageDesc( *pArgs, aPageDesc );
822 : // Den Descriptor der Core veraendern.
823 0 : pWrtShell->ChgPageDesc( nCurIdx, aPageDesc );
824 : }
825 : }
826 0 : break;
827 : case FN_NAVIGATION_PI_GOTO_PAGE:
828 : {
829 0 : SfxViewFrame* pVFrame = GetViewFrame();
830 0 : SfxChildWindow* pCh = pVFrame->GetChildWindow( SID_NAVIGATOR );
831 0 : if(!pCh)
832 : {
833 0 : pVFrame->ToggleChildWindow( SID_NAVIGATOR );
834 0 : pCh = pVFrame->GetChildWindow( SID_NAVIGATOR );
835 :
836 : }
837 0 : ((SwNavigationPI*) pCh->GetContextWindow(SW_MOD()))->GotoPage();
838 : }
839 0 : break;
840 : case FN_EDIT_CURRENT_TOX:
841 : {
842 : GetViewFrame()->GetDispatcher()->Execute(
843 0 : FN_INSERT_MULTI_TOX, SFX_CALLMODE_ASYNCHRON);
844 : }
845 0 : break;
846 : case FN_UPDATE_CUR_TOX:
847 : {
848 0 : const SwTOXBase* pBase = pWrtShell->GetCurTOX();
849 0 : if(pBase)
850 : {
851 0 : pWrtShell->StartAction();
852 0 : if(TOX_INDEX == pBase->GetType())
853 0 : pWrtShell->ApplyAutoMark();
854 0 : pWrtShell->UpdateTableOf( *pBase );
855 0 : pWrtShell->EndAction();
856 : }
857 : }
858 0 : break;
859 : case FN_UPDATE_TOX:
860 : {
861 0 : pWrtShell->StartAction();
862 0 : pWrtShell->EnterStdMode();
863 0 : sal_Bool bOldCrsrInReadOnly = pWrtShell->IsReadOnlyAvailable();
864 0 : pWrtShell->SetReadOnlyAvailable( sal_True );
865 :
866 0 : for( sal_uInt16 i = 0; i < 2; ++i )
867 : {
868 0 : sal_uInt16 nCount = pWrtShell->GetTOXCount();
869 0 : if( 1 == nCount )
870 0 : ++i;
871 :
872 0 : while( pWrtShell->GotoPrevTOXBase() )
873 : ; // aufs erste Verzeichnis springen
874 :
875 : // falls wir nicht mehr in einem stehen, dann zum naechsten
876 : // springen.
877 0 : const SwTOXBase* pBase = pWrtShell->GetCurTOX();
878 0 : if( !pBase )
879 : {
880 0 : pWrtShell->GotoNextTOXBase();
881 0 : pBase = pWrtShell->GetCurTOX();
882 : }
883 :
884 0 : sal_Bool bAutoMarkApplied = sal_False;
885 0 : while( pBase )
886 : {
887 0 : if(TOX_INDEX == pBase->GetType() && !bAutoMarkApplied)
888 : {
889 0 : pWrtShell->ApplyAutoMark();
890 0 : bAutoMarkApplied = sal_True;
891 : }
892 : // das pBase wird nur fuer die Schnittstelle
893 : // benoetigt. Muss mal umgetstellt werden!!!
894 0 : pWrtShell->UpdateTableOf( *pBase );
895 :
896 0 : if( pWrtShell->GotoNextTOXBase() )
897 0 : pBase = pWrtShell->GetCurTOX();
898 : else
899 0 : pBase = 0;
900 : }
901 : }
902 0 : pWrtShell->SetReadOnlyAvailable( bOldCrsrInReadOnly );
903 0 : pWrtShell->EndAction();
904 : }
905 0 : break;
906 : case SID_ATTR_BRUSH:
907 : {
908 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(RES_BACKGROUND, sal_False, &pItem))
909 : {
910 0 : const sal_uInt16 nCurIdx = pWrtShell->GetCurPageDesc();
911 0 : SwPageDesc aDesc( pWrtShell->GetPageDesc( nCurIdx ));
912 0 : SwFrmFmt& rMaster = aDesc.GetMaster();
913 0 : rMaster.SetFmtAttr(*pItem);
914 0 : pWrtShell->ChgPageDesc( nCurIdx, aDesc);
915 : }
916 : }
917 0 : break;
918 : case SID_CLEARHISTORY:
919 : {
920 0 : pWrtShell->DelAllUndoObj();
921 : }
922 0 : break;
923 : case SID_UNDO:
924 : {
925 0 : pShell->ExecuteSlot(rReq);
926 : }
927 0 : break;
928 : case FN_INSERT_CTRL:
929 : case FN_INSERT_OBJ_CTRL:
930 : {
931 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem))
932 : {
933 0 : sal_uInt16 nValue = ((SfxUInt16Item*)pItem)->GetValue();
934 0 : switch ( nSlot )
935 : {
936 : case FN_INSERT_CTRL:
937 : {
938 0 : sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this);
939 0 : if(bWeb)
940 0 : SwView::nWebInsertCtrlState = nValue;
941 : else
942 0 : SwView::nInsertCtrlState = nValue;
943 : }
944 0 : break;
945 0 : case FN_INSERT_OBJ_CTRL: SwView::nInsertObjectCtrlState = nValue ;break;
946 : }
947 :
948 : }
949 0 : GetViewFrame()->GetBindings().Invalidate( nSlot );
950 : }
951 0 : break;
952 : #if defined WNT || defined UNX
953 : case SID_TWAIN_SELECT:
954 : case SID_TWAIN_TRANSFER:
955 0 : GetViewImpl()->ExecuteScan( rReq );
956 0 : break;
957 : #endif
958 :
959 : case SID_ATTR_DEFTABSTOP:
960 : {
961 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_DEFTABSTOP, sal_False, &pItem))
962 : {
963 0 : SvxTabStopItem aDefTabs( 0, 0, SVX_TAB_ADJUST_DEFAULT, RES_PARATR_TABSTOP );
964 0 : sal_uInt16 nTab = ((const SfxUInt16Item*)pItem)->GetValue();
965 0 : MakeDefTabs( nTab, aDefTabs );
966 0 : pWrtShell->SetDefault( aDefTabs );
967 : }
968 : }
969 0 : break;
970 : case SID_ATTR_LANGUAGE :
971 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_LANGUAGE, sal_False, &pItem))
972 : {
973 0 : SvxLanguageItem aLang(((SvxLanguageItem*)pItem)->GetLanguage(), RES_CHRATR_LANGUAGE);
974 0 : pWrtShell->SetDefault( aLang );
975 0 : lcl_SetAllTextToDefaultLanguage( *pWrtShell, RES_CHRATR_LANGUAGE );
976 : }
977 0 : break;
978 : case SID_ATTR_CHAR_CTL_LANGUAGE:
979 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(RES_CHRATR_CTL_LANGUAGE, sal_False, &pItem))
980 : {
981 0 : pWrtShell->SetDefault( *pItem );
982 0 : lcl_SetAllTextToDefaultLanguage( *pWrtShell, RES_CHRATR_CTL_LANGUAGE );
983 : }
984 0 : break;
985 : case SID_ATTR_CHAR_CJK_LANGUAGE:
986 0 : if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(RES_CHRATR_CJK_LANGUAGE, sal_False, &pItem))
987 : {
988 0 : pWrtShell->SetDefault( *pItem );
989 0 : lcl_SetAllTextToDefaultLanguage( *pWrtShell, RES_CHRATR_CJK_LANGUAGE );
990 : }
991 0 : break;
992 : case FN_SCROLL_NEXT_PREV:
993 0 : if(pArgs && pArgs->GetItemState(FN_SCROLL_NEXT_PREV, sal_False, &pItem))
994 : {
995 : // call the handlers of PageUp/DownButtons, only
996 0 : bool* pbNext = new bool ( ((const SfxBoolItem*)pItem)->GetValue() );
997 : // #i75416# move the execution of the search to an asynchronously called static link
998 0 : Application::PostUserEvent( STATIC_LINK(this, SwView, MoveNavigationHdl), pbNext );
999 : }
1000 0 : break;
1001 : case SID_JUMPTOMARK:
1002 0 : if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_JUMPTOMARK, sal_False, &pItem))
1003 0 : JumpToSwMark( (( const SfxStringItem*)pItem)->GetValue() );
1004 0 : break;
1005 : case SID_GALLERY :
1006 0 : GetViewFrame()->ChildWindowExecute(rReq);
1007 0 : break;
1008 : case SID_AVMEDIA_PLAYER :
1009 0 : GetViewFrame()->ChildWindowExecute(rReq);
1010 0 : break;
1011 : case SID_VIEW_DATA_SOURCE_BROWSER:
1012 : {
1013 0 : SfxViewFrame* pVFrame = GetViewFrame();
1014 0 : pVFrame->ChildWindowExecute(rReq);
1015 0 : if(pVFrame->HasChildWindow(SID_BROWSER))
1016 : {
1017 0 : const SwDBData& rData = GetWrtShell().GetDBDesc();
1018 0 : SW_MOD()->ShowDBObj(*this, rData, sal_False);
1019 : }
1020 : }
1021 0 : break;
1022 : case FN_INSERT_FIELD_DATA_ONLY :
1023 : {
1024 0 : sal_Bool bShow = sal_False;
1025 0 : if( pArgs &&
1026 0 : SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem ))
1027 0 : bShow = ((const SfxBoolItem*)pItem)->GetValue();
1028 0 : if((bShow && bInMailMerge) != GetViewFrame()->HasChildWindow(nSlot))
1029 0 : GetViewFrame()->ToggleChildWindow(nSlot);
1030 : //if fields have been successfully inserted call the "real"
1031 : //mail merge dialog
1032 0 : SwWrtShell &rSh = GetWrtShell();
1033 0 : if(bInMailMerge && rSh.IsAnyDatabaseFieldInDoc())
1034 : {
1035 0 : SwNewDBMgr* pNewDBMgr = rSh.GetNewDBMgr();
1036 0 : if (pNewDBMgr)
1037 : {
1038 0 : SwDBData aData;
1039 0 : aData = rSh.GetDBData();
1040 0 : rSh.EnterStdMode(); // Wechsel in Textshell erzwingen; ist fuer
1041 : // das Mischen von DB-Feldern notwendig.
1042 0 : AttrChangedNotify( &rSh );
1043 0 : pNewDBMgr->SetMergeType( DBMGR_MERGE );
1044 :
1045 0 : Sequence<PropertyValue> aProperties(3);
1046 0 : PropertyValue* pValues = aProperties.getArray();
1047 0 : pValues[0].Name = "DataSourceName";
1048 0 : pValues[1].Name = "Command";
1049 0 : pValues[2].Name = "CommandType";
1050 0 : pValues[0].Value <<= aData.sDataSource;
1051 0 : pValues[1].Value <<= aData.sCommand;
1052 0 : pValues[2].Value <<= aData.nCommandType;
1053 0 : pNewDBMgr->ExecuteFormLetter(rSh, aProperties, sal_True);
1054 : }
1055 : }
1056 0 : bInMailMerge &= bShow;
1057 0 : GetViewFrame()->GetBindings().Invalidate(FN_INSERT_FIELD);
1058 : }
1059 0 : break;
1060 : case FN_QRY_MERGE:
1061 : {
1062 0 : sal_Bool bUseCurrentDocument = sal_True;
1063 0 : sal_Bool bQuery = !pArgs||SFX_ITEM_SET != pArgs->GetItemState(nSlot);
1064 0 : if(bQuery)
1065 : {
1066 0 : SfxViewFrame* pTmpFrame = GetViewFrame();
1067 0 : SfxHelp::OpenHelpAgent( &pTmpFrame->GetFrame(), HID_MAIL_MERGE_SELECT );
1068 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
1069 : OSL_ENSURE(pFact, "Dialogdiet fail!");
1070 : AbstractMailMergeCreateFromDlg* pDlg = pFact->CreateMailMergeCreateFromDlg( DLG_MERGE_CREATE,
1071 0 : &pTmpFrame->GetWindow());
1072 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
1073 0 : if(RET_OK == pDlg->Execute())
1074 0 : bUseCurrentDocument = pDlg->IsThisDocument();
1075 : else
1076 0 : break;
1077 : }
1078 0 : GenerateFormLetter(bUseCurrentDocument);
1079 : }
1080 0 : break;
1081 : case SID_RECHECK_DOCUMENT:
1082 : {
1083 0 : SwDocShell* pDocShell = GetDocShell();
1084 0 : SwDoc* pDoc = pDocShell->GetDoc();
1085 0 : uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( pDoc->GetGCIterator() );
1086 0 : if( xGCIterator.is() )
1087 : {
1088 0 : xGCIterator->resetIgnoreRules();
1089 : }
1090 : // reset ignore lists
1091 0 : pDoc->SpellItAgainSam( true, false, false );
1092 : // clear ignore dictionary
1093 0 : uno::Reference< linguistic2::XDictionary > xDictionary( SvxGetIgnoreAllList(), uno::UNO_QUERY );
1094 0 : if( xDictionary.is() )
1095 0 : xDictionary->clear();
1096 : // put cursor to the start of the document
1097 0 : pWrtShell->SttDoc();
1098 : }
1099 : // no break; - but call spell/grammar dialog
1100 : case FN_SPELL_GRAMMAR_DIALOG:
1101 : {
1102 0 : SfxViewFrame* pViewFrame = GetViewFrame();
1103 0 : if (rReq.GetArgs() != NULL)
1104 : pViewFrame->SetChildWindow (FN_SPELL_GRAMMAR_DIALOG,
1105 0 : ((const SfxBoolItem&) (rReq.GetArgs()->
1106 0 : Get(FN_SPELL_GRAMMAR_DIALOG))).GetValue());
1107 : else
1108 0 : pViewFrame->ToggleChildWindow(FN_SPELL_GRAMMAR_DIALOG);
1109 :
1110 0 : pViewFrame->GetBindings().Invalidate(FN_SPELL_GRAMMAR_DIALOG);
1111 0 : rReq.Ignore ();
1112 : }
1113 0 : break;
1114 : case SID_ALIGN_ANY_LEFT :
1115 : case SID_ALIGN_ANY_HCENTER :
1116 : case SID_ALIGN_ANY_RIGHT :
1117 : case SID_ALIGN_ANY_JUSTIFIED:
1118 : case SID_ALIGN_ANY_TOP :
1119 : case SID_ALIGN_ANY_VCENTER :
1120 : case SID_ALIGN_ANY_BOTTOM :
1121 : case SID_ALIGN_ANY_HDEFAULT :
1122 : case SID_ALIGN_ANY_VDEFAULT :
1123 : {
1124 0 : sal_uInt16 nAlias = 0;
1125 0 : if( nSelectionType & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_TXT) )
1126 : {
1127 0 : switch( nSlot )
1128 : {
1129 0 : case SID_ALIGN_ANY_LEFT : nAlias = SID_ATTR_PARA_ADJUST_LEFT; break;
1130 0 : case SID_ALIGN_ANY_HCENTER : nAlias = SID_ATTR_PARA_ADJUST_CENTER; break;
1131 0 : case SID_ALIGN_ANY_RIGHT : nAlias = SID_ATTR_PARA_ADJUST_RIGHT; break;
1132 0 : case SID_ALIGN_ANY_JUSTIFIED: nAlias = SID_ATTR_PARA_ADJUST_BLOCK; break;
1133 0 : case SID_ALIGN_ANY_TOP : nAlias = FN_TABLE_VERT_NONE; break;
1134 0 : case SID_ALIGN_ANY_VCENTER : nAlias = FN_TABLE_VERT_CENTER; break;
1135 0 : case SID_ALIGN_ANY_BOTTOM : nAlias = FN_TABLE_VERT_BOTTOM; break;
1136 : }
1137 : }
1138 : else
1139 : {
1140 0 : switch( nSlot )
1141 : {
1142 0 : case SID_ALIGN_ANY_LEFT : nAlias = SID_OBJECT_ALIGN_LEFT ; break;
1143 0 : case SID_ALIGN_ANY_HCENTER : nAlias = SID_OBJECT_ALIGN_CENTER ; break;
1144 0 : case SID_ALIGN_ANY_RIGHT : nAlias = SID_OBJECT_ALIGN_RIGHT ; break;
1145 0 : case SID_ALIGN_ANY_TOP : nAlias = SID_OBJECT_ALIGN_UP ; break;
1146 0 : case SID_ALIGN_ANY_VCENTER : nAlias = SID_OBJECT_ALIGN_MIDDLE ; break;
1147 0 : case SID_ALIGN_ANY_BOTTOM : nAlias = SID_OBJECT_ALIGN_DOWN ; break;
1148 : }
1149 : }
1150 : //special handling for the draw shell
1151 0 : if(nAlias && (nSelectionType & (nsSelectionType::SEL_DRW)))
1152 : {
1153 0 : SfxAllEnumItem aEnumItem(SID_OBJECT_ALIGN, nAlias - SID_OBJECT_ALIGN_LEFT);
1154 : GetViewFrame()->GetDispatcher()->Execute(
1155 0 : SID_OBJECT_ALIGN, SFX_CALLMODE_ASYNCHRON, &aEnumItem, 0L);
1156 : }
1157 0 : else if(nAlias)
1158 : //these slots are either re-mapped to text or object alignment
1159 : GetViewFrame()->GetDispatcher()->Execute(
1160 0 : nAlias, SFX_CALLMODE_ASYNCHRON);
1161 : }
1162 0 : break;
1163 : case SID_RESTORE_EDITING_VIEW:
1164 : {
1165 : //#i33307# restore editing position
1166 0 : Point aCrsrPos;
1167 : bool bSelectObj;
1168 0 : if(pViewImpl->GetRestorePosition(aCrsrPos, bSelectObj))
1169 : {
1170 0 : pWrtShell->SwCrsrShell::SetCrsr( aCrsrPos, !bSelectObj );
1171 0 : if( bSelectObj )
1172 : {
1173 0 : pWrtShell->SelectObj( aCrsrPos );
1174 0 : pWrtShell->EnterSelFrmMode( &aCrsrPos );
1175 : }
1176 : }
1177 : }
1178 0 : break;
1179 : case SID_INSERT_GRAPHIC:
1180 : {
1181 0 : rReq.SetReturnValue(SfxBoolItem(nSlot, InsertGraphicDlg( rReq )));
1182 : }
1183 0 : break;
1184 :
1185 :
1186 : default:
1187 : OSL_ENSURE(!this, "wrong dispatcher");
1188 0 : return;
1189 : }
1190 0 : if(!bIgnore)
1191 0 : rReq.Done();
1192 : }
1193 :
1194 : /*--------------------------------------------------------------------
1195 : Beschreibung: SeitenNr-Feld invalidieren
1196 : --------------------------------------------------------------------*/
1197 11 : void SwView::UpdatePageNums(sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, const String& rPgStr)
1198 : {
1199 11 : String sTemp(GetPageStr( nPhyNum, nVirtNum, rPgStr ));
1200 11 : const SfxStringItem aTmp( FN_STAT_PAGE, sTemp );
1201 11 : SfxBindings &rBnd = GetViewFrame()->GetBindings();
1202 11 : rBnd.SetState( aTmp );
1203 11 : rBnd.Update( FN_STAT_PAGE );
1204 11 : }
1205 :
1206 : /*--------------------------------------------------------------------
1207 : Beschreibung: Status der Stauszeile
1208 : --------------------------------------------------------------------*/
1209 0 : void SwView::StateStatusLine(SfxItemSet &rSet)
1210 : {
1211 0 : SwWrtShell& rShell = GetWrtShell();
1212 :
1213 0 : SfxWhichIter aIter( rSet );
1214 0 : sal_uInt16 nWhich = aIter.FirstWhich();
1215 : OSL_ENSURE( nWhich, "empty set");
1216 :
1217 0 : while( nWhich )
1218 : {
1219 0 : switch( nWhich )
1220 : {
1221 : case FN_STAT_PAGE: {
1222 : // Anzahl der Seiten, log. SeitenNr. SeitenNr ermitteln
1223 : sal_uInt16 nPage, nLogPage;
1224 0 : String sDisplay;
1225 0 : rShell.GetPageNumber( -1, rShell.IsCrsrVisible(), nPage, nLogPage, sDisplay );
1226 : rSet.Put( SfxStringItem( FN_STAT_PAGE,
1227 0 : GetPageStr( nPage, nLogPage, sDisplay) ));
1228 :
1229 0 : sal_uInt16 nCnt = GetWrtShell().GetPageCnt();
1230 0 : if (nPageCnt != nCnt) // Basic benachrichtigen
1231 : {
1232 0 : nPageCnt = nCnt;
1233 0 : SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_PAGE_COUNT, SwDocShell::GetEventName(STR_SW_EVENT_PAGE_COUNT), GetViewFrame()->GetObjectShell()), sal_False);
1234 0 : }
1235 : }
1236 0 : break;
1237 :
1238 : case FN_STAT_WORDCOUNT:
1239 : {
1240 0 : SwDocStat selectionStats;
1241 0 : SwDocStat documentStats;
1242 : {
1243 0 : rShell.CountWords(selectionStats);
1244 0 : documentStats = rShell.GetDoc()->GetUpdatedDocStat();
1245 : }
1246 :
1247 0 : const sal_uInt32 stringId = selectionStats.nWord? STR_STATUSBAR_WORDCOUNT : STR_STATUSBAR_WORDCOUNT_NO_SELECTION;
1248 0 : rtl::OUString wordCount(SW_RES(stringId));
1249 0 : wordCount = wordCount.replaceAll("$1", rtl::OUString::valueOf(static_cast<sal_Int64>(documentStats.nWord)));
1250 0 : if (selectionStats.nWord)
1251 : {
1252 0 : wordCount = wordCount.replaceAll("$2", rtl::OUString::valueOf(static_cast<sal_Int64>(selectionStats.nWord)));
1253 : }
1254 0 : rSet.Put(SfxStringItem(FN_STAT_WORDCOUNT, wordCount));
1255 :
1256 0 : SwWordCountWrapper *pWrdCnt = (SwWordCountWrapper*)GetViewFrame()->GetChildWindow(SwWordCountWrapper::GetChildWindowId());
1257 0 : if (pWrdCnt)
1258 0 : pWrdCnt->SetCounts(selectionStats, documentStats);
1259 : }
1260 0 : break;
1261 :
1262 : case FN_STAT_TEMPLATE:
1263 : {
1264 : rSet.Put(SfxStringItem( FN_STAT_TEMPLATE,
1265 0 : rShell.GetCurPageStyle(sal_False)));
1266 :
1267 : }
1268 0 : break;
1269 : case SID_ATTR_ZOOM:
1270 : {
1271 0 : if ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() )
1272 : {
1273 0 : const SwViewOption* pVOpt = rShell.GetViewOptions();
1274 0 : SvxZoomType eZoom = (SvxZoomType) pVOpt->GetZoomType();
1275 : SvxZoomItem aZoom(eZoom,
1276 0 : pVOpt->GetZoom());
1277 0 : if( pVOpt->getBrowseMode() )
1278 : {
1279 : aZoom.SetValueSet(
1280 : SVX_ZOOM_ENABLE_50|
1281 : SVX_ZOOM_ENABLE_75|
1282 : SVX_ZOOM_ENABLE_100|
1283 : SVX_ZOOM_ENABLE_150|
1284 0 : SVX_ZOOM_ENABLE_200);
1285 : }
1286 0 : rSet.Put( aZoom );
1287 : }
1288 : else
1289 0 : rSet.DisableItem( SID_ATTR_ZOOM );
1290 : }
1291 0 : break;
1292 : case SID_ATTR_VIEWLAYOUT:
1293 : {
1294 0 : if ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() )
1295 : {
1296 0 : const SwViewOption* pVOpt = rShell.GetViewOptions();
1297 0 : const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns();
1298 0 : const bool bBookMode = pVOpt->IsViewLayoutBookMode();
1299 0 : SvxViewLayoutItem aViewLayout(nColumns, bBookMode);
1300 0 : rSet.Put( aViewLayout );
1301 : }
1302 : else
1303 0 : rSet.DisableItem( SID_ATTR_VIEWLAYOUT );
1304 : }
1305 0 : break;
1306 : case SID_ATTR_ZOOMSLIDER:
1307 : {
1308 0 : if ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() )
1309 : {
1310 0 : const SwViewOption* pVOpt = rShell.GetViewOptions();
1311 0 : const sal_uInt16 nCurrentZoom = pVOpt->GetZoom();
1312 0 : SvxZoomSliderItem aZoomSliderItem( nCurrentZoom, MINZOOM, MAXZOOM );
1313 0 : aZoomSliderItem.AddSnappingPoint( 100 );
1314 :
1315 0 : if ( !pWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) )
1316 : {
1317 0 : const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns();
1318 0 : const bool bAutomaticViewLayout = 0 == nColumns;
1319 0 : const SwPostItMgr* pMgr = GetPostItMgr();
1320 :
1321 : // snapping points:
1322 : // automatic mode: 1 Page, 2 Pages, 100%
1323 : // n Columns mode: n Pages, 100%
1324 : // n Columns book mode: nPages without gaps, 100%
1325 0 : const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) );
1326 0 : const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); // width of columns
1327 0 : Size aPageSize( aPageRect.SSize() );
1328 0 : aPageSize.Width() += pMgr->HasNotes() && pMgr->ShowNotes() ?
1329 0 : pMgr->GetSidebarWidth() + pMgr->GetSidebarBorderWidth() :
1330 0 : 0;
1331 :
1332 0 : Size aRootSize( aRootRect.SSize() );
1333 :
1334 0 : const MapMode aTmpMap( MAP_TWIP );
1335 0 : const Size& rEditSize = GetEditWin().GetOutputSizePixel();
1336 0 : const Size aWindowSize( GetEditWin().PixelToLogic( rEditSize, aTmpMap ) );
1337 :
1338 0 : const long nOf = DOCUMENTBORDER * 2L;
1339 0 : long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width();
1340 0 : nTmpWidth += nOf;
1341 0 : aPageSize.Height() += nOf;
1342 0 : long nFac = aWindowSize.Width() * 100 / nTmpWidth;
1343 :
1344 0 : long nVisPercent = aWindowSize.Height() * 100 / aPageSize.Height();
1345 0 : nFac = Min( nFac, nVisPercent );
1346 :
1347 0 : aZoomSliderItem.AddSnappingPoint( nFac );
1348 :
1349 0 : if ( bAutomaticViewLayout )
1350 : {
1351 0 : nTmpWidth += aPageSize.Width() + GAPBETWEENPAGES;
1352 0 : nFac = aWindowSize.Width() * 100 / nTmpWidth;
1353 0 : nFac = Min( nFac, nVisPercent );
1354 0 : aZoomSliderItem.AddSnappingPoint( nFac );
1355 0 : }
1356 : }
1357 :
1358 0 : rSet.Put( aZoomSliderItem );
1359 : }
1360 : else
1361 0 : rSet.DisableItem( SID_ATTR_ZOOMSLIDER );
1362 : }
1363 0 : break;
1364 : case SID_ATTR_POSITION:
1365 : case SID_ATTR_SIZE:
1366 : {
1367 0 : if( !rShell.IsFrmSelected() && !rShell.IsObjSelected() )
1368 0 : SwBaseShell::_SetFrmMode( FLY_DRAG_END );
1369 : else
1370 : {
1371 0 : FlyMode eFrameMode = SwBaseShell::GetFrmMode();
1372 0 : if ( eFrameMode == FLY_DRAG_START || eFrameMode == FLY_DRAG )
1373 : {
1374 0 : if ( nWhich == SID_ATTR_POSITION )
1375 : rSet.Put( SfxPointItem( SID_ATTR_POSITION,
1376 0 : rShell.GetAnchorObjDiff()));
1377 : else
1378 : rSet.Put( SvxSizeItem( SID_ATTR_SIZE,
1379 0 : rShell.GetObjSize()));
1380 : }
1381 : }
1382 : }
1383 0 : break;
1384 : case SID_TABLE_CELL:
1385 :
1386 0 : if( rShell.IsFrmSelected() || rShell.IsObjSelected() )
1387 : {
1388 : // #i39171# Don't put a SvxSizeItem into a slot which is defined as SfxStringItem.
1389 : // SvxPosSizeStatusBarControl no longer resets to empty display if only one slot
1390 : // has no item, so SID_TABLE_CELL can remain empty (the SvxSizeItem is supplied
1391 : // in SID_ATTR_SIZE).
1392 : }
1393 : else
1394 : {
1395 0 : String sStr;
1396 0 : if( rShell.IsCrsrInTbl() )
1397 : {
1398 : // table name + cell coordinate
1399 0 : sStr = rShell.GetTableFmt()->GetName();
1400 0 : sStr += ':';
1401 0 : sStr += rShell.GetBoxNms();
1402 : }
1403 : else
1404 : {
1405 0 : const SwSection* pCurrSect = rShell.GetCurrSection();
1406 0 : if( pCurrSect )
1407 : {
1408 0 : switch( pCurrSect->GetType() )
1409 : {
1410 : case TOX_HEADER_SECTION:
1411 : case TOX_CONTENT_SECTION:
1412 : {
1413 0 : const SwTOXBase* pTOX = pWrtShell->GetCurTOX();
1414 0 : if( pTOX )
1415 0 : sStr = pTOX->GetTOXName();
1416 : else
1417 : {
1418 : OSL_ENSURE( !this,
1419 : "was ist das fuer ein Verzeichnis?" );
1420 0 : sStr = pCurrSect->GetSectionName();
1421 : }
1422 : }
1423 0 : break;
1424 : default:
1425 0 : sStr = pCurrSect->GetSectionName();
1426 0 : break;
1427 : }
1428 : }
1429 : }
1430 : //-->#outline level,added by zhaojianwei
1431 0 : const SwNumRule* pNumRule = rShell.GetCurNumRule();
1432 0 : const bool bOutlineNum = pNumRule ? pNumRule->IsOutlineRule() : 0;
1433 :
1434 0 : if (pNumRule && !bOutlineNum ) // Cursor in Numerierung
1435 : {
1436 0 : sal_uInt8 nNumLevel = rShell.GetNumLevel();
1437 0 : if ( nNumLevel < MAXLEVEL )
1438 : {
1439 0 : if(!pNumRule->IsAutoRule())
1440 : {
1441 0 : SfxItemSet aSet(GetPool(),
1442 0 : RES_PARATR_NUMRULE, RES_PARATR_NUMRULE);
1443 0 : rShell.GetCurAttr(aSet);
1444 0 : if(SFX_ITEM_AVAILABLE <=
1445 0 : aSet.GetItemState(RES_PARATR_NUMRULE, sal_True))
1446 : {
1447 : const String& rNumStyle =
1448 : ((const SfxStringItem &)
1449 0 : aSet.Get(RES_PARATR_NUMRULE)).GetValue();
1450 0 : if(rNumStyle.Len())
1451 : {
1452 0 : if( sStr.Len() )
1453 0 : sStr.AppendAscii(sStatusDelim);
1454 0 : sStr += rNumStyle;
1455 : }
1456 0 : }
1457 : }
1458 0 : if( sStr.Len() )
1459 0 : sStr.AppendAscii(sStatusDelim);
1460 0 : sStr += SW_RESSTR(STR_NUM_LEVEL);
1461 0 : sStr += String::CreateFromInt32( nNumLevel + 1 );
1462 :
1463 : }
1464 : }
1465 0 : const int nOutlineLevel = rShell.GetCurrentParaOutlineLevel();
1466 0 : if( nOutlineLevel != 0 )
1467 : {
1468 0 : if( sStr.Len() )
1469 0 : sStr.AppendAscii(sStatusComma);
1470 0 : if( bOutlineNum )
1471 : {
1472 0 : sStr += SW_RESSTR(STR_OUTLINE_NUMBERING);
1473 0 : sStr.AppendAscii(sStatusDelim);
1474 0 : sStr += SW_RESSTR(STR_NUM_LEVEL);
1475 : }
1476 : else
1477 0 : sStr += SW_RESSTR(STR_NUM_OUTLINE);
1478 0 : sStr += String::CreateFromInt32( nOutlineLevel);
1479 : }
1480 : //<-end ,zhaojianwei
1481 :
1482 0 : if( rShell.HasReadonlySel() )
1483 : {
1484 0 : if( sStr.Len() )
1485 0 : sStr.InsertAscii( sStatusDelim, 0 );
1486 0 : sStr.Insert( SW_RESSTR( STR_READONLY_SEL ), 0 );
1487 : }
1488 0 : if( sStr.Len() )
1489 0 : rSet.Put( SfxStringItem( SID_TABLE_CELL, sStr ));
1490 : }
1491 0 : break;
1492 : case FN_STAT_SELMODE:
1493 : {
1494 0 : if(rShell.IsStdMode())
1495 0 : rSet.Put(SfxUInt16Item(FN_STAT_SELMODE, 0));
1496 0 : else if(rShell.IsAddMode())
1497 0 : rSet.Put(SfxUInt16Item(FN_STAT_SELMODE, 2));
1498 0 : else if(rShell.IsBlockMode())
1499 0 : rSet.Put(SfxUInt16Item(FN_STAT_SELMODE, 3));
1500 : else
1501 0 : rSet.Put(SfxUInt16Item(FN_STAT_SELMODE, 1));
1502 0 : break;
1503 : }
1504 : case SID_ATTR_INSERT:
1505 0 : if( rShell.IsRedlineOn() )
1506 0 : rSet.DisableItem( nWhich );
1507 : else
1508 : {
1509 0 : rSet.Put(SfxBoolItem(SID_ATTR_INSERT,rShell.IsInsMode()));
1510 : }
1511 0 : break;
1512 : }
1513 0 : nWhich = aIter.NextWhich();
1514 0 : }
1515 0 : }
1516 :
1517 : /*--------------------------------------------------------------------
1518 : Beschreibung: Execute fuer die Stauszeile
1519 : --------------------------------------------------------------------*/
1520 0 : void SwView::ExecuteStatusLine(SfxRequest &rReq)
1521 : {
1522 0 : SwWrtShell &rSh = GetWrtShell();
1523 0 : const SfxItemSet* pArgs = rReq.GetArgs();
1524 0 : const SfxPoolItem* pItem=NULL;
1525 0 : sal_Bool bUp = sal_False;
1526 0 : sal_uInt16 nWhich = rReq.GetSlot();
1527 0 : switch( nWhich )
1528 : {
1529 : case FN_STAT_PAGE:
1530 : {
1531 : GetViewFrame()->GetDispatcher()->Execute( SID_NAVIGATOR,
1532 0 : SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD );
1533 : }
1534 0 : break;
1535 :
1536 : case FN_STAT_WORDCOUNT:
1537 : {
1538 : GetViewFrame()->GetDispatcher()->Execute(FN_WORDCOUNT_DIALOG,
1539 0 : SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD );
1540 : }
1541 0 : break;
1542 :
1543 : case FN_STAT_BOOKMARK:
1544 0 : if ( pArgs )
1545 : {
1546 0 : if (SFX_ITEM_SET == pArgs->GetItemState( nWhich, sal_True, &pItem))
1547 : {
1548 0 : const IDocumentMarkAccess* pMarkAccess = rSh.getIDocumentMarkAccess();
1549 0 : const sal_Int32 nIdx = static_cast<const SfxUInt16Item*>(pItem)->GetValue();
1550 0 : if(nIdx < pMarkAccess->getBookmarksCount())
1551 : {
1552 0 : const IDocumentMarkAccess::const_iterator_t ppBookmark = rSh.getIDocumentMarkAccess()->getBookmarksBegin() + nIdx;
1553 0 : rSh.EnterStdMode();
1554 0 : rSh.GotoMark( ppBookmark->get() );
1555 : }
1556 : else
1557 : OSL_FAIL("SwView::ExecuteStatusLine(..)"
1558 : " - Ignoring out of range bookmark index");
1559 : }
1560 : }
1561 0 : break;
1562 :
1563 : case FN_STAT_TEMPLATE:
1564 : {
1565 : GetViewFrame()->GetDispatcher()->Execute(FN_FORMAT_PAGE_DLG,
1566 0 : SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD );
1567 : }
1568 0 : break;
1569 : case SID_ATTR_ZOOM:
1570 : {
1571 0 : if ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() )
1572 : {
1573 0 : const SfxItemSet *pSet = 0;
1574 0 : AbstractSvxZoomDialog *pDlg = 0;
1575 0 : if ( pArgs )
1576 0 : pSet = pArgs;
1577 : else
1578 : {
1579 0 : const SwViewOption& rViewOptions = *rSh.GetViewOptions();
1580 0 : SfxItemSet aCoreSet(pShell->GetPool(), SID_ATTR_ZOOM, SID_ATTR_ZOOM, SID_ATTR_VIEWLAYOUT, SID_ATTR_VIEWLAYOUT, 0 );
1581 0 : SvxZoomItem aZoom( (SvxZoomType)rViewOptions.GetZoomType(), rViewOptions.GetZoom() );
1582 :
1583 0 : const bool bBrowseMode = rSh.GetViewOptions()->getBrowseMode();
1584 0 : if( bBrowseMode )
1585 : {
1586 : aZoom.SetValueSet(
1587 : SVX_ZOOM_ENABLE_50|
1588 : SVX_ZOOM_ENABLE_75|
1589 : SVX_ZOOM_ENABLE_100|
1590 : SVX_ZOOM_ENABLE_150|
1591 0 : SVX_ZOOM_ENABLE_200);
1592 : }
1593 0 : aCoreSet.Put( aZoom );
1594 :
1595 : // PAGES01
1596 0 : if ( !bBrowseMode )
1597 : {
1598 0 : const SvxViewLayoutItem aViewLayout( rViewOptions.GetViewLayoutColumns(), rViewOptions.IsViewLayoutBookMode() );
1599 0 : aCoreSet.Put( aViewLayout );
1600 : }
1601 :
1602 0 : SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
1603 0 : if(pFact)
1604 : {
1605 0 : pDlg = pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aCoreSet);
1606 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
1607 0 : if (pDlg)
1608 : {
1609 0 : pDlg->SetLimits( MINZOOM, MAXZOOM );
1610 0 : if( pDlg->Execute() != RET_CANCEL )
1611 0 : pSet = pDlg->GetOutputItemSet();
1612 : }
1613 0 : }
1614 : }
1615 :
1616 : // PAGES01
1617 0 : const SfxPoolItem* pViewLayoutItem = 0;
1618 0 : if ( pSet && SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_VIEWLAYOUT, sal_True, &pViewLayoutItem))
1619 : {
1620 0 : const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pViewLayoutItem)->GetValue();
1621 0 : const bool bBookMode = ((const SvxViewLayoutItem *)pViewLayoutItem)->IsBookMode();
1622 0 : SetViewLayout( nColumns, bBookMode );
1623 : }
1624 :
1625 0 : if ( pSet && SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_ZOOM, sal_True, &pItem))
1626 : {
1627 0 : enum SvxZoomType eType = ((const SvxZoomItem *)pItem)->GetType();
1628 0 : SetZoom( eType, ((const SvxZoomItem *)pItem)->GetValue() );
1629 : }
1630 0 : bUp = sal_True;
1631 0 : if ( pItem )
1632 0 : rReq.AppendItem( *pItem );
1633 0 : rReq.Done();
1634 :
1635 0 : delete pDlg;
1636 : }
1637 : }
1638 0 : break;
1639 :
1640 : case SID_ATTR_VIEWLAYOUT:
1641 : {
1642 0 : if ( pArgs && !rSh.getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) &&
1643 0 : ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() ) )
1644 : {
1645 : // PAGES01
1646 0 : if ( SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_VIEWLAYOUT, sal_True, &pItem ))
1647 : {
1648 0 : const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pItem)->GetValue();
1649 : const bool bBookMode = (0 == nColumns || 0 != (nColumns % 2)) ?
1650 : false :
1651 0 : ((const SvxViewLayoutItem *)pItem)->IsBookMode();
1652 :
1653 0 : SetViewLayout( nColumns, bBookMode );
1654 : }
1655 :
1656 0 : bUp = sal_True;
1657 0 : rReq.Done();
1658 :
1659 0 : InvalidateRulerPos();
1660 : }
1661 : }
1662 0 : break;
1663 :
1664 : case SID_ATTR_ZOOMSLIDER:
1665 : {
1666 0 : if ( pArgs && ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() ) )
1667 : {
1668 : // PAGES01
1669 0 : if ( SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_ZOOMSLIDER, sal_True, &pItem ))
1670 : {
1671 0 : const sal_uInt16 nCurrentZoom = ((const SvxZoomSliderItem *)pItem)->GetValue();
1672 0 : SetZoom( SVX_ZOOM_PERCENT, nCurrentZoom );
1673 : }
1674 :
1675 0 : bUp = sal_True;
1676 0 : rReq.Done();
1677 : }
1678 : }
1679 0 : break;
1680 :
1681 : case SID_ATTR_SIZE:
1682 : {
1683 0 : sal_uLong nId = FN_INSERT_FIELD;
1684 0 : if( rSh.IsCrsrInTbl() )
1685 0 : nId = FN_FORMAT_TABLE_DLG;
1686 0 : else if( rSh.GetCurTOX() )
1687 0 : nId = FN_INSERT_MULTI_TOX;
1688 0 : else if( rSh.GetCurrSection() )
1689 0 : nId = FN_EDIT_REGION;
1690 : else
1691 : {
1692 0 : const SwNumRule* pNumRule = rSh.GetCurNumRule();
1693 0 : if( pNumRule ) // Cursor in Numerierung
1694 : {
1695 0 : if( pNumRule->IsAutoRule() )
1696 0 : nId = FN_NUMBER_BULLETS;
1697 : else
1698 : {
1699 : // Dialog vom Gestalter starten ;-)
1700 0 : nId = 0;
1701 : }
1702 : }
1703 0 : else if( rSh.IsFrmSelected() )
1704 0 : nId = FN_FORMAT_FRAME_DLG;
1705 0 : else if( rSh.IsObjSelected() )
1706 0 : nId = SID_ATTR_TRANSFORM;
1707 : }
1708 0 : if( nId )
1709 : GetViewFrame()->GetDispatcher()->Execute(
1710 0 : static_cast< sal_uInt16 >( nId ), SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD );
1711 : }
1712 0 : break;
1713 :
1714 : case FN_STAT_SELMODE:
1715 : {
1716 0 : if ( pArgs )
1717 : {
1718 0 : if (SFX_ITEM_SET == pArgs->GetItemState( nWhich, sal_True, &pItem))
1719 : {
1720 0 : switch ( ((const SfxUInt16Item *)pItem)->GetValue() )
1721 : {
1722 0 : case 0: rSh.EnterStdMode(); break;
1723 0 : case 1: rSh.EnterExtMode(); break;
1724 0 : case 2: rSh.EnterAddMode(); break;
1725 0 : case 3: rSh.EnterBlockMode(); break;
1726 : }
1727 : }
1728 : }
1729 : else
1730 : {
1731 :
1732 0 : if( !rSh.IsAddMode() && !rSh.IsExtMode() && !rSh.IsBlockMode() )
1733 0 : rSh.ToggleExtMode();
1734 0 : else if ( rSh.IsExtMode() )
1735 : {
1736 0 : rSh.ToggleExtMode();
1737 0 : rSh.ToggleAddMode();
1738 : }
1739 0 : else if ( rSh.IsAddMode() )
1740 : {
1741 0 : rSh.ToggleAddMode();
1742 0 : rSh.ToggleBlockMode();
1743 : }
1744 : else
1745 0 : rSh.ToggleBlockMode();
1746 : }
1747 0 : bUp = sal_True;
1748 0 : break;
1749 : }
1750 : case FN_SET_ADD_MODE:
1751 0 : rSh.ToggleAddMode();
1752 0 : nWhich = FN_STAT_SELMODE;
1753 0 : bUp = sal_True;
1754 0 : break;
1755 : case FN_SET_BLOCK_MODE:
1756 0 : rSh.ToggleBlockMode();
1757 0 : nWhich = FN_STAT_SELMODE;
1758 0 : bUp = sal_True;
1759 0 : break;
1760 : case FN_SET_EXT_MODE:
1761 0 : rSh.ToggleExtMode();
1762 0 : nWhich = FN_STAT_SELMODE;
1763 0 : bUp = sal_True;
1764 0 : break;
1765 : case SID_ATTR_INSERT:
1766 0 : SwPostItMgr* pMgr = GetPostItMgr();
1767 0 : if ( pMgr && pMgr->HasActiveSidebarWin() )
1768 : {
1769 0 : pMgr->ToggleInsModeOnActiveSidebarWin();
1770 : }
1771 : else
1772 0 : rSh.ToggleInsMode();
1773 0 : bUp = sal_True;
1774 0 : break;
1775 :
1776 : }
1777 0 : if ( bUp )
1778 : {
1779 0 : SfxBindings &rBnd = GetViewFrame()->GetBindings();
1780 0 : rBnd.Invalidate(nWhich);
1781 0 : rBnd.Update(nWhich);
1782 : }
1783 0 : }
1784 :
1785 0 : void SwView::InsFrmMode(sal_uInt16 nCols)
1786 : {
1787 0 : if ( pWrtShell->HasWholeTabSelection() )
1788 : {
1789 0 : SwFlyFrmAttrMgr aMgr( sal_True, pWrtShell, FRMMGR_TYPE_TEXT );
1790 :
1791 : const SwFrmFmt &rPageFmt =
1792 0 : pWrtShell->GetPageDesc(pWrtShell->GetCurPageDesc()).GetMaster();
1793 0 : SwTwips lWidth = rPageFmt.GetFrmSize().GetWidth();
1794 0 : const SvxLRSpaceItem &rLR = rPageFmt.GetLRSpace();
1795 0 : lWidth -= rLR.GetLeft() + rLR.GetRight();
1796 0 : aMgr.SetSize(Size(lWidth, aMgr.GetSize().Height()));
1797 0 : if(nCols > 1)
1798 : {
1799 0 : SwFmtCol aCol;
1800 0 : aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() );
1801 0 : aMgr.SetCol( aCol );
1802 : }
1803 0 : aMgr.InsertFlyFrm();
1804 : }
1805 : else
1806 0 : GetEditWin().InsFrm(nCols);
1807 0 : }
1808 :
1809 : /*--------------------------------------------------------------------
1810 : Beschreibung: Links bearbeiten
1811 : --------------------------------------------------------------------*/
1812 0 : void SwView::EditLinkDlg()
1813 : {
1814 0 : sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this);
1815 0 : SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
1816 0 : SfxAbstractLinksDialog* pDlg = pFact->CreateLinksDialog( &GetViewFrame()->GetWindow(), &GetWrtShell().GetLinkManager(), bWeb );
1817 0 : if ( pDlg )
1818 : {
1819 0 : pDlg->Execute();
1820 0 : delete pDlg;
1821 : }
1822 0 : }
1823 :
1824 0 : bool SwView::JumpToSwMark( const String& rMark )
1825 : {
1826 0 : bool bRet = false;
1827 0 : if( rMark.Len() )
1828 : {
1829 : // wir wollen den Bookmark aber am oberen Rand haben
1830 0 : sal_Bool bSaveCC = IsCrsrAtCenter();
1831 0 : sal_Bool bSaveCT = IsCrsrAtTop();
1832 0 : SetCrsrAtTop( sal_True );
1833 :
1834 : // Damit in FrameSet auch gescrollt werden kann, muss die
1835 : // entsprechende Shell auch das Focus-Flag gesetzt haben!
1836 0 : sal_Bool bHasShFocus = pWrtShell->HasShFcs();
1837 0 : if( !bHasShFocus )
1838 0 : pWrtShell->ShGetFcs( sal_False );
1839 :
1840 : const SwFmtINetFmt* pINet;
1841 0 : String sCmp, sMark( INetURLObject::decode( rMark, INET_HEX_ESCAPE,
1842 : INetURLObject::DECODE_WITH_CHARSET,
1843 0 : RTL_TEXTENCODING_UTF8 ));
1844 :
1845 0 : xub_StrLen nLastPos, nPos = sMark.Search( cMarkSeperator );
1846 0 : if( STRING_NOTFOUND != nPos )
1847 0 : while( STRING_NOTFOUND != ( nLastPos =
1848 0 : sMark.Search( cMarkSeperator, nPos + 1 )) )
1849 0 : nPos = nLastPos;
1850 :
1851 0 : IDocumentMarkAccess::const_iterator_t ppMark;
1852 0 : IDocumentMarkAccess* const pMarkAccess = pWrtShell->getIDocumentMarkAccess();
1853 0 : if( STRING_NOTFOUND != nPos )
1854 0 : sCmp = comphelper::string::remove(sMark.Copy(nPos + 1), ' ');
1855 :
1856 0 : if( sCmp.Len() )
1857 : {
1858 0 : String sName( sMark.Copy( 0, nPos ) );
1859 0 : sCmp.ToLowerAscii();
1860 0 : FlyCntType eFlyType = FLYCNTTYPE_ALL;
1861 :
1862 0 : if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToRegion ) )
1863 : {
1864 0 : pWrtShell->EnterStdMode();
1865 0 : bRet = pWrtShell->GotoRegion( sName );
1866 : }
1867 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToOutline ) )
1868 : {
1869 0 : pWrtShell->EnterStdMode();
1870 0 : bRet = pWrtShell->GotoOutline( sName );
1871 : }
1872 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToFrame ) )
1873 0 : eFlyType = FLYCNTTYPE_FRM;
1874 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToGraphic ) )
1875 0 : eFlyType = FLYCNTTYPE_GRF;
1876 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToOLE ) )
1877 0 : eFlyType = FLYCNTTYPE_OLE;
1878 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToTable ) )
1879 : {
1880 0 : pWrtShell->EnterStdMode();
1881 0 : bRet = pWrtShell->GotoTable( sName );
1882 : }
1883 0 : else if( COMPARE_EQUAL == sCmp.CompareToAscii( pMarkToText ) )
1884 : {
1885 : // Normale Textsuche
1886 0 : pWrtShell->EnterStdMode();
1887 :
1888 : SearchOptions aSearchOpt(
1889 : SearchAlgorithms_ABSOLUTE, 0,
1890 : sName, rtl::OUString(),
1891 0 : SvtSysLocale().GetLanguageTag().getLocale(),
1892 : 0,0,0,
1893 0 : TransliterationModules_IGNORE_CASE );
1894 :
1895 : //todo/mba: assuming that notes shouldn't be searched
1896 0 : sal_Bool bSearchInNotes = sal_False;
1897 0 : if( pWrtShell->SearchPattern( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END ))
1898 : {
1899 0 : pWrtShell->EnterStdMode(); // Selektion wieder aufheben
1900 0 : bRet = true;
1901 0 : }
1902 : }
1903 0 : else if( pMarkAccess->getMarksEnd() != (ppMark = pMarkAccess->findMark(sMark)) )
1904 0 : pWrtShell->GotoMark( ppMark->get(), sal_False, sal_True ), bRet = true;
1905 0 : else if( 0 != ( pINet = pWrtShell->FindINetAttr( sMark ) )) {
1906 0 : pWrtShell->addCurrentPosition();
1907 0 : bRet = pWrtShell->GotoINetAttr( *pINet->GetTxtINetFmt() );
1908 : }
1909 :
1910 : // fuer alle Arten von Flys
1911 0 : if( FLYCNTTYPE_ALL != eFlyType && pWrtShell->GotoFly( sName, eFlyType ))
1912 : {
1913 0 : bRet = true;
1914 0 : if( FLYCNTTYPE_FRM == eFlyType )
1915 : {
1916 : // TextFrames: Cursor in den Frame setzen
1917 0 : pWrtShell->UnSelectFrm();
1918 0 : pWrtShell->LeaveSelFrmMode();
1919 : }
1920 : else
1921 : {
1922 0 : pWrtShell->HideCrsr();
1923 0 : pWrtShell->EnterSelFrmMode();
1924 : }
1925 0 : }
1926 : }
1927 0 : else if( pMarkAccess->getMarksEnd() != (ppMark = pMarkAccess->findMark(sMark)))
1928 0 : pWrtShell->GotoMark( ppMark->get(), sal_False, sal_True ), bRet = true;
1929 0 : else if( 0 != ( pINet = pWrtShell->FindINetAttr( sMark ) ))
1930 0 : bRet = pWrtShell->GotoINetAttr( *pINet->GetTxtINetFmt() );
1931 :
1932 : // make selection visible later
1933 0 : if ( aVisArea.IsEmpty() )
1934 0 : bMakeSelectionVisible = sal_True;
1935 :
1936 : // ViewStatus wieder zurueck setzen
1937 0 : SetCrsrAtTop( bSaveCT, bSaveCC );
1938 :
1939 0 : if( !bHasShFocus )
1940 0 : pWrtShell->ShLooseFcs();
1941 : }
1942 0 : return bRet;
1943 : }
1944 :
1945 : // #i67305# Undo after insert from file:
1946 : // Undo "Insert form file" crashes with documents imported from binary filter (.sdw) => disabled
1947 : // Undo "Insert form file" crashes with (.odt) documents crashes if these documents contains
1948 : // page styles with active header/footer => disabled for those documents
1949 0 : static sal_uInt16 lcl_PageDescWithHeader( const SwDoc& rDoc )
1950 : {
1951 0 : sal_uInt16 nRet = 0;
1952 0 : sal_uInt16 nCnt = rDoc.GetPageDescCnt();
1953 0 : for( sal_uInt16 i = 0; i < nCnt; ++i )
1954 : {
1955 0 : const SwPageDesc& rPageDesc = rDoc.GetPageDesc( i );
1956 0 : const SwFrmFmt& rMaster = rPageDesc.GetMaster();
1957 : const SfxPoolItem* pItem;
1958 0 : if( ( SFX_ITEM_SET == rMaster.GetAttrSet().GetItemState( RES_HEADER, sal_False, &pItem ) &&
1959 0 : ((SwFmtHeader*)pItem)->IsActive() ) ||
1960 0 : ( SFX_ITEM_SET == rMaster.GetAttrSet().GetItemState( RES_FOOTER, sal_False, &pItem ) &&
1961 0 : ((SwFmtFooter*)pItem)->IsActive()) )
1962 0 : ++nRet;
1963 : }
1964 0 : return nRet; // number of page styles with active header/footer
1965 : }
1966 :
1967 : /*--------------------------------------------------------------------
1968 : Beschreibung: Links bearbeiten
1969 : --------------------------------------------------------------------*/
1970 0 : void SwView::ExecuteInsertDoc( SfxRequest& rRequest, const SfxPoolItem* pItem )
1971 : {
1972 0 : pViewImpl->InitRequest( rRequest );
1973 0 : pViewImpl->SetParam( pItem ? 1 : 0 );
1974 0 : sal_uInt16 nSlot = rRequest.GetSlot();
1975 :
1976 0 : if ( !pItem )
1977 : {
1978 0 : String sEmpty;
1979 0 : InsertDoc( nSlot, sEmpty, sEmpty );
1980 : }
1981 : else
1982 : {
1983 0 : String sFile, sFilter;
1984 0 : sFile = ( (const SfxStringItem *)pItem )->GetValue();
1985 0 : if ( SFX_ITEM_SET == rRequest.GetArgs()->GetItemState( FN_PARAM_1, sal_True, &pItem ) )
1986 0 : sFilter = ( (const SfxStringItem *)pItem )->GetValue();
1987 :
1988 0 : bool bHasFileName = ( sFile.Len() > 0 );
1989 0 : long nFound = InsertDoc( nSlot, sFile, sFilter );
1990 :
1991 0 : if ( bHasFileName )
1992 : {
1993 0 : rRequest.SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) );
1994 0 : rRequest.Done();
1995 0 : }
1996 : }
1997 0 : }
1998 :
1999 0 : long SwView::InsertDoc( sal_uInt16 nSlotId, const String& rFileName, const String& rFilterName, sal_Int16 nVersion )
2000 : {
2001 0 : SfxMedium* pMed = 0;
2002 0 : SwDocShell* pDocSh = GetDocShell();
2003 :
2004 0 : if( rFileName.Len() )
2005 : {
2006 0 : SfxObjectFactory& rFact = pDocSh->GetFactory();
2007 0 : const SfxFilter* pFilter = rFact.GetFilterContainer()->GetFilter4FilterName( rFilterName );
2008 0 : if ( !pFilter )
2009 : {
2010 0 : pMed = new SfxMedium(rFileName, STREAM_READ, 0, 0 );
2011 0 : SfxFilterMatcher aMatcher( rFact.GetFilterContainer()->GetName() );
2012 0 : pMed->UseInteractionHandler( sal_True );
2013 0 : ErrCode nErr = aMatcher.GuessFilter( *pMed, &pFilter, sal_False );
2014 0 : if ( nErr )
2015 0 : DELETEZ(pMed);
2016 : else
2017 0 : pMed->SetFilter( pFilter );
2018 : }
2019 : else
2020 0 : pMed = new SfxMedium(rFileName, STREAM_READ, pFilter, 0);
2021 : }
2022 : else
2023 : {
2024 0 : rtl::OUString sFactory = rtl::OUString::createFromAscii( pDocSh->GetFactory().GetShortName() );
2025 0 : pViewImpl->StartDocumentInserter( sFactory, LINK( this, SwView, DialogClosedHdl ) );
2026 0 : return -1;
2027 : }
2028 :
2029 0 : if( !pMed )
2030 0 : return -1;
2031 :
2032 0 : return InsertMedium( nSlotId, pMed, nVersion );
2033 : }
2034 :
2035 0 : long SwView::InsertMedium( sal_uInt16 nSlotId, SfxMedium* pMedium, sal_Int16 nVersion )
2036 : {
2037 0 : sal_Bool bInsert = sal_False, bCompare = sal_False;
2038 0 : long nFound = 0;
2039 0 : SwDocShell* pDocSh = GetDocShell();
2040 :
2041 0 : switch( nSlotId )
2042 : {
2043 0 : case SID_DOCUMENT_MERGE: break;
2044 0 : case SID_DOCUMENT_COMPARE: bCompare = sal_True; break;
2045 0 : case SID_INSERTDOC: bInsert = sal_True; break;
2046 :
2047 : default:
2048 : OSL_ENSURE( !this, "unknown SlotId!" );
2049 0 : bInsert = sal_True;
2050 0 : nSlotId = SID_INSERTDOC;
2051 0 : break;
2052 : }
2053 :
2054 0 : if( bInsert )
2055 : {
2056 : uno::Reference< frame::XDispatchRecorder > xRecorder =
2057 0 : GetViewFrame()->GetBindings().GetRecorder();
2058 0 : if ( xRecorder.is() )
2059 : {
2060 0 : SfxRequest aRequest(GetViewFrame(), SID_INSERTDOC);
2061 0 : aRequest.AppendItem(SfxStringItem(SID_INSERTDOC, pMedium->GetOrigURL()));
2062 0 : if(pMedium->GetFilter())
2063 0 : aRequest.AppendItem(SfxStringItem(FN_PARAM_1, pMedium->GetFilter()->GetName()));
2064 0 : aRequest.Done();
2065 : }
2066 :
2067 0 : SfxObjectShellRef aRef( pDocSh );
2068 :
2069 0 : sal_uInt32 nError = SfxObjectShell::HandleFilter( pMedium, pDocSh );
2070 : // #i16722# aborted?
2071 0 : if(nError != ERRCODE_NONE)
2072 : {
2073 0 : delete pMedium;
2074 0 : return -1;
2075 : }
2076 :
2077 0 : pMedium->DownLoad(); // ggfs. den DownLoad anstossen
2078 0 : if( aRef.Is() && 1 < aRef->GetRefCount() ) // noch gueltige Ref?
2079 : {
2080 : SwReader* pRdr;
2081 0 : Reader *pRead = pDocSh->StartConvertFrom( *pMedium, &pRdr, pWrtShell );
2082 0 : if( pRead ||
2083 0 : (pMedium->GetFilter()->GetFilterFlags() & SFX_FILTER_STARONEFILTER) != 0 )
2084 : {
2085 0 : sal_uInt16 nUndoCheck = 0;
2086 0 : SwDoc *pDoc = pDocSh->GetDoc();
2087 0 : if( pRead && pDocSh->GetDoc() )
2088 0 : nUndoCheck = lcl_PageDescWithHeader( *pDoc );
2089 : sal_uLong nErrno;
2090 : { //Scope for SwWait-Object, to be able to execute slots
2091 : //outside this scope.
2092 0 : SwWait aWait( *GetDocShell(), sal_True );
2093 0 : pWrtShell->StartAllAction();
2094 0 : if ( pWrtShell->HasSelection() )
2095 0 : pWrtShell->DelRight(); // Selektionen loeschen
2096 0 : if( pRead )
2097 : {
2098 0 : nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen
2099 0 : delete pRdr;
2100 : }
2101 : else
2102 : {
2103 0 : ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo());
2104 0 : nErrno = pDocSh->ImportFrom( *pMedium, true ) ? 0 : ERR_SWG_READ_ERROR;
2105 0 : }
2106 :
2107 : }
2108 :
2109 : // ggfs. alle Verzeichnisse updaten:
2110 0 : if( pWrtShell->IsUpdateTOX() )
2111 : {
2112 0 : SfxRequest aReq( FN_UPDATE_TOX, SFX_CALLMODE_SLOT, GetPool() );
2113 0 : Execute( aReq );
2114 0 : pWrtShell->SetUpdateTOX( sal_False ); // wieder zurueck setzen
2115 : }
2116 :
2117 0 : if( pDoc )
2118 : { // Disable Undo for .sdw or
2119 : // if the number of page styles with header/footer has changed
2120 0 : if( !pRead || nUndoCheck != lcl_PageDescWithHeader( *pDoc ) )
2121 : {
2122 0 : pDoc->GetIDocumentUndoRedo().DelAllUndoObj();
2123 : }
2124 : }
2125 :
2126 0 : pWrtShell->EndAllAction();
2127 0 : if( nErrno )
2128 : {
2129 0 : ErrorHandler::HandleError( nErrno );
2130 0 : nFound = IsError( nErrno ) ? -1 : 0;
2131 : }
2132 : else
2133 0 : nFound = 0;
2134 : }
2135 0 : }
2136 : }
2137 : else
2138 : {
2139 0 : SfxObjectShellRef xDocSh;
2140 0 : SfxObjectShellLock xLockRef;
2141 :
2142 : extern int sw_FindDocShell( SfxObjectShellRef& xDocSh, SfxObjectShellLock& xLockRef,
2143 : const String& rFileName, const String& rPasswd,
2144 : String& rFilter, sal_Int16 nVersion,
2145 : SwDocShell* pDestSh );
2146 :
2147 0 : String sFltNm;
2148 0 : int nRet = sw_FindDocShell( xDocSh, xLockRef, pMedium->GetName(), aEmptyStr,
2149 0 : sFltNm, nVersion, pDocSh );
2150 0 : if( nRet )
2151 : {
2152 0 : SwWait aWait( *GetDocShell(), sal_True );
2153 0 : pWrtShell->StartAllAction();
2154 :
2155 0 : pWrtShell->EnterStdMode(); // Selektionen loeschen
2156 :
2157 0 : if( bCompare )
2158 0 : nFound = pWrtShell->CompareDoc( *((SwDocShell*)&xDocSh)->GetDoc() );
2159 : else
2160 0 : nFound = pWrtShell->MergeDoc( *((SwDocShell*)&xDocSh)->GetDoc() );
2161 :
2162 0 : pWrtShell->EndAllAction();
2163 :
2164 0 : if (!bCompare && !nFound)
2165 : {
2166 0 : Window* pWin = &GetEditWin();
2167 0 : InfoBox(pWin, SW_RES(MSG_NO_MERGE_ENTRY)).Execute();
2168 0 : }
2169 : }
2170 0 : if( 2 == nRet && xDocSh.Is() )
2171 0 : xDocSh->DoClose();
2172 : }
2173 :
2174 0 : delete pMedium;
2175 0 : return nFound;
2176 : }
2177 :
2178 0 : void SwView::EnableMailMerge(sal_Bool bEnable )
2179 : {
2180 0 : bInMailMerge = bEnable;
2181 0 : SfxBindings& rBind = GetViewFrame()->GetBindings();
2182 0 : rBind.Invalidate(FN_INSERT_FIELD_DATA_ONLY);
2183 0 : rBind.Update(FN_INSERT_FIELD_DATA_ONLY);
2184 0 : }
2185 :
2186 : namespace
2187 : {
2188 0 : sal_Bool lcl_NeedAdditionalDataSource( const uno::Reference< XDatabaseContext >& _rDatasourceContext )
2189 : {
2190 0 : Sequence < OUString > aNames = _rDatasourceContext->getElementNames();
2191 :
2192 0 : return ( !aNames.getLength()
2193 0 : || ( ( 1 == aNames.getLength() )
2194 0 : && aNames.getConstArray()[0] == SW_MOD()->GetDBConfig()->GetBibliographySource().sDataSource
2195 : )
2196 0 : );
2197 : }
2198 : }
2199 :
2200 0 : class SwMergeSourceWarningBox_Impl : public ModalDialog
2201 : {
2202 : FixedInfo aMessageFI;
2203 : OKButton aOK;
2204 : CancelButton aCancel;
2205 :
2206 : FixedImage aWarnImage;
2207 : public:
2208 0 : SwMergeSourceWarningBox_Impl( Window* pParent ) :
2209 : ModalDialog( pParent, SW_RES( DLG_MERGE_SOURCE_UNAVAILABLE ) ),
2210 : aMessageFI( this, SW_RES( ST_MERGE_SOURCE_UNAVAILABLE ) ),
2211 : aOK( this, SW_RES( PB_MERGE_OK ) ),
2212 : aCancel( this, SW_RES( PB_MERGE_CANCEL ) ),
2213 0 : aWarnImage( this, SW_RES( IMG_MERGE ) )
2214 : {
2215 0 : FreeResource();
2216 0 : SetText( Application::GetDisplayName() );
2217 0 : const Image& rImg = WarningBox::GetStandardImage();
2218 0 : aWarnImage.SetImage( rImg );
2219 0 : Size aImageSize( rImg.GetSizePixel() );
2220 0 : aImageSize.Width() += 4;
2221 0 : aImageSize.Height() += 4;
2222 0 : aWarnImage.SetSizePixel( aImageSize );
2223 :
2224 0 : aImageSize.Width() += aWarnImage.GetPosPixel().X();
2225 0 : Size aSz(GetSizePixel());
2226 0 : aSz.Width() += aImageSize.Width();
2227 0 : SetSizePixel(aSz);
2228 :
2229 0 : Point aPos(aMessageFI.GetPosPixel());
2230 0 : aPos.X() += aImageSize.Width();
2231 0 : aMessageFI.SetPosPixel( aPos );
2232 :
2233 0 : aPos = aOK.GetPosPixel();
2234 0 : aPos.X() += aImageSize.Width();
2235 0 : aOK.SetPosPixel( aPos );
2236 0 : aPos = aCancel.GetPosPixel();
2237 0 : aPos.X() += aImageSize.Width();
2238 0 : aCancel.SetPosPixel( aPos );
2239 :
2240 0 : }
2241 :
2242 0 : String GetMessText() const { return aMessageFI.GetText(); }
2243 0 : void SetMessText( const String& rText ) { aMessageFI.SetText( rText ); }
2244 : };
2245 :
2246 0 : void SwView::GenerateFormLetter(sal_Bool bUseCurrentDocument)
2247 : {
2248 0 : if(bUseCurrentDocument)
2249 : {
2250 0 : if(!GetWrtShell().IsAnyDatabaseFieldInDoc())
2251 : {
2252 : //check availability of data sources (except biblio source)
2253 0 : uno::Reference<XComponentContext> xContext( ::comphelper::getProcessComponentContext() );
2254 0 : uno::Reference<XDatabaseContext> xDBContext = DatabaseContext::create(xContext);
2255 0 : sal_Bool bCallAddressPilot = sal_False;
2256 0 : if ( lcl_NeedAdditionalDataSource( xDBContext ) )
2257 : {
2258 : // no data sources are available - create a new one
2259 : WarningBox aWarning(
2260 0 : &GetViewFrame()->GetWindow(),
2261 0 : SW_RES(MSG_DATA_SOURCES_UNAVAILABLE));
2262 : // no cancel allowed
2263 0 : if ( RET_OK != aWarning.Execute() )
2264 : return;
2265 0 : bCallAddressPilot = sal_True;
2266 : }
2267 : else
2268 : {
2269 : //take an existing data source or create a new one?
2270 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
2271 : OSL_ENSURE(pFact, "Dialogdiet fail!");
2272 : AbstractMailMergeFieldConnectionsDlg* pConnectionsDlg = pFact->CreateMailMergeFieldConnectionsDlg(
2273 : DLG_MERGE_FIELD_CONNECTIONS,
2274 0 : &GetViewFrame()->GetWindow());
2275 : OSL_ENSURE(pConnectionsDlg, "Dialogdiet fail!");
2276 0 : if(RET_OK == pConnectionsDlg->Execute())
2277 0 : bCallAddressPilot = !pConnectionsDlg->IsUseExistingConnections();
2278 : else
2279 : return;
2280 :
2281 : }
2282 0 : if(bCallAddressPilot)
2283 : {
2284 : GetViewFrame()->GetDispatcher()->Execute(
2285 0 : SID_ADDRESS_DATA_SOURCE, SFX_CALLMODE_SYNCHRON);
2286 0 : if ( lcl_NeedAdditionalDataSource( xDBContext ) )
2287 : // no additional data source has been created
2288 : // -> assume that the user has cancelled the pilot
2289 : return;
2290 : }
2291 :
2292 : //call insert fields with database field page available, only
2293 0 : SfxViewFrame* pVFrame = GetViewFrame();
2294 : //at first hide the default field dialog if currently visible
2295 0 : pVFrame->SetChildWindow(FN_INSERT_FIELD, sal_False);
2296 : //enable the status of the db field dialog - it is disabled in the status method
2297 : //to prevent creation of the dialog without mail merge active
2298 0 : EnableMailMerge();
2299 : //then show the "Data base only" field dialog
2300 0 : SfxBoolItem aOn(FN_INSERT_FIELD_DATA_ONLY, sal_True);
2301 : pVFrame->GetDispatcher()->Execute(FN_INSERT_FIELD_DATA_ONLY,
2302 0 : SFX_CALLMODE_SYNCHRON, &aOn, 0L);
2303 0 : return;
2304 : }
2305 : else
2306 : {
2307 : // check whether the
2308 0 : String sSource;
2309 0 : if(!GetWrtShell().IsFieldDataSourceAvailable(sSource))
2310 : {
2311 0 : SwMergeSourceWarningBox_Impl aWarning( &GetViewFrame()->GetWindow());
2312 0 : String sTmp(aWarning.GetMessText());
2313 0 : sTmp.SearchAndReplaceAscii("%1", sSource);
2314 0 : aWarning.SetMessText(sTmp);
2315 0 : if(RET_OK == aWarning.Execute())
2316 : {
2317 0 : SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
2318 0 : if ( pFact )
2319 : {
2320 0 : VclAbstractDialog* pDlg = pFact->CreateVclDialog( NULL, SID_OPTIONS_DATABASES );
2321 0 : pDlg->Execute();
2322 0 : delete pDlg;
2323 : }
2324 : }
2325 0 : return ;
2326 0 : }
2327 : }
2328 0 : SwNewDBMgr* pNewDBMgr = GetWrtShell().GetNewDBMgr();
2329 :
2330 0 : SwDBData aData;
2331 0 : SwWrtShell &rSh = GetWrtShell();
2332 :
2333 0 : std::vector<String> aDBNameList;
2334 0 : std::vector<String> aAllDBNames;
2335 0 : rSh.GetAllUsedDB( aDBNameList, &aAllDBNames );
2336 0 : if(!aDBNameList.empty())
2337 : {
2338 0 : String sDBName(aDBNameList[0]);
2339 0 : aData.sDataSource = sDBName.GetToken(0, DB_DELIM);
2340 0 : aData.sCommand = sDBName.GetToken(1, DB_DELIM);
2341 0 : aData.nCommandType = sDBName.GetToken(2, DB_DELIM ).ToInt32();
2342 : }
2343 0 : rSh.EnterStdMode(); // Wechsel in Textshell erzwingen; ist fuer
2344 : // das Mischen von DB-Feldern notwendig.
2345 0 : AttrChangedNotify( &rSh );
2346 :
2347 0 : if (pNewDBMgr)
2348 : {
2349 0 : pNewDBMgr->SetMergeType( DBMGR_MERGE );
2350 :
2351 0 : Sequence<PropertyValue> aProperties(3);
2352 0 : PropertyValue* pValues = aProperties.getArray();
2353 0 : pValues[0].Name = "DataSourceName";
2354 0 : pValues[1].Name = "Command";
2355 0 : pValues[2].Name = "CommandType";
2356 0 : pValues[0].Value <<= aData.sDataSource;
2357 0 : pValues[1].Value <<= aData.sCommand;
2358 0 : pValues[2].Value <<= aData.nCommandType;
2359 0 : pNewDBMgr->ExecuteFormLetter(GetWrtShell(), aProperties, sal_True);
2360 0 : }
2361 : }
2362 : else
2363 : {
2364 : //call documents and template dialog
2365 0 : SfxApplication* pSfxApp = SFX_APP();
2366 0 : Window* pTopWin = pSfxApp->GetTopWindow();
2367 0 : SvtDocumentTemplateDialog* pDocTemplDlg = new SvtDocumentTemplateDialog( pTopWin );
2368 0 : pDocTemplDlg->SelectTemplateFolder();
2369 :
2370 0 : int nRet = pDocTemplDlg->Execute();
2371 0 : sal_Bool bNewWin = sal_False;
2372 0 : if ( nRet == RET_OK )
2373 : {
2374 0 : if ( pTopWin != pSfxApp->GetTopWindow() )
2375 : {
2376 : // the dialogue opens a document -> a new TopWindow appears
2377 0 : pTopWin = pSfxApp->GetTopWindow();
2378 0 : bNewWin = sal_True;
2379 : }
2380 : }
2381 :
2382 0 : delete pDocTemplDlg;
2383 0 : if ( bNewWin )
2384 : // after the destruction of the dialogue its parent comes to top,
2385 : // but we want that the new document is on top
2386 0 : pTopWin->ToTop();
2387 : }
2388 : }
2389 :
2390 0 : IMPL_LINK( SwView, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg )
2391 : {
2392 0 : if ( ERRCODE_NONE == _pFileDlg->GetError() )
2393 : {
2394 0 : SfxMedium* pMed = pViewImpl->CreateMedium();
2395 0 : if ( pMed )
2396 : {
2397 0 : sal_uInt16 nSlot = pViewImpl->GetRequest()->GetSlot();
2398 0 : long nFound = InsertMedium( nSlot, pMed, pViewImpl->GetParam() );
2399 :
2400 0 : if ( SID_INSERTDOC == nSlot )
2401 : {
2402 0 : if ( pViewImpl->GetParam() == 0 )
2403 : {
2404 0 : pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) );
2405 0 : pViewImpl->GetRequest()->Ignore();
2406 : }
2407 : else
2408 : {
2409 0 : pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) );
2410 0 : pViewImpl->GetRequest()->Done();
2411 : }
2412 : }
2413 0 : else if ( SID_DOCUMENT_COMPARE == nSlot || SID_DOCUMENT_MERGE == nSlot )
2414 : {
2415 0 : pViewImpl->GetRequest()->SetReturnValue( SfxInt32Item( nSlot, nFound ) );
2416 :
2417 0 : if ( nFound > 0 ) // Redline-Browser anzeigen
2418 : {
2419 0 : SfxViewFrame* pVFrame = GetViewFrame();
2420 0 : pVFrame->ShowChildWindow(FN_REDLINE_ACCEPT);
2421 :
2422 : // RedlineDlg neu initialisieren
2423 0 : sal_uInt16 nId = SwRedlineAcceptChild::GetChildWindowId();
2424 0 : SwRedlineAcceptChild* pRed = (SwRedlineAcceptChild*)pVFrame->GetChildWindow( nId );
2425 0 : if ( pRed )
2426 0 : pRed->ReInitDlg( GetDocShell() );
2427 : }
2428 : }
2429 : }
2430 : }
2431 0 : return 0;
2432 : }
2433 :
2434 0 : void SwView::ExecuteScan( SfxRequest& rReq )
2435 : {
2436 0 : if (pViewImpl)
2437 0 : pViewImpl->ExecuteScan(rReq) ;
2438 30 : }
2439 :
2440 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|