Lines Matching refs:mpFLEffect
171 mpFLEffect = new FixedLine( this, SdResId( FL_EFFECT ) ); in CustomAnimationPane()
204 Font font( mpFLEffect->GetFont() ); in CustomAnimationPane()
206 mpFLEffect->SetFont( font ); in CustomAnimationPane()
225 maStrModify = mpFLEffect->GetText(); in CustomAnimationPane()
270 delete mpFLEffect; in ~CustomAnimationPane()
448 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
451 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
734 mpFLEffect->Enable( sal_False ); in updateControls()
750 mpFLEffect->Enable(nSelectionCount > 0); in updateControls()
774 mpFLEffect->SetText( aTemp ); in updateControls()
879 mpFLEffect->SetText( maStrModify ); in updateControls()
1099 if (mpFLEffect != NULL) in UpdateLook()
1100 mpFLEffect->SetBackground(aBackground); in UpdateLook()