LibreOffice Module slideshow (master) 1
Namespaces
activitiesfactory.cxx File Reference
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/animations/AnimationCalcMode.hpp>
#include <comphelper/sequence.hxx>
#include <activitiesfactory.hxx>
#include <slideshowexceptions.hxx>
#include <smilfunctionparser.hxx>
#include "accumulation.hxx"
#include "activityparameters.hxx"
#include "interpolation.hxx"
#include <tools.hxx>
#include "simplecontinuousactivitybase.hxx"
#include "discreteactivitybase.hxx"
#include "continuousactivitybase.hxx"
#include "continuouskeytimeactivitybase.hxx"
#include <optional>
#include <memory>
#include <utility>
#include <vector>
#include <algorithm>
Include dependency graph for activitiesfactory.cxx:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Variable Documentation

◆ maBy

const OptionalValueType maBy
private

Definition at line 354 of file activitiesfactory.cxx.

◆ maEndValue

ValueType maEndValue
private

Definition at line 359 of file activitiesfactory.cxx.

◆ maFrom

const OptionalValueType maFrom
private

Definition at line 352 of file activitiesfactory.cxx.

◆ maInterpolator

Interpolator< ValueType > maInterpolator
private

Definition at line 366 of file activitiesfactory.cxx.

◆ maPreviousValue

ValueType maPreviousValue
mutableprivate

Definition at line 361 of file activitiesfactory.cxx.

◆ maStartInterpolationValue

ValueType maStartInterpolationValue
mutableprivate

Definition at line 362 of file activitiesfactory.cxx.

◆ maStartValue

ValueType maStartValue
private

Definition at line 358 of file activitiesfactory.cxx.

◆ maTo

const OptionalValueType maTo
private

Definition at line 353 of file activitiesfactory.cxx.

◆ maValues

ValueVectorType maValues
private

Definition at line 590 of file activitiesfactory.cxx.

◆ mbCumulative

bool mbCumulative
private

Definition at line 368 of file activitiesfactory.cxx.

◆ mbDynamicStartValue

bool mbDynamicStartValue
private

Definition at line 367 of file activitiesfactory.cxx.

◆ mnIteration

sal_uInt32 mnIteration
mutableprivate

Definition at line 363 of file activitiesfactory.cxx.

◆ mpAnim

NumberAnimationSharedPtr mpAnim
private

Definition at line 365 of file activitiesfactory.cxx.

◆ mpFormula

std::shared_ptr<ExpressionNode> mpFormula
private

Definition at line 356 of file activitiesfactory.cxx.