Lines Matching refs:getCurrentPage
549 getCurrentPage()->setDuration( mfDuration ); in CustomAnimationCreateDialog()
550 getCurrentPage()->setIsPreview( mbIsPreview ); in CustomAnimationCreateDialog()
576 pOptions->SetPreviewNewEffects( getCurrentPage()->getIsPreview() ); in ~CustomAnimationCreateDialog()
590 CustomAnimationCreateTabPage* CustomAnimationCreateDialog::getCurrentPage() const in getCurrentPage() function in sd::CustomAnimationCreateDialog
606 return getCurrentPage()->getCreatePathKind(); in getCreatePathKind()
611 return getCurrentPage()->getSelectedPreset(); in getSelectedPreset()
616 return getCurrentPage()->getDuration(); in getSelectedDuration()
621 getCurrentPage()->setDuration( mfDuration ); in IMPL_LINK()
622 getCurrentPage()->setIsPreview( mbIsPreview ); in IMPL_LINK()
628 mfDuration = getCurrentPage()->getDuration(); in IMPL_LINK()
629 mbIsPreview = getCurrentPage()->getIsPreview(); in IMPL_LINK()