2004-08-12 03:17:27 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
2008-04-10 16:57:00 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2004-08-12 03:17:27 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 13:30:32 -05:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sd.hxx"
|
|
|
|
|
2004-08-12 03:17:27 -05:00
|
|
|
#include "MediaObjectBar.hxx"
|
|
|
|
#include <avmedia/mediaitem.hxx>
|
2004-10-04 12:41:04 -05:00
|
|
|
#include <sfx2/msg.hxx>
|
2004-08-12 03:17:27 -05:00
|
|
|
#include <sfx2/app.hxx>
|
|
|
|
#include <sfx2/sfxsids.hrc>
|
|
|
|
#include <sfx2/request.hxx>
|
2004-10-04 12:41:04 -05:00
|
|
|
#include <sfx2/objface.hxx>
|
2009-10-15 17:05:16 -05:00
|
|
|
#include <svl/whiter.hxx>
|
|
|
|
#include <svl/itempool.hxx>
|
2004-08-12 03:17:27 -05:00
|
|
|
#include <svx/svdomedia.hxx>
|
|
|
|
#include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx>
|
|
|
|
|
|
|
|
#include "app.hrc"
|
|
|
|
#include "res_bmp.hrc"
|
|
|
|
#include "glob.hrc"
|
|
|
|
#include "strings.hrc"
|
|
|
|
#include "DrawDocShell.hxx"
|
|
|
|
#include "ViewShell.hxx"
|
|
|
|
#include "Window.hxx"
|
|
|
|
#include "drawview.hxx"
|
|
|
|
#include "sdresid.hxx"
|
|
|
|
#include "drawdoc.hxx"
|
|
|
|
|
|
|
|
using namespace sd;
|
|
|
|
|
|
|
|
#define MediaObjectBar
|
|
|
|
#include "sdslots.hxx"
|
|
|
|
|
|
|
|
namespace sd {
|
|
|
|
|
|
|
|
// ------------------
|
|
|
|
// - MediaObjectBar -
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
TYPEINIT1( MediaObjectBar, SfxShell );
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
SFX_IMPL_INTERFACE( MediaObjectBar, SfxShell, SdResId( STR_MEDIAOBJECTBARSHELL ) )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
MediaObjectBar::MediaObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) :
|
|
|
|
SfxShell( pSdViewShell->GetViewShell() ),
|
2006-12-12 12:05:13 -06:00
|
|
|
mpView( pSdView ),
|
|
|
|
mpViewSh( pSdViewShell )
|
2004-08-12 03:17:27 -05:00
|
|
|
{
|
2006-12-12 12:05:13 -06:00
|
|
|
DrawDocShell* pDocShell = mpViewSh->GetDocSh();
|
2004-08-12 03:17:27 -05:00
|
|
|
|
|
|
|
SetPool( &pDocShell->GetPool() );
|
|
|
|
SetUndoManager( pDocShell->GetUndoManager() );
|
2006-12-12 12:05:13 -06:00
|
|
|
SetRepeatTarget( mpView );
|
2004-08-12 03:17:27 -05:00
|
|
|
SetHelpId( SD_IF_SDDRAWMEDIAOBJECTBAR );
|
|
|
|
SetName( String( SdResId( RID_DRAW_MEDIA_TOOLBOX ) ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
MediaObjectBar::~MediaObjectBar()
|
|
|
|
{
|
|
|
|
SetRepeatTarget( NULL );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void MediaObjectBar::GetState( SfxItemSet& rSet )
|
|
|
|
{
|
|
|
|
SfxWhichIter aIter( rSet );
|
|
|
|
USHORT nWhich = aIter.FirstWhich();
|
|
|
|
|
|
|
|
while( nWhich )
|
|
|
|
{
|
|
|
|
if( SID_AVMEDIA_TOOLBOX == nWhich )
|
|
|
|
{
|
2006-12-12 12:05:13 -06:00
|
|
|
SdrMarkList* pMarkList = new SdrMarkList( mpView->GetMarkedObjectList() );
|
2004-08-12 03:17:27 -05:00
|
|
|
bool bDisable = true;
|
|
|
|
|
|
|
|
if( 1 == pMarkList->GetMarkCount() )
|
|
|
|
{
|
2006-07-25 05:46:24 -05:00
|
|
|
SdrObject* pObj =pMarkList->GetMark( 0 )->GetMarkedSdrObj();
|
2004-08-12 03:17:27 -05:00
|
|
|
|
|
|
|
if( pObj && pObj->ISA( SdrMediaObj ) )
|
|
|
|
{
|
|
|
|
::avmedia::MediaItem aItem( SID_AVMEDIA_TOOLBOX );
|
|
|
|
|
|
|
|
static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).updateMediaItem( aItem );
|
|
|
|
rSet.Put( aItem );
|
|
|
|
bDisable = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if( bDisable )
|
|
|
|
rSet.DisableItem( SID_AVMEDIA_TOOLBOX );
|
|
|
|
|
|
|
|
delete pMarkList;
|
|
|
|
}
|
|
|
|
|
|
|
|
nWhich = aIter.NextWhich();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void MediaObjectBar::Execute( SfxRequest& rReq )
|
|
|
|
{
|
|
|
|
if( SID_AVMEDIA_TOOLBOX == rReq.GetSlot() )
|
|
|
|
{
|
|
|
|
const SfxItemSet* pArgs = rReq.GetArgs();
|
|
|
|
const SfxPoolItem* pItem;
|
|
|
|
|
|
|
|
if( !pArgs || ( SFX_ITEM_SET != pArgs->GetItemState( SID_AVMEDIA_TOOLBOX, FALSE, &pItem ) ) )
|
|
|
|
pItem = NULL;
|
|
|
|
|
|
|
|
if( pItem )
|
|
|
|
{
|
2006-12-12 12:05:13 -06:00
|
|
|
SdrMarkList* pMarkList = new SdrMarkList( mpView->GetMarkedObjectList() );
|
2004-08-12 03:17:27 -05:00
|
|
|
|
|
|
|
if( 1 == pMarkList->GetMarkCount() )
|
|
|
|
{
|
2006-07-25 05:46:24 -05:00
|
|
|
SdrObject* pObj = pMarkList->GetMark( 0 )->GetMarkedSdrObj();
|
2004-08-12 03:17:27 -05:00
|
|
|
|
|
|
|
if( pObj && pObj->ISA( SdrMediaObj ) )
|
|
|
|
{
|
|
|
|
static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).executeMediaItem(
|
|
|
|
static_cast< const ::avmedia::MediaItem& >( *pItem ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
delete pMarkList;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
} // end of namespace sd
|