Lines Matching refs:mpFLEffect
169 mpFLEffect = new FixedLine( this, SdResId( FL_EFFECT ) ); in CustomAnimationPane()
202 Font font( mpFLEffect->GetFont() ); in CustomAnimationPane()
204 mpFLEffect->SetFont( font ); in CustomAnimationPane()
223 maStrModify = mpFLEffect->GetText(); in CustomAnimationPane()
268 delete mpFLEffect; in ~CustomAnimationPane()
446 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
449 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
732 mpFLEffect->Enable( sal_False ); in updateControls()
748 mpFLEffect->Enable(nSelectionCount > 0); in updateControls()
772 mpFLEffect->SetText( aTemp ); in updateControls()
875 mpFLEffect->SetText( maStrModify ); in updateControls()
1095 if (mpFLEffect != NULL) in UpdateLook()
1096 mpFLEffect->SetBackground(aBackground); in UpdateLook()