Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx197 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()
2330 else if( pControl == mpCBAutoPreview ) in IMPL_LINK()
2333 pOptions->SetPreviewChangedEffects( mpCBAutoPreview->IsChecked() ? sal_True : sal_False ); in IMPL_LINK()
2440 if( !bForcePreview && !mpCBAutoPreview->IsChecked() ) in onPreview()
H A DCustomAnimationPane.hxx154 CheckBox* mpCBAutoPreview; member in sd::CustomAnimationPane

Completed in 30 milliseconds