Home
last modified time | relevance | path

Searched refs:mpCBSmoothStart (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1159 CheckBox* mpCBSmoothStart; member in sd::CustomAnimationEffectTabPage
1207 mpCBSmoothStart = new CheckBox( this, SdResId( CB_SMOOTH_START ) ); in CustomAnimationEffectTabPage()
1325 mpCBSmoothStart->Show(); in CustomAnimationEffectTabPage()
1328 move_down( mpCBSmoothStart, nOffsetX, nOffsetY ); in CustomAnimationEffectTabPage()
1331 nOffsetY += mpCBSmoothStart->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1335 mpCBSmoothStart->Check( fTemp > 0.0 ); in CustomAnimationEffectTabPage()
1518 delete mpCBSmoothStart; in ~CustomAnimationEffectTabPage()
1610 if( mpCBSmoothStart->IsVisible() ) in update()
1614 double fTemp = mpCBSmoothStart->IsChecked() ? 0.5 : 0.0; in update()

Completed in 104 milliseconds