Searched refs:mpCBAutoPreview (Results 1 – 2 of 2) sorted by relevance
197 mpCBAutoPreview = new CheckBox( this, SdResId( CB_AUTOPREVIEW ) ); in CustomAnimationPane()223 mpCBAutoPreview->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()286 delete mpCBAutoPreview; in ~CustomAnimationPane()527 …aCursor = Point( aOffset.X(), aPaneSize.Height() - mpCBAutoPreview->GetSizePixel().Height() - aOff… in updateLayout()528 mpCBAutoPreview->SetPosPixel( aCursor ); in updateLayout()727 mpCBAutoPreview->Enable( mxView.is() ); in updateControls()946 mpCBAutoPreview->Check( pOptions->IsPreviewChangedEffects() == sal_True ); in updateControls()2333 else if( pControl == mpCBAutoPreview ) in IMPL_LINK()2336 pOptions->SetPreviewChangedEffects( mpCBAutoPreview->IsChecked() ? sal_True : sal_False ); in IMPL_LINK()2443 if( !bForcePreview && !mpCBAutoPreview->IsChecked() ) in onPreview()
154 CheckBox* mpCBAutoPreview; member in sd::CustomAnimationPane
Completed in 36 milliseconds