slidechangebase.cxx (70f497fb) slidechangebase.cxx (6d53c851)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 375 unchanged lines hidden (view full) ---

384 double /*t*/ )
385{
386}
387
388double SlideChangeBase::getUnderlyingValue() const
389{
390 return 0.0; // though this should be used in concert with
391 // ActivitiesFactory::createSimpleActivity, better
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 375 unchanged lines hidden (view full) ---

384 double /*t*/ )
385{
386}
387
388double SlideChangeBase::getUnderlyingValue() const
389{
390 return 0.0; // though this should be used in concert with
391 // ActivitiesFactory::createSimpleActivity, better
392 // explicitely name our start value.
392 // explicitly name our start value.
393 // Permissible range for operator() above is [0,1]
394}
395
396void SlideChangeBase::viewAdded( const UnoViewSharedPtr& rView )
397{
398 // we're a one-shot activity, and already finished
399 if( mbFinished )
400 return;

--- 131 unchanged lines hidden ---
393 // Permissible range for operator() above is [0,1]
394}
395
396void SlideChangeBase::viewAdded( const UnoViewSharedPtr& rView )
397{
398 // we're a one-shot activity, and already finished
399 if( mbFinished )
400 return;

--- 131 unchanged lines hidden ---