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 :
21 : #include <hintids.hxx>
22 :
23 : #include <com/sun/star/i18n/TransliterationModules.hpp>
24 : #include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
25 : #include <com/sun/star/i18n/TextConversionOption.hpp>
26 : #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
27 : #include <com/sun/star/lang/XInitialization.hpp>
28 :
29 : #include <tools/shl.hxx>
30 : #include <i18npool/mslangid.hxx>
31 : #include <sfx2/objface.hxx>
32 : #include <sfx2/viewfrm.hxx>
33 : #include <sfx2/bindings.hxx>
34 : #include <sfx2/dispatch.hxx>
35 : #include <sfx2/request.hxx>
36 : #include <editeng/spltitem.hxx>
37 : #include <editeng/orphitem.hxx>
38 : #include <editeng/brkitem.hxx>
39 : #include <editeng/widwitem.hxx>
40 : #include <editeng/kernitem.hxx>
41 : #include <editeng/escpitem.hxx>
42 : #include <editeng/lspcitem.hxx>
43 : #include <editeng/adjitem.hxx>
44 : #include <editeng/crsditem.hxx>
45 : #include <editeng/shdditem.hxx>
46 : #include <editeng/hyznitem.hxx>
47 : #include <editeng/udlnitem.hxx>
48 : #include <editeng/fontitem.hxx>
49 : #include <editeng/fhgtitem.hxx>
50 : #include <svx/clipfmtitem.hxx>
51 : #include <svl/stritem.hxx>
52 : #include <svl/slstitm.hxx>
53 : #include <editeng/colritem.hxx>
54 : #include <editeng/wghtitem.hxx>
55 : #include <editeng/cntritem.hxx>
56 : #include <editeng/postitem.hxx>
57 : #include <editeng/frmdiritem.hxx>
58 : #include <svx/svdoutl.hxx>
59 : #include <svl/whiter.hxx>
60 : #include <svl/cjkoptions.hxx>
61 : #include <svl/ctloptions.hxx>
62 : #include <unotools/useroptions.hxx>
63 : #include <vcl/msgbox.hxx>
64 : #include <editeng/flditem.hxx>
65 : #include <editeng/editstat.hxx>
66 : #include <svx/hlnkitem.hxx>
67 : #include <svx/htmlmode.hxx>
68 : #include <editeng/langitem.hxx>
69 : #include <editeng/unolingu.hxx>
70 : #include <editeng/scripttypeitem.hxx>
71 : #include <editeng/writingmodeitem.hxx>
72 : #include <swundo.hxx>
73 : #include <doc.hxx>
74 : #include <viewopt.hxx>
75 : #include <wrtsh.hxx>
76 : #include <uitool.hxx>
77 : #include <popup.hrc>
78 : #include <pardlg.hxx>
79 : #include <swdtflvr.hxx>
80 : #include <drwtxtsh.hxx>
81 : #include <swmodule.hxx>
82 : #include <initui.hxx>
83 : #include <edtwin.hxx>
84 : #include <swwait.hxx>
85 : #include <docstat.hxx>
86 :
87 : #include <cmdid.h>
88 : #include <globals.hrc>
89 : #include <shells.hrc>
90 : #include <breakit.hxx>
91 : #include "annotsh.hxx"
92 : #include "view.hxx"
93 : #include <PostItMgr.hxx>
94 : #include <SidebarWin.hxx>
95 :
96 : #include "swtypes.hxx"
97 :
98 : #include <svx/svxdlg.hxx>
99 : #include <svx/dialogs.hrc>
100 :
101 : #include <svx/svxids.hrc>
102 : #include <svl/itempool.hxx>
103 : #include <editeng/outliner.hxx>
104 : #include <editeng/editeng.hxx>
105 : #include <editeng/editview.hxx>
106 :
107 : #include <svl/languageoptions.hxx>
108 : #include <svtools/langtab.hxx>
109 :
110 : #include <docsh.hxx>
111 : #include <svl/undo.hxx>
112 : #include "swabstdlg.hxx"
113 : #include "chrdlg.hrc"
114 : #include "misc.hrc"
115 : #include <app.hrc>
116 :
117 : #include <comphelper/processfactory.hxx>
118 : #include <comphelper/string.hxx>
119 : #include <cppuhelper/bootstrap.hxx>
120 :
121 : #include <langhelper.hxx>
122 :
123 : #include <wordcountdialog.hxx>
124 :
125 : using namespace ::com::sun::star;
126 : using namespace ::com::sun::star::uno;
127 : using namespace ::com::sun::star::beans;
128 : using namespace ::com::sun::star::i18n;
129 :
130 : #define SwAnnotationShell
131 :
132 : #include <sfx2/msg.hxx>
133 : #include <swslots.hxx>
134 :
135 50 : SFX_IMPL_INTERFACE(SwAnnotationShell, SfxShell, SW_RES(STR_SHELLNAME_DRAW_TEXT))
136 : {
137 10 : SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_TEXT_TOOLBOX));
138 10 : SFX_POPUPMENU_REGISTRATION(SW_RES(MN_ANNOTATION_POPUPMENU));
139 10 : }
140 :
141 146 : TYPEINIT1(SwAnnotationShell,SfxShell)
142 :
143 0 : SwAnnotationShell::SwAnnotationShell( SwView& r )
144 0 : : rView(r)
145 : {
146 0 : SwWrtShell &rSh = rView.GetWrtShell();
147 0 : SetPool(rSh.GetAttrPool().GetSecondaryPool());
148 0 : }
149 :
150 0 : SwAnnotationShell::~SwAnnotationShell()
151 : {
152 0 : }
153 :
154 0 : ::svl::IUndoManager* SwAnnotationShell::GetUndoManager()
155 : {
156 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
157 0 : if ( !pPostItMgr ||
158 0 : !pPostItMgr->HasActiveSidebarWin() )
159 : {
160 : OSL_ENSURE(pPostItMgr,"PostItMgr::Layout(): We are looping forever");
161 0 : return 0;
162 : }
163 0 : return &pPostItMgr->GetActiveSidebarWin()->GetOutlinerView()->GetOutliner()->GetUndoManager();
164 : }
165 :
166 0 : void SwAnnotationShell::Exec( SfxRequest &rReq )
167 : {
168 : //TODO: clean this up!!!!
169 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
170 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
171 : return;
172 :
173 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
174 0 : SfxItemSet aEditAttr(pOLV->GetAttribs());
175 0 : SfxItemSet aNewAttr(*aEditAttr.GetPool(), aEditAttr.GetRanges());
176 :
177 0 : sal_uInt16 nSlot = rReq.GetSlot();
178 0 : sal_uInt16 nWhich = GetPool().GetWhich(nSlot);
179 0 : const SfxItemSet *pNewAttrs = rReq.GetArgs();
180 0 : sal_uInt16 nEEWhich = 0;
181 0 : switch (nSlot)
182 : {
183 : case SID_ATTR_CHAR_FONT:
184 : case SID_ATTR_CHAR_FONTHEIGHT:
185 : case SID_ATTR_CHAR_WEIGHT:
186 : case SID_ATTR_CHAR_POSTURE:
187 : {
188 0 : SfxItemPool* pSecondPool = aEditAttr.GetPool()->GetSecondaryPool();
189 0 : if( !pSecondPool )
190 0 : pSecondPool = aEditAttr.GetPool();
191 0 : SvxScriptSetItem aSetItem( nSlot, *pSecondPool );
192 0 : aSetItem.PutItemForScriptType( pOLV->GetSelectedScriptType(), pNewAttrs->Get( nWhich ));
193 0 : aNewAttr.Put( aSetItem.GetItemSet() );
194 0 : rReq.Done();
195 0 : break;
196 : }
197 0 : case SID_ATTR_CHAR_COLOR: nEEWhich = EE_CHAR_COLOR; break;
198 : case SID_ATTR_CHAR_UNDERLINE:
199 : {
200 0 : FontUnderline eFU = ((const SvxUnderlineItem&)aEditAttr.Get(EE_CHAR_UNDERLINE)).GetLineStyle();
201 0 : aNewAttr.Put(SvxUnderlineItem(eFU == UNDERLINE_SINGLE ? UNDERLINE_NONE : UNDERLINE_SINGLE, EE_CHAR_UNDERLINE));
202 0 : break;
203 : }
204 : case SID_ATTR_CHAR_OVERLINE:
205 : {
206 0 : FontUnderline eFO = ((const SvxOverlineItem&)aEditAttr.Get(EE_CHAR_OVERLINE)).GetLineStyle();
207 0 : aNewAttr.Put(SvxOverlineItem(eFO == UNDERLINE_SINGLE ? UNDERLINE_NONE : UNDERLINE_SINGLE, EE_CHAR_OVERLINE));
208 0 : break;
209 : }
210 0 : case SID_ATTR_CHAR_CONTOUR: nEEWhich = EE_CHAR_OUTLINE; break;
211 0 : case SID_ATTR_CHAR_SHADOWED: nEEWhich = EE_CHAR_SHADOW; break;
212 0 : case SID_ATTR_CHAR_STRIKEOUT: nEEWhich = EE_CHAR_STRIKEOUT; break;
213 0 : case SID_ATTR_CHAR_WORDLINEMODE: nEEWhich = EE_CHAR_WLM; break;
214 0 : case SID_ATTR_CHAR_RELIEF : nEEWhich = EE_CHAR_RELIEF; break;
215 0 : case SID_ATTR_CHAR_LANGUAGE : nEEWhich = EE_CHAR_LANGUAGE;break;
216 0 : case SID_ATTR_CHAR_KERNING : nEEWhich = EE_CHAR_KERNING; break;
217 0 : case SID_ATTR_CHAR_SCALEWIDTH: nEEWhich = EE_CHAR_FONTWIDTH; break;
218 0 : case SID_ATTR_CHAR_AUTOKERN : nEEWhich = EE_CHAR_PAIRKERNING; break;
219 0 : case SID_ATTR_CHAR_ESCAPEMENT: nEEWhich = EE_CHAR_ESCAPEMENT; break;
220 : case SID_ATTR_PARA_ADJUST_LEFT:
221 0 : aNewAttr.Put(SvxAdjustItem(SVX_ADJUST_LEFT, EE_PARA_JUST));
222 0 : break;
223 : case SID_ATTR_PARA_ADJUST_CENTER:
224 0 : aNewAttr.Put(SvxAdjustItem(SVX_ADJUST_CENTER, EE_PARA_JUST));
225 0 : break;
226 : case SID_ATTR_PARA_ADJUST_RIGHT:
227 0 : aNewAttr.Put(SvxAdjustItem(SVX_ADJUST_RIGHT, EE_PARA_JUST));
228 0 : break;
229 : case SID_ATTR_PARA_ADJUST_BLOCK:
230 0 : aNewAttr.Put(SvxAdjustItem(SVX_ADJUST_BLOCK, EE_PARA_JUST));
231 0 : break;
232 :
233 : case SID_ATTR_PARA_LINESPACE_10:
234 : {
235 0 : SvxLineSpacingItem aItem(SVX_LINESPACE_ONE_LINE, EE_PARA_SBL);
236 0 : aItem.SetPropLineSpace(100);
237 0 : aNewAttr.Put(aItem);
238 : }
239 0 : break;
240 : case SID_ATTR_PARA_LINESPACE_15:
241 : {
242 0 : SvxLineSpacingItem aItem(SVX_LINESPACE_ONE_POINT_FIVE_LINES, EE_PARA_SBL);
243 0 : aItem.SetPropLineSpace(150);
244 0 : aNewAttr.Put(aItem);
245 : }
246 0 : break;
247 : case SID_ATTR_PARA_LINESPACE_20:
248 : {
249 0 : SvxLineSpacingItem aItem(SVX_LINESPACE_TWO_LINES, EE_PARA_SBL);
250 0 : aItem.SetPropLineSpace(200);
251 0 : aNewAttr.Put(aItem);
252 : }
253 0 : break;
254 : case SID_SELECTALL:
255 : {
256 0 : Outliner * pOutliner = pOLV->GetOutliner();
257 0 : if(pOutliner)
258 : {
259 0 : sal_uLong nParaCount = pOutliner->GetParagraphCount();
260 0 : if (nParaCount > 0)
261 0 : pOLV->SelectRange(0L, sal_uInt16(nParaCount) );
262 : }
263 0 : break;
264 : }
265 : case FN_FORMAT_RESET:
266 : {
267 0 : pPostItMgr->GetActiveSidebarWin()->ResetAttributes();
268 0 : rReq.Done();
269 0 : break;
270 : }
271 : case FN_SET_SUPER_SCRIPT:
272 : {
273 0 : SvxEscapementItem aItem(EE_CHAR_ESCAPEMENT);
274 : SvxEscapement eEsc = (SvxEscapement ) ( (const SvxEscapementItem&)
275 0 : aEditAttr.Get( EE_CHAR_ESCAPEMENT ) ).GetEnumValue();
276 :
277 0 : if( eEsc == SVX_ESCAPEMENT_SUPERSCRIPT )
278 0 : aItem.SetEscapement( SVX_ESCAPEMENT_OFF );
279 : else
280 0 : aItem.SetEscapement( SVX_ESCAPEMENT_SUPERSCRIPT );
281 0 : aNewAttr.Put( aItem, EE_CHAR_ESCAPEMENT );
282 : }
283 0 : break;
284 : case FN_SET_SUB_SCRIPT:
285 : {
286 0 : SvxEscapementItem aItem(EE_CHAR_ESCAPEMENT);
287 : SvxEscapement eEsc = (SvxEscapement ) ( (const SvxEscapementItem&)
288 0 : aEditAttr.Get( EE_CHAR_ESCAPEMENT ) ).GetEnumValue();
289 :
290 0 : if( eEsc == SVX_ESCAPEMENT_SUBSCRIPT )
291 0 : aItem.SetEscapement( SVX_ESCAPEMENT_OFF );
292 : else
293 0 : aItem.SetEscapement( SVX_ESCAPEMENT_SUBSCRIPT );
294 0 : aNewAttr.Put( aItem, EE_CHAR_ESCAPEMENT );
295 : }
296 0 : break;
297 : case SID_HYPERLINK_SETLINK:
298 : {
299 0 : const SfxPoolItem* pItem = 0;
300 0 : if(pNewAttrs)
301 0 : pNewAttrs->GetItemState(nSlot, sal_False, &pItem);
302 :
303 0 : if(pItem)
304 : {
305 0 : const SvxHyperlinkItem& rHLinkItem = *(const SvxHyperlinkItem *)pItem;
306 0 : SvxURLField aFld(rHLinkItem.GetURL(), rHLinkItem.GetName(), SVXURLFORMAT_APPDEFAULT);
307 0 : aFld.SetTargetFrame(rHLinkItem.GetTargetFrame());
308 :
309 0 : const SvxFieldItem* pFieldItem = pOLV->GetFieldAtSelection();
310 :
311 0 : if (pFieldItem && pFieldItem->GetField()->ISA(SvxURLField))
312 : {
313 : // Feld selektieren, so dass es beim Insert geloescht wird
314 0 : ESelection aSel = pOLV->GetSelection();
315 0 : aSel.nEndPos++;
316 0 : pOLV->SetSelection(aSel);
317 : }
318 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED)
319 0 : pOLV->InsertField(SvxFieldItem(aFld, EE_FEATURE_FIELD));
320 : }
321 : break;
322 : }
323 : case FN_INSERT_SOFT_HYPHEN:
324 : case FN_INSERT_HARDHYPHEN:
325 : case FN_INSERT_HARD_SPACE:
326 : case SID_INSERT_RLM :
327 : case SID_INSERT_LRM :
328 : case SID_INSERT_ZWNBSP :
329 : case SID_INSERT_ZWSP:
330 : {
331 0 : sal_Unicode cIns = 0;
332 0 : switch(rReq.GetSlot())
333 : {
334 0 : case FN_INSERT_SOFT_HYPHEN: cIns = CHAR_SOFTHYPHEN; break;
335 0 : case FN_INSERT_HARDHYPHEN: cIns = CHAR_HARDHYPHEN; break;
336 0 : case FN_INSERT_HARD_SPACE: cIns = CHAR_HARDBLANK; break;
337 0 : case SID_INSERT_RLM : cIns = CHAR_RLM ; break;
338 0 : case SID_INSERT_LRM : cIns = CHAR_LRM ; break;
339 0 : case SID_INSERT_ZWSP : cIns = CHAR_ZWSP ; break;
340 0 : case SID_INSERT_ZWNBSP: cIns = CHAR_ZWNBSP; break;
341 : }
342 0 : pOLV->InsertText( rtl::OUString(cIns));
343 0 : rReq.Done();
344 0 : break;
345 : }
346 : case SID_CHARMAP:
347 : {
348 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED)
349 0 : InsertSymbol(rReq);
350 0 : break;
351 : }
352 : case FN_INSERT_STRING:
353 : {
354 0 : const SfxPoolItem* pItem = 0;
355 0 : if(pNewAttrs)
356 0 : pNewAttrs->GetItemState(nSlot, sal_False, &pItem );
357 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED)
358 0 : pOLV->InsertText(((const SfxStringItem *)pItem)->GetValue());
359 : break;
360 : }
361 :
362 : case FN_FORMAT_FOOTNOTE_DLG:
363 : {
364 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
365 : OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
366 :
367 0 : VclAbstractDialog* pDlg = pFact->CreateSwFootNoteOptionDlg( rView.GetWindow(), rView.GetWrtShell(), DLG_DOC_FOOTNOTE );
368 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
369 0 : pDlg->Execute();
370 0 : delete pDlg;
371 0 : break;
372 : }
373 : case FN_NUMBERING_OUTLINE_DLG:
374 : {
375 0 : SfxItemSet aTmp(GetPool(), FN_PARAM_1, FN_PARAM_1);
376 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
377 : OSL_ENSURE(pFact, "Dialogdiet fail!");
378 : SfxAbstractTabDialog* pDlg = pFact->CreateSwTabDialog( DLG_TAB_OUTLINE,
379 0 : rView.GetWindow(), &aTmp, rView.GetWrtShell());
380 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
381 0 : pDlg->Execute();
382 0 : delete pDlg;
383 0 : rReq.Done();
384 : }
385 0 : break;
386 : case SID_OPEN_XML_FILTERSETTINGS:
387 : {
388 : try
389 : {
390 0 : uno::Reference < ui::dialogs::XExecutableDialog > xDialog(::comphelper::getProcessServiceFactory()->createInstance(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.ui.XSLTFilterDialog"))), uno::UNO_QUERY);
391 0 : if( xDialog.is() )
392 : {
393 0 : xDialog->execute();
394 0 : }
395 : }
396 0 : catch (const uno::Exception&)
397 : {
398 : }
399 0 : rReq.Ignore ();
400 : }
401 0 : break;
402 : case FN_WORDCOUNT_DIALOG:
403 : {
404 0 : SfxViewFrame* pVFrame = rView.GetViewFrame();
405 0 : if (pVFrame != NULL)
406 : {
407 0 : pVFrame->ToggleChildWindow(FN_WORDCOUNT_DIALOG);
408 0 : Invalidate(rReq.GetSlot());
409 :
410 0 : SwWordCountWrapper *pWrdCnt = (SwWordCountWrapper*)pVFrame->GetChildWindow(SwWordCountWrapper::GetChildWindowId());
411 0 : if (pWrdCnt)
412 0 : pWrdCnt->UpdateCounts();
413 : }
414 : }
415 0 : break;
416 : case SID_CHAR_DLG:
417 : {
418 0 : const SfxItemSet* pArgs = rReq.GetArgs();
419 :
420 0 : if( !pArgs )
421 : {
422 : /* mod
423 : SwView* pView = &GetView();
424 : FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, pView));
425 : SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, eMetric));
426 : */
427 0 : SfxItemSet aDlgAttr(GetPool(), EE_ITEMS_START, EE_ITEMS_END);
428 :
429 : // util::Language gibts an der EditEngine nicht! Daher nicht im Set.
430 :
431 0 : aDlgAttr.Put( aEditAttr );
432 0 : aDlgAttr.Put( SvxKerningItem(0, RES_CHRATR_KERNING) );
433 :
434 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
435 : OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
436 :
437 0 : SfxAbstractTabDialog* pDlg = pFact->CreateSwCharDlg( rView.GetWindow(), rView, aDlgAttr, DLG_CHAR,0, sal_True );
438 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
439 0 : sal_uInt16 nRet = pDlg->Execute();
440 0 : if(RET_OK == nRet )
441 : {
442 0 : rReq.Done( *( pDlg->GetOutputItemSet() ) );
443 0 : aNewAttr.Put(*pDlg->GetOutputItemSet());
444 : }
445 0 : delete( pDlg );
446 0 : if(RET_OK != nRet)
447 0 : return ;
448 : }
449 : else
450 0 : aNewAttr.Put(*pArgs);
451 0 : break;
452 : }
453 : case SID_PARA_DLG:
454 : {
455 0 : const SfxItemSet* pArgs = rReq.GetArgs();
456 :
457 0 : if (!pArgs)
458 : {
459 : /* mod todo ???
460 : SwView* pView = &GetView();
461 : FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, pView));
462 : SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, eMetric));
463 : */
464 0 : SfxItemSet aDlgAttr(GetPool(),
465 : EE_ITEMS_START, EE_ITEMS_END,
466 : SID_ATTR_PARA_HYPHENZONE, SID_ATTR_PARA_HYPHENZONE,
467 : SID_ATTR_PARA_SPLIT, SID_ATTR_PARA_SPLIT,
468 : SID_ATTR_PARA_WIDOWS, SID_ATTR_PARA_WIDOWS,
469 : SID_ATTR_PARA_ORPHANS, SID_ATTR_PARA_ORPHANS,
470 0 : 0);
471 :
472 0 : aDlgAttr.Put(aEditAttr);
473 :
474 :
475 0 : aDlgAttr.Put( SvxHyphenZoneItem( sal_False, RES_PARATR_HYPHENZONE) );
476 0 : aDlgAttr.Put( SvxFmtBreakItem( SVX_BREAK_NONE, RES_BREAK ) );
477 0 : aDlgAttr.Put( SvxFmtSplitItem( sal_True, RES_PARATR_SPLIT ) );
478 0 : aDlgAttr.Put( SvxWidowsItem( 0, RES_PARATR_WIDOWS ) );
479 0 : aDlgAttr.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) );
480 :
481 :
482 0 : SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
483 : OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
484 :
485 0 : SfxAbstractTabDialog* pDlg = pFact->CreateSwParaDlg( rView.GetWindow(), rView, aDlgAttr,DLG_STD, DLG_PARA, 0, sal_True );
486 : OSL_ENSURE(pDlg, "Dialogdiet fail!");
487 0 : sal_uInt16 nRet = pDlg->Execute();
488 0 : if(RET_OK == nRet)
489 : {
490 0 : rReq.Done( *( pDlg->GetOutputItemSet() ) );
491 0 : aNewAttr.Put(*pDlg->GetOutputItemSet());
492 : }
493 0 : delete( pDlg );
494 0 : if(RET_OK != nRet)
495 0 : return;
496 : }
497 : else
498 0 : aNewAttr.Put(*pArgs);
499 0 : break;
500 : }
501 :
502 : case SID_AUTOSPELL_CHECK:
503 : {
504 0 : rView.ExecuteSlot(rReq);
505 0 : break;
506 : }
507 : case SID_ATTR_PARA_LEFT_TO_RIGHT:
508 : case SID_ATTR_PARA_RIGHT_TO_LEFT:
509 : {
510 0 : sal_Bool bLeftToRight = nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT;
511 :
512 : const SfxPoolItem* pPoolItem;
513 0 : if( pNewAttrs && SFX_ITEM_SET == pNewAttrs->GetItemState( nSlot, sal_True, &pPoolItem ) )
514 : {
515 0 : if( !( (SfxBoolItem*)pPoolItem)->GetValue() )
516 0 : bLeftToRight = !bLeftToRight;
517 : }
518 0 : SfxItemSet aAttr( *aNewAttr.GetPool(),
519 : EE_PARA_JUST, EE_PARA_JUST,
520 : EE_PARA_WRITINGDIR, EE_PARA_WRITINGDIR,
521 0 : 0 );
522 :
523 0 : sal_uInt16 nAdjust = SVX_ADJUST_LEFT;
524 0 : if( SFX_ITEM_ON == aEditAttr.GetItemState(EE_PARA_JUST, sal_True, &pPoolItem ) )
525 0 : nAdjust = ( (SvxAdjustItem*)pPoolItem)->GetEnumValue();
526 :
527 0 : if( bLeftToRight )
528 : {
529 0 : aAttr.Put( SvxFrameDirectionItem( FRMDIR_HORI_LEFT_TOP, EE_PARA_WRITINGDIR ) );
530 0 : if( nAdjust == SVX_ADJUST_RIGHT )
531 0 : aAttr.Put( SvxAdjustItem( SVX_ADJUST_LEFT, EE_PARA_JUST ) );
532 : }
533 : else
534 : {
535 0 : aAttr.Put( SvxFrameDirectionItem( FRMDIR_HORI_RIGHT_TOP, EE_PARA_WRITINGDIR ) );
536 0 : if( nAdjust == SVX_ADJUST_LEFT )
537 0 : aAttr.Put( SvxAdjustItem( SVX_ADJUST_RIGHT, EE_PARA_JUST ) );
538 : }
539 0 : pOLV->SetAttribs(aAttr);
540 0 : break;
541 : }
542 : }
543 :
544 0 : if(nEEWhich && pNewAttrs)
545 0 : aNewAttr.Put(pNewAttrs->Get(nWhich), nEEWhich);
546 :
547 0 : Rectangle aNullRect;
548 0 : Rectangle aOutRect = pOLV->GetOutputArea();
549 0 : if (aNullRect != aOutRect)
550 0 : pOLV->SetAttribs(aNewAttr);
551 :
552 0 : rView.GetViewFrame()->GetBindings().InvalidateAll(sal_False);
553 0 : if ( pOLV->GetOutliner()->IsModified() )
554 0 : rView.GetWrtShell().SetModified();
555 :
556 : }
557 :
558 0 : void SwAnnotationShell::GetState(SfxItemSet& rSet)
559 : {
560 : //TODO: clean this up!!!
561 : // FN_SET_SUPER_SCRIPT
562 : //SID_ATTR_PARA_ADJUST
563 : //SID_ATTR_PARA_ADJUST_BLOCK
564 :
565 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
566 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
567 0 : return;
568 :
569 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
570 0 : SfxItemSet aEditAttr(pOLV->GetAttribs());
571 :
572 0 : SfxWhichIter aIter(rSet);
573 0 : sal_uInt16 nWhich = aIter.FirstWhich();
574 0 : while(nWhich)
575 : {
576 0 : sal_uInt16 nEEWhich = 0;
577 0 : sal_uInt16 nSlotId = GetPool().GetSlotId( nWhich );
578 0 : switch( nSlotId )
579 : {
580 : case SID_ATTR_CHAR_FONT:
581 : case SID_ATTR_CHAR_FONTHEIGHT:
582 : case SID_ATTR_CHAR_WEIGHT:
583 : case SID_ATTR_CHAR_POSTURE:
584 : {
585 0 : if ( pOLV )
586 : {
587 0 : sal_uInt16 nScriptType = pOLV->GetSelectedScriptType();
588 0 : SfxItemPool* pSecondPool = aEditAttr.GetPool()->GetSecondaryPool();
589 0 : if( !pSecondPool )
590 0 : pSecondPool = aEditAttr.GetPool();
591 0 : SvxScriptSetItem aSetItem( nSlotId, *pSecondPool );
592 0 : aSetItem.GetItemSet().Put( aEditAttr, sal_False );
593 0 : const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType );
594 0 : if( pI )
595 0 : rSet.Put( *pI, nWhich );
596 : else
597 0 : rSet.InvalidateItem( nWhich );
598 : }
599 : else
600 0 : rSet.InvalidateItem( nWhich );
601 : }
602 0 : break;
603 0 : case SID_ATTR_CHAR_COLOR: nEEWhich = EE_CHAR_COLOR; break;
604 0 : case SID_ATTR_CHAR_UNDERLINE: nEEWhich = EE_CHAR_UNDERLINE;break;
605 0 : case SID_ATTR_CHAR_OVERLINE: nEEWhich = EE_CHAR_OVERLINE;break;
606 0 : case SID_ATTR_CHAR_CONTOUR: nEEWhich = EE_CHAR_OUTLINE; break;
607 0 : case SID_ATTR_CHAR_SHADOWED: nEEWhich = EE_CHAR_SHADOW;break;
608 0 : case SID_ATTR_CHAR_STRIKEOUT: nEEWhich = EE_CHAR_STRIKEOUT;break;
609 0 : case SID_ATTR_CHAR_LANGUAGE : nEEWhich = EE_CHAR_LANGUAGE;break;
610 : case FN_SET_SUPER_SCRIPT:
611 : case FN_SET_SUB_SCRIPT:
612 : {
613 0 : sal_uInt16 nEsc = 0;
614 0 : const SfxPoolItem *pEscItem = 0;
615 0 : if (nWhich==FN_SET_SUPER_SCRIPT)
616 0 : nEsc = SVX_ESCAPEMENT_SUPERSCRIPT;
617 : else
618 0 : nEsc = SVX_ESCAPEMENT_SUBSCRIPT;
619 :
620 0 : if( !pEscItem )
621 0 : pEscItem = &aEditAttr.Get( EE_CHAR_ESCAPEMENT );
622 :
623 0 : if( nEsc == ((const SvxEscapementItem*)pEscItem)->GetEnumValue() )
624 0 : rSet.Put( SfxBoolItem( nWhich, sal_True ));
625 : else
626 0 : rSet.InvalidateItem( nWhich );
627 0 : break;
628 : }
629 : case SID_ATTR_PARA_ADJUST_LEFT:
630 : case SID_ATTR_PARA_ADJUST_RIGHT:
631 : case SID_ATTR_PARA_ADJUST_CENTER:
632 : case SID_ATTR_PARA_ADJUST_BLOCK:
633 : {
634 0 : const SfxPoolItem *pAdjust = 0;
635 0 : int eAdjust = 0;
636 :
637 0 : if (nWhich==SID_ATTR_PARA_ADJUST_LEFT)
638 0 : eAdjust = SVX_ADJUST_LEFT;
639 0 : else if (nWhich==SID_ATTR_PARA_ADJUST_RIGHT)
640 0 : eAdjust = SVX_ADJUST_RIGHT;
641 0 : else if (nWhich==SID_ATTR_PARA_ADJUST_CENTER)
642 0 : eAdjust = SVX_ADJUST_CENTER;
643 0 : else if (nWhich==SID_ATTR_PARA_ADJUST_BLOCK)
644 0 : eAdjust = SVX_ADJUST_BLOCK;
645 :
646 0 : if( !pAdjust )
647 0 : aEditAttr.GetItemState( EE_PARA_JUST, sal_False, &pAdjust);
648 :
649 0 : if( !pAdjust || IsInvalidItem( pAdjust ))
650 0 : rSet.InvalidateItem( nSlotId ), nSlotId = 0;
651 : else
652 : {
653 0 : if ( eAdjust == ((const SvxAdjustItem*)pAdjust)->GetAdjust())
654 0 : rSet.Put( SfxBoolItem( nWhich, sal_True ));
655 : else
656 0 : rSet.InvalidateItem( nWhich );
657 : }
658 : break;
659 : }
660 : case SID_ATTR_PARA_LINESPACE_10:
661 : case SID_ATTR_PARA_LINESPACE_15:
662 : case SID_ATTR_PARA_LINESPACE_20:
663 : {
664 0 : const SfxPoolItem *pLSpace = 0;
665 0 : int nLSpace = 0;
666 :
667 0 : if (nWhich==SID_ATTR_PARA_LINESPACE_10)
668 0 : nLSpace = 100;
669 0 : else if (nWhich==SID_ATTR_PARA_LINESPACE_15)
670 0 : nLSpace = 150;
671 0 : else if (nWhich==SID_ATTR_PARA_LINESPACE_20)
672 0 : nLSpace = 200;
673 :
674 0 : if( !pLSpace )
675 0 : aEditAttr.GetItemState( EE_PARA_SBL, sal_False, &pLSpace );
676 :
677 0 : if( !pLSpace || IsInvalidItem( pLSpace ))
678 0 : rSet.InvalidateItem( nSlotId ), nSlotId = 0;
679 : else
680 : {
681 0 : if( nLSpace == ((const SvxLineSpacingItem*)pLSpace)->GetPropLineSpace() )
682 0 : rSet.Put( SfxBoolItem( nWhich, sal_True ));
683 : else
684 0 : rSet.InvalidateItem( nWhich );
685 : }
686 : break;
687 : }
688 : case SID_AUTOSPELL_CHECK:
689 : {
690 0 : const SfxPoolItem* pState = rView.GetSlotState(nWhich);
691 0 : if (pState)
692 0 : rSet.Put(SfxBoolItem(nWhich, ((const SfxBoolItem*)pState)->GetValue()));
693 : else
694 0 : rSet.DisableItem( nWhich );
695 0 : break;
696 : }
697 : case SID_ATTR_PARA_LEFT_TO_RIGHT:
698 : case SID_ATTR_PARA_RIGHT_TO_LEFT:
699 : {
700 0 : if ( !SvtLanguageOptions().IsCTLFontEnabled() )
701 0 : rSet.DisableItem( nWhich );
702 : else
703 : {
704 0 : if(pOLV->GetOutliner() && pOLV->GetOutliner()->IsVertical())
705 0 : rSet.DisableItem( nWhich );
706 : else
707 : {
708 0 : sal_Bool bFlag = sal_False;
709 0 : switch( ( ( (SvxFrameDirectionItem&) aEditAttr.Get( EE_PARA_WRITINGDIR ) ) ).GetValue() )
710 : {
711 : case FRMDIR_HORI_LEFT_TOP:
712 : {
713 0 : bFlag = nWhich == SID_ATTR_PARA_LEFT_TO_RIGHT;
714 0 : rSet.Put( SfxBoolItem( nWhich, bFlag ));
715 0 : break;
716 : }
717 : case FRMDIR_HORI_RIGHT_TOP:
718 : {
719 0 : bFlag = nWhich != SID_ATTR_PARA_LEFT_TO_RIGHT;
720 0 : rSet.Put( SfxBoolItem( nWhich, bFlag ));
721 0 : break;
722 : }
723 : }
724 : }
725 : }
726 : }
727 0 : break;
728 : case SID_INSERT_RLM :
729 : case SID_INSERT_LRM :
730 : case SID_INSERT_ZWNBSP :
731 : case SID_INSERT_ZWSP:
732 : {
733 0 : SvtCTLOptions aCTLOptions;
734 0 : sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled();
735 0 : rView.GetViewFrame()->GetBindings().SetVisibleState( nWhich, bEnabled );
736 0 : if(!bEnabled)
737 0 : rSet.DisableItem(nWhich);
738 : }
739 0 : break;
740 : default:
741 0 : rSet.InvalidateItem( nWhich );
742 0 : break;
743 : }
744 :
745 0 : if(nEEWhich)
746 0 : rSet.Put(aEditAttr.Get(nEEWhich, sal_True), nWhich);
747 :
748 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED)
749 0 : rSet.DisableItem( nWhich );
750 :
751 0 : nWhich = aIter.NextWhich();
752 0 : }
753 : }
754 :
755 0 : void SwAnnotationShell::ExecSearch(SfxRequest& rReq, sal_Bool bNoMessage)
756 : {
757 0 : rView.ExecSearch(rReq,bNoMessage);
758 0 : }
759 :
760 0 : void SwAnnotationShell::StateSearch(SfxItemSet &rSet)
761 : {
762 0 : rView.StateSearch(rSet);
763 0 : }
764 :
765 0 : void SwAnnotationShell::ExecClpbrd(SfxRequest &rReq)
766 : {
767 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
768 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
769 0 : return;
770 :
771 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
772 0 : SfxItemSet aEditAttr(pOLV->GetAttribs());
773 0 : SfxItemSet aNewAttr(*aEditAttr.GetPool(), aEditAttr.GetRanges());
774 :
775 0 : long aOldHeight = pPostItMgr->GetActiveSidebarWin()->GetPostItTextHeight();
776 0 : sal_uInt16 nSlot = rReq.GetSlot();
777 0 : switch (nSlot)
778 : {
779 : case SID_CUT:
780 0 : if ( (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED) && pOLV->HasSelection() )
781 0 : pOLV->Cut();
782 0 : break;
783 : case SID_COPY:
784 0 : if( pOLV->HasSelection() )
785 0 : pOLV->Copy();
786 0 : break;
787 : case SID_PASTE:
788 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED)
789 0 : pOLV->Paste();
790 0 : break;
791 : case SID_PASTE_SPECIAL:
792 : {
793 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED)
794 : {
795 0 : SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
796 0 : SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( &rView.GetEditWin() );
797 :
798 0 : pDlg->Insert( SOT_FORMAT_STRING, aEmptyStr );
799 0 : pDlg->Insert( SOT_FORMAT_RTF, aEmptyStr );
800 :
801 0 : TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( &rView.GetEditWin() ) );
802 :
803 0 : sal_uLong nFormat = pDlg->GetFormat( aDataHelper.GetTransferable() );
804 :
805 0 : if (nFormat > 0)
806 : {
807 0 : if (nFormat == SOT_FORMAT_STRING)
808 0 : pOLV->Paste();
809 : else
810 0 : pOLV->PasteSpecial();
811 : }
812 0 : delete pDlg;
813 : }
814 0 : break;
815 : }
816 : case SID_CLIPBOARD_FORMAT_ITEMS:
817 : {
818 0 : sal_uLong nFormat = 0;
819 : const SfxPoolItem* pItem;
820 0 : if ( rReq.GetArgs() && rReq.GetArgs()->GetItemState(nSlot, sal_True, &pItem) == SFX_ITEM_SET &&
821 0 : pItem->ISA(SfxUInt32Item) )
822 : {
823 0 : nFormat = ((const SfxUInt32Item*)pItem)->GetValue();
824 : }
825 :
826 0 : if ( nFormat )
827 : {
828 0 : if (SOT_FORMAT_STRING == nFormat)
829 0 : pOLV->Paste();
830 : else
831 0 : pOLV->PasteSpecial();
832 : }
833 : break;
834 : }
835 : }
836 0 : pPostItMgr->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,pPostItMgr->GetActiveSidebarWin()->GetPostItTextHeight());
837 : }
838 :
839 0 : void SwAnnotationShell::StateClpbrd(SfxItemSet &rSet)
840 : {
841 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
842 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
843 0 : return;
844 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
845 :
846 0 : TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( &rView.GetEditWin() ) );
847 0 : bool bPastePossible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT_RTF ) );
848 0 : bPastePossible = bPastePossible && (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()!=SwPostItHelper::DELETED);
849 :
850 0 : SfxWhichIter aIter(rSet);
851 0 : sal_uInt16 nWhich = aIter.FirstWhich();
852 :
853 0 : while(nWhich)
854 : {
855 0 : switch(nWhich)
856 : {
857 : case SID_CUT:
858 : {
859 0 : if ( (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED) || !pOLV->HasSelection() )
860 0 : rSet.DisableItem( nWhich );
861 : }
862 : case SID_COPY:
863 : {
864 0 : if( !pOLV->HasSelection() )
865 0 : rSet.DisableItem( nWhich );
866 0 : break;
867 : }
868 : case SID_PASTE:
869 : case SID_PASTE_SPECIAL:
870 : {
871 0 : if( !bPastePossible )
872 0 : rSet.DisableItem( nWhich );
873 0 : break;
874 : }
875 : case SID_CLIPBOARD_FORMAT_ITEMS:
876 : {
877 0 : if ( bPastePossible )
878 : {
879 0 : SvxClipboardFmtItem aFormats( SID_CLIPBOARD_FORMAT_ITEMS );
880 0 : if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) )
881 0 : aFormats.AddClipbrdFormat( SOT_FORMAT_RTF );
882 0 : aFormats.AddClipbrdFormat( SOT_FORMAT_STRING );
883 0 : rSet.Put( aFormats );
884 : }
885 : else
886 0 : rSet.DisableItem( nWhich );
887 0 : break;
888 : }
889 : }
890 0 : nWhich = aIter.NextWhich();
891 0 : }
892 : }
893 :
894 0 : void SwAnnotationShell::StateStatusLine(SfxItemSet &rSet)
895 : {
896 0 : SfxWhichIter aIter( rSet );
897 0 : sal_uInt16 nWhich = aIter.FirstWhich();
898 :
899 0 : while( nWhich )
900 : {
901 0 : switch( nWhich )
902 : {
903 : case FN_STAT_SELMODE:
904 : {
905 0 : rSet.Put(SfxUInt16Item(FN_STAT_SELMODE, 0));
906 0 : rSet.DisableItem( nWhich );
907 0 : break;
908 : }
909 : case FN_STAT_TEMPLATE:
910 : {
911 0 : rSet.DisableItem( nWhich );
912 0 : break;
913 : }
914 : }
915 0 : nWhich = aIter.NextWhich();
916 0 : }
917 0 : }
918 :
919 0 : void SwAnnotationShell::StateInsert(SfxItemSet &rSet)
920 : {
921 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
922 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
923 0 : return;
924 :
925 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
926 0 : SfxWhichIter aIter(rSet);
927 0 : sal_uInt16 nWhich = aIter.FirstWhich();
928 :
929 0 : while(nWhich)
930 : {
931 0 : switch(nWhich)
932 : {
933 : case SID_HYPERLINK_GETLINK:
934 : {
935 0 : SvxHyperlinkItem aHLinkItem;
936 0 : aHLinkItem.SetInsertMode(HLINK_FIELD);
937 :
938 0 : const SvxFieldItem* pFieldItem = pOLV->GetFieldAtSelection();
939 :
940 0 : if (pFieldItem)
941 : {
942 0 : const SvxFieldData* pField = pFieldItem->GetField();
943 :
944 0 : if (pField->ISA(SvxURLField))
945 : {
946 0 : aHLinkItem.SetName(((const SvxURLField*) pField)->GetRepresentation());
947 0 : aHLinkItem.SetURL(((const SvxURLField*) pField)->GetURL());
948 0 : aHLinkItem.SetTargetFrame(((const SvxURLField*) pField)->GetTargetFrame());
949 : }
950 : }
951 : else
952 : {
953 0 : String sSel(pOLV->GetSelected());
954 0 : sSel.Erase(255);
955 0 : aHLinkItem.SetName(comphelper::string::stripEnd(sSel, ' '));
956 : }
957 :
958 0 : sal_uInt16 nHtmlMode = ::GetHtmlMode(rView.GetDocShell());
959 0 : aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() |
960 0 : ((nHtmlMode & HTMLMODE_ON) != 0 ? HLINK_HTMLMODE : 0)));
961 :
962 0 : rSet.Put(aHLinkItem);
963 : }
964 0 : break;
965 : }
966 :
967 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED)
968 0 : rSet.DisableItem( nWhich );
969 :
970 0 : nWhich = aIter.NextWhich();
971 0 : }
972 : }
973 :
974 :
975 0 : void SwAnnotationShell::NoteExec(SfxRequest &rReq)
976 : {
977 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
978 0 : if ( !pPostItMgr )
979 0 : return;
980 :
981 0 : sal_uInt16 nSlot = rReq.GetSlot();
982 0 : switch (nSlot)
983 : {
984 : case FN_REPLY:
985 : case FN_POSTIT:
986 : case FN_DELETE_COMMENT:
987 0 : if ( pPostItMgr->HasActiveSidebarWin() )
988 0 : pPostItMgr->GetActiveSidebarWin()->ExecuteCommand(nSlot);
989 0 : break;
990 : case FN_DELETE_ALL_NOTES:
991 0 : pPostItMgr->Delete();
992 0 : break;
993 : case FN_DELETE_NOTE_AUTHOR:
994 : {
995 0 : SFX_REQUEST_ARG( rReq, pItem, SfxStringItem, nSlot, sal_False);
996 0 : if ( pItem )
997 0 : pPostItMgr->Delete( pItem->GetValue() );
998 0 : break;
999 : }
1000 : case FN_HIDE_NOTE:
1001 0 : break;
1002 : case FN_HIDE_ALL_NOTES:
1003 0 : pPostItMgr->Hide();
1004 0 : break;
1005 : case FN_HIDE_NOTE_AUTHOR:
1006 : {
1007 0 : SFX_REQUEST_ARG( rReq, pItem, SfxStringItem, nSlot, sal_False);
1008 0 : if ( pItem )
1009 0 : pPostItMgr->Hide( pItem->GetValue() );
1010 : }
1011 : }
1012 : }
1013 :
1014 0 : void SwAnnotationShell::GetNoteState(SfxItemSet &rSet)
1015 : {
1016 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1017 0 : SfxWhichIter aIter(rSet);
1018 0 : sal_uInt16 nWhich = aIter.FirstWhich();
1019 0 : while(nWhich)
1020 : {
1021 0 : sal_uInt16 nSlotId = GetPool().GetSlotId( nWhich );
1022 0 : switch( nSlotId )
1023 : {
1024 : case FN_POSTIT:
1025 : case FN_DELETE_NOTE_AUTHOR:
1026 : case FN_DELETE_ALL_NOTES:
1027 : case FN_HIDE_NOTE:
1028 : case FN_HIDE_NOTE_AUTHOR:
1029 : case FN_HIDE_ALL_NOTES:
1030 : case FN_DELETE_COMMENT:
1031 : {
1032 0 : if ( !pPostItMgr ||
1033 0 : !pPostItMgr->HasActiveAnnotationWin() )
1034 : {
1035 0 : rSet.DisableItem(nWhich);
1036 : }
1037 0 : break;
1038 : }
1039 : case FN_REPLY:
1040 : {
1041 0 : if ( !pPostItMgr ||
1042 0 : !pPostItMgr->HasActiveAnnotationWin() )
1043 : {
1044 0 : rSet.DisableItem(nWhich);
1045 : }
1046 : else
1047 : {
1048 0 : SvtUserOptions aUserOpt;
1049 0 : String sAuthor;
1050 0 : if( !(sAuthor = aUserOpt.GetFullName()).Len())
1051 0 : if( !(sAuthor = aUserOpt.GetID()).Len() )
1052 0 : sAuthor = String( SW_RES( STR_REDLINE_UNKNOWN_AUTHOR ));
1053 0 : if (sAuthor == pPostItMgr->GetActiveSidebarWin()->GetAuthor())
1054 0 : rSet.DisableItem(nWhich);
1055 : }
1056 0 : break;
1057 : }
1058 : default:
1059 0 : rSet.InvalidateItem( nWhich );
1060 0 : break;
1061 : }
1062 :
1063 0 : if (pPostItMgr->HasActiveSidebarWin())
1064 : {
1065 0 : if ( (pPostItMgr->GetActiveSidebarWin()->IsProtected()) &&
1066 : ( (nSlotId==FN_DELETE_COMMENT) || (nSlotId==FN_REPLY) ) )
1067 0 : rSet.DisableItem( nWhich );
1068 : }
1069 0 : nWhich = aIter.NextWhich();
1070 0 : }
1071 0 : }
1072 :
1073 0 : void SwAnnotationShell::ExecLingu(SfxRequest &rReq)
1074 : {
1075 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1076 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
1077 0 : return;
1078 :
1079 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
1080 0 : SfxItemSet aEditAttr(pOLV->GetAttribs());
1081 0 : sal_uInt16 nSlot = rReq.GetSlot();
1082 0 : SwWrtShell &rSh = rView.GetWrtShell();
1083 0 : bool bRestoreSelection = false;
1084 0 : ESelection aOldSelection;
1085 :
1086 0 : switch (nSlot)
1087 : {
1088 : case SID_LANGUAGE_STATUS:
1089 : {
1090 0 : aOldSelection = pOLV->GetSelection();
1091 0 : if (!pOLV->GetEditView().HasSelection())
1092 : {
1093 0 : bRestoreSelection = true;
1094 0 : pOLV->GetEditView().SelectCurrentWord();
1095 : }
1096 :
1097 0 : bRestoreSelection = SwLangHelper::SetLanguageStatus(pOLV,rReq,rView,rSh);
1098 0 : break;
1099 : }
1100 : case SID_THES:
1101 : {
1102 0 : String aReplaceText;
1103 0 : SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES, sal_False );
1104 0 : if (pItem2)
1105 0 : aReplaceText = pItem2->GetValue();
1106 0 : if (aReplaceText.Len() > 0)
1107 0 : ReplaceTextWithSynonym( pOLV->GetEditView(), aReplaceText );
1108 0 : break;
1109 : }
1110 : case SID_THESAURUS:
1111 : {
1112 0 : pOLV->StartThesaurus();
1113 0 : break;
1114 : }
1115 : case SID_HANGUL_HANJA_CONVERSION:
1116 : pOLV->StartTextConversion( LANGUAGE_KOREAN, LANGUAGE_KOREAN, NULL,
1117 0 : i18n::TextConversionOption::CHARACTER_BY_CHARACTER, sal_True, sal_False );
1118 0 : break;
1119 :
1120 : case SID_CHINESE_CONVERSION:
1121 : {
1122 : //open ChineseTranslationDialog
1123 : Reference< XComponentContext > xContext(
1124 0 : ::cppu::defaultBootstrap_InitialComponentContext() ); //@todo get context from calc if that has one
1125 0 : if(xContext.is())
1126 : {
1127 0 : Reference< lang::XMultiComponentFactory > xMCF( xContext->getServiceManager() );
1128 0 : if(xMCF.is())
1129 : {
1130 : Reference< ui::dialogs::XExecutableDialog > xDialog(
1131 0 : xMCF->createInstanceWithContext(
1132 : rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.linguistic2.ChineseTranslationDialog"))
1133 0 : , xContext), UNO_QUERY);
1134 0 : Reference< lang::XInitialization > xInit( xDialog, UNO_QUERY );
1135 0 : if( xInit.is() )
1136 : {
1137 : // initialize dialog
1138 0 : Reference< awt::XWindow > xDialogParentWindow(0);
1139 0 : Sequence<Any> aSeq(1);
1140 0 : Any* pArray = aSeq.getArray();
1141 0 : PropertyValue aParam;
1142 0 : aParam.Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ParentWindow"));
1143 0 : aParam.Value <<= makeAny(xDialogParentWindow);
1144 0 : pArray[0] <<= makeAny(aParam);
1145 0 : xInit->initialize( aSeq );
1146 :
1147 : //execute dialog
1148 0 : sal_Int16 nDialogRet = xDialog->execute();
1149 0 : if( RET_OK == nDialogRet )
1150 : {
1151 : //get some parameters from the dialog
1152 0 : sal_Bool bToSimplified = sal_True;
1153 0 : sal_Bool bUseVariants = sal_True;
1154 0 : sal_Bool bCommonTerms = sal_True;
1155 0 : Reference< beans::XPropertySet > xProp( xDialog, UNO_QUERY );
1156 0 : if( xProp.is() )
1157 : {
1158 : try
1159 : {
1160 0 : xProp->getPropertyValue( "IsDirectionToSimplified" ) >>= bToSimplified;
1161 0 : xProp->getPropertyValue( "IsUseCharacterVariants" ) >>= bUseVariants;
1162 0 : xProp->getPropertyValue( "IsTranslateCommonTerms" ) >>= bCommonTerms;
1163 : }
1164 0 : catch (const Exception&)
1165 : {
1166 : }
1167 : }
1168 :
1169 : //execute translation
1170 0 : sal_Int16 nSourceLang = bToSimplified ? LANGUAGE_CHINESE_TRADITIONAL : LANGUAGE_CHINESE_SIMPLIFIED;
1171 0 : sal_Int16 nTargetLang = bToSimplified ? LANGUAGE_CHINESE_SIMPLIFIED : LANGUAGE_CHINESE_TRADITIONAL;
1172 0 : sal_Int32 nOptions = bUseVariants ? i18n::TextConversionOption::USE_CHARACTER_VARIANTS : 0;
1173 0 : if( !bCommonTerms )
1174 0 : nOptions = nOptions | i18n::TextConversionOption::CHARACTER_BY_CHARACTER;
1175 :
1176 0 : Font aTargetFont = pOLV->GetWindow()->GetDefaultFont( DEFAULTFONT_CJK_TEXT,
1177 0 : nTargetLang, DEFAULTFONT_FLAGS_ONLYONE );
1178 :
1179 0 : pOLV->StartTextConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False, sal_False );
1180 0 : }
1181 : }
1182 0 : Reference< lang::XComponent > xComponent( xDialog, UNO_QUERY );
1183 0 : if( xComponent.is() )
1184 0 : xComponent->dispose();
1185 0 : }
1186 0 : }
1187 : }
1188 0 : break;
1189 : }
1190 :
1191 0 : if (bRestoreSelection)
1192 : {
1193 : // restore selection
1194 0 : pOLV->GetEditView().SetSelection( aOldSelection );
1195 0 : }
1196 : }
1197 :
1198 0 : void SwAnnotationShell::GetLinguState(SfxItemSet &rSet)
1199 : {
1200 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1201 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
1202 0 : return;
1203 :
1204 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
1205 0 : SfxItemSet aEditAttr(pOLV->GetAttribs());
1206 :
1207 0 : SfxWhichIter aIter(rSet);
1208 0 : sal_uInt16 nWhich = aIter.FirstWhich();
1209 0 : while(nWhich)
1210 : {
1211 0 : switch (nWhich)
1212 : {
1213 : case SID_LANGUAGE_STATUS:
1214 : {
1215 0 : SwLangHelper::GetLanguageStatus(pOLV,rSet);
1216 0 : break;
1217 : }
1218 :
1219 : case SID_THES:
1220 : {
1221 0 : String aStatusVal;
1222 0 : LanguageType nLang = LANGUAGE_NONE;
1223 0 : bool bIsLookUpWord = GetStatusValueForThesaurusFromContext( aStatusVal, nLang, pOLV->GetEditView() );
1224 0 : rSet.Put( SfxStringItem( SID_THES, aStatusVal ) );
1225 :
1226 : // disable "Thesaurus" context menu entry if there is nothing to look up
1227 0 : uno::Reference< linguistic2::XThesaurus > xThes( ::GetThesaurus() );
1228 0 : if (!bIsLookUpWord ||
1229 0 : !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( LanguageTag( nLang ).getLocale() ))
1230 0 : rSet.DisableItem( SID_THES );
1231 0 : break;
1232 : }
1233 :
1234 : // disable "Thesaurus" if the language is not supported
1235 : case SID_THESAURUS:
1236 : {
1237 0 : const SfxPoolItem &rItem = rView.GetWrtShell().GetDoc()->GetDefault(
1238 : GetWhichOfScript( RES_CHRATR_LANGUAGE,
1239 0 : GetI18NScriptTypeOfLanguage( (sal_uInt16)GetAppLanguage())) );
1240 : LanguageType nLang = ((const SvxLanguageItem &)
1241 0 : rItem).GetLanguage();
1242 0 : uno::Reference< linguistic2::XThesaurus > xThes( ::GetThesaurus() );
1243 0 : if (!xThes.is() || nLang == LANGUAGE_NONE ||
1244 0 : !xThes->hasLocale( LanguageTag( nLang ).getLocale() ))
1245 0 : rSet.DisableItem( SID_THESAURUS );
1246 : }
1247 0 : break;
1248 : case SID_HANGUL_HANJA_CONVERSION:
1249 : case SID_CHINESE_CONVERSION:
1250 : {
1251 0 : if (!SvtCJKOptions().IsAnyEnabled())
1252 : {
1253 0 : rView.GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False );
1254 0 : rSet.DisableItem(nWhich);
1255 : }
1256 : else
1257 0 : rView.GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True );
1258 : }
1259 0 : break;
1260 : }
1261 :
1262 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED)
1263 0 : rSet.DisableItem( nWhich );
1264 :
1265 0 : nWhich = aIter.NextWhich();
1266 0 : }
1267 : }
1268 :
1269 0 : void SwAnnotationShell::ExecTransliteration(SfxRequest &rReq)
1270 : {
1271 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1272 0 : if (!pPostItMgr || !pPostItMgr->HasActiveSidebarWin())
1273 0 : return;
1274 :
1275 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
1276 :
1277 0 : if (!pOLV)
1278 0 : return;
1279 :
1280 : using namespace ::com::sun::star::i18n;
1281 :
1282 0 : sal_uInt32 nMode = 0;
1283 :
1284 0 : switch( rReq.GetSlot() )
1285 : {
1286 : case SID_TRANSLITERATE_SENTENCE_CASE:
1287 0 : nMode = TransliterationModulesExtra::SENTENCE_CASE;
1288 0 : break;
1289 : case SID_TRANSLITERATE_TITLE_CASE:
1290 0 : nMode = TransliterationModulesExtra::TITLE_CASE;
1291 0 : break;
1292 : case SID_TRANSLITERATE_TOGGLE_CASE:
1293 0 : nMode = TransliterationModulesExtra::TOGGLE_CASE;
1294 0 : break;
1295 : case SID_TRANSLITERATE_UPPER:
1296 0 : nMode = TransliterationModules_LOWERCASE_UPPERCASE;
1297 0 : break;
1298 : case SID_TRANSLITERATE_LOWER:
1299 0 : nMode = TransliterationModules_UPPERCASE_LOWERCASE;
1300 0 : break;
1301 : case SID_TRANSLITERATE_HALFWIDTH:
1302 0 : nMode = TransliterationModules_FULLWIDTH_HALFWIDTH;
1303 0 : break;
1304 : case SID_TRANSLITERATE_FULLWIDTH:
1305 0 : nMode = TransliterationModules_HALFWIDTH_FULLWIDTH;
1306 0 : break;
1307 : case SID_TRANSLITERATE_HIRAGANA:
1308 0 : nMode = TransliterationModules_KATAKANA_HIRAGANA;
1309 0 : break;
1310 : case SID_TRANSLITERATE_KATAGANA:
1311 0 : nMode = TransliterationModules_HIRAGANA_KATAKANA;
1312 0 : break;
1313 :
1314 : default:
1315 : OSL_ENSURE(!this, "wrong dispatcher");
1316 : }
1317 :
1318 0 : if( nMode )
1319 0 : pOLV->TransliterateText( nMode );
1320 : }
1321 :
1322 0 : void SwAnnotationShell::ExecRotateTransliteration( SfxRequest & rReq )
1323 : {
1324 0 : if( rReq.GetSlot() == SID_TRANSLITERATE_ROTATE_CASE )
1325 : {
1326 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1327 0 : if (!pPostItMgr || !pPostItMgr->HasActiveSidebarWin())
1328 0 : return;
1329 :
1330 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
1331 :
1332 0 : if (!pOLV)
1333 0 : return;
1334 :
1335 0 : pOLV->TransliterateText(m_aRotateCase.getNextMode());
1336 : }
1337 : }
1338 :
1339 0 : void SwAnnotationShell::ExecUndo(SfxRequest &rReq)
1340 : {
1341 0 : const SfxItemSet* pArgs = rReq.GetArgs();
1342 0 : ::svl::IUndoManager* pUndoManager = GetUndoManager();
1343 0 : SwWrtShell &rSh = rView.GetWrtShell();
1344 :
1345 0 : long aOldHeight = rView.GetPostItMgr()->HasActiveSidebarWin()
1346 0 : ? rView.GetPostItMgr()->GetActiveSidebarWin()->GetPostItTextHeight()
1347 0 : : 0;
1348 :
1349 0 : sal_uInt16 nId = rReq.GetSlot();
1350 0 : sal_uInt16 nCnt = 1;
1351 0 : const SfxPoolItem* pItem=0;
1352 0 : if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem ) )
1353 0 : nCnt = ((SfxUInt16Item*)pItem)->GetValue();
1354 0 : switch( nId )
1355 : {
1356 : case SID_UNDO:
1357 : {
1358 0 : if ( pUndoManager )
1359 : {
1360 0 : sal_uInt16 nCount = pUndoManager->GetUndoActionCount();
1361 0 : sal_uInt16 nSteps = nCnt;
1362 0 : if ( nCount < nCnt )
1363 : {
1364 0 : nCnt = nCnt - nCount;
1365 0 : nSteps = nCount;
1366 : }
1367 : else
1368 0 : nCnt = 0;
1369 :
1370 0 : while( nSteps-- )
1371 0 : pUndoManager->Undo();
1372 : }
1373 :
1374 0 : if ( nCnt )
1375 0 : rSh.Do( SwWrtShell::UNDO, nCnt );
1376 :
1377 0 : break;
1378 : }
1379 :
1380 : case SID_REDO:
1381 : {
1382 0 : if ( pUndoManager )
1383 : {
1384 0 : sal_uInt16 nCount = pUndoManager->GetRedoActionCount();
1385 0 : sal_uInt16 nSteps = nCnt;
1386 0 : if ( nCount < nCnt )
1387 : {
1388 0 : nCnt = nCnt - nCount;
1389 0 : nSteps = nCount;
1390 : }
1391 : else
1392 0 : nCnt = 0;
1393 :
1394 0 : while( nSteps-- )
1395 0 : pUndoManager->Redo();
1396 : }
1397 :
1398 0 : if ( nCnt )
1399 0 : rSh.Do( SwWrtShell::REDO, nCnt );
1400 :
1401 0 : break;
1402 : }
1403 : }
1404 :
1405 0 : rView.GetViewFrame()->GetBindings().InvalidateAll(sal_False);
1406 :
1407 0 : if (rView.GetPostItMgr()->HasActiveSidebarWin())
1408 0 : rView.GetPostItMgr()->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,rView.GetPostItMgr()->GetActiveSidebarWin()->GetPostItTextHeight());
1409 0 : }
1410 :
1411 0 : void SwAnnotationShell::StateUndo(SfxItemSet &rSet)
1412 : {
1413 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1414 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
1415 0 : return;
1416 :
1417 0 : SfxWhichIter aIter(rSet);
1418 0 : sal_uInt16 nWhich = aIter.FirstWhich();
1419 0 : ::svl::IUndoManager* pUndoManager = GetUndoManager();
1420 0 : SfxViewFrame *pSfxViewFrame = rView.GetViewFrame();
1421 0 : SwWrtShell &rSh = rView.GetWrtShell();
1422 :
1423 0 : while( nWhich )
1424 : {
1425 0 : switch ( nWhich )
1426 : {
1427 : case SID_UNDO:
1428 : {
1429 0 : sal_uInt16 nCount = pUndoManager->GetUndoActionCount();
1430 0 : if ( nCount )
1431 0 : pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet );
1432 0 : else if (rSh.GetLastUndoInfo(0, 0))
1433 : {
1434 0 : rSet.Put( SfxStringItem( nWhich, rSh.GetDoString(SwWrtShell::UNDO)) );
1435 : }
1436 : else
1437 0 : rSet.DisableItem(nWhich);
1438 0 : break;
1439 : }
1440 : case SID_REDO:
1441 : {
1442 0 : sal_uInt16 nCount = pUndoManager->GetRedoActionCount();
1443 0 : if ( nCount )
1444 0 : pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet );
1445 0 : else if (rSh.GetFirstRedoInfo(0))
1446 : {
1447 0 : rSet.Put(SfxStringItem( nWhich, rSh.GetDoString(SwWrtShell::REDO)) );
1448 : }
1449 : else
1450 0 : rSet.DisableItem(nWhich);
1451 0 : break;
1452 : }
1453 : case SID_GETUNDOSTRINGS:
1454 : case SID_GETREDOSTRINGS:
1455 : {
1456 0 : if( pUndoManager )
1457 : {
1458 : rtl::OUString (::svl::IUndoManager:: *fnGetComment)( size_t, bool const ) const;
1459 :
1460 : sal_uInt16 nCount;
1461 0 : if( SID_GETUNDOSTRINGS == nWhich )
1462 : {
1463 0 : nCount = pUndoManager->GetUndoActionCount();
1464 0 : fnGetComment = &::svl::IUndoManager::GetUndoActionComment;
1465 : }
1466 : else
1467 : {
1468 0 : nCount = pUndoManager->GetRedoActionCount();
1469 0 : fnGetComment = &::svl::IUndoManager::GetRedoActionComment;
1470 : }
1471 :
1472 0 : String sList;
1473 0 : if( nCount )
1474 : {
1475 0 : for( sal_uInt16 n = 0; n < nCount; ++n )
1476 0 : ( sList += (pUndoManager->*fnGetComment)( n, ::svl::IUndoManager::TopLevel ) )
1477 0 : += '\n';
1478 : }
1479 :
1480 0 : SfxStringListItem aItem( nWhich );
1481 0 : if ((nWhich == SID_GETUNDOSTRINGS) &&
1482 0 : rSh.GetLastUndoInfo(0, 0))
1483 : {
1484 0 : rSh.GetDoStrings( SwWrtShell::UNDO, aItem );
1485 : }
1486 0 : else if ((nWhich == SID_GETREDOSTRINGS) &&
1487 0 : (rSh.GetFirstRedoInfo(0)))
1488 : {
1489 0 : rSh.GetDoStrings( SwWrtShell::UNDO, aItem );
1490 : }
1491 :
1492 0 : sList += aItem.GetString();
1493 0 : aItem.SetString( sList );
1494 0 : rSet.Put( aItem );
1495 : }
1496 : else
1497 0 : rSet.DisableItem( nWhich );
1498 : }
1499 0 : break;
1500 :
1501 : default:
1502 : {
1503 0 : pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet );
1504 0 : break;
1505 : }
1506 :
1507 : }
1508 :
1509 0 : if (pPostItMgr->GetActiveSidebarWin()->GetLayoutStatus()==SwPostItHelper::DELETED)
1510 0 : rSet.DisableItem( nWhich );
1511 :
1512 0 : nWhich = aIter.NextWhich();
1513 0 : }
1514 : }
1515 :
1516 0 : void SwAnnotationShell::StateDisableItems( SfxItemSet &rSet )
1517 : {
1518 0 : SfxWhichIter aIter(rSet);
1519 0 : sal_uInt16 nWhich = aIter.FirstWhich();
1520 0 : while (nWhich)
1521 : {
1522 0 : rSet.DisableItem( nWhich );
1523 0 : nWhich = aIter.NextWhich();
1524 0 : }
1525 0 : }
1526 :
1527 0 : void SwAnnotationShell::InsertSymbol(SfxRequest& rReq)
1528 : {
1529 0 : SwPostItMgr* pPostItMgr = rView.GetPostItMgr();
1530 0 : if ( !pPostItMgr || !pPostItMgr->HasActiveSidebarWin() )
1531 0 : return;
1532 :
1533 0 : OutlinerView* pOLV = pPostItMgr->GetActiveSidebarWin()->GetOutlinerView();
1534 :
1535 0 : const SfxItemSet *pArgs = rReq.GetArgs();
1536 0 : const SfxPoolItem* pItem = 0;
1537 0 : if( pArgs )
1538 0 : pArgs->GetItemState(GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem);
1539 :
1540 0 : String sSym;
1541 0 : String sFontName;
1542 0 : if ( pItem )
1543 : {
1544 0 : sSym = ((const SfxStringItem*)pItem)->GetValue();
1545 0 : const SfxPoolItem* pFtItem = NULL;
1546 0 : pArgs->GetItemState( GetPool().GetWhich(SID_ATTR_SPECIALCHAR), sal_False, &pFtItem);
1547 0 : const SfxStringItem* pFontItem = PTR_CAST( SfxStringItem, pFtItem );
1548 0 : if ( pFontItem )
1549 0 : sFontName = pFontItem->GetValue();
1550 : }
1551 :
1552 0 : SfxItemSet aSet(pOLV->GetAttribs());
1553 0 : sal_uInt16 nScript = pOLV->GetSelectedScriptType();
1554 0 : SvxFontItem aSetDlgFont( RES_CHRATR_FONT );
1555 : {
1556 0 : SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() );
1557 0 : aSetItem.GetItemSet().Put( aSet, sal_False );
1558 0 : const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript );
1559 0 : if( pI )
1560 0 : aSetDlgFont = *(SvxFontItem*)pI;
1561 : else
1562 : aSetDlgFont = (SvxFontItem&)aSet.Get( GetWhichOfScript(
1563 : SID_ATTR_CHAR_FONT,
1564 0 : GetI18NScriptTypeOfLanguage( (sal_uInt16)GetAppLanguage() ) ));
1565 0 : if (!sFontName.Len())
1566 0 : sFontName = aSetDlgFont.GetFamilyName();
1567 : }
1568 :
1569 0 : Font aFont(sFontName, Size(1,1));
1570 0 : if( !sSym.Len() )
1571 : {
1572 0 : SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
1573 :
1574 0 : SfxAllItemSet aAllSet( GetPool() );
1575 0 : aAllSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) );
1576 :
1577 0 : SwViewOption aOpt(*rView.GetWrtShell().GetViewOptions());
1578 0 : String sSymbolFont = aOpt.GetSymbolFont();
1579 0 : if( sSymbolFont.Len() )
1580 0 : aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) );
1581 : else
1582 0 : aAllSet.Put( SfxStringItem( SID_FONT_NAME, aSetDlgFont.GetFamilyName() ) );
1583 :
1584 : // Wenn Zeichen selektiert ist kann es angezeigt werden
1585 : SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( rView.GetWindow(), aAllSet,
1586 0 : rView.GetViewFrame()->GetFrame().GetFrameInterface(), RID_SVXDLG_CHARMAP );
1587 :
1588 0 : sal_uInt16 nResult = pDlg->Execute();
1589 0 : if( nResult == RET_OK )
1590 : {
1591 0 : SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False );
1592 0 : SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pFontItem, SvxFontItem, SID_ATTR_CHAR_FONT, sal_False );
1593 0 : if ( pFontItem )
1594 : {
1595 0 : aFont.SetName( pFontItem->GetFamilyName() );
1596 0 : aFont.SetStyleName( pFontItem->GetStyleName() );
1597 0 : aFont.SetCharSet( pFontItem->GetCharSet() );
1598 0 : aFont.SetPitch( pFontItem->GetPitch() );
1599 : }
1600 :
1601 0 : if ( pCItem )
1602 : {
1603 0 : sSym = pCItem->GetValue();
1604 0 : aOpt.SetSymbolFont(aFont.GetName());
1605 0 : SW_MOD()->ApplyUsrPref(aOpt, &rView);
1606 : }
1607 : }
1608 :
1609 0 : delete( pDlg );
1610 : }
1611 :
1612 0 : if( sSym.Len() )
1613 : {
1614 : // nicht flackern
1615 0 : pOLV->HideCursor();
1616 0 : Outliner * pOutliner = pOLV->GetOutliner();
1617 0 : pOutliner->SetUpdateMode(sal_False);
1618 :
1619 0 : SfxItemSet aOldSet( pOLV->GetAttribs() );
1620 0 : SfxItemSet aFontSet( *aOldSet.GetPool(),
1621 : EE_CHAR_FONTINFO, EE_CHAR_FONTINFO,
1622 : EE_CHAR_FONTINFO_CJK, EE_CHAR_FONTINFO_CJK,
1623 : EE_CHAR_FONTINFO_CTL, EE_CHAR_FONTINFO_CTL,
1624 0 : 0 );
1625 0 : aFontSet.Set( aOldSet );
1626 :
1627 : // String einfuegen
1628 0 : pOLV->InsertText( sSym);
1629 :
1630 : // attributieren (Font setzen)
1631 0 : SfxItemSet aSetFont( *aFontSet.GetPool(), aFontSet.GetRanges() );
1632 0 : SvxFontItem aFontItem (aFont.GetFamily(), aFont.GetName(),
1633 0 : aFont.GetStyleName(), aFont.GetPitch(),
1634 0 : aFont.GetCharSet(),
1635 0 : EE_CHAR_FONTINFO );
1636 0 : sal_uInt16 nScriptBreak = pBreakIt->GetAllScriptsOfText( sSym );
1637 0 : if( SCRIPTTYPE_LATIN & nScriptBreak )
1638 0 : aSetFont.Put( aFontItem, EE_CHAR_FONTINFO );
1639 0 : if( SCRIPTTYPE_ASIAN & nScriptBreak )
1640 0 : aSetFont.Put( aFontItem, EE_CHAR_FONTINFO_CJK );
1641 0 : if( SCRIPTTYPE_COMPLEX & nScriptBreak )
1642 0 : aSetFont.Put( aFontItem, EE_CHAR_FONTINFO_CTL );
1643 0 : pOLV->SetAttribs(aSetFont);
1644 :
1645 : // Selektion loeschen
1646 0 : ESelection aSel(pOLV->GetSelection());
1647 0 : aSel.nStartPara = aSel.nEndPara;
1648 0 : aSel.nStartPos = aSel.nEndPos;
1649 0 : pOLV->SetSelection(aSel);
1650 :
1651 : // Alten Font restaurieren
1652 0 : pOLV->SetAttribs( aFontSet );
1653 :
1654 : // ab jetzt wieder anzeigen
1655 0 : pOutliner->SetUpdateMode(sal_True);
1656 0 : pOLV->ShowCursor();
1657 :
1658 0 : rReq.AppendItem( SfxStringItem( GetPool().GetWhich(SID_CHARMAP), sSym ) );
1659 0 : if(aFont.GetName().Len())
1660 0 : rReq.AppendItem( SfxStringItem( SID_ATTR_SPECIALCHAR, aFont.GetName() ) );
1661 0 : rReq.Done();
1662 0 : }
1663 30 : }
1664 :
1665 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|