1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* 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.
*
* 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).
*
* 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.
*
************************************************************************/
#include <com/sun/star/animations/XTimeContainer.hpp>
#include <com/sun/star/presentation/ParagraphTarget.hpp>
#include <com/sun/star/animations/AnimationFill.hpp>
#include <com/sun/star/animations/XAnimate.hpp>
#include <com/sun/star/animations/AnimationRestart.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase5.hxx>
#include <osl/mutex.hxx>
#include "CustomAnimationPreset.hxx"
using ::osl::Mutex;
using ::osl::Guard;
using ::rtl::OUString;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::lang::NoSupportException;
using ::com::sun::star::beans::NamedValue;
using ::com::sun::star::lang::IllegalArgumentException;
using ::com::sun::star::container::NoSuchElementException;
using ::com::sun::star::container::ElementExistException;
using ::com::sun::star::lang::WrappedTargetException;
using ::com::sun::star::container::XEnumeration;
using ::com::sun::star::container::XEnumerationAccess;
using ::com::sun::star::util::XCloneable;
using ::com::sun::star::lang::XServiceInfo;
using ::com::sun::star::lang::XInitialization;
using ::com::sun::star::uno::Type;
using ::com::sun::star::uno::XWeak;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::presentation::ParagraphTarget;
using ::com::sun::star::drawing::XShape;
using namespace ::com::sun::star::animations;
namespace sd
{
typedef ::cppu::WeakImplHelper5< XTimeContainer, XEnumerationAccess, XCloneable, XServiceInfo, XInitialization > RandomAnimationNodeBase;
class RandomAnimationNode : public RandomAnimationNodeBase
{
public:
RandomAnimationNode( const RandomAnimationNode& rNode );
RandomAnimationNode( sal_Int16 nPresetClass );
RandomAnimationNode();
void init( sal_Int16 nPresetClass );
// XInitialization
void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
// XChild
Reference< XInterface > SAL_CALL getParent( ) throw (RuntimeException);
void SAL_CALL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException);
// XCloneable
virtual Reference< XCloneable > SAL_CALL createClone() throw (RuntimeException);
// XServiceInfo
OUString SAL_CALL getImplementationName() throw();
Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
// XAnimationNode
::sal_Int16 SAL_CALL getType() throw (RuntimeException);
Any SAL_CALL getBegin() throw (RuntimeException);
void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);
Any SAL_CALL getDuration() throw (RuntimeException);
void SAL_CALL setDuration( const Any& _duration ) throw (RuntimeException);
Any SAL_CALL getEnd() throw (RuntimeException);
void SAL_CALL setEnd( const Any& _end ) throw (RuntimeException);
Any SAL_CALL getEndSync() throw (RuntimeException);
void SAL_CALL setEndSync( const Any& _endsync ) throw (RuntimeException);
Any SAL_CALL getRepeatCount() throw (RuntimeException);
void SAL_CALL setRepeatCount( const Any& _repeatcount ) throw (RuntimeException);
Any SAL_CALL getRepeatDuration() throw (RuntimeException);
void SAL_CALL setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException);
::sal_Int16 SAL_CALL getFill() throw (RuntimeException);
void SAL_CALL setFill( ::sal_Int16 _fill ) throw (RuntimeException);
::sal_Int16 SAL_CALL getFillDefault() throw (RuntimeException);
void SAL_CALL setFillDefault( ::sal_Int16 _filldefault ) throw (RuntimeException);
::sal_Int16 SAL_CALL getRestart() throw (RuntimeException);
void SAL_CALL setRestart( ::sal_Int16 _restart ) throw (RuntimeException);
::sal_Int16 SAL_CALL getRestartDefault() throw (RuntimeException);
void SAL_CALL setRestartDefault( ::sal_Int16 _restartdefault ) throw (RuntimeException);
double SAL_CALL getAcceleration() throw (RuntimeException);
void SAL_CALL setAcceleration( double _acceleration ) throw (RuntimeException);
double SAL_CALL getDecelerate() throw (RuntimeException);
void SAL_CALL setDecelerate( double _decelerate ) throw (RuntimeException);
::sal_Bool SAL_CALL getAutoReverse() throw (RuntimeException);
void SAL_CALL setAutoReverse( ::sal_Bool _autoreverse ) throw (RuntimeException);
Sequence< NamedValue > SAL_CALL getUserData() throw (RuntimeException);
void SAL_CALL setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeException);
// XElementAccess
virtual Type SAL_CALL getElementType() throw (RuntimeException);
virtual sal_Bool SAL_CALL hasElements() throw (RuntimeException);
// XEnumerationAccess
virtual Reference< XEnumeration > SAL_CALL createEnumeration() throw (RuntimeException);
// XTimeContainer
Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& oldChild ) throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException);
Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldChild ) throw (IllegalArgumentException, NoSuchElementException, WrappedTargetException, RuntimeException);
Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newChild ) throw (IllegalArgumentException, ElementExistException, WrappedTargetException, RuntimeException);
private:
// our first, last and only protection from mutli-threads!
Mutex maMutex;
sal_Int16 mnPresetClass;
Reference< XInterface > mxParent;
Any maBegin, maDuration, maEnd, maEndSync, maRepeatCount, maRepeatDuration, maTarget;
sal_Int16 mnFill, mnFillDefault, mnRestart, mnRestartDefault;
double mfAcceleration, mfDecelerate;
sal_Bool mbAutoReverse;
Sequence< NamedValue > maUserData;
Reference< XAnimate > mxFirstNode;
};
// --------------------------------------------------------------------
static const sal_Char* pSN1 = "com.sun.star.animations.ParallelTimeContainer";
static const sal_Char* pSN2 = "com.sun.star.comp.sd.RandomAnimationNode";
// --------------------------------------------------------------------
SD_DLLPUBLIC Reference< XInterface > RandomAnimationNode_createInstance( sal_Int16 nPresetClass )
{
Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode( nPresetClass ) ) );
return xInt;
}
// --------------------------------------------------------------------
Reference< XInterface > SAL_CALL RandomNode_createInstance( const Reference< XMultiServiceFactory > & )
{
Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode() ) );
return xInt;
}
// --------------------------------------------------------------------
OUString RandomNode__getImplementationName() throw( RuntimeException )
{
return OUString( RTL_CONSTASCII_USTRINGPARAM( "sd::RandomAnimationNode" ) );
}
// --------------------------------------------------------------------
Sequence< OUString > SAL_CALL RandomNode_getSupportedServiceNames() throw( RuntimeException )
{
static const OUString aSN2( OUString::createFromAscii( pSN2 ) );
Sequence< OUString > aSeq( &aSN2, 1 );
return aSeq;
}
// --------------------------------------------------------------------
RandomAnimationNode::RandomAnimationNode( const RandomAnimationNode& rNode )
: RandomAnimationNodeBase(),
mnPresetClass( rNode.mnPresetClass ),
maBegin( rNode.maBegin ),
maDuration( rNode.maDuration ),
maEnd( rNode.maEnd ),
maEndSync( rNode.maEndSync ),
maRepeatCount( rNode.maRepeatCount ),
maRepeatDuration( rNode.maRepeatDuration ),
maTarget( rNode.maTarget ),
mnFill( rNode.mnFill ),
mnFillDefault( rNode.mnFillDefault ),
mnRestart( rNode.mnRestart ),
mnRestartDefault( rNode.mnRestartDefault ),
mfAcceleration( rNode.mfAcceleration ),
mfDecelerate( rNode.mfDecelerate ),
mbAutoReverse( rNode.mbAutoReverse ),
maUserData( rNode.maUserData )
{
}
// --------------------------------------------------------------------
RandomAnimationNode::RandomAnimationNode( sal_Int16 nPresetClass )
{
init( nPresetClass );
}
RandomAnimationNode::RandomAnimationNode()
{
init( 1 );
}
void RandomAnimationNode::init( sal_Int16 nPresetClass )
{
mnPresetClass = nPresetClass;
mnFill = AnimationFill::DEFAULT;
mnFillDefault = AnimationFill::INHERIT;
mnRestart = AnimationRestart::DEFAULT;
mnRestartDefault = AnimationRestart::INHERIT;
mfAcceleration = 0.0;
mfDecelerate = 0.0;
mbAutoReverse = sal_False;
}
// --------------------------------------------------------------------
// XInitialization
void SAL_CALL RandomAnimationNode::initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException)
{
if( aArguments.getLength() != 1 )
throw IllegalArgumentException();
if( aArguments[0].getValueType() == ::getCppuType((const sal_Int16*)0) )
{
aArguments[0] >>= mnPresetClass;
}
else if( aArguments[0].getValueType() != ::getCppuType((const ParagraphTarget*)0) )
{
Reference< XShape > xShape;
aArguments[0] >>= xShape;
if( !xShape.is() )
throw IllegalArgumentException();
}
maTarget = aArguments[0];
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Int16 SAL_CALL RandomAnimationNode::getType() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return ::com::sun::star::animations::AnimationNodeType::PAR;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getBegin() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maBegin;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setBegin( const Any& _begin ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maBegin = _begin;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getDuration() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maDuration;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setDuration( const Any& _duration ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maDuration = _duration;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getEnd() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maEnd;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setEnd( const Any& _end ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maEnd = _end;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getEndSync() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maEndSync;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setEndSync( const Any& _endsync ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maEndSync = _endsync;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getRepeatCount() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maRepeatCount;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setRepeatCount( const Any& _repeatcount ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maRepeatCount = _repeatcount;
}
// --------------------------------------------------------------------
// XAnimationNode
Any SAL_CALL RandomAnimationNode::getRepeatDuration() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maRepeatDuration;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setRepeatDuration( const Any& _repeatduration ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maRepeatDuration = _repeatduration;
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Int16 SAL_CALL RandomAnimationNode::getFill() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mnFill;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mnFill = _fill;
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Int16 SAL_CALL RandomAnimationNode::getFillDefault() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mnFillDefault;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mnFillDefault = _filldefault;
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Int16 SAL_CALL RandomAnimationNode::getRestart() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mnRestart;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setRestart( sal_Int16 _restart ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mnRestart = _restart;
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Int16 SAL_CALL RandomAnimationNode::getRestartDefault() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mnRestartDefault;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mnRestartDefault = _restartdefault;
}
// --------------------------------------------------------------------
// XAnimationNode
double SAL_CALL RandomAnimationNode::getAcceleration() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mfAcceleration;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setAcceleration( double _acceleration ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mfAcceleration = _acceleration;
}
// --------------------------------------------------------------------
// XAnimationNode
double SAL_CALL RandomAnimationNode::getDecelerate() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mfDecelerate;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setDecelerate( double _decelerate ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mfDecelerate = _decelerate;
}
// --------------------------------------------------------------------
// XAnimationNode
sal_Bool SAL_CALL RandomAnimationNode::getAutoReverse() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mbAutoReverse;
}
// --------------------------------------------------------------------
// XAnimationNode
void SAL_CALL RandomAnimationNode::setAutoReverse( sal_Bool _autoreverse ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mbAutoReverse = _autoreverse;
}
// --------------------------------------------------------------------
Sequence< NamedValue > SAL_CALL RandomAnimationNode::getUserData() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return maUserData;
}
// --------------------------------------------------------------------
void SAL_CALL RandomAnimationNode::setUserData( const Sequence< NamedValue >& _userdata ) throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
maUserData = _userdata;
}
// --------------------------------------------------------------------
// XChild
Reference< XInterface > SAL_CALL RandomAnimationNode::getParent() throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
return mxParent;
}
// --------------------------------------------------------------------
// XChild
void SAL_CALL RandomAnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
mxParent = Parent;
}
// --------------------------------------------------------------------
// XCloneable
Reference< XCloneable > SAL_CALL RandomAnimationNode::createClone() throw (RuntimeException)
{
Reference< XCloneable > xNewNode( new RandomAnimationNode( *this ) );
return xNewNode;
}
// --------------------------------------------------------------------
// XElementAccess
Type SAL_CALL RandomAnimationNode::getElementType() throw (RuntimeException)
{
return ::getCppuType((const Reference< XAnimationNode >*)0);
}
// --------------------------------------------------------------------
// XElementAccess
sal_Bool SAL_CALL RandomAnimationNode::hasElements() throw (RuntimeException)
{
return sal_True;
}
// --------------------------------------------------------------------
// XEnumerationAccess
Reference< XEnumeration > SAL_CALL RandomAnimationNode::createEnumeration()
throw (RuntimeException)
{
Guard< Mutex > aGuard( maMutex );
if( !maTarget.hasValue() && mxFirstNode.is() )
{
Any aTarget( mxFirstNode->getTarget() );
if( aTarget.hasValue() )
{
maTarget = aTarget;
mxFirstNode.clear();
}
}
Reference< XEnumeration > xEnum;
Reference< XEnumerationAccess > aEnumAccess( CustomAnimationPresets::getCustomAnimationPresets().getRandomPreset( mnPresetClass ), UNO_QUERY );
if( aEnumAccess.is() )
{
Reference< XEnumeration > xEnumeration( aEnumAccess->createEnumeration(), UNO_QUERY );
if( xEnumeration.is() )
{
while( xEnumeration->hasMoreElements() )
{
Reference< XAnimate > xAnimate( xEnumeration->nextElement(), UNO_QUERY );
if( xAnimate.is() )
xAnimate->setTarget( maTarget );
}
}
xEnum = aEnumAccess->createEnumeration();
}
else
{
// no presets? give empty node!
Reference< XMultiServiceFactory > xServiceFactory( comphelper::getProcessServiceFactory() );
Reference< XEnumerationAccess > aEmptyEnumAccess(
xServiceFactory->createInstance(
OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.animations.ParallelTimeContainer" ))),
UNO_QUERY );
if( aEmptyEnumAccess.is() )
xEnum = aEmptyEnumAccess->createEnumeration();
}
return xEnum;
}
// --------------------------------------------------------------------
// XTimeContainer
Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& )
throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException)
{
return appendChild( newChild );
}
// --------------------------------------------------------------------
// XTimeContainer
Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& )
throw (IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException)
{
return appendChild( newChild );
}
// --------------------------------------------------------------------
// XTimeContainer
Reference< XAnimationNode > SAL_CALL RandomAnimationNode::replaceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& )
throw( IllegalArgumentException, NoSuchElementException, ElementExistException, WrappedTargetException, RuntimeException)
{
return appendChild( newChild );
}
// --------------------------------------------------------------------
// XTimeContainer
Reference< XAnimationNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationNode >& oldChild )
throw(IllegalArgumentException, NoSuchElementException, WrappedTargetException, RuntimeException)
{
return oldChild;
}
// --------------------------------------------------------------------
// XTimeContainer
Reference< XAnimationNode > SAL_CALL RandomAnimationNode::appendChild( const Reference< XAnimationNode >& newChild )
throw(IllegalArgumentException, ElementExistException, WrappedTargetException, RuntimeException)
{
Reference< XAnimate > xAnimate( newChild, UNO_QUERY );
if( xAnimate.is() )
{
Any aTarget( xAnimate->getTarget() );
if( aTarget.hasValue() )
maTarget = aTarget;
}
if( !maTarget.hasValue() && !mxFirstNode.is() )
mxFirstNode = xAnimate;
return newChild;
}
// XServiceInfo
OUString RandomAnimationNode::getImplementationName() throw()
{
return RandomNode__getImplementationName();
}
// XServiceInfo
sal_Bool RandomAnimationNode::supportsService(const OUString& ServiceName) throw()
{
return ServiceName.equalsAscii( pSN1 ) || ServiceName.equalsAscii( pSN2 );
}
// XServiceInfo
Sequence< OUString > RandomAnimationNode::getSupportedServiceNames(void) throw()
{
return RandomNode_getSupportedServiceNames();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|