Lines Matching refs:OverallOperations
32 for(unsigned int i( 0 ); i < OverallOperations.size(); ++i) in clear()
33 delete OverallOperations[i]; in clear()
34 OverallOperations.clear(); in clear()
155 for(unsigned int i(0); i < OverallOperations.size(); ++i) in applyOverallOperations()
156 OverallOperations[i]->interpolate(nTime,SlideWidthScale,SlideHeightScale); in applyOverallOperations()
313 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeOutsideCubeFaceToLeft()
330 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeInsideCubeFaceToLeft()
362 OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, -1.5),true, 0, 0.5)); in makeTurnAround()
363 OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, 1.5), true, 0.5, 1)); in makeTurnAround()
364 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0, 1, 0),basegfx::B3… in makeTurnAround()
1309 …OverallOperations.push_back(new SRotate(basegfx::B3DVector(0,0,1),basegfx::B3DVector(0.2,0.2,0),10… in makeNewsflash()