LCOV - code coverage report
Current view: top level - sw/source/uibase/docvw - SidebarTxtControl.cxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 8 202 4.0 %
Date: 2014-11-03 Functions: 5 23 21.7 %
Legend: Lines: hit not hit

          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 <SidebarTxtControl.hxx>
      21             : 
      22             : #include <SidebarTxtControlAcc.hxx>
      23             : 
      24             : #include <SidebarWin.hxx>
      25             : #include <PostItMgr.hxx>
      26             : 
      27             : #include <cmdid.h>
      28             : #include <docvw.hrc>
      29             : 
      30             : #include <unotools/securityoptions.hxx>
      31             : 
      32             : #include <sfx2/viewfrm.hxx>
      33             : #include <sfx2/bindings.hxx>
      34             : #include <sfx2/dispatch.hxx>
      35             : #include <sfx2/mnumgr.hxx>
      36             : 
      37             : #include <vcl/svapp.hxx>
      38             : #include <vcl/help.hxx>
      39             : #include <vcl/layout.hxx>
      40             : #include <vcl/msgbox.hxx>
      41             : #include <vcl/gradient.hxx>
      42             : #include <vcl/scrbar.hxx>
      43             : #include <vcl/settings.hxx>
      44             : 
      45             : #include <editeng/outliner.hxx>
      46             : #include <editeng/editeng.hxx>
      47             : #include <editeng/editview.hxx>
      48             : #include <editeng/flditem.hxx>
      49             : 
      50             : #include <uitool.hxx>
      51             : #include <view.hxx>
      52             : #include <wrtsh.hxx>
      53             : #include <shellres.hxx>
      54             : #include <SwRewriter.hxx>
      55             : #include <boost/scoped_ptr.hpp>
      56             : 
      57             : namespace sw { namespace sidebarwindows {
      58             : 
      59         130 : SidebarTxtControl::SidebarTxtControl( SwSidebarWin& rSidebarWin,
      60             :                                       WinBits nBits,
      61             :                                       SwView& rDocView,
      62             :                                       SwPostItMgr& rPostItMgr )
      63             :     : Control( &rSidebarWin, nBits )
      64             :     , mrSidebarWin( rSidebarWin )
      65             :     , mrDocView( rDocView )
      66         130 :     , mrPostItMgr( rPostItMgr )
      67             : {
      68         130 :     AddEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) );
      69         130 : }
      70             : 
      71         390 : SidebarTxtControl::~SidebarTxtControl()
      72             : {
      73         130 :     RemoveEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) );
      74         260 : }
      75             : 
      76           0 : OutlinerView* SidebarTxtControl::GetTextView() const
      77             : {
      78           0 :     return mrSidebarWin.GetOutlinerView();
      79             : }
      80             : 
      81           0 : void SidebarTxtControl::GetFocus()
      82             : {
      83           0 :     Window::GetFocus();
      84           0 :     if ( !mrSidebarWin.IsMouseOver() )
      85             :     {
      86           0 :         Invalidate();
      87             :     }
      88           0 : }
      89             : 
      90           0 : void SidebarTxtControl::LoseFocus()
      91             : {
      92             :     // write the visible text back into the SwField
      93           0 :     mrSidebarWin.UpdateData();
      94             : 
      95           0 :     Window::LoseFocus();
      96           0 :     if ( !mrSidebarWin.IsMouseOver() )
      97             :     {
      98           0 :         Invalidate();
      99             :     }
     100           0 : }
     101             : 
     102           0 : void SidebarTxtControl::RequestHelp(const HelpEvent &rEvt)
     103             : {
     104           0 :     sal_uInt16 nResId = 0;
     105           0 :     switch( mrSidebarWin.GetLayoutStatus() )
     106             :     {
     107           0 :         case SwPostItHelper::INSERTED:  nResId = STR_REDLINE_INSERT; break;
     108           0 :         case SwPostItHelper::DELETED:   nResId = STR_REDLINE_DELETE; break;
     109           0 :         default: nResId = 0;
     110             :     }
     111             : 
     112           0 :     SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE );
     113           0 :     if ( nResId &&
     114           0 :          mrDocView.GetWrtShell().GetContentAtPos( mrSidebarWin.GetAnchorPos(), aCntntAtPos ) )
     115             :     {
     116           0 :         OUString sTxt = SW_RESSTR( nResId ) + ": " +
     117           0 :                         aCntntAtPos.aFnd.pRedl->GetAuthorString() + " - " +
     118           0 :                         GetAppLangDateTimeString( aCntntAtPos.aFnd.pRedl->GetTimeStamp() );
     119           0 :         Help::ShowQuickHelp( this,PixelToLogic(Rectangle(rEvt.GetMousePosPixel(),Size(50,10))),sTxt);
     120           0 :     }
     121           0 : }
     122             : 
     123           0 : void SidebarTxtControl::Draw(OutputDevice* pDev, const Point& rPt, const Size& rSz, sal_uLong)
     124             : {
     125             :     //Take the control's height, but overwrite the scrollbar area if there was one
     126           0 :     Size aSize(PixelToLogic(GetSizePixel()));
     127           0 :     aSize.Width() = rSz.Width();
     128             : 
     129           0 :     if ( GetTextView() )
     130             :     {
     131           0 :         GetTextView()->GetOutliner()->Draw(pDev, Rectangle(rPt, aSize));
     132             :     }
     133             : 
     134           0 :     if ( mrSidebarWin.GetLayoutStatus()==SwPostItHelper::DELETED )
     135             :     {
     136           0 :         SetLineColor(mrSidebarWin.GetChangeColor());
     137           0 :         pDev->DrawLine( PixelToLogic( GetPosPixel(), pDev->GetMapMode() ),
     138           0 :                   PixelToLogic( GetPosPixel() +
     139           0 :                                 Point( GetSizePixel().Width(),
     140           0 :                                        GetSizePixel().Height() ), pDev->GetMapMode() ) );
     141           0 :         pDev->DrawLine( PixelToLogic( GetPosPixel() +
     142           0 :                                 Point( GetSizePixel().Width(),0), pDev->GetMapMode() ),
     143           0 :                   PixelToLogic( GetPosPixel() +
     144           0 :                                 Point( 0, GetSizePixel().Height() ), pDev->GetMapMode() ) );
     145             :     }
     146           0 : }
     147             : 
     148           0 : void SidebarTxtControl::Paint( const Rectangle& rRect)
     149             : {
     150           0 :     if ( !Application::GetSettings().GetStyleSettings().GetHighContrastMode() )
     151             :     {
     152           0 :         if ( mrSidebarWin.IsMouseOverSidebarWin() ||
     153           0 :              HasFocus() )
     154             :         {
     155           0 :             DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ),
     156             :                           Gradient( GradientStyle_LINEAR,
     157           0 :                                     mrSidebarWin.ColorDark(),
     158           0 :                                     mrSidebarWin.ColorDark() ) );
     159             :         }
     160             :         else
     161             :         {
     162           0 :             DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ),
     163             :                           Gradient( GradientStyle_LINEAR,
     164           0 :                                     mrSidebarWin.ColorLight(),
     165           0 :                                     mrSidebarWin.ColorDark()));
     166             :         }
     167             :     }
     168             : 
     169           0 :     if ( GetTextView() )
     170             :     {
     171           0 :         GetTextView()->Paint( rRect );
     172             :     }
     173             : 
     174           0 :     if ( mrSidebarWin.GetLayoutStatus()==SwPostItHelper::DELETED )
     175             :     {
     176           0 :         SetLineColor(mrSidebarWin.GetChangeColor());
     177           0 :         DrawLine( PixelToLogic( GetPosPixel() ),
     178           0 :                   PixelToLogic( GetPosPixel() +
     179           0 :                                 Point( GetSizePixel().Width(),
     180           0 :                                        GetSizePixel().Height() ) ) );
     181           0 :         DrawLine( PixelToLogic( GetPosPixel() +
     182           0 :                                 Point( GetSizePixel().Width(),0) ),
     183           0 :                   PixelToLogic( GetPosPixel() +
     184           0 :                                 Point( 0, GetSizePixel().Height() ) ) );
     185             :     }
     186           0 : }
     187             : 
     188           0 : void SidebarTxtControl::KeyInput( const KeyEvent& rKeyEvt )
     189             : {
     190           0 :     const vcl::KeyCode& rKeyCode = rKeyEvt.GetKeyCode();
     191           0 :     sal_uInt16 nKey = rKeyCode.GetCode();
     192           0 :     if ( ( rKeyCode.IsMod1() && rKeyCode.IsMod2() ) &&
     193           0 :          ( (nKey == KEY_PAGEUP) || (nKey == KEY_PAGEDOWN) ) )
     194             :     {
     195           0 :         mrSidebarWin.SwitchToPostIt(nKey);
     196             :     }
     197           0 :     else if ( nKey == KEY_ESCAPE ||
     198           0 :               ( rKeyCode.IsMod1() &&
     199           0 :                 ( nKey == KEY_PAGEUP ||
     200             :                   nKey == KEY_PAGEDOWN ) ) )
     201             :     {
     202           0 :         mrSidebarWin.SwitchToFieldPos();
     203             :     }
     204           0 :     else if ( nKey == KEY_INSERT )
     205             :     {
     206           0 :         if ( !rKeyCode.IsMod1() && !rKeyCode.IsMod2() )
     207             :         {
     208           0 :             mrSidebarWin.ToggleInsMode();
     209             :         }
     210             :     }
     211             :     else
     212             :     {
     213             :         //let's make sure we see our note
     214           0 :         mrPostItMgr.MakeVisible(&mrSidebarWin);
     215             : 
     216           0 :         long aOldHeight = mrSidebarWin.GetPostItTextHeight();
     217           0 :         bool bDone = false;
     218             : 
     219             :         /// HACK: need to switch off processing of Undo/Redo in Outliner
     220           0 :         if ( !( (nKey == KEY_Z || nKey == KEY_Y) && rKeyCode.IsMod1()) )
     221             :         {
     222           0 :             bool bIsProtected = mrSidebarWin.IsProtected();
     223           0 :             if ( !bIsProtected ||
     224           0 :                  ( bIsProtected &&
     225           0 :                    !EditEngine::DoesKeyChangeText(rKeyEvt)) )
     226             :             {
     227           0 :                 bDone = GetTextView() && GetTextView()->PostKeyEvent( rKeyEvt );
     228             :             }
     229             :             else
     230             :             {
     231             :                 MessageDialog(this, "InfoReadonlyDialog",
     232           0 :                     "modules/swriter/ui/inforeadonlydialog.ui").Execute();
     233             :             }
     234             :         }
     235           0 :         if (bDone)
     236           0 :             mrSidebarWin.ResizeIfNecessary( aOldHeight, mrSidebarWin.GetPostItTextHeight() );
     237             :         else
     238             :         {
     239             :             // write back data first when showing navigator
     240           0 :             if ( nKey==KEY_F5 )
     241           0 :                 mrSidebarWin.UpdateData();
     242           0 :             if (!mrDocView.KeyInput(rKeyEvt))
     243           0 :                 Window::KeyInput(rKeyEvt);
     244             :         }
     245             :     }
     246             : 
     247           0 :     mrDocView.GetViewFrame()->GetBindings().InvalidateAll(false);
     248           0 : }
     249             : 
     250           0 : void SidebarTxtControl::MouseMove( const MouseEvent& rMEvt )
     251             : {
     252           0 :     if ( GetTextView() )
     253             :     {
     254           0 :         OutlinerView* pOutlinerView( GetTextView() );
     255           0 :         pOutlinerView->MouseMove( rMEvt );
     256             :         // mba: why does OutlinerView not handle the modifier setting?!
     257             :         // this forces the postit to handle *all* pointer types
     258           0 :         SetPointer( pOutlinerView->GetPointer( rMEvt.GetPosPixel() ) );
     259             : 
     260           0 :         const EditView& aEV = pOutlinerView->GetEditView();
     261           0 :         const SvxFieldItem* pItem = aEV.GetFieldUnderMousePointer();
     262           0 :         if ( pItem )
     263             :         {
     264           0 :             const SvxFieldData* pFld = pItem->GetField();
     265           0 :             const SvxURLField* pURL = PTR_CAST( SvxURLField, pFld );
     266           0 :             if ( pURL )
     267             :             {
     268           0 :                 OUString sURL( pURL->GetURL() );
     269           0 :                 SvtSecurityOptions aSecOpts;
     270           0 :                 if ( aSecOpts.IsOptionSet( SvtSecurityOptions::E_CTRLCLICK_HYPERLINK) )
     271           0 :                     sURL = SwViewShell::GetShellRes()->aLinkCtrlClick + ": " + sURL;
     272             :                 else
     273           0 :                     sURL = SwViewShell::GetShellRes()->aLinkClick + ": " + sURL;
     274           0 :                 Help::ShowQuickHelp( this,PixelToLogic(Rectangle(GetPosPixel(),Size(50,10))),sURL);
     275             :             }
     276             :         }
     277             :     }
     278           0 : }
     279             : 
     280           0 : void SidebarTxtControl::MouseButtonDown( const MouseEvent& rMEvt )
     281             : {
     282           0 :     if ( GetTextView() )
     283             :     {
     284           0 :         SvtSecurityOptions aSecOpts;
     285           0 :         bool bExecuteMod = aSecOpts.IsOptionSet( SvtSecurityOptions::E_CTRLCLICK_HYPERLINK);
     286             : 
     287           0 :         if ( !bExecuteMod || (bExecuteMod && rMEvt.GetModifier() == KEY_MOD1))
     288             :         {
     289           0 :             const EditView& aEV = GetTextView()->GetEditView();
     290           0 :             const SvxFieldItem* pItem = aEV.GetFieldUnderMousePointer();
     291           0 :             if ( pItem )
     292             :             {
     293           0 :                 const SvxFieldData* pFld = pItem->GetField();
     294           0 :                 const SvxURLField* pURL = PTR_CAST( SvxURLField, pFld );
     295           0 :                 if ( pURL )
     296             :                 {
     297           0 :                     GetTextView()->MouseButtonDown( rMEvt );
     298           0 :                     SwWrtShell &rSh = mrDocView.GetWrtShell();
     299           0 :                     OUString sURL( pURL->GetURL() );
     300           0 :                     OUString sTarget( pURL->GetTargetFrame() );
     301           0 :                     ::LoadURL(rSh, sURL, URLLOAD_NOFILTER, sTarget);
     302           0 :                     return;
     303             :                 }
     304             :             }
     305           0 :         }
     306             :     }
     307             : 
     308           0 :     GrabFocus();
     309           0 :     if ( GetTextView() )
     310             :     {
     311           0 :         GetTextView()->MouseButtonDown( rMEvt );
     312             :     }
     313           0 :     mrDocView.GetViewFrame()->GetBindings().InvalidateAll(false);
     314             : }
     315             : 
     316           0 : void SidebarTxtControl::MouseButtonUp( const MouseEvent& rMEvt )
     317             : {
     318           0 :     if ( GetTextView() )
     319           0 :         GetTextView()->MouseButtonUp( rMEvt );
     320           0 : }
     321             : 
     322           0 : IMPL_LINK( SidebarTxtControl, OnlineSpellCallback, SpellCallbackInfo*, pInfo )
     323             : {
     324           0 :     if ( pInfo->nCommand == SPELLCMD_STARTSPELLDLG )
     325             :     {
     326           0 :         mrDocView.GetViewFrame()->GetDispatcher()->Execute( FN_SPELL_GRAMMAR_DIALOG, SfxCallMode::ASYNCHRON);
     327             :     }
     328           0 :     return 0;
     329             : }
     330             : 
     331           0 : IMPL_LINK( SidebarTxtControl, Select, Menu*, pSelMenu )
     332             : {
     333           0 :     mrSidebarWin.ExecuteCommand( pSelMenu->GetCurItemId() );
     334           0 :     return 0;
     335             : }
     336             : 
     337           0 : void SidebarTxtControl::Command( const CommandEvent& rCEvt )
     338             : {
     339           0 :     if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU )
     340             :     {
     341           0 :         if ( !mrSidebarWin.IsProtected() &&
     342           0 :              GetTextView() &&
     343           0 :              GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(), true ))
     344             :         {
     345           0 :             Link aLink = LINK(this, SidebarTxtControl, OnlineSpellCallback);
     346           0 :             GetTextView()->ExecuteSpellPopup(rCEvt.GetMousePosPixel(),&aLink);
     347             :         }
     348             :         else
     349             :         {
     350           0 :             boost::scoped_ptr<SfxPopupMenuManager> pMgr(SfxDispatcher::Popup(0, this,&rCEvt.GetMousePosPixel()));
     351           0 :             ((PopupMenu*)pMgr->GetSVMenu())->SetSelectHdl( LINK(this, SidebarTxtControl, Select) );
     352             : 
     353             :             {
     354           0 :                 OUString aText = ((PopupMenu*)pMgr->GetSVMenu())->GetItemText( FN_DELETE_NOTE_AUTHOR );
     355           0 :                 SwRewriter aRewriter;
     356           0 :                 aRewriter.AddRule(UndoArg1, mrSidebarWin.GetAuthor());
     357           0 :                 aText = aRewriter.Apply(aText);
     358           0 :                 ((PopupMenu*)pMgr->GetSVMenu())->SetItemText(FN_DELETE_NOTE_AUTHOR,aText);
     359             :             }
     360             : 
     361           0 :             Point aPos;
     362           0 :             if (rCEvt.IsMouseEvent())
     363           0 :                 aPos = rCEvt.GetMousePosPixel();
     364             :             else
     365             :             {
     366           0 :                 const Size aSize = GetSizePixel();
     367           0 :                 aPos = Point( aSize.getWidth()/2, aSize.getHeight()/2 );
     368             :             }
     369             : 
     370             :             //!! call different Execute function to get rid of the new thesaurus sub menu
     371             :             //!! pointer created in the call to Popup.
     372             :             //!! Otherwise we would have a memory leak (see also #i107205#)
     373           0 :             pMgr->Execute( aPos, this );
     374             :         }
     375             :     }
     376             :     else
     377           0 :     if (rCEvt.GetCommand() == COMMAND_WHEEL)
     378             :     {
     379           0 :         if (mrSidebarWin.IsScrollbarVisible())
     380             :         {
     381           0 :             const CommandWheelData* pData = rCEvt.GetWheelData();
     382           0 :             if (pData->IsShift() || pData->IsMod1() || pData->IsMod2())
     383             :             {
     384           0 :                 mrDocView.HandleWheelCommands(rCEvt);
     385             :             }
     386             :             else
     387             :             {
     388           0 :                 HandleScrollCommand( rCEvt, 0 , mrSidebarWin.Scrollbar());
     389             :             }
     390             :         }
     391             :         else
     392             :         {
     393           0 :             mrDocView.HandleWheelCommands(rCEvt);
     394             :         }
     395             :     }
     396             :     else
     397             :     {
     398           0 :         if ( GetTextView() )
     399           0 :             GetTextView()->Command( rCEvt );
     400             :         else
     401           0 :             Window::Command(rCEvt);
     402             :     }
     403           0 : }
     404             : 
     405           0 : OUString SidebarTxtControl::GetSurroundingText() const
     406             : {
     407           0 :     if (GetTextView())
     408           0 :         return GetTextView()->GetSurroundingText();
     409           0 :     return OUString();
     410             : }
     411             : 
     412           0 : Selection SidebarTxtControl::GetSurroundingTextSelection() const
     413             : {
     414           0 :     if( GetTextView() )
     415           0 :         return GetTextView()->GetSurroundingTextSelection();
     416             :     else
     417           0 :         return Selection( 0, 0 );
     418             : }
     419             : 
     420           0 : css::uno::Reference< css::accessibility::XAccessible > SidebarTxtControl::CreateAccessible()
     421             : {
     422             : 
     423           0 :     SidebarTxtControlAccessible* pAcc( new SidebarTxtControlAccessible( *this ) );
     424           0 :     css::uno::Reference< css::awt::XWindowPeer > xWinPeer( pAcc );
     425           0 :     SetWindowPeer( xWinPeer, pAcc );
     426             : 
     427           0 :     css::uno::Reference< css::accessibility::XAccessible > xAcc( xWinPeer, css::uno::UNO_QUERY );
     428           0 :     return xAcc;
     429             : }
     430             : 
     431         270 : } } // end of namespace sw::sidebarwindows
     432             : 
     433             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10